diff -Nru gmt-5.4.3+dfsg/cmake/ConfigDefault.cmake gmt-5.4.5+dfsg/cmake/ConfigDefault.cmake --- gmt-5.4.3+dfsg/cmake/ConfigDefault.cmake 2017-12-28 08:30:55.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/ConfigDefault.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: ConfigDefault.cmake 19529 2017-12-28 08:30:55Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -37,19 +37,19 @@ # GMT_VERSION_YEAR is set to current date in # cmake/modules/ConfigCMake.cmake if not specified here: -set (GMT_VERSION_YEAR "2018") +set (GMT_VERSION_YEAR "2019") # The GMT package version. set (GMT_PACKAGE_VERSION_MAJOR 5) set (GMT_PACKAGE_VERSION_MINOR 4) -set (GMT_PACKAGE_VERSION_PATCH 3) +set (GMT_PACKAGE_VERSION_PATCH 5) # The subversion revision of the GMT source code. # This is manually set when making GMT *public* releases. # However, when making internal releases or just an ordinary developer build, leave it # empty; if it is empty, the revision number is automatically populated for you on build. -set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "19528") -#set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "") +#set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "20314") +set (GMT_SOURCE_CODE_CONTROL_VERSION_STRING "") # The GMT package version. set (GMT_PACKAGE_VERSION "${GMT_PACKAGE_VERSION_MAJOR}.${GMT_PACKAGE_VERSION_MINOR}.${GMT_PACKAGE_VERSION_PATCH}") @@ -121,7 +121,7 @@ set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}Copyright 1991-${GMT_VERSION_YEAR} Paul Wessel, Walter H. F. Smith, R. Scharroo, J. Luis and F. Wobbe\\n") set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}This program comes with NO WARRANTY, to the extent permitted by law.\\n") set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}You may redistribute copies of this program under the terms of the\\n") -set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}GNU General Public License.\\n") +set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}GNU Lesser General Public License.\\n") set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}For more information about these matters, see the file named LICENSE.TXT.\\n") set (GMT_COPYRIGHT_STRING "${GMT_COPYRIGHT_STRING}\\n") diff -Nru gmt-5.4.3+dfsg/cmake/ConfigUserTemplate.cmake gmt-5.4.5+dfsg/cmake/ConfigUserTemplate.cmake --- gmt-5.4.3+dfsg/cmake/ConfigUserTemplate.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/ConfigUserTemplate.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: ConfigUserTemplate.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify it @@ -56,9 +56,10 @@ # Make executables relocatable on supported platforms (relative RPATH) [FALSE]: #set (GMT_INSTALL_RELOCATABLE TRUE) -# Exclude optional GDAL, PCRE, FFTW3, LAPACK, ZLIB dependencies even if you have them installed [FALSE] +# Exclude optional GDAL, PCRE, PCRE2, FFTW3, LAPACK, ZLIB dependencies even if you have them installed [FALSE] #set (GMT_EXCLUDE_GDAL TRUE) #set (GMT_EXCLUDE_PCRE TRUE) +#set (GMT_EXCLUDE_PCRE2 TRUE) #set (GMT_EXCLUDE_FFTW3 TRUE) #set (GMT_EXCLUDE_LAPACK TRUE) #set (GMT_EXCLUDE_ZLIB TRUE) @@ -126,6 +127,9 @@ # Set location of PCRE (can be root directory, path to header file or path to # pcre-config) [auto]: #set (PCRE_ROOT "pcre_install_prefix") +# Alternatively, set location of PCRE2 (can be root directory, path to header file or path to +# pcre2-config) [auto]: +#set (PCRE2_ROOT "pcre2_install_prefix") # Set location of single precision FFTW (can be root directory or path to # header file) [auto]: @@ -134,6 +138,9 @@ # Set location of ZLIB (can be root directory or path to header file) [auto]: #set (ZLIB_ROOT "zlib_install_prefix") +# Set location of CURL (can be root directory or path to header file) [auto]: +#set (CURL_ROOT "curl_install_prefix") + # Set location of GLIB component gthread [auto]. This is an optional (and # experimental) option which you need to enable: #set (GMT_USE_THREADS TRUE) diff -Nru gmt-5.4.3+dfsg/cmake/dist/CMakeLists.txt gmt-5.4.5+dfsg/cmake/dist/CMakeLists.txt --- gmt-5.4.3+dfsg/cmake/dist/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/dist/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -94,6 +94,7 @@ set (CPACK_COMPONENT_RUNTIME_INSTALL_TYPES Minimal Full) set (CPACK_COMPONENT_DOCUMENTATION_INSTALL_TYPES Full) set (CPACK_COMPONENT_GSHHG_INSTALL_TYPES Full) +set (CPACK_COMPONENT_DCW_INSTALL_TYPES Full) # One package per COMPONENT: set(CPACK_COMPONENTS_GROUPING "IGNORE") @@ -170,11 +171,11 @@ if (WIN32 AND TRUE) # Install the gmtmex on Windows. Need to make this work via variables in ConfigUser.cmake if (BITAGE EQUAL 64) - install (PROGRAMS "C:/progs_cygw/GMTdev/gmt-mex/trunk/src/gmtmex.mexw64" DESTINATION ${GMT_BINDIR} COMPONENT Runtime) + install (PROGRAMS ${GMTMEX_PATH}/gmtmex.mexw64 DESTINATION ${GMT_BINDIR} COMPONENT Runtime) else () - install (PROGRAMS "C:/progs_cygw/GMTdev/gmt-mex/trunk/src/gmtmex.mexw32" DESTINATION ${GMT_BINDIR} COMPONENT Runtime) + install (PROGRAMS ${GMTMEX_PATH}/gmtmex.mexw32 DESTINATION ${GMT_BINDIR} COMPONENT Runtime) endif () - install (PROGRAMS "C:/progs_cygw/GMTdev/gmt-mex/trunk/src/gmt.m" DESTINATION ${GMT_BINDIR} COMPONENT Runtime) + install (PROGRAMS ${GMTMEX_PATH}/../../src/gmt.m DESTINATION ${GMT_BINDIR} COMPONENT Runtime) endif (WIN32 AND TRUE) # Fix bundle: diff -Nru gmt-5.4.3+dfsg/cmake/modules/CheckPrototypeExists.cmake gmt-5.4.5+dfsg/cmake/modules/CheckPrototypeExists.cmake --- gmt-5.4.3+dfsg/cmake/modules/CheckPrototypeExists.cmake 2014-11-20 17:11:17.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/CheckPrototypeExists.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: CheckPrototypeExists.cmake 13727 2014-11-20 17:11:17Z fwobbe $ +# $Id$ # # - Check if the prototype for a function exists. # CHECK_PROTOTYPE_EXISTS (FUNCTION HEADER VARIABLE) diff -Nru gmt-5.4.3+dfsg/cmake/modules/CheckTypeExists.cmake gmt-5.4.5+dfsg/cmake/modules/CheckTypeExists.cmake --- gmt-5.4.3+dfsg/cmake/modules/CheckTypeExists.cmake 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/CheckTypeExists.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: CheckTypeExists.cmake 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # - Check if the given struct or class has the specified member variable # CHECK_STRUCT_MEMBER (STRUCT MEMBER HEADER VARIABLE) diff -Nru gmt-5.4.3+dfsg/cmake/modules/ConfigCMake.cmake gmt-5.4.5+dfsg/cmake/modules/ConfigCMake.cmake --- gmt-5.4.3+dfsg/cmake/modules/ConfigCMake.cmake 2016-05-15 20:02:52.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/ConfigCMake.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: ConfigCMake.cmake 16437 2016-05-15 20:02:52Z pwessel $ +# $Id$ # # Useful CMake variables. # diff -Nru gmt-5.4.3+dfsg/cmake/modules/ConfigureChecks.cmake gmt-5.4.5+dfsg/cmake/modules/ConfigureChecks.cmake --- gmt-5.4.3+dfsg/cmake/modules/ConfigureChecks.cmake 2017-06-08 21:51:52.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/ConfigureChecks.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: ConfigureChecks.cmake 18344 2017-06-08 21:51:52Z pwessel $ +# $Id$ # if(NOT DEFINED _INCLUDED_CHECK_MACROS_) diff -Nru gmt-5.4.3+dfsg/cmake/modules/CopyDirIfDifferent.cmake gmt-5.4.5+dfsg/cmake/modules/CopyDirIfDifferent.cmake --- gmt-5.4.3+dfsg/cmake/modules/CopyDirIfDifferent.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/CopyDirIfDifferent.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CopyDirIfDifferent.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/cmake/modules/CreateDebugSym.cmake gmt-5.4.5+dfsg/cmake/modules/CreateDebugSym.cmake --- gmt-5.4.3+dfsg/cmake/modules/CreateDebugSym.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/CreateDebugSym.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: CreateDebugSym.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # - Generates Mac .dSYM bundle # CREATE_DEBUG_SYM ( DESTINATION TARGETS ) @@ -7,7 +7,7 @@ # DESTINATION - destination directory for installed targets # TARGETS - list of targets # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindDCW.cmake gmt-5.4.5+dfsg/cmake/modules/FindDCW.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindDCW.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindDCW.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindDCW.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate DCW Digital Chart of the World for GMT # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindFFTW3.cmake gmt-5.4.5+dfsg/cmake/modules/FindFFTW3.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindFFTW3.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindFFTW3.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindFFTW3.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate fftw3 # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindGDAL.cmake gmt-5.4.5+dfsg/cmake/modules/FindGDAL.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindGDAL.cmake 2017-05-23 18:32:26.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindGDAL.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindGDAL.cmake 18235 2017-05-23 18:32:26Z remko $ +# $Id$ # # Locate gdal # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindGLIB.cmake gmt-5.4.5+dfsg/cmake/modules/FindGLIB.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindGLIB.cmake 2016-04-08 11:10:23.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindGLIB.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindGLIB.cmake 16156 2016-04-08 11:10:23Z remko $ +# $Id$ # # - Try to find Glib and its components (gio, gobject etc) # Once done, this will define diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindGSHHG.cmake gmt-5.4.5+dfsg/cmake/modules/FindGSHHG.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindGSHHG.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindGSHHG.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindGSHHG.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate GSHHG shorelines # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindNETCDF.cmake gmt-5.4.5+dfsg/cmake/modules/FindNETCDF.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindNETCDF.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindNETCDF.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindNETCDF.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate netcdf # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindPCRE2.cmake gmt-5.4.5+dfsg/cmake/modules/FindPCRE2.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindPCRE2.cmake 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindPCRE2.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -0,0 +1,122 @@ +# +# $Id$ +# +# Locate pcre2 +# +# This module accepts the following environment variables: +# +# PCRE2_DIR or PCRE2_ROOT - Specify the location of PCRE2 +# +# This module defines the following CMake variables: +# +# PCRE2_FOUND - True if libpcre2 is found +# PCRE2_LIBRARY - A variable pointing to the PCRE2 library +# PCRE2_INCLUDE_DIR - Where to find the headers + +#============================================================================= +# Inspired by FindGDAL +# +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See COPYING-CMAKE-SCRIPTS for more information. +#============================================================================= + +# This makes the presumption that you are include pcre2.h like +# +#include "pcre2.h" + +if (DEFINED PCRE2_ROOT AND NOT PCRE2_ROOT) + set (PCRE2_LIBRARY "" CACHE INTERNAL "") + set (PCRE2_INCLUDE_DIR "" CACHE INTERNAL "") + return () +endif (DEFINED PCRE2_ROOT AND NOT PCRE2_ROOT) + +if (UNIX AND NOT PCRE2_FOUND) + # Use pcre2-config to obtain the library location and name, something like + # -L/sw/lib -lpcre2-8) + find_program (PCRE2_CONFIG pcre2-config + HINTS + ${PCRE2_DIR} + ${PCRE2_ROOT} + $ENV{PCRE2_DIR} + $ENV{PCRE2_ROOT} + PATH_SUFFIXES bin + PATHS + /sw # Fink + /opt/local # DarwinPorts + /opt/csw # Blastwave + /opt + /usr/local + ) + + if (PCRE2_CONFIG) + execute_process (COMMAND ${PCRE2_CONFIG} --cflags + ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE + OUTPUT_VARIABLE PCRE2_CONFIG_CFLAGS) + if (PCRE2_CONFIG_CFLAGS) + string (REGEX MATCHALL "-I[^ ]+" _pcre2_dashI ${PCRE2_CONFIG_CFLAGS}) + string (REGEX REPLACE "-I" "" _pcre2_includepath "${_pcre2_dashI}") + string (REGEX REPLACE "-I[^ ]+" "" _pcre2_cflags_other ${PCRE2_CONFIG_CFLAGS}) + endif (PCRE2_CONFIG_CFLAGS) + execute_process (COMMAND ${PCRE2_CONFIG} --libs8 + ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE + OUTPUT_VARIABLE PCRE2_CONFIG_LIBS) + if (PCRE2_CONFIG_LIBS) + string (REGEX MATCHALL "-l[^ ]+" _pcre2_dashl ${PCRE2_CONFIG_LIBS}) + string (REGEX REPLACE "-l" "" _pcre2_lib "${_pcre2_dashl}") + string (REGEX MATCHALL "-L[^ ]+" _pcre2_dashL ${PCRE2_CONFIG_LIBS}) + string (REGEX REPLACE "-L" "" _pcre2_libpath "${_pcre2_dashL}") + endif (PCRE2_CONFIG_LIBS) + endif (PCRE2_CONFIG) +endif (UNIX AND NOT PCRE2_FOUND) + +find_path (PCRE2_INCLUDE_DIR pcre2.h + HINTS + ${_pcre2_includepath} + ${PCRE2_DIR} + ${PCRE2_ROOT} + $ENV{PCRE2_DIR} + $ENV{PCRE2_ROOT} + PATH_SUFFIXES + include/pcre2 + include/PCRE2 + include + PATHS + ~/Library/Frameworks/pcre2.framework/Headers + /Library/Frameworks/pcre2.framework/Headers + /sw # Fink + /opt/local # DarwinPorts + /opt/csw # Blastwave + /opt + /usr/local +) + +find_library (PCRE2_LIBRARY + NAMES ${_pcre2_lib} pcre2-8 PCRE2 + HINTS + ${PCRE2_DIR} + ${PCRE2_ROOT} + $ENV{PCRE2_DIR} + $ENV{PCRE2_ROOT} + ${_pcre2_libpath} + PATH_SUFFIXES lib + PATHS + ~/Library/Frameworks/pcre2.framework + /Library/Frameworks/pcre2.framework + /sw + /opt/local + /opt/csw + /opt + /usr/local +) + +include (FindPackageHandleStandardArgs) +find_package_handle_standard_args (PCRE2 DEFAULT_MSG PCRE2_LIBRARY PCRE2_INCLUDE_DIR) + +set (PCRE2_LIBRARIES ${PCRE2_LIBRARY}) +set (PCRE2_INCLUDE_DIRS ${PCRE2_INCLUDE_DIR}) + +# vim: textwidth=78 noexpandtab tabstop=2 softtabstop=2 shiftwidth=2 diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindPCRE.cmake gmt-5.4.5+dfsg/cmake/modules/FindPCRE.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindPCRE.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindPCRE.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindPCRE.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate pcre # diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindREGEX.cmake gmt-5.4.5+dfsg/cmake/modules/FindREGEX.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindREGEX.cmake 2015-09-19 13:13:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindREGEX.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindREGEX.cmake 14890 2015-09-19 13:13:24Z remko $ +# $Id$ # # - Find regex # Find the native REGEX includes and library diff -Nru gmt-5.4.3+dfsg/cmake/modules/FindSphinx.cmake gmt-5.4.5+dfsg/cmake/modules/FindSphinx.cmake --- gmt-5.4.3+dfsg/cmake/modules/FindSphinx.cmake 2015-09-19 13:12:39.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/FindSphinx.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: FindSphinx.cmake 14889 2015-09-19 13:12:39Z remko $ +# $Id$ # # Locate Sphinx documentation generator # diff -Nru gmt-5.4.3+dfsg/cmake/modules/GmtGenExtraHeaders.cmake gmt-5.4.5+dfsg/cmake/modules/GmtGenExtraHeaders.cmake --- gmt-5.4.3+dfsg/cmake/modules/GmtGenExtraHeaders.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/GmtGenExtraHeaders.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,10 +1,10 @@ # -# $Id: GmtGenExtraHeaders.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # - Generates extra header files # GMT_CREATE_HEADERS () # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/cmake/modules/GmtHelperMacros.cmake gmt-5.4.5+dfsg/cmake/modules/GmtHelperMacros.cmake --- gmt-5.4.3+dfsg/cmake/modules/GmtHelperMacros.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/GmtHelperMacros.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,9 +1,9 @@ # -# $Id: GmtHelperMacros.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # - Useful CMake macros # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/cmake/modules/ManageString.cmake gmt-5.4.5+dfsg/cmake/modules/ManageString.cmake --- gmt-5.4.3+dfsg/cmake/modules/ManageString.cmake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/ManageString.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: ManageString.cmake 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # - Collection of String utility macros. # Defines the following macros: @@ -78,7 +78,7 @@ # + PADDING: (Optional) apply padding at the location by the marker # string PADDING # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/cmake/modules/NSIS.template.in gmt-5.4.5+dfsg/cmake/modules/NSIS.template.in --- gmt-5.4.3+dfsg/cmake/modules/NSIS.template.in 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/NSIS.template.in 2019-01-03 20:39:17.000000000 +0000 @@ -222,7 +222,7 @@ StrLen $2 $1 IntCmp $2 0 CheckPathLength_ShowPathWarning CheckPathLength_Done CheckPathLength_Done CheckPathLength_ShowPathWarning: - Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! PATH too long installer unable to modify PATH!" + Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! Failed to add GMT to PATH. Please add the GMT bin path to PATH manually." Goto AddToPath_done CheckPathLength_Done: Push "$1;" diff -Nru gmt-5.4.3+dfsg/cmake/modules/today.c gmt-5.4.5+dfsg/cmake/modules/today.c --- gmt-5.4.3+dfsg/cmake/modules/today.c 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/today.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: today.c 12822 2014-01-31 23:39:56Z remko $ +/* $Id$ * * called by cmake to obtain date at build time */ diff -Nru gmt-5.4.3+dfsg/cmake/modules/UseLATEX.cmake gmt-5.4.5+dfsg/cmake/modules/UseLATEX.cmake --- gmt-5.4.3+dfsg/cmake/modules/UseLATEX.cmake 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/cmake/modules/UseLATEX.cmake 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: UseLATEX.cmake 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ # # CMAKE commands to actually use the LaTeX compiler # Version: 1.9.1 diff -Nru gmt-5.4.3+dfsg/CMakeLists.txt gmt-5.4.5+dfsg/CMakeLists.txt --- gmt-5.4.3+dfsg/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -76,8 +76,9 @@ # Find UNIX commands include (FindUnixCommands) -find_program (SVN svn) +find_program (GIT git) find_program (GS gs gswin64) +find_program (XZ NAMES xz) # Global test target add_custom_target (check @@ -102,42 +103,34 @@ add_subdirectory (cmake/dist) # make distribution bundles (always last) # Source release target -if (SVN AND HAVE_SVN_VERSION) +if (GIT AND HAVE_SVN_VERSION) # Export svn working tree - add_custom_target (svn_export_release - COMMAND ${SVN} --force export - ${GMT_SOURCE_DIR} ${GMT_RELEASE_PREFIX}) - # Remove the test dir, so that it is not included in the final release tarball - add_custom_target (svn_prune_test_dir - COMMAND ${CMAKE_COMMAND} -E remove_directory ${GMT_RELEASE_PREFIX}/test) - add_depend_to_target (svn_prune_test_dir svn_export_release) - add_depend_to_target (gmt_release svn_prune_test_dir) - find_program (GNUTAR NAMES gnutar gtar tar) - find_program (XZ NAMES xz) - if (GNUTAR AND GZIP AND XZ) + #add_custom_target (git_export_release_tar + # COMMAND ${GIT} archive --prefix=gmt-${GMT_PACKAGE_VERSION}/ -o ${GMT_RELEASE_PREFIX}.tar 5.4 + # WORKING_DIRECTORY ..) + if (GZIP AND XZ) # Targets for creating tarballs string (REGEX REPLACE ".*/" "" _release_dirname "${GMT_RELEASE_PREFIX}") add_custom_command (OUTPUT ${_release_dirname}-src.tar - COMMAND ${GNUTAR} -c --owner 0 --group 0 --mode a=rX,u=rwX - -f ${GMT_BINARY_DIR}/${_release_dirname}-src.tar ${_release_dirname} - DEPENDS ${GMT_RELEASE_PREFIX} - WORKING_DIRECTORY ${GMT_RELEASE_PREFIX}/.. + COMMAND ${GIT} archive --prefix=gmt-${GMT_PACKAGE_VERSION}/ -o ${GMT_RELEASE_PREFIX}-src.tar 5.4 + WORKING_DIRECTORY .. VERBATIM) add_custom_command (OUTPUT ${_release_dirname}-src.tar.gz COMMAND ${GZIP} -9 --keep --force ${GMT_BINARY_DIR}/${_release_dirname}-src.tar - DEPENDS ${GMT_RELEASE_PREFIX} ${_release_dirname}-src.tar + DEPENDS ${_release_dirname}-src.tar WORKING_DIRECTORY ${GMT_RELEASE_PREFIX}/.. VERBATIM) add_custom_command (OUTPUT ${_release_dirname}-src.tar.xz COMMAND ${XZ} -9 --keep --force ${GMT_BINARY_DIR}/${_release_dirname}-src.tar - DEPENDS ${GMT_RELEASE_PREFIX} ${_release_dirname}-src.tar + DEPENDS ${_release_dirname}-src.tar WORKING_DIRECTORY ${GMT_RELEASE_PREFIX}/.. VERBATIM) add_custom_target (gmt_release_tar - DEPENDS ${GMT_RELEASE_PREFIX} + DEPENDS ${_release_dirname}-src.tar ${_release_dirname}-src.tar.gz ${_release_dirname}-src.tar.xz) - endif (GNUTAR AND GZIP AND XZ) -endif (SVN AND HAVE_SVN_VERSION) + add_depend_to_target (gmt_release gmt_release_tar) + endif (GZIP AND XZ) +endif (GIT AND HAVE_SVN_VERSION) get_target_property (_location gmtlib LOCATION) get_filename_component (GMT_CORE_LIB_NAME ${_location} NAME) diff -Nru gmt-5.4.3+dfsg/debian/changelog gmt-5.4.5+dfsg/debian/changelog --- gmt-5.4.3+dfsg/debian/changelog 2018-01-03 07:06:26.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/changelog 2019-07-14 14:00:00.000000000 +0000 @@ -1,3 +1,56 @@ +gmt (5.4.5+dfsg-1~bionic1) bionic; urgency=medium + + * No change rebuild for GDAL 2.4.2 transition. + + -- Angelos Tzotsos Sun, 14 Jul 2019 16:00:00 +0200 + +gmt (5.4.5+dfsg-1~bionic0) bionic; urgency=medium + + * No change rebuild for Bionic. + + -- Angelos Tzotsos Mon, 25 Feb 2019 21:00:00 +0200 + +gmt (5.4.5+dfsg-1) unstable; urgency=medium + + * New upstream release. + * Bump Standards-Version to 4.3.0, no changes. + * Update copyright years for copyright holders. + * Update upstream metadata for move to GitHub. + + -- Bas Couwenberg Sat, 05 Jan 2019 08:50:08 +0100 + +gmt (5.4.4+dfsg-3) unstable; urgency=medium + + * Bump Standards-Version to 4.2.1, no changes. + * Add Build-Depends-Package field to symbols file. + * Change build dependency from libpcre3-dev to libpcre2-dev. + (closes: #911934) + * Add patch to fix spelling errors. + + -- Bas Couwenberg Fri, 26 Oct 2018 16:07:29 +0200 + +gmt (5.4.4+dfsg-2) unstable; urgency=medium + + * Bump Standards-Version to 4.1.5, no changes. + * Drop autopkgtest to test installability. + * Add lintian override for testsuite-autopkgtest-missing. + + -- Bas Couwenberg Tue, 31 Jul 2018 16:27:07 +0200 + +gmt (5.4.4+dfsg-1) unstable; urgency=medium + + * New upstream release. + * Update copyright-format URL to use HTTPS. + * Fix deprecated source override location. + * Update Vcs-* URLs for Salsa. + * Bump Standards-Version to 4.1.4, no changes. + * Strip trailing whitespace from control & rules files. + * Refresh patches. + * Fix bash-completion installation. + * Update symbols for 5.4.4. + + -- Bas Couwenberg Sun, 01 Jul 2018 08:57:31 +0200 + gmt (5.4.3+dfsg-1) unstable; urgency=medium * New upstream release. diff -Nru gmt-5.4.3+dfsg/debian/control gmt-5.4.5+dfsg/debian/control --- gmt-5.4.3+dfsg/debian/control 2018-01-03 07:06:26.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/control 2018-12-25 21:20:44.000000000 +0000 @@ -14,7 +14,7 @@ libfftw3-dev, libgdal-dev, libnetcdf-dev, - libpcre3-dev, + libpcre2-dev, libxaw7-dev, libxmu-headers, python-sphinx, @@ -26,9 +26,9 @@ docbook-xsl, docbook-xml, xsltproc -Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/gmt.git -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/gmt.git +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/debian-gis-team/gmt +Vcs-Git: https://salsa.debian.org/debian-gis-team/gmt.git Homepage: http://gmt.soest.hawaii.edu/ Package: gmt @@ -157,4 +157,3 @@ boundaries. . This package contains example scripts illustrating the use of GMT. - diff -Nru gmt-5.4.3+dfsg/debian/copyright gmt-5.4.5+dfsg/debian/copyright --- gmt-5.4.3+dfsg/debian/copyright 2018-01-03 07:05:16.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/copyright 2019-01-05 07:48:47.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GMT Upstream-Contact: Paul Wessel and Walter Smith Source: http://gmt.soest.hawaii.edu/ @@ -32,7 +32,7 @@ man_release/* Files: * -Copyright: 1991-2018, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +Copyright: 1991-2019, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe 1991-2018, T. Henstock 2004-2018, Michael Chandler 2009-2018, David Sandwell diff -Nru gmt-5.4.3+dfsg/debian/libgmt5.symbols gmt-5.4.5+dfsg/debian/libgmt5.symbols --- gmt-5.4.3+dfsg/debian/libgmt5.symbols 2018-01-03 07:06:26.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/libgmt5.symbols 2018-10-23 10:17:33.000000000 +0000 @@ -1,4 +1,5 @@ -libgmt.so.5 libgmt5 #MINVER# +libgmt.so.5 #PACKAGE# #MINVER# +* Build-Depends-Package: libgmt-dev GMT_Alloc_Segment@Base 5.3.1 GMT_Append_Option@Base 5.1.2 GMT_Begin_IO@Base 5.1.2 @@ -323,7 +324,7 @@ gmt_delaunay@Base 5.3.1 gmt_delaunay_free@Base 5.3.1 gmt_dilog@Base 5.3.1 - gmt_disable_ih_opts@Base 5.4.2 + gmt_disable_bhi_opts@Base 5.4.4 gmt_dist_array@Base 5.3.1 gmt_dist_array_2@Base 5.3.1 gmt_dist_syntax@Base 5.3.1 @@ -751,7 +752,7 @@ gmt_rd_from_gymd@Base 5.3.1 gmt_rdc2dt@Base 5.3.1 gmt_read_img@Base 5.3.1 - gmt_reenable_ih_opts@Base 5.4.2 + gmt_reenable_bhi_opts@Base 5.4.4 gmt_refpoint_syntax@Base 5.3.1 gmt_remove_dir@Base 5.4.0 gmt_remove_file@Base 5.4.0 @@ -829,6 +830,7 @@ gmt_srf_write_grd@Base 5.3.1 gmt_srf_write_grd_info@Base 5.3.1 gmt_ssrfpack_grid@Base 5.3.1 + gmt_std_weighted@Base 5.4.4 gmt_stereo1_sph@Base 5.3.1 gmt_stereo2_sph@Base 5.3.1 gmt_str_setcase@Base 5.3.1 @@ -1127,7 +1129,8 @@ stresep@Base 5.1.2 strsepz@Base 5.1.2 void3_to_void2@Base 5.3.1 -libpostscriptlight.so.5 libgmt5 #MINVER# +libpostscriptlight.so.5 #PACKAGE# #MINVER# +* Build-Depends-Package: libgmt-dev New_PSL_Ctrl@Base 5.1.2 PSL_beginaxes@Base 5.1.2 PSL_beginclipping@Base 5.1.2 diff -Nru gmt-5.4.3+dfsg/debian/patches/disable-triangle.patch gmt-5.4.5+dfsg/debian/patches/disable-triangle.patch --- gmt-5.4.3+dfsg/debian/patches/disable-triangle.patch 2017-05-09 05:53:28.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/patches/disable-triangle.patch 2018-07-04 05:52:28.000000000 +0000 @@ -4,7 +4,7 @@ --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -237,15 +237,15 @@ if (DO_API_TESTS) +@@ -246,15 +246,15 @@ if (DO_API_TESTS) set (GMT_DEMOS_SRCS testapi.c testpsl.c testgmt5.c testgmtio.c testgrdio.c testio.c testapiconv.c example1.c testapi_matrix.c testapi_vector.c test_JL.c test_walter.c) endif (DO_API_TESTS) @@ -27,7 +27,7 @@ # Note: Developers can set EXTRA_MODULES in ConfigUser.cmake to test new modules set (GMT_PROGS_SRCS blockmean.c blockmedian.c blockmode.c filter1d.c -@@ -285,7 +285,7 @@ set (GMT_LIB_SRCS block_subs.h common_by +@@ -294,7 +294,7 @@ set (GMT_LIB_SRCS block_subs.h common_by gmt_plot.h gmt_project.h gmt_prototypes.h gmt_psl.h gmt_shore.h gmt_symbol.h gmt_synopsis.h gmt_texture.h gmt_time.h gmt_cpt_masters.h gmt_types.h gmt_unique.h gmt_version.h gshhg_version.h postscriptlight.h @@ -36,7 +36,7 @@ gmt_error_codes.h gmt_api.c gmt_bcr.c gmt_calclock.c gmt_cdf.c gmt_compat.c gmt_customio.c gmt_dcw.c gmt_error.c gmt_fft.c gmt_grdio.c gmt_io.c gmt_memory.c gmt_nc.c gmt_notposix.c gmt_proj.c gmt_shore.c gmt_sph.c -@@ -388,11 +388,6 @@ configure_file (gmt-config.in gmt-config +@@ -397,11 +397,6 @@ configure_file (gmt-config.in gmt-config # gmtprogram set (GMT_PROGRAM ${GMT_SOURCE_DIR}/src/gmtprogram.c) diff -Nru gmt-5.4.3+dfsg/debian/patches/series gmt-5.4.5+dfsg/debian/patches/series --- gmt-5.4.3+dfsg/debian/patches/series 2017-06-26 22:27:47.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/patches/series 2018-10-26 14:05:02.000000000 +0000 @@ -1,2 +1,3 @@ disable-triangle.patch manpage-section.patch +spelling-errors.patch diff -Nru gmt-5.4.3+dfsg/debian/patches/spelling-errors.patch gmt-5.4.5+dfsg/debian/patches/spelling-errors.patch --- gmt-5.4.3+dfsg/debian/patches/spelling-errors.patch 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/patches/spelling-errors.patch 2018-10-26 14:07:07.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * constrasts -> contrasts +Author: Bas Couwenberg + +--- a/src/potential/gravfft.c ++++ b/src/potential/gravfft.c +@@ -231,7 +231,7 @@ GMT_LOCAL int parse (struct GMT_CTRL *GM + case 'D': + if (!opt->arg) { + GMT_Report (API, GMT_MSG_NORMAL, +- "Syntax error -D option: must give constant density contrast or grid with density constrasts\n"); ++ "Syntax error -D option: must give constant density contrast or grid with density contrasts\n"); + n_errors++; + } + else { diff -Nru gmt-5.4.3+dfsg/debian/rules gmt-5.4.5+dfsg/debian/rules --- gmt-5.4.3+dfsg/debian/rules 2017-12-26 18:58:46.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/rules 2018-10-26 12:37:20.000000000 +0000 @@ -83,7 +83,7 @@ # Fix bash-completion installation mkdir -p debian/tmp/usr/share/bash-completion/completions - mv debian/tmp/usr/etc/bash_completion.d/gmt debian/tmp/usr/share/bash-completion/completions + mv debian/tmp/usr/etc/bash_completion.d/gmt_completion.bash debian/tmp/usr/share/bash-completion/completions rm -rf debian/tmp/usr/etc/bash_completion.d rmdir debian/tmp/usr/etc/ @@ -115,4 +115,3 @@ override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) - diff -Nru gmt-5.4.3+dfsg/debian/source/lintian-overrides gmt-5.4.5+dfsg/debian/source/lintian-overrides --- gmt-5.4.3+dfsg/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/source/lintian-overrides 2018-07-31 14:26:28.000000000 +0000 @@ -0,0 +1,6 @@ +# Download archive not available over HTTPS +gmt source: debian-watch-uses-insecure-uri ftp://ftp.soest.hawaii.edu/gmt/ + +# Not worth the effort +testsuite-autopkgtest-missing + diff -Nru gmt-5.4.3+dfsg/debian/source.lintian-overrides gmt-5.4.5+dfsg/debian/source.lintian-overrides --- gmt-5.4.3+dfsg/debian/source.lintian-overrides 2017-12-26 20:12:48.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/source.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Download archive not available over HTTPS -gmt source: debian-watch-uses-insecure-uri ftp://ftp.soest.hawaii.edu/gmt/ - diff -Nru gmt-5.4.3+dfsg/debian/tests/control gmt-5.4.5+dfsg/debian/tests/control --- gmt-5.4.3+dfsg/debian/tests/control 2017-07-02 09:32:39.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Test installability -Depends: @ -Test-Command: /bin/true diff -Nru gmt-5.4.3+dfsg/debian/upstream/metadata gmt-5.4.5+dfsg/debian/upstream/metadata --- gmt-5.4.3+dfsg/debian/upstream/metadata 2015-11-21 20:12:54.000000000 +0000 +++ gmt-5.4.5+dfsg/debian/upstream/metadata 2019-01-05 07:44:45.000000000 +0000 @@ -1,7 +1,8 @@ --- -Bug-Database: https://gmt.soest.hawaii.edu/projects/gmt/issues +Bug-Database: https://github.com/GenericMappingTools/gmt/issues +Bug-Submit: https://github.com/GenericMappingTools/gmt/issues/new Name: GMT -Other-References: http://gmt.soest.hawaii.edu/projects/gmt/wiki/References +Other-References: https://gmt.soest.hawaii.edu/projects/gmt/wiki/References Reference: - Author: Paul Wessel and Walter H. F. Smith and Remco Scharroo and Joaquim F. Luis and Florian Wobbe @@ -47,5 +48,5 @@ Title: Free software helps map and display data Volume: 72 Year: 1991 -Repository: svn://gmtserver.soest.hawaii.edu/gmt5 -Repository-Browse: https://gmt.soest.hawaii.edu/projects/gmt/repository +Repository: https://github.com/GenericMappingTools/gmt.git +Repository-Browse: https://github.com/GenericMappingTools/gmt diff -Nru gmt-5.4.3+dfsg/doc/CMakeLists.txt gmt-5.4.5+dfsg/doc/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/doc/examples/anim01/anim_01.sh gmt-5.4.5+dfsg/doc/examples/anim01/anim_01.sh --- gmt-5.4.3+dfsg/doc/examples/anim01/anim_01.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/anim01/anim_01.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT ANIMATION 01 -# $Id: anim_01.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Make web page with simple animated GIF of sine function # GMT modules: gmtmath, psbasemap, pstext, psxy, psconvert diff -Nru gmt-5.4.3+dfsg/doc/examples/anim02/anim_02.sh gmt-5.4.5+dfsg/doc/examples/anim02/anim_02.sh --- gmt-5.4.3+dfsg/doc/examples/anim02/anim_02.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/anim02/anim_02.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT ANIMATION 02 -# $Id: anim_02.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Make web page with simple animated GIF of a DEM grid # GMT modules gmtmath, makecpt, grdimage psxy, psconvert diff -Nru gmt-5.4.3+dfsg/doc/examples/anim03/anim_03.sh gmt-5.4.5+dfsg/doc/examples/anim03/anim_03.sh --- gmt-5.4.3+dfsg/doc/examples/anim03/anim_03.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/anim03/anim_03.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT ANIMATION 03 -# $Id: anim_03.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Make web page with simple animated GIF of Iceland topo # GMT modules: grdclip, grdgradient, makecpt, grdview, psxy, psconvert diff -Nru gmt-5.4.3+dfsg/doc/examples/anim04/anim_04.sh gmt-5.4.5+dfsg/doc/examples/anim04/anim_04.sh --- gmt-5.4.3+dfsg/doc/examples/anim04/anim_04.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/anim04/anim_04.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT ANIMATION 04 -# $Id: anim_04.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Make DVD-res movie of NY to Miami flight # GMT modules: gmtset, grdgradient, grdimage, makecpt, project, pstext, psxy, psconvert diff -Nru gmt-5.4.3+dfsg/doc/examples/anim05/anim_05.sh gmt-5.4.5+dfsg/doc/examples/anim05/anim_05.sh --- gmt-5.4.3+dfsg/doc/examples/anim05/anim_05.sh 2017-03-27 22:18:01.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/anim05/anim_05.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT ANIMATION 05 -# $Id: anim_05.sh 17806 2017-03-27 22:18:01Z pwessel $ +# $Id$ # # Purpose: Make web page with simple animated GIF of gridding # GMT modules: grdcontour, greenspline, psxy, pstext, psconvert diff -Nru gmt-5.4.3+dfsg/doc/examples/animate.in gmt-5.4.5+dfsg/doc/examples/animate.in --- gmt-5.4.3+dfsg/doc/examples/animate.in 2017-06-26 23:37:11.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/animate.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: animate.in 18471 2017-06-26 23:37:11Z pwessel $ +# $Id$ # # Bash script for creating videos of the animation examples. # The videos will optionally be included in the RST gallery. diff -Nru gmt-5.4.3+dfsg/doc/examples/CMakeLists.txt gmt-5.4.5+dfsg/doc/examples/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/examples/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -51,7 +51,7 @@ set GMT_SHAREDIR=${GMT_SOURCE_DIR}/share COMMAND ${GMT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/src/gmt psconvert - -A -P -E150 -TG -Qg4 -Qt4 -C-dDOINTERPOLATE + -A -P -E150 -TG -Qg4 -Qt4 -C-sFONTPATH="${GMT_SOURCE_DIR}/doc/examples/ex31/fonts" -D${RST_BINARY_DIR}/_images ${CMAKE_CURRENT_SOURCE_DIR}/${_ps} @@ -75,7 +75,7 @@ GMT_USERDIR=${GMT_BINARY_DIR}/share GMT_SHAREDIR=${GMT_SOURCE_DIR}/share ${GMT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/src/gmt psconvert - -A -P -E150 -TG -Qg4 -Qt4 -C-dDOINTERPOLATE + -A -P -E150 -TG -Qg4 -Qt4 -C-sFONTPATH="${GMT_SOURCE_DIR}/doc/examples/ex31/fonts" -D${RST_BINARY_DIR}/_images ${CMAKE_CURRENT_SOURCE_DIR}/${_ps} diff -Nru gmt-5.4.3+dfsg/doc/examples/do_examples.bat gmt-5.4.5+dfsg/doc/examples/do_examples.bat --- gmt-5.4.3+dfsg/doc/examples/do_examples.bat 2016-07-14 06:19:39.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/do_examples.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ echo OFF REM -REM $Id: do_examples.bat 16796 2016-07-14 06:19:39Z pwessel $ +REM $Id$ REM REM DOS batch script to run all GMT examples (DOS versions). diff -Nru gmt-5.4.3+dfsg/doc/examples/do_view.bat gmt-5.4.5+dfsg/doc/examples/do_view.bat --- gmt-5.4.3+dfsg/doc/examples/do_view.bat 2016-07-14 06:19:39.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/do_view.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ echo OFF REM -REM $Id: do_view.bat 16796 2016-07-14 06:19:39Z pwessel $ +REM $Id$ REM REM DOS batch script to view all GMT examples. REM Assumes gsview32 is in the path and that diff -Nru gmt-5.4.3+dfsg/doc/examples/do_view.sh gmt-5.4.5+dfsg/doc/examples/do_view.sh --- gmt-5.4.3+dfsg/doc/examples/do_view.sh 2012-03-13 10:55:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/do_view.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: do_view.sh 9857 2012-03-13 10:55:26Z fwobbe $ +# $Id$ # # Simple driver to view all examples using ghostview # diff -Nru gmt-5.4.3+dfsg/doc/examples/ex01/example_01.bat gmt-5.4.5+dfsg/doc/examples/ex01/example_01.bat --- gmt-5.4.3+dfsg/doc/examples/ex01/example_01.bat 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex01/example_01.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 01 REM -REM $Id: example_01.bat 16750 2016-07-09 05:44:02Z pwessel $ +REM $Id$ REM REM Purpose: Make two contour maps based on the data in the file osu91a1f_16.nc REM GMT progs: gmtset, grdcontour, psbasemap, pscoast diff -Nru gmt-5.4.3+dfsg/doc/examples/ex01/example_01.sh gmt-5.4.5+dfsg/doc/examples/ex01/example_01.sh --- gmt-5.4.3+dfsg/doc/examples/ex01/example_01.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex01/example_01.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 01 -# $Id: example_01.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Make two contour maps based on the data in the file osu91a1f_16.nc # GMT modules: gmtset, grdcontour, psbasemap, pscoast diff -Nru gmt-5.4.3+dfsg/doc/examples/ex02/example_02.bat gmt-5.4.5+dfsg/doc/examples/ex02/example_02.bat --- gmt-5.4.3+dfsg/doc/examples/ex02/example_02.bat 2017-06-02 05:17:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex02/example_02.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 02 REM -REM $Id: example_02.bat 18305 2017-06-02 05:17:10Z pwessel $ +REM $Id$ REM REM Purpose: Make two color images based gridded data REM GMT progs: gmtset, grd2cpt, grdimage, makecpt, psscale, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex02/example_02.sh gmt-5.4.5+dfsg/doc/examples/ex02/example_02.sh --- gmt-5.4.3+dfsg/doc/examples/ex02/example_02.sh 2017-06-02 05:17:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex02/example_02.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 02 -# $Id: example_02.sh 18305 2017-06-02 05:17:10Z pwessel $ +# $Id$ # # Purpose: Make two color images based gridded data # GMT modules: gmtset, grd2cpt, grdimage, makecpt, psscale, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex03/example_03.bat gmt-5.4.5+dfsg/doc/examples/ex03/example_03.bat --- gmt-5.4.3+dfsg/doc/examples/ex03/example_03.bat 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex03/example_03.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 03 REM -REM $Id: example_03.bat 17436 2017-01-13 00:22:07Z pwessel $ +REM $Id$ REM echo GMT EXAMPLE 03 set ps=example_03.ps diff -Nru gmt-5.4.3+dfsg/doc/examples/ex03/example_03.sh gmt-5.4.5+dfsg/doc/examples/ex03/example_03.sh --- gmt-5.4.3+dfsg/doc/examples/ex03/example_03.sh 2017-03-14 04:01:43.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex03/example_03.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 03 -# $Id: example_03.sh 17666 2017-03-14 04:01:43Z pwessel $ +# $Id$ # # Purpose: Resample track data, do spectral analysis, and plot # GMT modules: filter1d, fitcircle, gmtconvert, gmtinfo, project, sample1d diff -Nru gmt-5.4.3+dfsg/doc/examples/ex04/example_04.bat gmt-5.4.5+dfsg/doc/examples/ex04/example_04.bat --- gmt-5.4.3+dfsg/doc/examples/ex04/example_04.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex04/example_04.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 04 REM -REM $Id: example_04.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: 3-D mesh plot of Hawaiian topography and geoid REM GMT progs: grdcontour, grdimage, grdview, psbasemap, pscoast, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex04/example_04.sh gmt-5.4.5+dfsg/doc/examples/ex04/example_04.sh --- gmt-5.4.3+dfsg/doc/examples/ex04/example_04.sh 2017-03-21 21:52:29.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex04/example_04.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 04 -# $Id: example_04.sh 17741 2017-03-21 21:52:29Z jluis $ +# $Id$ # # Purpose: 3-D mesh and color plot of Hawaiian topography and geoid # GMT modules: grdcontour, grdimage, grdview, psbasemap, pscoast, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex04/geoid.cpt gmt-5.4.5+dfsg/doc/examples/ex04/geoid.cpt --- gmt-5.4.3+dfsg/doc/examples/ex04/geoid.cpt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex04/geoid.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: geoid.cpt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Hand-crafted RGB file for representation of geoid in example 04c. # diff -Nru gmt-5.4.3+dfsg/doc/examples/ex04/topo.cpt gmt-5.4.5+dfsg/doc/examples/ex04/topo.cpt --- gmt-5.4.3+dfsg/doc/examples/ex04/topo.cpt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex04/topo.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: topo.cpt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Hand-crafted RGB file for representation of topography in example 04c. # diff -Nru gmt-5.4.3+dfsg/doc/examples/ex05/example_05.bat gmt-5.4.5+dfsg/doc/examples/ex05/example_05.bat --- gmt-5.4.3+dfsg/doc/examples/ex05/example_05.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex05/example_05.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 05 REM -REM $Id: example_05.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Generate grid and show monochrome 3-D perspective REM GMT progs: grdmath, grdview, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex05/example_05.sh gmt-5.4.5+dfsg/doc/examples/ex05/example_05.sh --- gmt-5.4.3+dfsg/doc/examples/ex05/example_05.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex05/example_05.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 05 -# $Id: example_05.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Generate grid and show monochrome 3-D perspective # GMT modules: grdmath, grdview, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex06/example_06.bat gmt-5.4.5+dfsg/doc/examples/ex06/example_06.bat --- gmt-5.4.3+dfsg/doc/examples/ex06/example_06.bat 2016-06-20 22:22:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex06/example_06.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 06 REM -REM $Id: example_06.bat 16584 2016-06-20 22:22:41Z pwessel $ +REM $Id$ REM REM Purpose: Make standard and polar histograms REM GMT progs: pshistogram, psrose diff -Nru gmt-5.4.3+dfsg/doc/examples/ex06/example_06.sh gmt-5.4.5+dfsg/doc/examples/ex06/example_06.sh --- gmt-5.4.3+dfsg/doc/examples/ex06/example_06.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex06/example_06.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 06 -# $Id: example_06.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Make standard and polar histograms # GMT modules: pshistogram, psrose diff -Nru gmt-5.4.3+dfsg/doc/examples/ex07/example_07.bat gmt-5.4.5+dfsg/doc/examples/ex07/example_07.bat --- gmt-5.4.3+dfsg/doc/examples/ex07/example_07.bat 2016-07-09 08:04:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex07/example_07.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 07 REM -REM $Id: example_07.bat 16751 2016-07-09 08:04:10Z pwessel $ +REM $Id$ REM REM Purpose: Make a basemap with earthquakes and isochrons etc REM GMT progs: pscoast, pslegend, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex07/example_07.sh gmt-5.4.5+dfsg/doc/examples/ex07/example_07.sh --- gmt-5.4.3+dfsg/doc/examples/ex07/example_07.sh 2017-04-15 00:41:43.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex07/example_07.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 07 -# $Id: example_07.sh 17933 2017-04-15 00:41:43Z pwessel $ +# $Id$ # # Purpose: Make a basemap with earthquakes and isochrons etc # GMT modules: pscoast, pslegend, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex08/example_08.bat gmt-5.4.5+dfsg/doc/examples/ex08/example_08.bat --- gmt-5.4.3+dfsg/doc/examples/ex08/example_08.bat 2014-01-31 21:01:19.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex08/example_08.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 08 REM -REM $Id: example_08.bat 12820 2014-01-31 21:01:19Z remko $ +REM $Id$ REM REM Purpose: Make a 3-D bar plot REM GMT progs: grd2xyz, pstext, psxyz diff -Nru gmt-5.4.3+dfsg/doc/examples/ex08/example_08.sh gmt-5.4.5+dfsg/doc/examples/ex08/example_08.sh --- gmt-5.4.3+dfsg/doc/examples/ex08/example_08.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex08/example_08.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 08 -# $Id: example_08.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Make a 3-D bar plot # GMT modules: grd2xyz, pstext, psxyz diff -Nru gmt-5.4.3+dfsg/doc/examples/ex09/example_09.bat gmt-5.4.5+dfsg/doc/examples/ex09/example_09.bat --- gmt-5.4.3+dfsg/doc/examples/ex09/example_09.bat 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex09/example_09.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 09 REM -REM $Id: example_09.bat 17436 2017-01-13 00:22:07Z pwessel $ +REM $Id$ REM REM Purpose: Make wiggle plot along track from geoid deflections REM GMT progs: gmtconvert, pswiggle, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex09/example_09.sh gmt-5.4.5+dfsg/doc/examples/ex09/example_09.sh --- gmt-5.4.3+dfsg/doc/examples/ex09/example_09.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex09/example_09.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 09 -# $Id: example_09.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Make wiggle plot along track from geoid deflections # GMT modules: gmtconvert, pswiggle, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex10/example_10.bat gmt-5.4.5+dfsg/doc/examples/ex10/example_10.bat --- gmt-5.4.3+dfsg/doc/examples/ex10/example_10.bat 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex10/example_10.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 10 REM -REM $Id: example_10.bat 15178 2015-11-06 10:45:03Z fwobbe $ +REM $Id$ REM REM Purpose: Make 3-D bar graph on top of perspective map REM GMT progs: pscoast, pstext, psxyz, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex10/example_10.sh gmt-5.4.5+dfsg/doc/examples/ex10/example_10.sh --- gmt-5.4.3+dfsg/doc/examples/ex10/example_10.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex10/example_10.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 10 -# $Id: example_10.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Make 3-D bar graph on top of perspective map # GMT modules: pscoast, pstext, psxyz, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex10/languages.txt gmt-5.4.5+dfsg/doc/examples/ex10/languages.txt --- gmt-5.4.3+dfsg/doc/examples/ex10/languages.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex10/languages.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: languages.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # Number of languages per continent # Source: ethnologue.com # diff -Nru gmt-5.4.3+dfsg/doc/examples/ex10/legend.txt gmt-5.4.5+dfsg/doc/examples/ex10/legend.txt --- gmt-5.4.3+dfsg/doc/examples/ex10/legend.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex10/legend.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: legend.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # Legend for example 10 C red L - - L dying diff -Nru gmt-5.4.3+dfsg/doc/examples/ex11/example_11.bat gmt-5.4.5+dfsg/doc/examples/ex11/example_11.bat --- gmt-5.4.3+dfsg/doc/examples/ex11/example_11.bat 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex11/example_11.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -REM $Id: example_11.bat 16750 2016-07-09 05:44:02Z pwessel $ +REM $Id$ REM GMT EXAMPLE 11 REM REM Purpose: Create a 3-D RGB Cube diff -Nru gmt-5.4.3+dfsg/doc/examples/ex11/example_11.sh gmt-5.4.5+dfsg/doc/examples/ex11/example_11.sh --- gmt-5.4.3+dfsg/doc/examples/ex11/example_11.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex11/example_11.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 11 -# $Id: example_11.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Create a 3-D RGB Cube # GMT modules: gmtset, grdimage, grdmath, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex12/example_12.bat gmt-5.4.5+dfsg/doc/examples/ex12/example_12.bat --- gmt-5.4.3+dfsg/doc/examples/ex12/example_12.bat 2016-05-18 21:23:15.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex12/example_12.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 12 REM -REM $Id: example_12.bat 16449 2016-05-18 21:23:15Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates Delaunay triangulation of points, and contouring REM GMT progs: makecpt, gmtinfo, pscontour, pstext, psxy, triangulate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex12/example_12.sh gmt-5.4.5+dfsg/doc/examples/ex12/example_12.sh --- gmt-5.4.3+dfsg/doc/examples/ex12/example_12.sh 2017-03-25 21:56:33.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex12/example_12.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 12 -# $Id: example_12.sh 17782 2017-03-25 21:56:33Z pwessel $ +# $Id$ # # Purpose: Illustrates Delaunay triangulation of points, and contouring # GMT modules: makecpt, gmtinfo, pscontour, pstext, psxy, triangulate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex13/example_13.bat gmt-5.4.5+dfsg/doc/examples/ex13/example_13.bat --- gmt-5.4.3+dfsg/doc/examples/ex13/example_13.bat 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex13/example_13.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 13 REM -REM $Id: example_13.bat 15178 2015-11-06 10:45:03Z fwobbe $ +REM $Id$ REM REM Purpose: Illustrate vectors and contouring REM GMT progs: grdmath, grdcontour, grdvector, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex13/example_13.sh gmt-5.4.5+dfsg/doc/examples/ex13/example_13.sh --- gmt-5.4.3+dfsg/doc/examples/ex13/example_13.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex13/example_13.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 13 -# $Id: example_13.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # # Purpose: Illustrate vectors and contouring # GMT modules: grdmath, grdcontour, grdvector, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex14/example_14.bat gmt-5.4.5+dfsg/doc/examples/ex14/example_14.bat --- gmt-5.4.3+dfsg/doc/examples/ex14/example_14.bat 2016-07-09 20:51:28.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex14/example_14.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 14 REM -REM $Id: example_14.bat 16758 2016-07-09 20:51:28Z pwessel $ +REM $Id$ REM REM Purpose: Showing simple gridding, contouring, and resampling along tracks REM GMT progs: gmtset, blockmean, grdcontour, grdtrack, grdtrend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex14/example_14.sh gmt-5.4.5+dfsg/doc/examples/ex14/example_14.sh --- gmt-5.4.3+dfsg/doc/examples/ex14/example_14.sh 2016-07-09 20:51:28.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex14/example_14.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 14 -# $Id: example_14.sh 16758 2016-07-09 20:51:28Z pwessel $ +# $Id$ # # Purpose: Showing simple gridding, contouring, and resampling along tracks # GMT modules: blockmean, grdcontour, grdtrack, grdtrend, gmtinfo, project diff -Nru gmt-5.4.3+dfsg/doc/examples/ex15/example_15.bat gmt-5.4.5+dfsg/doc/examples/ex15/example_15.bat --- gmt-5.4.3+dfsg/doc/examples/ex15/example_15.bat 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex15/example_15.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 15 REM -REM $Id: example_15.bat 16750 2016-07-09 05:44:02Z pwessel $ +REM $Id$ REM REM Purpose: Gridding and clipping when data are missing REM GMT progs: blockmedian, gmtconvert, grdclip, grdcontour, grdinfo diff -Nru gmt-5.4.3+dfsg/doc/examples/ex15/example_15.sh gmt-5.4.5+dfsg/doc/examples/ex15/example_15.sh --- gmt-5.4.3+dfsg/doc/examples/ex15/example_15.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex15/example_15.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 15 -# $Id: example_15.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Gridding and clipping when data are missing # GMT modules: blockmedian, gmtconvert, grdclip, grdcontour, grdinfo, gmtinfo diff -Nru gmt-5.4.3+dfsg/doc/examples/ex16/ex16.cpt gmt-5.4.5+dfsg/doc/examples/ex16/ex16.cpt --- gmt-5.4.3+dfsg/doc/examples/ex16/ex16.cpt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex16/ex16.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: ex16.cpt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # cpt file created by: makecpt -Crainbow -T675/975/25 # then hand edited to skil 700 < z < 725 and use diff -Nru gmt-5.4.3+dfsg/doc/examples/ex16/example_16.bat gmt-5.4.5+dfsg/doc/examples/ex16/example_16.bat --- gmt-5.4.3+dfsg/doc/examples/ex16/example_16.bat 2017-03-25 03:36:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex16/example_16.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 16 REM -REM $Id: example_16.bat 17775 2017-03-25 03:36:02Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates interpolation methods using same data as Example 12. REM GMT progs: gmtset, grdview, grdfilter, pscontour, psscale, pstext, surface, triangulate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex16/example_16.sh gmt-5.4.5+dfsg/doc/examples/ex16/example_16.sh --- gmt-5.4.3+dfsg/doc/examples/ex16/example_16.sh 2017-03-25 03:36:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex16/example_16.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 16 -# $Id: example_16.sh 17775 2017-03-25 03:36:02Z pwessel $ +# $Id$ # # Purpose: Illustrates interpolation methods using same data as Example 12. # GMT modules: gmtset, grdview, grdfilter, pscontour, psscale, pstext, surface, triangulate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex17/example_17.bat gmt-5.4.5+dfsg/doc/examples/ex17/example_17.bat --- gmt-5.4.3+dfsg/doc/examples/ex17/example_17.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex17/example_17.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ @echo off REM GMT EXAMPLE 17 REM -REM $Id: example_17.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates clipping of images using coastlines REM GMT progs: grd2cpt, grdimage, pscoast, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex17/example_17.sh gmt-5.4.5+dfsg/doc/examples/ex17/example_17.sh --- gmt-5.4.3+dfsg/doc/examples/ex17/example_17.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex17/example_17.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 17 -# $Id: example_17.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrates clipping of images using coastlines # GMT modules: grd2cpt, grdimage, pscoast, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex18/example_18.bat gmt-5.4.5+dfsg/doc/examples/ex18/example_18.bat --- gmt-5.4.3+dfsg/doc/examples/ex18/example_18.bat 2017-03-27 22:18:01.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex18/example_18.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 18 REM -REM $Id: example_18.bat 17806 2017-03-27 22:18:01Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates volumes of grids inside contours and spatial REM selection of data diff -Nru gmt-5.4.3+dfsg/doc/examples/ex18/example_18.sh gmt-5.4.5+dfsg/doc/examples/ex18/example_18.sh --- gmt-5.4.3+dfsg/doc/examples/ex18/example_18.sh 2017-03-27 22:18:01.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex18/example_18.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 18 -# $Id: example_18.sh 17806 2017-03-27 22:18:01Z pwessel $ +# $Id$ # # Purpose: Illustrates volumes of grids inside contours and spatial # selection of data diff -Nru gmt-5.4.3+dfsg/doc/examples/ex19/example_19.bat gmt-5.4.5+dfsg/doc/examples/ex19/example_19.bat --- gmt-5.4.3+dfsg/doc/examples/ex19/example_19.bat 2017-09-06 01:07:34.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex19/example_19.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 19 REM -REM $Id: example_19.bat 18857 2017-09-06 01:07:34Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates various color pattern effects for maps REM GMT progs: grdimage, grdmath, makecpt, pscoast, pstext, psimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex19/example_19.sh gmt-5.4.5+dfsg/doc/examples/ex19/example_19.sh --- gmt-5.4.3+dfsg/doc/examples/ex19/example_19.sh 2017-09-06 01:07:34.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex19/example_19.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 19 -# $Id: example_19.sh 18857 2017-09-06 01:07:34Z pwessel $ +# $Id$ # # Purpose: Illustrates various color pattern effects for maps # GMT modules: grdimage, grdmath, makecpt, pscoast, pstext, psimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex20/bullseye.def gmt-5.4.5+dfsg/doc/examples/ex20/bullseye.def --- gmt-5.4.3+dfsg/doc/examples/ex20/bullseye.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex20/bullseye.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: bullseye.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Segment info file for bullseye symbol # These instructions are intended for make_symbol diff -Nru gmt-5.4.3+dfsg/doc/examples/ex20/example_20.bat gmt-5.4.5+dfsg/doc/examples/ex20/example_20.bat --- gmt-5.4.3+dfsg/doc/examples/ex20/example_20.bat 2017-05-01 05:10:35.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex20/example_20.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM GMT EXAMPLE 20 REM -REM $Id: example_20.bat 18098 2017-05-01 05:10:35Z pwessel $ +REM $Id$ REM REM Purpose: Extend GMT to plot custom symbols REM GMT progs: pscoast, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex20/example_20.sh gmt-5.4.5+dfsg/doc/examples/ex20/example_20.sh --- gmt-5.4.3+dfsg/doc/examples/ex20/example_20.sh 2017-05-01 05:10:35.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex20/example_20.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 20 -# $Id: example_20.sh 18098 2017-05-01 05:10:35Z pwessel $ +# $Id$ # # Purpose: Extend GMT to plot custom symbols # GMT modules: pscoast, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex21/example_21.bat gmt-5.4.5+dfsg/doc/examples/ex21/example_21.bat --- gmt-5.4.3+dfsg/doc/examples/ex21/example_21.bat 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex21/example_21.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 21 REM -REM $Id: example_21.bat 16750 2016-07-09 05:44:02Z pwessel $ +REM $Id$ REM REM Purpose: Plot a time-series REM diff -Nru gmt-5.4.3+dfsg/doc/examples/ex21/example_21.sh gmt-5.4.5+dfsg/doc/examples/ex21/example_21.sh --- gmt-5.4.3+dfsg/doc/examples/ex21/example_21.sh 2017-01-12 23:07:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex21/example_21.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 21 -# $Id: example_21.sh 17435 2017-01-12 23:07:10Z pwessel $ +# $Id$ # # Purpose: Plot a time-series # GMT modules: gmtset, gmtconvert, gmtinfo, psbasemap, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex22/example_22.bat gmt-5.4.5+dfsg/doc/examples/ex22/example_22.bat --- gmt-5.4.3+dfsg/doc/examples/ex22/example_22.bat 2017-03-14 04:01:43.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex22/example_22.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 22 REM -REM $Id: example_22.bat 17666 2017-03-14 04:01:43Z pwessel $ +REM $Id$ REM REM Purpose: Automatic map of last 7 days of world-wide seismicity REM diff -Nru gmt-5.4.3+dfsg/doc/examples/ex22/example_22.sh gmt-5.4.5+dfsg/doc/examples/ex22/example_22.sh --- gmt-5.4.3+dfsg/doc/examples/ex22/example_22.sh 2017-03-14 04:01:43.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex22/example_22.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 22 -# $Id: example_22.sh 17666 2017-03-14 04:01:43Z pwessel $ +# $Id$ # # Purpose: Automatic map of last 7 days of world-wide seismicity # GMT modules: gmtset, pscoast, psxy, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex23/example_23.bat gmt-5.4.5+dfsg/doc/examples/ex23/example_23.bat --- gmt-5.4.3+dfsg/doc/examples/ex23/example_23.bat 2017-03-24 00:41:36.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex23/example_23.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 23 REM -REM $Id: example_23.bat 17752 2017-03-24 00:41:36Z pwessel $ +REM $Id$ REM REM Purpose: Plot distances from Rome and draw shortest paths REM diff -Nru gmt-5.4.3+dfsg/doc/examples/ex23/example_23.sh gmt-5.4.5+dfsg/doc/examples/ex23/example_23.sh --- gmt-5.4.3+dfsg/doc/examples/ex23/example_23.sh 2017-03-24 00:41:36.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex23/example_23.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 23 -# $Id: example_23.sh 17752 2017-03-24 00:41:36Z pwessel $ +# $Id$ # # Purpose: Plot distances from Rome and draw shortest paths # GMT modules: grdmath, grdcontour, pscoast, psxy, pstext, grdtrack diff -Nru gmt-5.4.3+dfsg/doc/examples/ex24/example_24.bat gmt-5.4.5+dfsg/doc/examples/ex24/example_24.bat --- gmt-5.4.3+dfsg/doc/examples/ex24/example_24.bat 2017-01-12 23:07:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex24/example_24.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 24 REM -REM $Id: example_24.bat 17435 2017-01-12 23:07:10Z pwessel $ +REM $Id$ REM REM Purpose: Extract subsets of data based on geospatial criteria REM diff -Nru gmt-5.4.3+dfsg/doc/examples/ex24/example_24.sh gmt-5.4.5+dfsg/doc/examples/ex24/example_24.sh --- gmt-5.4.3+dfsg/doc/examples/ex24/example_24.sh 2017-01-12 23:07:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex24/example_24.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 24 -# $Id: example_24.sh 17435 2017-01-12 23:07:10Z pwessel $ +# $Id$ # # Purpose: Extract subsets of data based on geospatial criteria # GMT modules: gmtselect, pscoast, psxy, gmtinfo diff -Nru gmt-5.4.3+dfsg/doc/examples/ex25/example_25.bat gmt-5.4.5+dfsg/doc/examples/ex25/example_25.bat --- gmt-5.4.3+dfsg/doc/examples/ex25/example_25.bat 2016-07-13 21:12:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex25/example_25.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 25 REM -REM $Id: example_25.bat 16792 2016-07-13 21:12:21Z pwessel $ +REM $Id$ REM REM Purpose: Display distribution of antipode types REM diff -Nru gmt-5.4.3+dfsg/doc/examples/ex25/example_25.sh gmt-5.4.5+dfsg/doc/examples/ex25/example_25.sh --- gmt-5.4.3+dfsg/doc/examples/ex25/example_25.sh 2016-07-13 21:12:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex25/example_25.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 25 -# $Id: example_25.sh 16792 2016-07-13 21:12:21Z pwessel $ +# $Id$ # # Purpose: Display distribution of antipode types # GMT modules: gmtset, grdlandmask, grdmath, grd2xyz, gmtmath, grdimage, pscoast, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex26/example_26.bat gmt-5.4.5+dfsg/doc/examples/ex26/example_26.bat --- gmt-5.4.3+dfsg/doc/examples/ex26/example_26.bat 2014-01-31 21:01:19.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex26/example_26.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ REM REM GMT EXAMPLE 26 REM -REM $Id: example_26.bat 12820 2014-01-31 21:01:19Z remko $ +REM $Id$ REM REM Purpose: Demonstrate general vertical perspective projection REM GMT progs: pscoast diff -Nru gmt-5.4.3+dfsg/doc/examples/ex26/example_26.sh gmt-5.4.5+dfsg/doc/examples/ex26/example_26.sh --- gmt-5.4.3+dfsg/doc/examples/ex26/example_26.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex26/example_26.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: example_26.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # GMT EXAMPLE 26 # # Purpose: Demonstrate general vertical perspective projection diff -Nru gmt-5.4.3+dfsg/doc/examples/ex27/example_27.bat gmt-5.4.5+dfsg/doc/examples/ex27/example_27.bat --- gmt-5.4.3+dfsg/doc/examples/ex27/example_27.bat 2017-03-25 02:53:19.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex27/example_27.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ REM REM GMT EXAMPLE 27 -REM $Id: example_27.bat 17772 2017-03-25 02:53:19Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates how to plot Mercator img grids REM GMT progs: makecpt, grdimage, pscoast diff -Nru gmt-5.4.3+dfsg/doc/examples/ex27/example_27.sh gmt-5.4.5+dfsg/doc/examples/ex27/example_27.sh --- gmt-5.4.3+dfsg/doc/examples/ex27/example_27.sh 2017-04-30 04:54:09.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex27/example_27.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 27 -# $Id: example_27.sh 18074 2017-04-30 04:54:09Z pwessel $ +# $Id$ # # Purpose: Illustrates how to plot Mercator img grids # GMT modules: makecpt, grdimage, grdinfo, pscoast diff -Nru gmt-5.4.3+dfsg/doc/examples/ex28/example_28.bat gmt-5.4.5+dfsg/doc/examples/ex28/example_28.bat --- gmt-5.4.3+dfsg/doc/examples/ex28/example_28.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex28/example_28.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 28 -REM $Id: example_28.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates how to mix UTM data and UTM projection REM GMT progs: makecpt, grdimage, pscoast, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex28/example_28.sh gmt-5.4.5+dfsg/doc/examples/ex28/example_28.sh --- gmt-5.4.3+dfsg/doc/examples/ex28/example_28.sh 2017-04-30 04:54:09.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex28/example_28.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 28 -# $Id: example_28.sh 18074 2017-04-30 04:54:09Z pwessel $ +# $Id$ # # Purpose: Illustrates how to mix UTM data and UTM gmt projection # GMT modules: makecpt, grdimage, grdmath, pscoast, pstext, diff -Nru gmt-5.4.3+dfsg/doc/examples/ex29/example_29.bat gmt-5.4.5+dfsg/doc/examples/ex29/example_29.bat --- gmt-5.4.3+dfsg/doc/examples/ex29/example_29.bat 2017-06-07 19:25:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex29/example_29.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 29 -REM $Id: example_29.bat 18334 2017-06-07 19:25:56Z pwessel $ +REM $Id$ REM REM Purpose: Illustrates spherical surface gridding with Green's function of splines REM GMT progs: makecpt, grdcontour, grdimage, grdmath greenspline, psscale, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex29/example_29.sh gmt-5.4.5+dfsg/doc/examples/ex29/example_29.sh --- gmt-5.4.3+dfsg/doc/examples/ex29/example_29.sh 2017-03-27 22:18:01.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex29/example_29.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 29 -# $Id: example_29.sh 17806 2017-03-27 22:18:01Z pwessel $ +# $Id$ # # Purpose: Illustrates spherical surface gridding with Green's function of splines # GMT modules: makecpt, grdcontour, grdimage, grdmath greenspline, psscale, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex30/example_30.bat gmt-5.4.5+dfsg/doc/examples/ex30/example_30.bat --- gmt-5.4.3+dfsg/doc/examples/ex30/example_30.bat 2017-01-09 21:39:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex30/example_30.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 30 -REM $Id: example_30.bat 17393 2017-01-09 21:39:30Z jluis $ +REM $Id$ REM REM Purpose: Show graph mode and math angles REM GMT progs: gmtmath, psbasemap, pstext and psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex30/example_30.sh gmt-5.4.5+dfsg/doc/examples/ex30/example_30.sh --- gmt-5.4.3+dfsg/doc/examples/ex30/example_30.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex30/example_30.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 30 -# $Id: example_30.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Show graph mode and math angles # GMT modules: gmtmath, psbasemap, pstext and psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex31/example_31.bat gmt-5.4.5+dfsg/doc/examples/ex31/example_31.bat --- gmt-5.4.3+dfsg/doc/examples/ex31/example_31.bat 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex31/example_31.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 31 -REM $Id: example_31.bat 16750 2016-07-09 05:44:02Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate usage of non-default fonts in PostScript REM GMT progs: gmtset, pscoast, psxy, pstext, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex31/example_31.sh gmt-5.4.5+dfsg/doc/examples/ex31/example_31.sh --- gmt-5.4.3+dfsg/doc/examples/ex31/example_31.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex31/example_31.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 31 -# $Id: example_31.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # # Purpose: Illustrate usage of non-default fonts in PostScript # GMT modules: gmtset, pscoast, psxy, pstext, pslegend diff -Nru gmt-5.4.3+dfsg/doc/examples/ex32/example_32.bat gmt-5.4.5+dfsg/doc/examples/ex32/example_32.bat --- gmt-5.4.3+dfsg/doc/examples/ex32/example_32.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex32/example_32.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 32 -REM $Id: example_32.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate draping of an image over topography REM GMT progs: grdcut, grdedit, grdconvert, grdtrack, grdview diff -Nru gmt-5.4.3+dfsg/doc/examples/ex32/example_32.sh gmt-5.4.5+dfsg/doc/examples/ex32/example_32.sh --- gmt-5.4.3+dfsg/doc/examples/ex32/example_32.sh 2017-03-25 08:31:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex32/example_32.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 32 -# $Id: example_32.sh 17776 2017-03-25 08:31:21Z pwessel $ +# $Id$ # # Purpose: Illustrate draping of an image over topography # GMT modules: grdcut, grdedit, grdgradient, grdconvert, grdtrack, grdview diff -Nru gmt-5.4.3+dfsg/doc/examples/ex33/example_33.bat gmt-5.4.5+dfsg/doc/examples/ex33/example_33.bat --- gmt-5.4.3+dfsg/doc/examples/ex33/example_33.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex33/example_33.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 33 -REM $Id: example_33.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate grdtrack's new cross-track and stacking options REM GMT progs: makecpt, gmtconvert, grdimage, grdtrack, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex33/example_33.sh gmt-5.4.5+dfsg/doc/examples/ex33/example_33.sh --- gmt-5.4.3+dfsg/doc/examples/ex33/example_33.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex33/example_33.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 33 -# $Id: example_33.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrate grdtrack's new cross-track and stacking options # GMT modules: makecpt, gmtconvert, grdimage, grdtrack, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex34/example_34.bat gmt-5.4.5+dfsg/doc/examples/ex34/example_34.bat --- gmt-5.4.3+dfsg/doc/examples/ex34/example_34.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex34/example_34.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 34 -REM $Id: example_34.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate pscoast with DCW country polygons REM GMT progs: pscoast, makecpt, grdimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex34/example_34.sh gmt-5.4.5+dfsg/doc/examples/ex34/example_34.sh --- gmt-5.4.3+dfsg/doc/examples/ex34/example_34.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex34/example_34.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 34 -# $Id: example_34.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrate pscoast with DCW country polygons # GMT modules: gmtset, pscoast, makecpt, grdimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex35/example_35.bat gmt-5.4.5+dfsg/doc/examples/ex35/example_35.bat --- gmt-5.4.3+dfsg/doc/examples/ex35/example_35.bat 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex35/example_35.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 35 -REM $Id: example_35.bat 17597 2017-02-24 02:49:00Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate sphtriangulate and sphdistance with GSHHG crude data REM GMT progs: pscoast, psxy, makecpt, grdimage, grdcontour, sphtriangulate, sphdistance diff -Nru gmt-5.4.3+dfsg/doc/examples/ex35/example_35.sh gmt-5.4.5+dfsg/doc/examples/ex35/example_35.sh --- gmt-5.4.3+dfsg/doc/examples/ex35/example_35.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex35/example_35.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 35 -# $Id: example_35.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Illustrate sphtriangulate and sphdistance with GSHHG crude data # GMT modules: pscoast, psxy, makecpt, grdimage, grdcontour, sphtriangulate, sphdistance diff -Nru gmt-5.4.3+dfsg/doc/examples/ex36/example_36.bat gmt-5.4.5+dfsg/doc/examples/ex36/example_36.bat --- gmt-5.4.3+dfsg/doc/examples/ex36/example_36.bat 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex36/example_36.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 36 -REM $Id: example_36.bat 17597 2017-02-24 02:49:00Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate sphinterpolate with Mars radii data REM GMT progs: psxy, makecpt, grdimage, sphinterpolate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex36/example_36.sh gmt-5.4.5+dfsg/doc/examples/ex36/example_36.sh --- gmt-5.4.3+dfsg/doc/examples/ex36/example_36.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex36/example_36.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 36 -# $Id: example_36.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Illustrate sphinterpolate with Mars radii data # GMT modules: psxy, makecpt, grdimage, sphinterpolate diff -Nru gmt-5.4.3+dfsg/doc/examples/ex37/example_37.bat gmt-5.4.5+dfsg/doc/examples/ex37/example_37.bat --- gmt-5.4.3+dfsg/doc/examples/ex37/example_37.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex37/example_37.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 37 -REM $Id: example_37.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate 2-D FFT and coherence between gravity and bathymetry grids REM GMT progs: psbasemap, psxy, makecpt, grdfft, grdimage, grdinfo diff -Nru gmt-5.4.3+dfsg/doc/examples/ex37/example_37.sh gmt-5.4.5+dfsg/doc/examples/ex37/example_37.sh --- gmt-5.4.3+dfsg/doc/examples/ex37/example_37.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex37/example_37.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 37 -# $Id: example_37.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrate 2-D FFT and coherence between gravity and bathymetry grids # GMT modules: psbasemap, psxy, makecpt, grdfft, grdimage, grdinfo diff -Nru gmt-5.4.3+dfsg/doc/examples/ex38/example_38.bat gmt-5.4.5+dfsg/doc/examples/ex38/example_38.bat --- gmt-5.4.3+dfsg/doc/examples/ex38/example_38.bat 2017-03-24 03:39:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex38/example_38.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 38 -REM $Id: example_38.bat 17759 2017-03-24 03:39:22Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate histogram equalization on topography grids REM GMT progs: psscale, pstext, makecpt, grdhisteq, grdimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex38/example_38.sh gmt-5.4.5+dfsg/doc/examples/ex38/example_38.sh --- gmt-5.4.3+dfsg/doc/examples/ex38/example_38.sh 2017-03-24 03:39:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex38/example_38.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 38 -# $Id: example_38.sh 17759 2017-03-24 03:39:22Z pwessel $ +# $Id$ # # Purpose: Illustrate histogram equalization on topography grids # GMT modules: psscale, pstext, makecpt, grdhisteq, grdimage diff -Nru gmt-5.4.3+dfsg/doc/examples/ex39/example_39.bat gmt-5.4.5+dfsg/doc/examples/ex39/example_39.bat --- gmt-5.4.3+dfsg/doc/examples/ex39/example_39.bat 2017-03-18 01:23:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex39/example_39.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 39 -REM $Id: example_39.bat 17714 2017-03-18 01:23:31Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate evaluation of spherical harmonic coefficients REM GMT progs: psscale, pstext, makecpt, grdimage. sph2grd diff -Nru gmt-5.4.3+dfsg/doc/examples/ex39/example_39.sh gmt-5.4.5+dfsg/doc/examples/ex39/example_39.sh --- gmt-5.4.3+dfsg/doc/examples/ex39/example_39.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex39/example_39.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 39 -# $Id: example_39.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrate evaluation of spherical harmonic coefficients # GMT modules: psscale, pstext, makecpt, grdimage, sph2grd diff -Nru gmt-5.4.3+dfsg/doc/examples/ex40/example_40.bat gmt-5.4.5+dfsg/doc/examples/ex40/example_40.bat --- gmt-5.4.3+dfsg/doc/examples/ex40/example_40.bat 2017-03-27 07:05:44.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex40/example_40.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 40 -REM $Id: example_40.bat 17801 2017-03-27 07:05:44Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate line simplification and area calculations REM GMT progs: psbasemap, pstext, psxy, gmtsimplify, gmtspatial diff -Nru gmt-5.4.3+dfsg/doc/examples/ex40/example_40.sh gmt-5.4.5+dfsg/doc/examples/ex40/example_40.sh --- gmt-5.4.3+dfsg/doc/examples/ex40/example_40.sh 2017-03-27 07:05:44.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex40/example_40.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 40 -# $Id: example_40.sh 17801 2017-03-27 07:05:44Z pwessel $ +# $Id$ # # Purpose: Illustrate line simplification and area calculations # GMT modules: psbasemap, pstext, psxy, gmtsimplify, gmtspatial diff -Nru gmt-5.4.3+dfsg/doc/examples/ex41/example_41.bat gmt-5.4.5+dfsg/doc/examples/ex41/example_41.bat --- gmt-5.4.3+dfsg/doc/examples/ex41/example_41.bat 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex41/example_41.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 41 -REM $Id: example_41.bat 17597 2017-02-24 02:49:00Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate typesetting of legend with table REM GMT progs: gmtset, pscoast, pslegend, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex41/example_41.sh gmt-5.4.5+dfsg/doc/examples/ex41/example_41.sh --- gmt-5.4.3+dfsg/doc/examples/ex41/example_41.sh 2016-07-09 05:44:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex41/example_41.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 41 -# $Id: example_41.sh 16750 2016-07-09 05:44:02Z pwessel $ +# $Id$ # # Purpose: Illustrate typesetting of legend with table # GMT modules: gmtset, pscoast, pslegend, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex42/example_42.bat gmt-5.4.5+dfsg/doc/examples/ex42/example_42.bat --- gmt-5.4.3+dfsg/doc/examples/ex42/example_42.bat 2017-04-30 00:50:37.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex42/example_42.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 42 -REM $Id: example_42.bat 18073 2017-04-30 00:50:37Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate Antarctica and stereographic projection REM GMT progs: gmtset, makecpt, grdimage, pscoast, pslegend, psscale, pstext, psxy [grdconvert] diff -Nru gmt-5.4.3+dfsg/doc/examples/ex42/example_42.sh gmt-5.4.5+dfsg/doc/examples/ex42/example_42.sh --- gmt-5.4.3+dfsg/doc/examples/ex42/example_42.sh 2017-04-30 00:50:37.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex42/example_42.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 42 -# $Id: example_42.sh 18073 2017-04-30 00:50:37Z pwessel $ +# $Id$ # # Purpose: Illustrate Antarctica and stereographic projection # GMT modules: makecpt, grdimage, pscoast, pslegend, psscale, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex43/example_43.bat gmt-5.4.5+dfsg/doc/examples/ex43/example_43.bat --- gmt-5.4.3+dfsg/doc/examples/ex43/example_43.bat 2017-01-12 23:07:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex43/example_43.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 43 -REM $Id: example_43.bat 17435 2017-01-12 23:07:10Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate regression and outlier detection REM GMT progs: gmtregress, psbasemap, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex43/example_43.sh gmt-5.4.5+dfsg/doc/examples/ex43/example_43.sh --- gmt-5.4.3+dfsg/doc/examples/ex43/example_43.sh 2017-03-25 02:53:19.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex43/example_43.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 43 -# $Id: example_43.sh 17772 2017-03-25 02:53:19Z pwessel $ +# $Id$ # # Purpose: Illustrate regression and outlier detection # GMT modules: gmtregress, psbasemap, pslegend, pstext, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex44/example_44.bat gmt-5.4.5+dfsg/doc/examples/ex44/example_44.bat --- gmt-5.4.3+dfsg/doc/examples/ex44/example_44.bat 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex44/example_44.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 44 -REM $Id: example_44.bat 16562 2016-06-18 04:04:08Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate use of map inserts REM GMT progs: pscoast, psbasemap, mapproject diff -Nru gmt-5.4.3+dfsg/doc/examples/ex44/example_44.sh gmt-5.4.5+dfsg/doc/examples/ex44/example_44.sh --- gmt-5.4.3+dfsg/doc/examples/ex44/example_44.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex44/example_44.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 44 -# $Id: example_44.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Illustrate use of map inserts # GMT modules: pscoast, psbasemap, mapproject diff -Nru gmt-5.4.3+dfsg/doc/examples/ex45/example_45.bat gmt-5.4.5+dfsg/doc/examples/ex45/example_45.bat --- gmt-5.4.3+dfsg/doc/examples/ex45/example_45.bat 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex45/example_45.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 45 -REM $Id: example_45.bat 16562 2016-06-18 04:04:08Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate use of trend1d mixed models REM GMT progs: pstext, psxy, trend1d diff -Nru gmt-5.4.3+dfsg/doc/examples/ex45/example_45.sh gmt-5.4.5+dfsg/doc/examples/ex45/example_45.sh --- gmt-5.4.3+dfsg/doc/examples/ex45/example_45.sh 2016-06-28 21:02:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex45/example_45.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 45 -# $Id: example_45.sh 16652 2016-06-28 21:02:26Z pwessel $ +# $Id$ # # Purpose: Illustrate use of trend1d mixed models # GMT modules: pstext, psxy, trend1d diff -Nru gmt-5.4.3+dfsg/doc/examples/ex46/example_46.bat gmt-5.4.5+dfsg/doc/examples/ex46/example_46.bat --- gmt-5.4.3+dfsg/doc/examples/ex46/example_46.bat 2017-04-05 00:56:02.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex46/example_46.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 46 -REM $Id: example_46.bat 17871 2017-04-05 00:56:02Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate use of pssolar to plot day/night terminators REM GMT progs: pssolar, pscoast, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex46/example_46.sh gmt-5.4.5+dfsg/doc/examples/ex46/example_46.sh --- gmt-5.4.3+dfsg/doc/examples/ex46/example_46.sh 2017-04-30 00:32:27.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex46/example_46.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 46 -# $Id: example_46.sh 18071 2017-04-30 00:32:27Z pwessel $ +# $Id$ # # Purpose: Illustrate use of pssolar to plot day/night terminators # GMT modules: pssolar, pscoast, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex47/example_47.bat gmt-5.4.5+dfsg/doc/examples/ex47/example_47.bat --- gmt-5.4.3+dfsg/doc/examples/ex47/example_47.bat 2017-03-25 08:31:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex47/example_47.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 47 -REM $Id: example_47.bat 17776 2017-03-25 08:31:21Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate use of gmtregress with different norms and types REM GMT progs: gmtregress, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex47/example_47.sh gmt-5.4.5+dfsg/doc/examples/ex47/example_47.sh --- gmt-5.4.3+dfsg/doc/examples/ex47/example_47.sh 2017-03-25 08:31:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex47/example_47.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 47 -# $Id: example_47.sh 17776 2017-03-25 08:31:21Z pwessel $ +# $Id$ # # Purpose: Illustrate use of gmtregress with different norms and types # GMT modules: gmtregress, psxy diff -Nru gmt-5.4.3+dfsg/doc/examples/ex48/example_48.sh gmt-5.4.5+dfsg/doc/examples/ex48/example_48.sh --- gmt-5.4.3+dfsg/doc/examples/ex48/example_48.sh 2017-03-17 20:55:30.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex48/example_48.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 48 -# $Id: example_48.sh 17711 2017-03-17 20:55:30Z pwessel $ +# $Id$ # # Purpose: Illustrate use of trimmed lines with vectors, networks, and local spiderwebs # GMT modules: makecpt, pscoast, psxy, sphtriangulate, grdimate, gmtmath, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex49/example_49.bat gmt-5.4.5+dfsg/doc/examples/ex49/example_49.bat --- gmt-5.4.3+dfsg/doc/examples/ex49/example_49.bat 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex49/example_49.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 49 -REM $Id: example_49.bat 17597 2017-02-24 02:49:00Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate data analysis using the seafloor depth/age relationship REM GMT progs: blockmode, gmtmath, grdcontour, grdimage, grdsample, makecpt, diff -Nru gmt-5.4.3+dfsg/doc/examples/ex49/example_49.sh gmt-5.4.5+dfsg/doc/examples/ex49/example_49.sh --- gmt-5.4.3+dfsg/doc/examples/ex49/example_49.sh 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex49/example_49.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 49 -# $Id: example_49.sh 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Purpose: Illustrate data analysis using the seafloor depth/age relationship # GMT modules: blockmode, gmtmath, grdcontour, grdimage, grdsample, makecpt, diff -Nru gmt-5.4.3+dfsg/doc/examples/ex50/example_50.bat gmt-5.4.5+dfsg/doc/examples/ex50/example_50.bat --- gmt-5.4.3+dfsg/doc/examples/ex50/example_50.bat 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex50/example_50.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ REM GMT EXAMPLE 50 -REM $Id: example_50.bat 17597 2017-02-24 02:49:00Z pwessel $ +REM $Id$ REM REM Purpose: Illustrate different statistical distributions in gmtmath REM GMT progs: gmtmath, gmtset, psxy, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/ex50/example_50.sh gmt-5.4.5+dfsg/doc/examples/ex50/example_50.sh --- gmt-5.4.3+dfsg/doc/examples/ex50/example_50.sh 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/ex50/example_50.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT EXAMPLE 50 -# $Id: example_50.sh 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Purpose: Illustrate different statistical distributions in gmtmath # GMT modules: gmtmath, gmtset, psxy, pstext diff -Nru gmt-5.4.3+dfsg/doc/examples/gmtest.in gmt-5.4.5+dfsg/doc/examples/gmtest.in --- gmt-5.4.3+dfsg/doc/examples/gmtest.in 2017-04-30 00:32:27.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/gmtest.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: gmtest.in 18071 2017-04-30 00:32:27Z pwessel $ +# $Id$ # # Bash script inclusion to test all GMT examples. # It sets the environment such that the examples are created as in the manual. @@ -71,7 +71,7 @@ fi for ps in *.ps ; do # syntax: gm compare [ options ... ] reference-image [ options ... ] compare-image [ options ... ] - rms=$("${GRAPHICSMAGICK}" compare -density 200 -maximum-error 0.001 -highlight-color magenta -highlight-style assign -metric rmse -file "${ps%.ps}.png" "$ps" "${src}/${ps}") || pscmpfailed="yes" + rms=$("${GRAPHICSMAGICK}" compare -density 200 -maximum-error 0.003 -highlight-color magenta -highlight-style assign -metric rmse -file "${ps%.ps}.png" "$ps" "${src}/${ps}") || pscmpfailed="yes" rms=$(perl -ne 'print $1 if /Total: ([0-9.]+)/' <<< "$rms") if [ -z "$rms" ]; then rms="NA" diff -Nru gmt-5.4.3+dfsg/doc/examples/README.SCRIPTS gmt-5.4.5+dfsg/doc/examples/README.SCRIPTS --- gmt-5.4.3+dfsg/doc/examples/README.SCRIPTS 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/README.SCRIPTS 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.SCRIPTS 12822 2014-01-31 23:39:56Z remko $ + $Id$ README file for GMT Examples directory diff -Nru gmt-5.4.3+dfsg/doc/examples/run_ex_tests.sh gmt-5.4.5+dfsg/doc/examples/run_ex_tests.sh --- gmt-5.4.3+dfsg/doc/examples/run_ex_tests.sh 2012-03-13 10:55:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/examples/run_ex_tests.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: run_ex_tests.sh 9857 2012-03-13 10:55:26Z fwobbe $ +# $Id$ # # Test newly created plots for documentation against archive # @@ -17,7 +17,7 @@ for o in $* ; do f=`basename $o .ps` printf "%-32s" $f.ps - rms=`gm compare -density 200 -maximum-error 0.001 -highlight-color magenta -highlight-style assign -metric rmse -file $f.png $f.ps ../fig/$f.ps 2>&1` + rms=`gm compare -density 200 -maximum-error 0.003 -highlight-color magenta -highlight-style assign -metric rmse -file $f.png $f.ps ../fig/$f.ps 2>&1` if test $? -ne 0; then echo "[FAIL]" rms=`(sed -nE '/Total:/s/ +Total: ([0-9.]+) .+/\1/p'|cut -c-5) <<< "$rms"` diff -Nru gmt-5.4.3+dfsg/doc/fig/CMakeLists.txt gmt-5.4.5+dfsg/doc/fig/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/fig/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/fig/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/doc/rst/CMakeLists.txt gmt-5.4.5+dfsg/doc/rst/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/rst/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/doc/rst/source/explain_-J_full.rst_ gmt-5.4.5+dfsg/doc/rst/source/explain_-J_full.rst_ --- gmt-5.4.3+dfsg/doc/rst/source/explain_-J_full.rst_ 2016-06-01 03:23:10.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/explain_-J_full.rst_ 2019-01-03 20:39:17.000000000 +0000 @@ -121,7 +121,7 @@ standard parallel is typically one of these (but can be any value): * 50 - Balthasart - * 45 - Gall-Peters + * 45 - Gall * 37.0666 - Caster * 37.4 - Trystan Edwards * 37.5 - Hobo-Dyer diff -Nru gmt-5.4.3+dfsg/doc/rst/source/GMT_Docs.rst gmt-5.4.5+dfsg/doc/rst/source/GMT_Docs.rst --- gmt-5.4.3+dfsg/doc/rst/source/GMT_Docs.rst 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/GMT_Docs.rst 2019-01-03 20:39:17.000000000 +0000 @@ -1,12 +1,9 @@ -.. TODO: set tocdepth=2 when this issue resolved https://bitbucket.org/birkenfeld/sphinx/issue/1251 - -:tocdepth: 3 - .. set default highlighting language for this document: .. highlight:: bash -**The Generic Mapping Tools** +The Generic Mapping Tools +========================= **Technical Reference and Cookbook** @@ -40,7 +37,7 @@ Acknowledgments -=============== +--------------- The Generic Mapping Tools (GMT) could not have been designed without the generous support of several people. The Founders (Wessel and Smith) @@ -159,7 +156,7 @@ Copyright and Caveat Emptor! ============================ -Copyright ©1991--2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. +Copyright ©1991--2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe The Generic Mapping Tools (GMT) is free software; you can @@ -281,7 +278,7 @@ * We have updated the online documentation of user-contributed custom symbols and restored the beautiful biological symbols for whales and dolphins created by Pablo Valdés during the GMT4 era. These are now complemented by new custom - symbols for structural geology designed by José A. Ãlvarez-Gómez. + symbols for structural geology designed by José A. Ãlvarez-Gómez. * The :doc:`PSL ` library no longer needs run-time files to configure the list of standard fonts and character encodings, reducing the number of configure @@ -523,9 +520,9 @@ * We continue to extend support for OpenMP in GMT. New modules that are OpenMP-enabled are :doc:`grdgradient`, :doc:`grdlandmask`, and :doc:`sph2grd`. -* :doc:`blockmean`, :doc:`blockmedian` and :doc:`blockmode` have a new +* :doc:`blockmean`, :doc:`blockmedian` and :doc:`blockmode` have a new modifier **+s** to the **-W** option. When used we expect 1-sigma - uncertainties instead of weights and compute weight = 1/sigma. + uncertainties instead of weights and compute weight = 1/sigma. * :doc:`filter1d`: can now compute high-pass filtered output via a new **+h** modifier to the filter settings, similar to existing capability @@ -541,7 +538,7 @@ optional, with modifiers **+s** forcing a symmetric range and **+a** offering *alpha*-trimming of the tails before estimating the range. -* :doc:`gmtmath` has gained new operators **VAR**, +* :doc:`gmtmath` has gained new operators **VAR**, **RMS**, **DENAN**, as well as the weighted statistical operators **LMSSCLW**, **MADW**, **MEANW**, **MEDIANW**, **MODEW**, **PQUANTW**, **STDW**, and **VARW**. Finally, we added a **SORT** operator that lets @@ -565,7 +562,7 @@ * :doc:`grdfft` has a new modifier to the **-E** option that allows for more control of the power normalization for radial spectra. -* :doc:`grdmath` also has the new operators **VAR**, +* :doc:`grdmath` also has the new operators **VAR**, **RMS**, **DENAN**, as well as the weighted statistical operators **LMSSCLW**, **MADW**, **MEANW**, **MEDIANW**, **MODEW**, **PQUANTW**, **STDW**, and **VARW**. In addition it gains a new @@ -4677,7 +4674,7 @@ :width: 500 px :align: center - Cyclic color bars are indicated by a cycle symbol on the left side of the bar. + Cyclic color bars are indicated by a cycle symbol on the left side of the bar. .. _manipulating_CPTs: @@ -5345,7 +5342,7 @@ we resort to use the GDAL library to do the readings. This normally works pretty well but in case of failure (e.g. a GMT driver failed to read binary file with a separate header that also could have been stored in an ASCII file with embed header) the user should explicitly try to force a -reading via GDAL. That is, to append a *=gd* suffix to file name. +reading via GDAL. That is, to append a *=gd* suffix to file name. By default, GMT will create new grid files using the **nf** format; however, this behavior can be overridden by setting the @@ -7179,7 +7176,7 @@ +===================+=====================+ | Balthasart | 50º | +-------------------+---------------------+ -| Gall-Peters | 45º | +| Gall | 45º | +-------------------+---------------------+ | Hobo-Dyer | 37º30' (= 37.5º) | +-------------------+---------------------+ @@ -9633,7 +9630,7 @@ **a** Geographic azimuth (positive clockwise from north toward east). Parameters identified as azimuth will first be converted to map angle (positive counter-clockwise from horizontal) given the current - map projection (or simply via 90-azimuth for Cartesian plots). + map projection (or simply via 90-azimuth for Cartesian plots). We ensure the angles fall in the 0-360 range and any macro test can rely on this range. **l** Length, i.e., an additional length scale (in cm, inch, or point as diff -Nru gmt-5.4.3+dfsg/doc/rst/source/gmtinfo.rst gmt-5.4.5+dfsg/doc/rst/source/gmtinfo.rst --- gmt-5.4.3+dfsg/doc/rst/source/gmtinfo.rst 2017-08-29 08:56:59.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/gmtinfo.rst 2019-01-03 20:39:17.000000000 +0000 @@ -40,15 +40,17 @@ ----------- **gmtinfo** reads its standard input [or from files] and finds the -extreme values in each of the columns. It recognizes NaNs and will print -warnings if the number of columns vary from record to record. As an -option, **gmtinfo** will find the extent of the first *n* columns rounded -up and down to the nearest multiple of the supplied increments. By -default, this output will be in the form **-R**\ *w/e/s/n* which can be -used directly in the command line for other programs (hence only *dx* -and *dy* are needed), or the output will be in column form for as many -columns as there are increments provided. A similar option (**-T**) will -provide a **-T**\ *zmin/zmax/dz* string for makecpt. +extreme values in each of the columns reported as slash-separated min/max +pairs. It recognizes NaNs and will print warnings if the number of columns +vary from record to record. The pairs can be split into two separate columns +by using the **-C** option. As another option, **gmtinfo** can find the extent +of data in the first two columns rounded up and down to the nearest multiple of the +supplied increments given by **-I**. Such output will be in the text form +**-R**\ *w/e/s/n*, which can be used directly on the command line for other +modules (hence only *dx* and *dy* are needed). If **-C** is combined with +**-I** then the output will be in column form and rounded up/down for as many +columns as there are increments provided in **-I**. A similar option (**-T**) +will provide a **-T**\ *zmin/zmax/dz* string for makecpt. Required Arguments ------------------ @@ -144,14 +146,14 @@ **-T**\ *dz*\ [\ **+c**\ *col*] Report the min/max of the first (0'th) column to the nearest multiple of *dz* and output this as the - string **-T**\ *zmin/zmax/dz*. To use another column, append **+c**\ *col*. Cannot be used together with **-I**. + string **-T**\ *zmin/zmax/dz*. To use another column, append **+c**\ *col*. Cannot be used together with **-I**. .. _-V: .. |Add_-V| unicode:: 0x20 .. just an invisible code .. include:: explain_-V.rst_ -.. |Add_-bi| replace:: [Default is 2 input columns]. +.. |Add_-bi| replace:: [Default is 2 input columns]. .. include:: explain_-bi.rst_ .. |Add_-di| unicode:: 0x20 .. just an invisible code diff -Nru gmt-5.4.3+dfsg/doc/rst/source/grdsample.rst gmt-5.4.5+dfsg/doc/rst/source/grdsample.rst --- gmt-5.4.3+dfsg/doc/rst/source/grdsample.rst 2016-05-24 23:24:13.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/grdsample.rst 2019-01-03 20:39:17.000000000 +0000 @@ -106,6 +106,26 @@ yields only zero-order continuity. Use bicubic when smoothness is important. Use bilinear to minimize the propagation of NaNs. +Notes +----- + +As an alternative to bicubic spline, linear spline or nearest neighbor interpolation one can +instead send the entire dataset through :doc:`surface` for re-gridding. This approach allows +more control on aspects such as tension but it also leads to a solution that +is not likely to have fully converged. The general approach would be +something like + + :: + + gmt grd2xyz old.grd | gmt surface -Rold.grd -Inewinc -Gnew.grd [other options] + +For moderate data set one could also achieve an exact solution with :doc:`greenspline`, +such as + +:: + + gmt grd2xyz old.grd | gmt greenspline -Rold.grd -Inewinc -Gnew.grd [other options] + Examples -------- @@ -125,5 +145,9 @@ See Also -------- -:doc:`gmt`, :doc:`grdedit`, -:doc:`grdfft`, :doc:`grdfilter` +:doc:`gmt`, +:doc:`grdedit`, +:doc:`grdfft`, +:doc:`grdfilter`, +:doc:`greenspline`, +:doc:`surface` diff -Nru gmt-5.4.3+dfsg/doc/rst/source/grdview.rst gmt-5.4.5+dfsg/doc/rst/source/grdview.rst --- gmt-5.4.3+dfsg/doc/rst/source/grdview.rst 2017-10-04 22:37:58.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/grdview.rst 2019-01-03 20:39:17.000000000 +0000 @@ -178,7 +178,7 @@ .. _-W: -**-W**\ **c**\ |\ **m**\ |\ **f**\ *pen* +**-W**\ **c**\ \|\ **m**\ \|\ **f**\ *pen* **-Wc** Draw contour lines on top of surface or mesh (not image). Append pen diff -Nru gmt-5.4.3+dfsg/doc/rst/source/GR.rst gmt-5.4.5+dfsg/doc/rst/source/GR.rst --- gmt-5.4.3+dfsg/doc/rst/source/GR.rst 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/GR.rst 2019-01-03 20:39:17.000000000 +0000 @@ -5,7 +5,6 @@ .. toctree:: :maxdepth: 1 - greenspline grd2cpt grd2rgb grd2xyz @@ -33,3 +32,4 @@ grdvector grdview grdvolume + greenspline diff -Nru gmt-5.4.3+dfsg/doc/rst/source/index_51.rst_ gmt-5.4.5+dfsg/doc/rst/source/index_51.rst_ --- gmt-5.4.3+dfsg/doc/rst/source/index_51.rst_ 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/index_51.rst_ 1970-01-01 00:00:00.000000000 +0000 @@ -1,115 +0,0 @@ -.. GMT documentation master file - Include man_pages to avoid "not included in toctree warning": - -Quick Reference -=============== - -+-----------------+-----------------+-------------------+---------------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | -| | | | | -| quick_ref | std_opts | proj_codes_GMT | proj_codes_PROJ4 | -+-----------------+-----------------+-------------------+---------------------+ - -.. toctree:: - :hidden: - - man_pages - -Man pages -========= - -+-----------------+-----------------+-----------------+-----------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | -| | | | | -| B | GR | I | S | -| F | | K | T | -| GM | | M | X | -| | | N | | -| | | P | | -| | | PS | | -+-----------------+-----------------+-----------------+-----------------+ - -Supplements ------------ - -+-----------------+-----------------+-----------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | -| | | | -| SUP_GSHHS | SUP_MISC | SUP_X2SYS | -| SUP_IMGSRC | SUP_POTENTIAL| | -| SUP_MECA | SUP_SEGY | | -| SUP_MGD77 | SUP_SPOTTER | | -+-----------------+-----------------+-----------------+ - -Gallery -======= - -+----------------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| Gallery | -| Users_contrib_script | -| Users_contrib_symbols | -+----------------------------+ - -The CookBook -============ - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| cookbook | -+--------------------+ - -The Tutorial -============ - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| tutorial | -+--------------------+ - - -API Reference -============= - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| api | -+--------------------+ - -MATLAB Wrapper -============== - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| ml_wrapper | -+--------------------+ - -Julia Wrapper -============= - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| jl_wrapper | -+--------------------+ - -.. Include an hidden page with option's examples that can be referenced by individual programs - -.. toctree:: - :hidden: - - examples_options diff -Nru gmt-5.4.3+dfsg/doc/rst/source/index_JL.rst_ gmt-5.4.5+dfsg/doc/rst/source/index_JL.rst_ --- gmt-5.4.3+dfsg/doc/rst/source/index_JL.rst_ 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/index_JL.rst_ 1970-01-01 00:00:00.000000000 +0000 @@ -1,122 +0,0 @@ -.. GMT documentation master file - Include man_pages to avoid "not included in toctree warning": - -Quick Reference -=============== - -+-----------------+-----------------+-------------------+---------------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | -| | | | | -| quick_ref | std_opts | proj_codes_GMT | proj_codes_PROJ4 | -+-----------------+-----------------+-------------------+---------------------+ - -.. toctree:: - :hidden: - - man_pages - -Man pages -========= - -+-----------------+-----------------+-----------------+-----------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | -| | | | | -| B | GM | GR | PS | -| F | | | | -| I | | | | -| K | | | | -| M | | | | -| N | | | | -| P | | | | -| S | | | | -| T | | | | -| X | | | | -+-----------------+-----------------+-----------------+-----------------+ - -Supplements -=========== - -+-----------------+-----------------+-----------------+-----------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | -| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | -| | | | | -| SUP_GSHHS | SUP_MECA | SUP_POTENTIAL| SUP_SEGY | -| SUP_IMGSRC | | | | -| SUP_MISC | | | | -+-----------------+-----------------+-----------------+-----------------+ -| .. toctree:: | .. toctree:: | .. toctree:: | | -| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | | -| | | | | -| SUP_MGD77 | SUP_SPOTTER | SUP_X2SYS | | -+-----------------+-----------------+-----------------+-----------------+ - -Gallery -======= - -+----------------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| Gallery | -| Users_contrib_script | -| Users_contrib_symbols | -+----------------------------+ - -The CookBook -============ - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| cookbook | -+--------------------+ - -The Tutorial -============ - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| tutorial | -+--------------------+ - -API Reference -============= - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| api | -+--------------------+ - -MATLAB Wrapper -============== - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| ml_wrapper | -+--------------------+ - -Julia Wrapper -============= - -+--------------------+ -| .. toctree:: | -| :maxdepth: 2 | -| | -| jl_wrapper | -+--------------------+ - -.. Include an hidden page with option's examples that can be referenced by individual programs - -.. toctree:: - :hidden: - - examples_options diff -Nru gmt-5.4.3+dfsg/doc/rst/source/index.rst gmt-5.4.5+dfsg/doc/rst/source/index.rst --- gmt-5.4.3+dfsg/doc/rst/source/index.rst 2016-09-02 19:20:33.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/index.rst 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,122 @@ .. GMT documentation master file - Uncomment the index layout that you want to use. "index_51.rst_" is the Layout used in 5.1 release - "index_JL.rst_" is the original (and preferred) Layout by J.L. + Include man_pages to avoid "not included in toctree warning": -.. .. include:: index_51.rst_ +Quick Reference +=============== -.. include:: index_JL.rst_ ++-----------------+-----------------+-------------------+---------------------+ +| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | +| :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | :maxdepth: 1 | +| | | | | +| quick_ref | std_opts | proj_codes_GMT | proj_codes_PROJ4 | ++-----------------+-----------------+-------------------+---------------------+ + +.. toctree:: + :hidden: + + man_pages + +Man pages +========= + ++-----------------+-----------------+-----------------+-----------------+ +| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | +| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | +| | | | | +| B | GM | GR | PS | +| F | | | | +| I | | | | +| K | | | | +| M | | | | +| N | | | | +| P | | | | +| S | | | | +| T | | | | +| X | | | | ++-----------------+-----------------+-----------------+-----------------+ + +Supplements +=========== + ++-----------------+-----------------+-----------------+-----------------+ +| .. toctree:: | .. toctree:: | .. toctree:: | .. toctree:: | +| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | +| | | | | +| SUP_GSHHS | SUP_MECA | SUP_POTENTIAL| SUP_SEGY | +| SUP_IMGSRC | | | | +| SUP_MISC | | | | ++-----------------+-----------------+-----------------+-----------------+ +| .. toctree:: | .. toctree:: | .. toctree:: | | +| :maxdepth: 2 | :maxdepth: 2 | :maxdepth: 2 | | +| | | | | +| SUP_MGD77 | SUP_SPOTTER | SUP_X2SYS | | ++-----------------+-----------------+-----------------+-----------------+ + +Gallery +======= + ++----------------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| Gallery | +| Users_contrib_script | +| Users_contrib_symbols | ++----------------------------+ + +The CookBook +============ + ++--------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| cookbook | ++--------------------+ + +The Tutorial +============ + ++--------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| tutorial | ++--------------------+ + +API Reference +============= + ++--------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| api | ++--------------------+ + +MATLAB Wrapper +============== + ++--------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| ml_wrapper | ++--------------------+ + +Julia Wrapper +============= + ++--------------------+ +| .. toctree:: | +| :maxdepth: 2 | +| | +| jl_wrapper | ++--------------------+ + +.. Include an hidden page with option's examples that can be referenced by individual programs + +.. toctree:: + :hidden: + + examples_options diff -Nru gmt-5.4.3+dfsg/doc/rst/source/psbasemap.rst gmt-5.4.5+dfsg/doc/rst/source/psbasemap.rst --- gmt-5.4.3+dfsg/doc/rst/source/psbasemap.rst 2017-06-02 04:58:28.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/psbasemap.rst 2019-01-03 20:39:17.000000000 +0000 @@ -302,12 +302,12 @@ First select which of the cylindrical equal-area projections you want by deciding on the standard parallel. Here we will use 45 degrees which -gives the Gall-Peters projection. A 9 inch wide global basemap centered +gives the Gall projection. A 9 inch wide global basemap centered on the Pacific is made by :: - gmt psbasemap -Rg -JY180/45/9i -Bafg -B+tGall-Peters > gall-peters.ps + gmt psbasemap -Rg -JY180/45/9i -Bafg -B+tGall > gall.ps Conic Map Projections --------------------- diff -Nru gmt-5.4.3+dfsg/doc/rst/source/psscale.rst gmt-5.4.5+dfsg/doc/rst/source/psscale.rst --- gmt-5.4.3+dfsg/doc/rst/source/psscale.rst 2017-03-26 23:03:46.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/psscale.rst 2019-01-03 20:39:17.000000000 +0000 @@ -104,7 +104,7 @@ **-B**\ [**p**\ \|\ **s**]\ *parameters* Set annotation, tick, and gridline interval for the colorbar. The x-axis label will plot beneath a horizontal bar (or vertically to - the right of a vertical bar), except when using **-A**. As an + the right of a vertical bar), except when using the **+m** modifier in the **-D** option. As an option, use the y-axis label to plot the data unit to the right of a horizontal bar (and above a vertical bar). When using **-Ba** or **-Baf** annotation and/or minor tick intervals are chosen diff -Nru gmt-5.4.3+dfsg/doc/rst/source/supplements/meca/pssac.rst gmt-5.4.5+dfsg/doc/rst/source/supplements/meca/pssac.rst --- gmt-5.4.3+dfsg/doc/rst/source/supplements/meca/pssac.rst 2017-05-06 03:36:15.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/rst/source/supplements/meca/pssac.rst 2019-01-03 20:39:17.000000000 +0000 @@ -26,7 +26,7 @@ [ |-O| ] [ |-P| ] [ |-Q| ] -[ |-S|\ *sec_per_inch*\ [*unit*] ] +[ |-S|\ [**i**]\ *scale*\ [*unit*] ] [ |-T|\ [**+t**\ *n*][**+r**\ *reduce_vel*][**+s**\ *shift*] ] [ |SYN_OPT-U| ] [ |SYN_OPT-V| ] @@ -177,9 +177,10 @@ .. _-S: -**-S**\ *sec_per_measure*\ [*unit*] - Specify the time scale in *sec_per_measure* seconds per *unit* while plotting on geographic plots. - Use PROJ_LENGTH_UNIT if *unit* is omitted. +**-S**\ [**i**]\ *scale*\ [*unit*] + Sets time scale in seconds per while plotting on geographic plots. + Append c, i, or p to indicate cm, inch or points as the unit. Use PROJ_LENGTH_UNIT if *unit* is omitted. + Use -S\ **i**\ *scale*\ *unit* to give the reciprocal scale, i.e. cm per second or inch per second. .. _-T: @@ -232,7 +233,7 @@ To plot seismograms (generated by SAC command ``datagen sub tele *.z``) on a geographic map:: - gmt pssac *.z -JM15c -R-120/-40/35/65 -Baf -M1i -S1500c -K > map.ps + gmt pssac *.z -JM15c -R-120/-40/35/65 -Baf -M1i -S300c -K > map.ps saclst stlo stla f *.z | gmt psxy -J -R -St0.4c -Gblack -i1,2 -O >> map.ps See Also diff -Nru gmt-5.4.3+dfsg/doc/scripts/CMakeLists.txt gmt-5.4.5+dfsg/doc/scripts/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/scripts/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -96,7 +96,7 @@ set GMT_SHAREDIR=${GMT_SOURCE_DIR}/share COMMAND ${GMT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/src/gmt psconvert - -A -P -E150 -TG -Qg4 -Qt4 -C-dDOINTERPOLATE + -A -P -E150 -TG -Qg4 -Qt4 -D${RST_BINARY_DIR}/_images ${CMAKE_CURRENT_SOURCE_DIR}/${_fig} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} @@ -118,7 +118,7 @@ GMT_USERDIR=${GMT_BINARY_DIR}/share GMT_SHAREDIR=${GMT_SOURCE_DIR}/share ${GMT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/src/gmt psconvert - -A -P -E150 -TG -Qg4 -Qt4 -C-dDOINTERPOLATE + -A -P -E150 -TG -Qg4 -Qt4 -D${RST_BINARY_DIR}/_images ${CMAKE_CURRENT_SOURCE_DIR}/${_fig} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} diff -Nru gmt-5.4.3+dfsg/doc/scripts/gen_data_App_O.sh gmt-5.4.5+dfsg/doc/scripts/gen_data_App_O.sh --- gmt-5.4.3+dfsg/doc/scripts/gen_data_App_O.sh 2013-10-23 19:20:13.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/gen_data_App_O.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: gen_data_App_O.sh 12380 2013-10-23 19:20:13Z pwessel $ +# $Id$ # Makes the data for GMT_App_O_[1-9].sh # gmt grdcut ../examples/ex01/osu91a1f_16.nc -R50/160/-15/15 -Ggeoid.nc diff -Nru gmt-5.4.3+dfsg/doc/scripts/gen_data_dummy.sh gmt-5.4.5+dfsg/doc/scripts/gen_data_dummy.sh --- gmt-5.4.3+dfsg/doc/scripts/gen_data_dummy.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/gen_data_dummy.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: gen_data_dummy.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # This script makes the dummy data sets needed in GMT_linear.sh GMT_log.sh GMT_pow.sh # gmt gmtmath -T0/100/1 T SQRT = sqrt.d diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_albers.sh gmt-5.4.5+dfsg/doc/scripts/GMT_albers.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_albers.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_albers.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_albers.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_GRID_CROSS_SIZE_PRIMARY 0 gmt pscoast -R110/140/20/35 -JB125/20/25/45/5i -Bag -Dl -Ggreen -Wthinnest -A250 -P > GMT_albers.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_anchor.sh gmt-5.4.5+dfsg/doc/scripts/GMT_anchor.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_anchor.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_anchor.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_anchor.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # ps=GMT_anchor.ps gmt psbasemap -R0/1/0/1 -JX5i/2i -Ba1f0.5 -BwSnE+gbisque -P -K -DjTL+o0.7i/0.5i+w1.5i/0.75i -F+glightgreen+p1p > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_E.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_E.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_E.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_E.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_E.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # # This script makes the documentation in Appendix E. # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_dingbats.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_dingbats.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_dingbats.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_dingbats.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_dingbats.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # # Makes the octal code charts in Appendix F # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_iso+.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_iso+.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_iso+.sh 2016-05-07 08:53:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_iso+.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_iso+.sh 16386 2016-05-07 08:53:41Z pwessel $ +# $Id$ # # Makes the octal code charts in Appendix F # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_stand+_iso+.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_stand+_iso+.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_stand+_iso+.sh 2016-05-07 08:53:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_stand+_iso+.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_stand+_iso+.sh 16386 2016-05-07 08:53:41Z pwessel $ +# $Id$ # # Makes the octal code charts in Appendix F for ISO and Standard # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_stand+.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_stand+.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_stand+.sh 2016-05-07 08:53:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_stand+.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_stand+.sh 16386 2016-05-07 08:53:41Z pwessel $ +# $Id$ # # Makes the octal code charts in Appendix F # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_symbol_dingbats.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_symbol_dingbats.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_symbol_dingbats.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_symbol_dingbats.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_symbol_dingbats.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes the octal code charts in Appendix F # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_symbol.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_symbol.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_F_symbol.sh 2015-02-12 18:49:27.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_F_symbol.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_F_symbol.sh 14065 2015-02-12 18:49:27Z pwessel $ +# $Id$ # # Makes the octal code charts in Appendix F # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_G.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_G.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_G.sh 2017-04-29 22:43:25.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_G.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_G.sh 18069 2017-04-29 22:43:25Z pwessel $ +# $Id$ # # Makes the insert for Appendix G (fonts) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_1.sh 2013-08-25 07:49:17.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_J_1.sh 12074 2013-08-25 07:49:17Z pwessel $ +# $Id$ # # Script to draw the impulse responses and transfer functions # for GMT cookbook Appendix_J. diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_2.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_J_2.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # # Script to draw the impulse responses and transfer functions # for GMT cookbook Appendix_J. diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_3.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_3.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_J_3.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_J_3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_J_3.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # # Script to draw the impulse responses and transfer functions # for GMT cookbook Appendix_J. diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_1.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_K_1.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt gmtset MAP_GRID_CROSS_SIZE_PRIMARY 0 MAP_ANNOT_OBLIQUE 22 MAP_ANNOT_MIN_SPACING 0.3i gmt pscoast -Rk-9000/9000/-9000/9000 -JE130.35/-0.2/3.5i -P -Dc \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_2.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_K_2.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pscoast -Rk-2000/2000/-2000/2000 -JE130.35/-0.2/3.5i -P -Dl -A100 \ -Gburlywood -Sazure -Wthinnest -N1/thinnest,- -B10g5 -BWSne -K > GMT_App_K_2.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_3.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_3.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_3.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_K_3.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pscoast -Rk-500/500/-500/500 -JE130.35/-0.2/3.5i -P -Di -A20 \ -Gburlywood -Sazure -Wthinnest -N1/thinnest,- -B2g1 -BWSne -K > GMT_App_K_3.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_4.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_4.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_4.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_K_4.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pscoast -Rk-100/100/-100/100 -JE130.35/-0.2/3.5i -P -Dh -A1 \ -Gburlywood -Sazure -Wthinnest -N1/thinnest,- -B30mg10m -BWSne -K > GMT_App_K_4.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_5.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_5.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_K_5.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_K_5.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_K_5.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rk-20/20/-20/20 -JE130.35/-0.2/3.5i -P -Df -Gburlywood \ -Sazure -Wthinnest -N1/thinnest,- -B10mg2m -BWSne > GMT_App_K_5.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_1a.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_1a.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_1a.sh 2017-05-01 23:55:05.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_1a.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_M_1a.sh 18106 2017-05-01 23:55:05Z jluis $ +# $Id$ # # Makes the inserts for Appendix M(cpt) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_1b.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_1b.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_1b.sh 2017-05-01 23:55:05.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_1b.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_M_1b.sh 18106 2017-05-01 23:55:05Z jluis $ +# $Id$ # # Makes the inserts for Appendix M(cpt) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_M_2.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_M_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_M_2.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_App_M_2.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_N_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_N_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_N_1.sh 2017-05-05 01:37:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_N_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_N_1.sh 18128 2017-05-05 01:37:24Z pwessel $ +# $Id$ # # Makes the insert for Appendix N(custom symbols) # Note that this script also assembles App N tex diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_1.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_1.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes Fig 1 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_2.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_2.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes Fig 2 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_3.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_3.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_3.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_3.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes Fig 3 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_4.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_4.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_4.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_4.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes Fig 4 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_5.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_5.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_5.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_5.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_5.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes Fig 5 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_6.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_6.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_6.sh 2014-08-27 23:22:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_6.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_6.sh 13477 2014-08-27 23:22:00Z pwessel $ +# $Id$ # # Makes Fig 6 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_7.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_7.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_7.sh 2014-08-27 23:22:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_7.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_7.sh 13477 2014-08-27 23:22:00Z pwessel $ +# $Id$ # # Makes Fig 7 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_8.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_8.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_8.sh 2014-08-27 23:22:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_8.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_8.sh 13477 2014-08-27 23:22:00Z pwessel $ +# $Id$ # # Makes Fig 8 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_9.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_9.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_O_9.sh 2017-04-30 04:54:09.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_O_9.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_App_O_9.sh 18074 2017-04-30 04:54:09Z pwessel $ +# $Id$ # # Makes Fig 9 for Appendix O (labeled lines) # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_P_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_P_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_P_1.sh 2016-06-19 02:42:45.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_P_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT Appendix P, example 1 -# $Id: GMT_App_P_1.sh 16573 2016-06-19 02:42:45Z pwessel $ +# $Id$ # # Purpose: Illustrates the use of isolation mode # GMT progs: gmt gmtset, gmt grdimage, gmt grdmath, gmt makecpt, gmt pscoast diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_App_P_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_App_P_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_App_P_2.sh 2016-06-19 02:42:45.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_App_P_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # GMT Appendix P, example 2 -# $Id: GMT_App_P_2.sh 16573 2016-06-19 02:42:45Z pwessel $ +# $Id$ # # Purpose: Illustrates the use of isolation mode # GMT progs: gmt gmtset, gmt grdimage, gmt grdmath, gmt makecpt, gmt pscoast diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_arrows.sh gmt-5.4.5+dfsg/doc/scripts/GMT_arrows.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_arrows.sh 2014-10-02 20:35:47.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_arrows.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_arrows.sh 13579 2014-10-02 20:35:47Z pwessel $ +# $Id$ # # Demonstrate how arrows look like ps=GMT_arrows.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_arrows_types.sh gmt-5.4.5+dfsg/doc/scripts/GMT_arrows_types.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_arrows_types.sh 2016-03-18 04:15:52.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_arrows_types.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_arrows_types.sh 15897 2016-03-18 04:15:52Z pwessel $ +# $Id$ # # Demonstrate how arrows heads can look like (just doing Cartesian arrows here) ps=GMT_arrows_types.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_atan.sh gmt-5.4.5+dfsg/doc/scripts/GMT_atan.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_atan.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_atan.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_atan.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt grdgradient -A45 ../tutorial/us.nc -N -fg -Gtt.t.nc gmt grd2xyz -Z tt.t.nc > tt.d diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_az_equidistant.sh gmt-5.4.5+dfsg/doc/scripts/GMT_az_equidistant.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_az_equidistant.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_az_equidistant.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_az_equidistant.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JE-100/40/4.5i -Bg -Dc -A10000 -Glightgray -Wthinnest -P > GMT_az_equidistant.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_custom.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_custom.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_custom.sh 2013-05-16 19:40:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_custom.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_custom.sh 11495 2013-05-16 19:40:41Z pwessel $ +# $Id$ # cat << EOF >| xannots.txt 416.0 ig Devonian diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_bezier.sh gmt-5.4.5+dfsg/doc/scripts/GMT_bezier.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_bezier.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_bezier.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_bezier.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_bezier.ps cat << EOF > line.txt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_geo_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_geo_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_geo_1.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_geo_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_geo_1.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_GEO_MAP ddd:mm:ssF gmt psbasemap -R-1/2/0/0.4 -JM3i -Ba1f15mg5m -BS -K -P > GMT_-B_geo_1.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_geo_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_geo_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_geo_2.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_geo_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_geo_2.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_GEO_MAP ddd:mm:ssF FONT_ANNOT_PRIMARY +9p gmt psbasemap -R-2/1/0/0.35 -JM4i -Bpa15mf5mg5m -BwSe -Bs1f30mg15m -K -P --MAP_FRAME_TYPE=fancy+ \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_linear.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_linear.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_linear.sh 2013-05-16 19:40:41.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_linear.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_linear.sh 11495 2013-05-16 19:40:41Z pwessel $ +# $Id$ # gmt psbasemap -R0/12/0/0.95 -JX3i/0.3i -Ba4f2g1+lFrequency+u" %" -BS -K -P > GMT_-B_linear.ps gmt psxy -R -J -O -K -Sv2p+e+a60 -W0.5p -Gblack -Y0.1i -N << EOF >> GMT_-B_linear.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_log.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_log.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_log.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_log.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_log.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_GRID_PEN_PRIMARY thinnest,. gmt psbasemap -R1/1000/0/1 -JX3il/0.25i -B1f2g3p+l"Axis Label" -BS -K -P > GMT_-B_log.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_pow.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_pow.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_pow.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_pow.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_pow.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_GRID_PEN_PRIMARY thinnest,. gmt psbasemap -R0/100/0/0.9 -JX3ip0.5/0.25i -Ba3f2g1p+l"Axis Label" -BS -K -P > GMT_-B_pow.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time1.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time1.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP=-o FONT_ANNOT_PRIMARY +9p gmt psbasemap -R2000-4-1T/2000-5-25T/0/1 -JX5i/0.2i -Bpa7Rf1d -Bsa1O -BS -P > GMT_-B_time1.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time2.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time2.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP "o dd" FORMAT_CLOCK_MAP hh:mm FONT_ANNOT_PRIMARY +9p gmt psbasemap -R1969-7-21T/1969-7-23T/0/1 -JX5i/0.2i -Bpa6Hf1h -Bsa1K -BS -P -K > GMT_-B_time2.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time3.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time3.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time3.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time3.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP o FORMAT_TIME_PRIMARY_MAP Character FONT_ANNOT_PRIMARY +9p gmt psbasemap -R1997T/1999T/0/1 -JX5i/0.2i -Bpa3Of1o -Bsa1Y -BS -P > GMT_-B_time3.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time4.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time4.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time4.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time4.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_CLOCK_MAP=-hham FONT_ANNOT_PRIMARY +9p TIME_UNIT d gmt psbasemap -R0.2t/0.35t/0/1 -JX-5i/0.2i -Bpa15mf5m -Bsa1H -BS -P > GMT_-B_time4.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time5.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time5.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time5.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time5.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time5.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP u FORMAT_TIME_PRIMARY_MAP Character FORMAT_TIME_SECONDARY_MAP full \ FONT_ANNOT_PRIMARY +9p diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time6.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time6.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time6.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time6.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time6.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP "o yy" FORMAT_TIME_PRIMARY_MAP Abbreviated gmt psbasemap -R1996T/1996-6T/0/1 -JX5i/0.2i -Ba1Of1d -BS -P > GMT_-B_time6.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time7.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time7.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-B_time7.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-B_time7.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-B_time7.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP jjj TIME_INTERVAL_FRACTION 0.05 FONT_ANNOT_PRIMARY +9p gmt psbasemap -R2000-12-15T/2001-1-15T/0/1 -JX5i/0.2i -Bpa5Df1d -Bsa1Y -BS -P > GMT_-B_time7.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_cassini.sh gmt-5.4.5+dfsg/doc/scripts/GMT_cassini.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_cassini.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_cassini.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_cassini.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pscoast -R7:30/38:30/10:30/41:30r -JC8.75/40/2.5i -Bafg -LjBR+c40+w100+f+o0.15i/0.2i -Dh -Gspringgreen \ -Sazure -Wthinnest -Ia/thinner -P --FONT_LABEL=10p > GMT_cassini.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_chunking.sh gmt-5.4.5+dfsg/doc/scripts/GMT_chunking.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_chunking.sh 2013-08-08 13:50:59.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_chunking.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_chunking.sh 12063 2013-08-08 13:50:59Z fwobbe $ +# $Id$ # # Make an illustration of grid chunking # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_colorbar.sh gmt-5.4.5+dfsg/doc/scripts/GMT_colorbar.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_colorbar.sh 2017-03-27 22:18:01.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_colorbar.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_colorbar.sh 17806 2017-03-27 22:18:01Z pwessel $ +# $Id$ # ps=GMT_colorbar.ps gmt makecpt -T-15/15 -Cpolar > t.cpt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_color_interpolate.sh gmt-5.4.5+dfsg/doc/scripts/GMT_color_interpolate.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_color_interpolate.sh 2016-06-19 02:42:45.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_color_interpolate.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_color_interpolate.sh 16573 2016-06-19 02:42:45Z pwessel $ +# $Id$ # ps=GMT_color_interpolate.ps gmt psbasemap -Jx1i -R0/6.8/0/2.0 -B0 -K > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_coverlogo.sh gmt-5.4.5+dfsg/doc/scripts/GMT_coverlogo.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_coverlogo.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_coverlogo.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_coverlogo.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Creates the cover page GMT logo # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_CPTscale.sh gmt-5.4.5+dfsg/doc/scripts/GMT_CPTscale.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_CPTscale.sh 2016-11-14 17:04:33.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_CPTscale.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_CPTscale.sh 17347 2016-11-14 17:04:33Z pwessel $ +# $Id$ # ps=GMT_CPTscale.ps gmt psxy -R0/6/0/6 -Jx1i -P -K -W0.25p << EOF > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1a.sh gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1a.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1a.sh 2014-08-25 18:47:31.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1a.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_Defaults_1a.sh 13471 2014-08-25 18:47:31Z pwessel $ +# $Id$ # ps=GMT_Defaults_1a.ps gmt gmtset MAP_FRAME_TYPE fancy FORMAT_GEO_MAP ddd:mm:ssF MAP_GRID_CROSS_SIZE_PRIMARY 0.1i FONT_ANNOT_PRIMARY +8p diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1b.sh gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1b.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1b.sh 2015-12-09 15:52:16.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1b.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_Defaults_1b.sh 15344 2015-12-09 15:52:16Z remko $ +# $Id$ # ps=GMT_Defaults_1b.ps gmt gmtset MAP_FRAME_TYPE plain FORMAT_GEO_MAP ddd:mm:ssF MAP_GRID_CROSS_SIZE_PRIMARY 0i \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1c.sh gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1c.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_Defaults_1c.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_Defaults_1c.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_Defaults_1c.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_Defaults_1c.ps gmt gmtset MAP_FRAME_TYPE plain FORMAT_DATE_MAP "o dd" FORMAT_CLOCK_MAP hh FONT_ANNOT_PRIMARY +8p diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_dir_rose.sh gmt-5.4.5+dfsg/doc/scripts/GMT_dir_rose.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_dir_rose.sh 2016-12-03 03:20:52.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_dir_rose.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_dir_rose.sh 17377 2016-12-03 03:20:52Z jluis $ +# $Id$ # Showing map directional roses ps=GMT_dir_rose.ps gmt set FONT_LABEL 10p FONT_TITLE 12p MAP_ANNOT_OBLIQUE 34 MAP_TITLE_OFFSET 5p \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_eckert4.sh gmt-5.4.5+dfsg/doc/scripts/GMT_eckert4.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_eckert4.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_eckert4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_eckert4.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JKf4.5i -Bg -Dc -A10000 -Wthinnest -Givory -Sbisque3 -P > GMT_eckert4.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_eckert6.sh gmt-5.4.5+dfsg/doc/scripts/GMT_eckert6.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_eckert6.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_eckert6.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_eckert6.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JKs4.5i -Bg -Dc -A10000 -Wthinnest -Givory -Sbisque3 -P > GMT_eckert6.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_encoding.sh gmt-5.4.5+dfsg/doc/scripts/GMT_encoding.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_encoding.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_encoding.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: GMT_encoding.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # This plots the given encoding vector to stdout # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_equi_cyl.sh gmt-5.4.5+dfsg/doc/scripts/GMT_equi_cyl.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_equi_cyl.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_equi_cyl.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_equi_cyl.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JQ4.5i -B60f30g30 -Dc -A5000 -Gtan4 -Slightcyan -P > GMT_equi_cyl.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_equidistant_conic.sh gmt-5.4.5+dfsg/doc/scripts/GMT_equidistant_conic.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_equidistant_conic.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_equidistant_conic.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_equidistant_conic.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_GEO_MAP ddd:mm:ssF MAP_GRID_CROSS_SIZE_PRIMARY 0.05i gmt pscoast -R-88/-70/18/24 -JD-79/21/19/23/4.5i -Bag -Di -N1/thick,red -Glightgreen \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/gmtest.in gmt-5.4.5+dfsg/doc/scripts/gmtest.in --- gmt-5.4.3+dfsg/doc/scripts/gmtest.in 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/gmtest.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: gmtest.in 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Functions to be used with test scripts @@ -70,7 +70,7 @@ return fi # syntax: gm compare [ options ... ] reference-image [ options ... ] compare-image [ options ... ] - rms=$("${GRAPHICSMAGICK}" compare -density 200 -maximum-error 0.001 -highlight-color magenta -highlight-style assign -metric rmse -file "${ps%.ps}.png" "$ps" "${src}/${ps}") || pscmpfailed="yes" + rms=$("${GRAPHICSMAGICK}" compare -density 200 -maximum-error 0.003 -highlight-color magenta -highlight-style assign -metric rmse -file "${ps%.ps}.png" "$ps" "${src}/${ps}") || pscmpfailed="yes" rms=$(perl -ne 'print $1 if /Total: ([0-9.]+)/' <<< "$rms") if [ -z "$rms" ]; then rms="NA" diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_gall_stereo.sh gmt-5.4.5+dfsg/doc/scripts/GMT_gall_stereo.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_gall_stereo.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_gall_stereo.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_gall_stereo.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_GEO_MAP dddA gmt pscoast -R-180/180/-60/80 -JCyl_stere/0/45/4.5i -Bxa60f30g30 -Bya30g30 -Dc -A5000 -Wblack \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_general_cyl.sh gmt-5.4.5+dfsg/doc/scripts/GMT_general_cyl.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_general_cyl.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_general_cyl.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_general_cyl.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R-145/215/-90/90 -JY35/30/4.5i -B45g45 -Dc -A10000 -Sdodgerblue -Wthinnest -P \ --MAP_FRAME_TYPE=fancy+ > GMT_general_cyl.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_gnomonic.sh gmt-5.4.5+dfsg/doc/scripts/GMT_gnomonic.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_gnomonic.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_gnomonic.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_gnomonic.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JF-120/35/60/4.5i -B30g15 -Dc -A10000 -Gtan -Scyan -Wthinnest -P > GMT_gnomonic.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_grinten.sh gmt-5.4.5+dfsg/doc/scripts/GMT_grinten.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_grinten.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_grinten.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_grinten.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JV4i -Bg -Dc -Glightgray -Scornsilk -A10000 -Wthinnest -P > GMT_grinten.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_hammer.sh gmt-5.4.5+dfsg/doc/scripts/GMT_hammer.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_hammer.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_hammer.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_hammer.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JH4.5i -Bg -Dc -A10000 -Gblack -Scornsilk -P > GMT_hammer.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_hinge.sh gmt-5.4.5+dfsg/doc/scripts/GMT_hinge.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_hinge.sh 2016-06-29 01:50:26.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_hinge.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_hinge.sh 16664 2016-06-29 01:50:26Z pwessel $ +# $Id$ # ps=GMT_hinge.ps gmt makecpt -Cglobe -T-8000/3000 > t.cpt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_images.sh gmt-5.4.5+dfsg/doc/scripts/GMT_images.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_images.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_images.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_images.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_images.ps gmt psimage "${src:-.}"/nsf1.jpg -R0/2/0/1 -JX5i/1.6i -B0 -P -K -DjML+w1.5i+o0.1i/0i > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_insert.sh gmt-5.4.5+dfsg/doc/scripts/GMT_insert.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_insert.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_insert.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_insert.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Testing gmt pslegend capabilities for tables with colors diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-J.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-J.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-J.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-J.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-J.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pstext -R0/5/0/3 -Jx1i -P -K -F+f+j << EOF > GMT_-J.ps 2.5 2.8 16p,Helvetica-Bold BC GMT PROJECTIONS diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_az_hemi.sh gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_az_hemi.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_az_hemi.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_az_hemi.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_lambert_az_hemi.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JA280/30/3.5i -Bg -Dc -A1000 -Gnavy -P > GMT_lambert_az_hemi.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_az_rect.sh gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_az_rect.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_az_rect.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_az_rect.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_lambert_az_rect.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # gmt gmtset FORMAT_GEO_MAP ddd:mm:ssF MAP_GRID_CROSS_SIZE_PRIMARY 0 gmt pscoast -R0/-40/60/-10r -JA30/-30/4.5i -Bag -Dl -A500 -Gp10+r300 -Wthinnest -P \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_conic.sh gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_conic.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_lambert_conic.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_lambert_conic.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_lambert_conic.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_FRAME_TYPE FANCY FORMAT_GEO_MAP ddd:mm:ssF MAP_GRID_CROSS_SIZE_PRIMARY 0.05i gmt pscoast -R-130/-70/24/52 -Jl-100/35/33/45/1:50000000 -Bag -Dl -N1/thick,red -N2/thinner \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_legend.sh gmt-5.4.5+dfsg/doc/scripts/GMT_legend.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_legend.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_legend.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_legend.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Testing gmt pslegend capabilities for tables with colors diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_linear_cal.sh gmt-5.4.5+dfsg/doc/scripts/GMT_linear_cal.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_linear_cal.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_linear_cal.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_linear_cal.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset FORMAT_DATE_MAP o TIME_WEEK_START Sunday FORMAT_CLOCK_MAP=-hham \ FORMAT_TIME_PRIMARY_MAP full diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_linear_d.sh gmt-5.4.5+dfsg/doc/scripts/GMT_linear_d.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_linear_d.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_linear_d.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_linear_d.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_GRID_CROSS_SIZE_PRIMARY 0.1i MAP_FRAME_TYPE FANCY FORMAT_GEO_MAP ddd:mm:ssF gmt pscoast -Rg-55/305/-90/90 -Jx0.014i -Bagf -BWSen -Dc -A1000 -Glightbrown -Wthinnest -P \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_linearrow.sh gmt-5.4.5+dfsg/doc/scripts/GMT_linearrow.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_linearrow.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_linearrow.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_linearrow.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # ps=GMT_linearrow.ps gmt math -T10/30/1 T 20 SUB 10 DIV 2 POW 41.5 ADD = line.txt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_linear.sh gmt-5.4.5+dfsg/doc/scripts/GMT_linear.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_linear.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_linear.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_linear.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R0/100/0/10 -JX3i/1.5i -Bag -BWSne+gsnow -Wthick,blue,- -P -K sqrt.d > GMT_linear.ps gmt psxy -R -J -St0.1i -N -Gred -Wfaint -O sqrt.d10 >> GMT_linear.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_linecap.sh gmt-5.4.5+dfsg/doc/scripts/GMT_linecap.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_linecap.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_linecap.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_linecap.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # ps=GMT_linecap.ps cat << EOF > lines.txt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_lineoffset.sh gmt-5.4.5+dfsg/doc/scripts/GMT_lineoffset.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_lineoffset.sh 2016-08-19 21:45:13.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_lineoffset.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_lineoffset.sh 16971 2016-08-19 21:45:13Z remko $ +# $Id$ # ps=GMT_lineoffset.ps gmt math -T10/30/1 T 20 SUB 10 DIV 2 POW 41.5 ADD = line.txt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_log.sh gmt-5.4.5+dfsg/doc/scripts/GMT_log.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_log.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_log.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_log.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R1/100/0/10 -Jx1.5il/0.15i -Bx2g3 -Bya2f1g2 -BWSne+gbisque -Wthick,blue,- -P -K -h sqrt.d \ > GMT_log.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_mag_rose.sh gmt-5.4.5+dfsg/doc/scripts/GMT_mag_rose.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_mag_rose.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_mag_rose.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_mag_rose.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ ps=GMT_mag_rose.ps # Magnetic rose with a specified declination gmt psbasemap -R-10/-2/12.8812380332/0.661018975345r -JOc0/0/50/60/7i -Baf -BWSne -P -K -X1.25i --MAP_ANNOT_OBLIQUE=34 --FONT_ANNOT_PRIMARY=12p > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_mapscale.sh gmt-5.4.5+dfsg/doc/scripts/GMT_mapscale.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_mapscale.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_mapscale.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_mapscale.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_mapscale.ps gmt psbasemap -R0/40/50/56 -JM5i -Baf -P -K -LjML+c53+w1000k+f+l"Scale at 53\\232N" -F+glightcyan+c0+p > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_mercator.sh gmt-5.4.5+dfsg/doc/scripts/GMT_mercator.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_mercator.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_mercator.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_mercator.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_FRAME_TYPE fancy+ gmt pscoast -R0/360/-70/70 -Jm1.2e-2i -Bxa60f15 -Bya30f15 -Dc -A5000 -Gred -P > GMT_mercator.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_miller.sh gmt-5.4.5+dfsg/doc/scripts/GMT_miller.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_miller.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_miller.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_miller.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R-90/270/-80/90 -Jj1:400000000 -Bx45g45 -By30g30 -Dc -A10000 -Gkhaki -Wthinnest -P \ -Sazure > GMT_miller.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_mollweide.sh gmt-5.4.5+dfsg/doc/scripts/GMT_mollweide.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_mollweide.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_mollweide.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_mollweide.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rd -JW4.5i -Bg -Dc -A10000 -Gtomato1 -Sskyblue -P > GMT_mollweide.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_nearneighbor.sh gmt-5.4.5+dfsg/doc/scripts/GMT_nearneighbor.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_nearneighbor.sh 2015-07-15 00:47:28.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_nearneighbor.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_nearneighbor.sh 14522 2015-07-15 00:47:28Z pwessel $ +# $Id$ # gmt psxy -R0/2/0/2 -Jx1i -P -K -Sc1i -Wthick -Glightgreen@70 -Bg0.25 << EOF > GMT_nearneighbor.ps 0.75 1.25 diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_obl_merc.sh gmt-5.4.5+dfsg/doc/scripts/GMT_obl_merc.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_obl_merc.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_obl_merc.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_obl_merc.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pscoast -R270/20/305/25r -JOc280/25.5/22/69/4.8i -Bag -Di -A250 -Gburlywood -Wthinnest -P \ -TdjTR+w0.4i+f2+l+o0.15i -Sazure --FONT_TITLE=8p --MAP_TITLE_OFFSET=0.05i > GMT_obl_merc.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-OK.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-OK.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-OK.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-OK.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-OK.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R0/2.7/0/2.5 -Jx1i -K -L -N -P << EOF > GMT_-OK.ps > -Glightyellow diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_orthographic.sh gmt-5.4.5+dfsg/doc/scripts/GMT_orthographic.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_orthographic.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_orthographic.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_orthographic.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JG-75/41/4.5i -Bg -Dc -A5000 -Gpink -Sthistle -P > GMT_orthographic.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_panel.sh gmt-5.4.5+dfsg/doc/scripts/GMT_panel.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_panel.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_panel.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_panel.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # ps=GMT_panel.ps gmt psbasemap -R0/2/0/1 -JX5i/2i -B0 -P -K -DjTL+o0.2i+w1.75i/0.75i -F+glightgreen+r > $ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_perspective.sh gmt-5.4.5+dfsg/doc/scripts/GMT_perspective.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_perspective.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_perspective.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_perspective.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rg -JG4/52/230/90/60/180/60/60/5i -Bx2g2 -By1g1 -Ia -Di -Glightbrown -Wthinnest -P \ -Slightblue --MAP_ANNOT_MIN_SPACING=0.25i > GMT_perspective.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_polar.sh gmt-5.4.5+dfsg/doc/scripts/GMT_polar.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_polar.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_polar.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_polar.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt grdmath -R0/360/2/4 -I6/0.1 X 4 MUL PI MUL 180 DIV COS Y 2 POW MUL = tt.nc gmt grdcontour tt.nc -JP3i -B30 -BNs+ghoneydew -P -C2 -S4 --FORMAT_GEO_MAP=+ddd > GMT_polar.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_polyconic.sh gmt-5.4.5+dfsg/doc/scripts/GMT_polyconic.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_polyconic.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_polyconic.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_polyconic.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R-180/-20/0/90 -JPoly/4i -Bx30g10 -By10g10 -Dc -A1000 -Glightgray -Wthinnest -P \ > GMT_polyconic.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_pow.sh gmt-5.4.5+dfsg/doc/scripts/GMT_pow.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_pow.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_pow.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_pow.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R0/100/0/10 -Jx0.3ip0.5/0.15i -Bxa1p -Bya2f1 -BWSne+givory -Wthick -P -K sqrt.d > GMT_pow.ps gmt psxy -R -J -Sc0.075i -Ggreen -W -O sqrt.d10 >> GMT_pow.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-P.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-P.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-P.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-P.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-P.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R0/2.5/0/1.7 -Jx1i -P -K -Glightyellow -Wthinner << EOF >| GMT_-P.ps > diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_pstext_clearance.sh gmt-5.4.5+dfsg/doc/scripts/GMT_pstext_clearance.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_pstext_clearance.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_pstext_clearance.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_pstext_clearance.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # gmt pstext -R0/3/-0.1/1.5 -Jx1i -P -K -C0.2i -TO -Wthick -F+f36p,Helvetica-Bold << EOF > GMT_pstext_clearance.ps 1.5 0.5 My Text diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_pstext_justify.sh gmt-5.4.5+dfsg/doc/scripts/GMT_pstext_justify.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_pstext_justify.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_pstext_justify.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_pstext_justify.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # B=0.2 M=0.38 diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_registration.sh gmt-5.4.5+dfsg/doc/scripts/GMT_registration.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_registration.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_registration.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_registration.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # # Gridline registration gmt psxy -R0/3/0/3 -JX2.5i/1.25i -B1g1 -Bwesn -P -K -Wthinner -L -Glightred << EOF > GMT_registration.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_RGBchart.sh gmt-5.4.5+dfsg/doc/scripts/GMT_RGBchart.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_RGBchart.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_RGBchart.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_RGBchart.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Plots a page of all 555 unique named colors # Usage: GMT_RGBchart.sh diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_robinson.sh gmt-5.4.5+dfsg/doc/scripts/GMT_robinson.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_robinson.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_robinson.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_robinson.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rd -JN4.5i -Bg -Dc -A10000 -Ggoldenrod -Ssnow2 -P > GMT_robinson.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-R.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-R.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-R.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-R.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-R.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # gmt gmtset MAP_FRAME_TYPE PLAIN FONT_ANNOT_PRIMARY 8p,Helvetica MAP_TICK_LENGTH_PRIMARY 0.05i \ PS_CHAR_ENCODING ISOLatin1+ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_sinus_int.sh gmt-5.4.5+dfsg/doc/scripts/GMT_sinus_int.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_sinus_int.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_sinus_int.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_sinus_int.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R200/340/-90/90 -Ji0.014i -Bg -A10000 -Dc -Gdarkred -Sazure -K -P > GMT_sinus_int.ps gmt pscoast -R-20/60/-90/90 -J -B -Dc -A10000 -Gdarkgreen -Sazure -X1.96i -O -K >> GMT_sinus_int.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_sinusoidal.sh gmt-5.4.5+dfsg/doc/scripts/GMT_sinusoidal.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_sinusoidal.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_sinusoidal.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_sinusoidal.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rd -JI4.5i -Bg -Dc -A10000 -Gcoral4 -Sazure3 -P > GMT_sinusoidal.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_general.sh gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_general.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_general.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_general.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_stereographic_general.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_ANNOT_OBLIQUE 0 gmt pscoast -R100/-42/160/-8r -JS130/-30/4i -Bag -Dl -A500 -Ggreen -P \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_polar.sh gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_polar.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_polar.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_polar.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_stereographic_polar.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R-30/30/60/72 -Js0/90/4.5i/60 -B10g -Dl -A250 -Groyalblue \ -Sseashell -P > GMT_stereographic_polar.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_rect.sh gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_rect.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_stereographic_rect.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_stereographic_rect.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_stereographic_rect.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt gmtset MAP_ANNOT_OBLIQUE 30 gmt pscoast -R-25/59/70/72r -JS10/90/11c -B20g -Dl -A250 -Gdarkbrown -Wthinnest -P \ diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_stereonets.sh gmt-5.4.5+dfsg/doc/scripts/GMT_stereonets.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_stereonets.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_stereonets.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_stereonets.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psbasemap -R0/360/-90/90 -JA0/0/1.75i -Bg15 -P -K > GMT_stereonets.ps echo "180 -90 SCHMIDT" | gmt pstext -R -J -O -K -N -D0/-0.2c -F+f12p,Helvetica-Bold+jTC >> GMT_stereonets.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_TM.sh gmt-5.4.5+dfsg/doc/scripts/GMT_TM.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_TM.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_TM.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_TM.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R0/360/-80/80 -JT330/-45/3.5i -Ba30g -BWSne -Dc -A2000 -Slightblue -G0 -P > GMT_TM.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_transverse_merc.sh gmt-5.4.5+dfsg/doc/scripts/GMT_transverse_merc.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_transverse_merc.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_transverse_merc.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_transverse_merc.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -R20/30/50/45r -Jt35/0.18i -Bag -Dl -A250 -Glightbrown -Wthinnest -P \ -Sseashell > GMT_transverse_merc.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_10.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_10.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_10.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_10.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_10.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt pstext -R0/7/0/5 -Jx1i -P -Ba -F+f30p,Times-Roman,DarkOrange+jBL << EOF > GMT_tut_10.ps 1 1 It's P@al, not Pal! diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_11.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_11.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_11.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_11.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_11.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt grdcontour @tut_bathy.nc -JM6i -C250 -A1000 -P -Ba > GMT_tut_11.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_12.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_12.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_12.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_12.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_12.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt nearneighbor -R245/255/20/30 -I5m -S40k -Gship.nc @tut_ship.xyz gmt grdcontour ship.nc -JM6i -P -Ba -C250 -A1000 > GMT_tut_12.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_13.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_13.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_13.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_13.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_13.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt blockmedian -R245/255/20/30 -I5m -V @tut_ship.xyz > ship_5m.xyz gmt surface ship_5m.xyz -R245/255/20/30 -I5m -Gship.nc diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_14.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_14.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_14.sh 2016-06-19 02:42:45.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_14.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_14.sh 16573 2016-06-19 02:42:45Z pwessel $ +# $Id$ # gmt makecpt -Crainbow -T-20/60/10 > disc.cpt gmt makecpt -Crainbow -T-20/60 > cont.cpt diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_15.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_15.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_15.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_15.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_15.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt makecpt -Crainbow -T1000/5000 > topo.cpt gmt grdimage @tut_relief.nc -JM6i -P -Ba -BWSnE -Ctopo.cpt -K > GMT_tut_15.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_16.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_16.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_16.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_16.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_16.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt makecpt -Crainbow -T1000/5000 > topo.cpt gmt grdgradient @tut_relief.nc -Ne0.8 -A100 -fg -Gus_i.nc diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_17.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_17.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_17.sh 2017-05-27 23:39:17.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_17.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_17.sh 18240 2017-05-27 23:39:17Z pwessel $ +# $Id$ # gmt makecpt -Cno_green -T-2/30/2 > otemp.cpt gmt grdimage -Rg -JW180/9i "@otemp.anal1deg.nc?otemp[2,0]" -Cotemp.cpt -Bag > GMT_tut_17.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_18.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_18.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_18.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_18.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_18.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt grd2cpt @tut_bathy.nc -Cocean > bermuda.cpt gmt grdview tut_bathy.nc -JM5i -P -JZ2i -p135/30 -Ba -Cbermuda.cpt > GMT_tut_18.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_19.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_19.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_19.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_19.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_19.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt makecpt -Ctopo -T1000/5000 > t.cpt gmt grdgradient @tut_relief.nc -Ne0.8 -A100 -fg -Gus_i.nc diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_1.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_1.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_1.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_1.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt psbasemap -R10/70/-3/8 -JX4i/3i -Ba -B+glightred+t"My first plot" -P > GMT_tut_1.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_2.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_2.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_2.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_2.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt psbasemap -R1/10000/1e20/1e25 -JX9il/6il -Bxa2+l"Wavelength (m)" -Bya1pf3+l"Power (W)" -BWS > GMT_tut_2.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_3.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_3.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_3.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_3.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt pscoast -R-90/-70/0/20 -JM6i -P -Ba -Gchocolate > GMT_tut_3.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_4.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_4.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_4.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_4.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt pscoast -R-130/-70/24/52 -JB-100/35/33/45/6i -Ba -B+t"Conic Projection" -N1/thickest -N2/thinnest -A500 -Ggray -Wthinnest -P > GMT_tut_4.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_5.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_5.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_5.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_5.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_5.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt pscoast -Rg -JG280/30/6i -Bag -Dc -A5000 -Gwhite -SDarkTurquoise -P > GMT_tut_5.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_6.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_6.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_6.sh 2015-07-15 02:26:00.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_6.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_6.sh 14523 2015-07-15 02:26:00Z pwessel $ +# $Id$ # gmt pscoast -Rg -JKs180/9i -Bag -Dc -A5000 -Gchocolate -SDarkTurquoise -Wthinnest > GMT_tut_6.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_7.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_7.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_7.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_7.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_tut_7.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt psxy @tut_data.txt -R0/6/0/6 -Jx1i -P -Baf -Wthinner > GMT_tut_7.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_8.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_8.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_8.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_8.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_8.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt psxy @tut_data.txt -R0/6/0/6 -Jx1i -Baf -P -K -Wthinner > GMT_tut_8.ps gmt psxy tut_data.txt -R -J -O -W -Si0.2i >> GMT_tut_8.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_tut_9.sh gmt-5.4.5+dfsg/doc/scripts/GMT_tut_9.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_tut_9.sh 2017-06-03 03:26:22.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_tut_9.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_tut_9.sh 18314 2017-06-03 03:26:22Z pwessel $ +# $Id$ # gmt makecpt -Cred,green,blue -T0,100,300,10000 > quakes.cpt gmt pscoast -R130/150/35/50 -JM6i -B5 -P -Ggray -K > GMT_tut_9.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-U.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-U.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-U.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-U.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_-U.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psxy -R0/3/0/0.1 -Jx1i -P -U"optional command string or text here" -T > GMT_-U.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_utm_zones.sh gmt-5.4.5+dfsg/doc/scripts/GMT_utm_zones.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_utm_zones.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_utm_zones.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_utm_zones.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Makes a plot of the global UTM zone grid including the exceptions near Norway/Spitsbergen # diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_volcano.sh gmt-5.4.5+dfsg/doc/scripts/GMT_volcano.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_volcano.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_volcano.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_volcano.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # echo "0 0" | gmt psxy -R-0.5/0.5/-0.5/0.5 -JX2i -P -Ba0.25g0.05 -BWSne -Wthick -Skvolcano/2i -K > GMT_volcano.ps cat < bullseye.def diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_winkel.sh gmt-5.4.5+dfsg/doc/scripts/GMT_winkel.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_winkel.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_winkel.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ #!/bin/bash -# $Id: GMT_winkel.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt pscoast -Rd -JR4.5i -Bg -Dc -A10000 -Gburlywood4 -Swheat1 -P > GMT_winkel.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/GMT_-XY.sh gmt-5.4.5+dfsg/doc/scripts/GMT_-XY.sh --- gmt-5.4.3+dfsg/doc/scripts/GMT_-XY.sh 2013-05-16 06:26:21.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/GMT_-XY.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: GMT_-XY.sh 11490 2013-05-16 06:26:21Z pwessel $ +# $Id$ # gmt psbasemap -R0/1.5/0/1.7 -Jx1i -P -K -B0 -B+glightyellow >| GMT_-XY.ps gmt psxy -R -J -O -K -Sv5p+e -W0.5p -Gblack << EOF >> GMT_-XY.ps diff -Nru gmt-5.4.3+dfsg/doc/scripts/ml/GMT_grinten.jl gmt-5.4.5+dfsg/doc/scripts/ml/GMT_grinten.jl --- gmt-5.4.3+dfsg/doc/scripts/ml/GMT_grinten.jl 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/ml/GMT_grinten.jl 2019-01-03 20:39:17.000000000 +0000 @@ -3,7 +3,7 @@ # PS -> Full name of the created postscript file (built from OUT_PATH) # PATH -> Path to where this file lives (useful for gmtest.m) # -# $Id: GMT_grinten.jl 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ global outPath if (isempty(out_path)) out_path = outPath; end diff -Nru gmt-5.4.3+dfsg/doc/scripts/ml/GMT_grinten.m gmt-5.4.5+dfsg/doc/scripts/ml/GMT_grinten.m --- gmt-5.4.3+dfsg/doc/scripts/ml/GMT_grinten.m 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/ml/GMT_grinten.m 2019-01-03 20:39:17.000000000 +0000 @@ -3,7 +3,7 @@ % PS -> Full name of the created postscript file (built from OUT_PATH) % PATH -> Path to where this file lives (useful for gmtest.m) % -% $Id: GMT_grinten.m 17328 2016-11-08 20:38:56Z pwessel $ +% $Id$ full = mfilename('fullpath'); [pato, fname] = fileparts(full); diff -Nru gmt-5.4.3+dfsg/doc/scripts/ml/GMT_insert.jl gmt-5.4.5+dfsg/doc/scripts/ml/GMT_insert.jl --- gmt-5.4.3+dfsg/doc/scripts/ml/GMT_insert.jl 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/ml/GMT_insert.jl 2019-01-03 20:39:17.000000000 +0000 @@ -3,7 +3,7 @@ # PS -> Full name of the created postscript file (built from OUT_PATH) # PATH -> Path to where this file lives (useful for gmtest.m) # -# $Id: GMT_insert.jl 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ global outPath if (isempty(out_path)) out_path = outPath; end diff -Nru gmt-5.4.3+dfsg/doc/scripts/ml/GMT_insert.m gmt-5.4.5+dfsg/doc/scripts/ml/GMT_insert.m --- gmt-5.4.3+dfsg/doc/scripts/ml/GMT_insert.m 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/scripts/ml/GMT_insert.m 2019-01-03 20:39:17.000000000 +0000 @@ -3,7 +3,7 @@ % PS -> Full name of the created postscript file (built from OUT_PATH) % PATH -> Path to where this file lives (useful for gmtest.m) % -% $Id: GMT_insert.m 17328 2016-11-08 20:38:56Z pwessel $ +% $Id$ full = mfilename('fullpath'); [pato, fname] = fileparts(full); diff -Nru gmt-5.4.3+dfsg/doc/tutorial/CMakeLists.txt gmt-5.4.5+dfsg/doc/tutorial/CMakeLists.txt --- gmt-5.4.3+dfsg/doc/tutorial/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/doc/tutorial/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # # $I$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/LICENSE.TXT gmt-5.4.5+dfsg/LICENSE.TXT --- gmt-5.4.3+dfsg/LICENSE.TXT 2014-02-13 20:29:14.000000000 +0000 +++ gmt-5.4.5+dfsg/LICENSE.TXT 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ -$LastChangedDate: 2014-02-13 10:29:14 -1000 (Thu, 13 Feb 2014) $ -$Revision: 12892 $ +$LastChangedDate$ +$Revision$ As of GMT 5.0.0, GMT is distributed under the GNU Lesser General Public License (LGPL) version 3 or later. Copies of the The GNU General Public diff -Nru gmt-5.4.3+dfsg/prog_use.sh gmt-5.4.5+dfsg/prog_use.sh --- gmt-5.4.3+dfsg/prog_use.sh 2013-11-06 15:58:22.000000000 +0000 +++ gmt-5.4.5+dfsg/prog_use.sh 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -#!/bin/bash -# $Id: prog_use.sh 12464 2013-11-06 15:58:22Z fwobbe $ -# Returns a count of how many time a GMT program is used in our test scripts -# including doc and examples. Give -l to see which scripts [Default returns the count] -# -. gmt_shell_functions.sh -# Determines in which test and example scripts each GMT module (incl supplement) is used -find . -name '*_func.c' -print | tr '/' ' ' | awk '{print $NF}' | sed -e s/_func.c//g > /tmp/t.lis -while read prog; do - find . -name '*.sh' -exec grep -H $prog {} \; | sed -e 'sB/share/doc/gmtB/docBg' | awk -F: '{print $1}' | sort -u > /tmp/list - n=`gmt_nrecords /tmp/list` - if [ $# -gt 0 ]; then - echo " " - echo "-------------------" - fi - echo "===> $prog [$n]" - if [ $# -gt 0 ]; then - echo "-------------------" - cat /tmp/list - fi -done < /tmp/t.lis - diff -Nru gmt-5.4.3+dfsg/README gmt-5.4.5+dfsg/README --- gmt-5.4.3+dfsg/README 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/README 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -$Id: README 19521 2017-12-27 22:38:24Z pwessel $ +$Id$ == Information for installing GMT 5 == @@ -75,6 +75,9 @@ files installed. PCRE is available through your favorite package manager on many *NIX systems. +Because GDAL already links with PCRE1 it is most practical to use that version. +But if you insist, GMT can also be compiled with PCRE2. + LAPACK (optional) --------------- diff -Nru gmt-5.4.3+dfsg/README.CMake gmt-5.4.5+dfsg/README.CMake --- gmt-5.4.3+dfsg/README.CMake 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/README.CMake 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ //// -$Id: README.CMake 19521 2017-12-27 22:38:24Z pwessel $ +$Id$ -Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis +Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe. See LICENSE.TXT file for copying and redistribution conditions. Contact info: http://gmt.soest.hawaii.edu/ @@ -20,7 +20,7 @@ 1. Software: You need Ghostscript, CMake (>=2.8.5), netCDF (>=4.0, netCDF-4/HDF5 - support mandatory). Optionally install Sphinx, PCRE, GDAL, LAPACK + support mandatory). Optionally install Sphinx, PCRE1 or PCRE2, GDAL, LAPACK and FFTW (single precision version). 2. Data: You need gshhg (>=2.2.2); optionally install dcw-gmt (>=1.0.5) diff -Nru gmt-5.4.3+dfsg/share/CMakeLists.txt gmt-5.4.5+dfsg/share/CMakeLists.txt --- gmt-5.4.3+dfsg/share/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/share/coastline.conf.in gmt-5.4.5+dfsg/share/coastline.conf.in --- gmt-5.4.3+dfsg/share/coastline.conf.in 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/coastline.conf.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ # -# $Id: coastline.conf.in 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # GSHHG shoreline search path for in-build-dir tests # @GSHHG_PATH@ diff -Nru gmt-5.4.3+dfsg/share/cpt/abyss.cpt gmt-5.4.5+dfsg/share/cpt/abyss.cpt --- gmt-5.4.3+dfsg/share/cpt/abyss.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/abyss.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: abyss.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Color table for bathymetry modeled after IBCSO # at depth but turning lighter towards sea level. diff -Nru gmt-5.4.3+dfsg/share/cpt/bathy.cpt gmt-5.4.5+dfsg/share/cpt/bathy.cpt --- gmt-5.4.3+dfsg/share/cpt/bathy.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/bathy.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: bathy.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Color table for bathymetry modeled after IBCSO # at depth but going through an aquamarine patch diff -Nru gmt-5.4.3+dfsg/share/cpt/categorical.cpt gmt-5.4.5+dfsg/share/cpt/categorical.cpt --- gmt-5.4.3+dfsg/share/cpt/categorical.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/categorical.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: categorical.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table particularly suitable for categorical data #------------------------------------------------ diff -Nru gmt-5.4.3+dfsg/share/cpt/cool.cpt gmt-5.4.5+dfsg/share/cpt/cool.cpt --- gmt-5.4.3+dfsg/share/cpt/cool.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/cool.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: cool.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Simulates the COOL colormap in MATLAB #------------------------------------------------ diff -Nru gmt-5.4.3+dfsg/share/cpt/copper.cpt gmt-5.4.5+dfsg/share/cpt/copper.cpt --- gmt-5.4.3+dfsg/share/cpt/copper.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/copper.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: copper.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Simulates the COPPER colormap in MATLAB #---------------------------------------------------------- diff -Nru gmt-5.4.3+dfsg/share/cpt/cubhelix.cpt gmt-5.4.5+dfsg/share/cpt/cubhelix.cpt --- gmt-5.4.3+dfsg/share/cpt/cubhelix.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/cubhelix.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: cubhelix.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Dave Green, Cambridge # Designed for intensities diff -Nru gmt-5.4.3+dfsg/share/cpt/cyclic.cpt gmt-5.4.5+dfsg/share/cpt/cyclic.cpt --- gmt-5.4.3+dfsg/share/cpt/cyclic.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/cyclic.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: cyclic.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Cyclic spectrum, spans 360 degrees of hue # Designed by Remko Scharroo, Altimetrics LLC diff -Nru gmt-5.4.3+dfsg/share/cpt/dem1.cpt gmt-5.4.5+dfsg/share/cpt/dem1.cpt --- gmt-5.4.3+dfsg/share/cpt/dem1.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/dem1.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: dem1.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Color table for topography, via cpt-city # Designed by: Thomas Dewez for printing diff -Nru gmt-5.4.3+dfsg/share/cpt/dem2.cpt gmt-5.4.5+dfsg/share/cpt/dem2.cpt --- gmt-5.4.3+dfsg/share/cpt/dem2.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/dem2.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: dem2.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Paul Wessel, modified from DEM_poster at cpt city to yield brown # diff -Nru gmt-5.4.3+dfsg/share/cpt/dem3.cpt gmt-5.4.5+dfsg/share/cpt/dem3.cpt --- gmt-5.4.3+dfsg/share/cpt/dem3.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/dem3.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: dem3.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Color table for topography # Designed by P. Wessel, SOEST diff -Nru gmt-5.4.3+dfsg/share/cpt/dem4.cpt gmt-5.4.5+dfsg/share/cpt/dem4.cpt --- gmt-5.4.3+dfsg/share/cpt/dem4.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/dem4.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: dem4.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Originally wiki-schwarzwald-cont.cpt # continuous version extracted from diff -Nru gmt-5.4.3+dfsg/share/cpt/drywet.cpt gmt-5.4.5+dfsg/share/cpt/drywet.cpt --- gmt-5.4.3+dfsg/share/cpt/drywet.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/drywet.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: drywet.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Dry to Wet color table # Created by Ed Maurer, University of Washington diff -Nru gmt-5.4.3+dfsg/share/cpt/earth.cpt gmt-5.4.5+dfsg/share/cpt/earth.cpt --- gmt-5.4.3+dfsg/share/cpt/earth.cpt 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/earth.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: earth.cpt 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Color table for Earth's relief combining the bathy # and dem4 CPTs with a hinge at 0. diff -Nru gmt-5.4.3+dfsg/share/cpt/elevation.cpt gmt-5.4.5+dfsg/share/cpt/elevation.cpt --- gmt-5.4.3+dfsg/share/cpt/elevation.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/elevation.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: elevation.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Washed out color table for topography, via cpt-city # Designed by: Tom Patterson diff -Nru gmt-5.4.3+dfsg/share/cpt/etopo1.cpt gmt-5.4.5+dfsg/share/cpt/etopo1.cpt --- gmt-5.4.3+dfsg/share/cpt/etopo1.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/etopo1.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: etopo1.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table used in the ETOPO1 global relief map: # http://ngdc.noaa.gov/mgg/global/global.html diff -Nru gmt-5.4.3+dfsg/share/cpt/gebco.cpt gmt-5.4.5+dfsg/share/cpt/gebco.cpt --- gmt-5.4.3+dfsg/share/cpt/gebco.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/gebco.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gebco.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Bathymetry color table approximating the GEBCO charts # Designed by Andrew Goodwillie, Lamont-Doherty Earth Observatory diff -Nru gmt-5.4.3+dfsg/share/cpt/geo.cpt gmt-5.4.5+dfsg/share/cpt/geo.cpt --- gmt-5.4.3+dfsg/share/cpt/geo.cpt 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/geo.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: geo.cpt 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Color table for Earth's relief combining the gebco # and dem1 CPTs with a hinge at 0. diff -Nru gmt-5.4.3+dfsg/share/cpt/globe.cpt gmt-5.4.5+dfsg/share/cpt/globe.cpt --- gmt-5.4.3+dfsg/share/cpt/globe.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/globe.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: globe.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table using in global relief maps # Bathymetry colours manually redefined for blue-shade effect and diff -Nru gmt-5.4.3+dfsg/share/cpt/gray.cpt gmt-5.4.5+dfsg/share/cpt/gray.cpt --- gmt-5.4.3+dfsg/share/cpt/gray.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/gray.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gray.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Plain linear gray color table #---------------------------------------------------------- diff -Nru gmt-5.4.3+dfsg/share/cpt/haxby.cpt gmt-5.4.5+dfsg/share/cpt/haxby.cpt --- gmt-5.4.3+dfsg/share/cpt/haxby.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/haxby.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: haxby.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # The color table popularized by Bill Haxby, Lamont-Doherty Earth Observatory # diff -Nru gmt-5.4.3+dfsg/share/cpt/hot.cpt gmt-5.4.5+dfsg/share/cpt/hot.cpt --- gmt-5.4.3+dfsg/share/cpt/hot.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/hot.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hot.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Simulates the HOT colormap in MATLAB # diff -Nru gmt-5.4.3+dfsg/share/cpt/ibcso.cpt gmt-5.4.5+dfsg/share/cpt/ibcso.cpt --- gmt-5.4.3+dfsg/share/cpt/ibcso.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/ibcso.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: ibcso.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Colour scheme for the International Bathymetric Chart of # the Southern Ocean (http://www.ibcso.org/), converted from diff -Nru gmt-5.4.3+dfsg/share/cpt/inferno.cpt gmt-5.4.5+dfsg/share/cpt/inferno.cpt --- gmt-5.4.3+dfsg/share/cpt/inferno.cpt 2017-04-08 13:46:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/inferno.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: inferno.cpt 17890 2017-04-08 13:46:27Z remko $ +# $Id$ # # New matplotlib colormap Option B, via cpt-city # Design: Nathaniel J. Smith and Stefan van der Walt diff -Nru gmt-5.4.3+dfsg/share/cpt/jet.cpt gmt-5.4.5+dfsg/share/cpt/jet.cpt --- gmt-5.4.3+dfsg/share/cpt/jet.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/jet.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: jet.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Simulates the JET colormap in MATLAB # diff -Nru gmt-5.4.3+dfsg/share/cpt/magma.cpt gmt-5.4.5+dfsg/share/cpt/magma.cpt --- gmt-5.4.3+dfsg/share/cpt/magma.cpt 2017-04-08 13:46:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/magma.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: magma.cpt 17890 2017-04-08 13:46:27Z remko $ +# $Id$ # # New matplotlib colormap Option A, via cpt-city # Design: Nathaniel J. Smith and Stefan van der Walt diff -Nru gmt-5.4.3+dfsg/share/cpt/nighttime.cpt gmt-5.4.5+dfsg/share/cpt/nighttime.cpt --- gmt-5.4.3+dfsg/share/cpt/nighttime.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/nighttime.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: nighttime.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table for DMSP-OLS Nighttime Lights Time Series # Designed by Andreas Trawoeger. diff -Nru gmt-5.4.3+dfsg/share/cpt/no_green.cpt gmt-5.4.5+dfsg/share/cpt/no_green.cpt --- gmt-5.4.3+dfsg/share/cpt/no_green.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/no_green.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: no_green.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table using in Lab for Satellite Altimetry # For folks who hate green in their color tables diff -Nru gmt-5.4.3+dfsg/share/cpt/ocean.cpt gmt-5.4.5+dfsg/share/cpt/ocean.cpt --- gmt-5.4.3+dfsg/share/cpt/ocean.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/ocean.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: ocean.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table for oceanic areas as used in Wessel maps # Designed by P. Wessel and F. Martinez, SOEST diff -Nru gmt-5.4.3+dfsg/share/cpt/paired.cpt gmt-5.4.5+dfsg/share/cpt/paired.cpt --- gmt-5.4.3+dfsg/share/cpt/paired.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/paired.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: paired.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Qualitative palette with 6 pairs of colors # diff -Nru gmt-5.4.3+dfsg/share/cpt/panoply.cpt gmt-5.4.5+dfsg/share/cpt/panoply.cpt --- gmt-5.4.3+dfsg/share/cpt/panoply.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/panoply.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: panoply.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color map converted from Panoply PAL-1, the default color map in Panoply # http://www.giss.nasa.gov/tools/panoply diff -Nru gmt-5.4.3+dfsg/share/cpt/plasma.cpt gmt-5.4.5+dfsg/share/cpt/plasma.cpt --- gmt-5.4.3+dfsg/share/cpt/plasma.cpt 2017-04-08 13:46:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/plasma.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: plasma.cpt 17890 2017-04-08 13:46:27Z remko $ +# $Id$ # # New matplotlib colormap Option C, via cpt-city # Design: Nathaniel J. Smith and Stefan van der Walt diff -Nru gmt-5.4.3+dfsg/share/cpt/polar.cpt gmt-5.4.5+dfsg/share/cpt/polar.cpt --- gmt-5.4.3+dfsg/share/cpt/polar.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/polar.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: polar.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Simulates the POLAR colormap in MATLAB # diff -Nru gmt-5.4.3+dfsg/share/cpt/rainbow.cpt gmt-5.4.5+dfsg/share/cpt/rainbow.cpt --- gmt-5.4.3+dfsg/share/cpt/rainbow.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/rainbow.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: rainbow.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Standard rainbow colortable for hue = 300 (magenta) to 0 (red) # diff -Nru gmt-5.4.3+dfsg/share/cpt/red2green.cpt gmt-5.4.5+dfsg/share/cpt/red2green.cpt --- gmt-5.4.3+dfsg/share/cpt/red2green.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/red2green.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: red2green.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Like POLAR, but red to green instead # Designed by P. Wessel, SOEST diff -Nru gmt-5.4.3+dfsg/share/cpt/relief.cpt gmt-5.4.5+dfsg/share/cpt/relief.cpt --- gmt-5.4.3+dfsg/share/cpt/relief.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/relief.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: relief.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Colortable for whole earth relief used in Wessel topo maps # Designed by P. Wessel and F. Martinez, SOEST diff -Nru gmt-5.4.3+dfsg/share/cpt/seafloor.cpt gmt-5.4.5+dfsg/share/cpt/seafloor.cpt --- gmt-5.4.3+dfsg/share/cpt/seafloor.cpt 2016-06-18 04:09:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/seafloor.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: seafloor.cpt 16563 2016-06-18 04:09:08Z pwessel $ +# $Id$ # # Color table for bathymetry modeled after globe # but going to darker colors. diff -Nru gmt-5.4.3+dfsg/share/cpt/sealand.cpt gmt-5.4.5+dfsg/share/cpt/sealand.cpt --- gmt-5.4.3+dfsg/share/cpt/sealand.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/sealand.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: sealand.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color table for ocean and land with break at sea level # Designed by W.H.F. Smith, NOAA diff -Nru gmt-5.4.3+dfsg/share/cpt/seis.cpt gmt-5.4.5+dfsg/share/cpt/seis.cpt --- gmt-5.4.3+dfsg/share/cpt/seis.cpt 2016-06-19 01:40:57.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/seis.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: seis.cpt 16572 2016-06-19 01:40:57Z pwessel $ +# $Id$ # # Color map used in seismic tomographic images # Designed by Suzan van der Lee diff -Nru gmt-5.4.3+dfsg/share/cpt/split.cpt gmt-5.4.5+dfsg/share/cpt/split.cpt --- gmt-5.4.3+dfsg/share/cpt/split.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/split.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: split.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Split colors that has black around midpoint # Designed by P. Wessel, SOEST diff -Nru gmt-5.4.3+dfsg/share/cpt/terra.cpt gmt-5.4.5+dfsg/share/cpt/terra.cpt --- gmt-5.4.3+dfsg/share/cpt/terra.cpt 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/terra.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: terra.cpt 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Color table for Earth's relief combining the seafloor # and elevation CPTs with a hinge at 0. diff -Nru gmt-5.4.3+dfsg/share/cpt/topo.cpt gmt-5.4.5+dfsg/share/cpt/topo.cpt --- gmt-5.4.3+dfsg/share/cpt/topo.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/topo.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: topo.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # Color map using in Tectonic Maps (Anderson, Sandwell, Wessel) # Designed by D. Sandwell, Scripps diff -Nru gmt-5.4.3+dfsg/share/cpt/viridis.cpt gmt-5.4.5+dfsg/share/cpt/viridis.cpt --- gmt-5.4.3+dfsg/share/cpt/viridis.cpt 2017-04-08 13:46:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/viridis.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: viridis.cpt 17890 2017-04-08 13:46:27Z remko $ +# $Id$ # # New matplotlib colormap Option D, via cpt-city # Design: Nathaniel J. Smith, Stefan van der Walt, and Eric Firing diff -Nru gmt-5.4.3+dfsg/share/cpt/world.cpt gmt-5.4.5+dfsg/share/cpt/world.cpt --- gmt-5.4.3+dfsg/share/cpt/world.cpt 2017-02-24 02:49:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/world.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: world.cpt 17597 2017-02-24 02:49:00Z pwessel $ +# $Id$ # # Color table for Earth's relief combining the gebco # and dem2 CPTs with a hinge at 0. diff -Nru gmt-5.4.3+dfsg/share/cpt/wysiwyg.cpt gmt-5.4.5+dfsg/share/cpt/wysiwyg.cpt --- gmt-5.4.3+dfsg/share/cpt/wysiwyg.cpt 2016-06-18 04:04:08.000000000 +0000 +++ gmt-5.4.5+dfsg/share/cpt/wysiwyg.cpt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: wysiwyg.cpt 16562 2016-06-18 04:04:08Z pwessel $ +# $Id$ # # wysiwyg.cpt has 20 RGB colors for openwin -cubesize large and waxenvy printer. # Designed by W. H. F. Smith diff -Nru gmt-5.4.3+dfsg/share/custom/astroid.def gmt-5.4.5+dfsg/share/custom/astroid.def --- gmt-5.4.3+dfsg/share/custom/astroid.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/astroid.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: astroid.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a convex 4-pointed star symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/circle.def gmt-5.4.5+dfsg/share/custom/circle.def --- gmt-5.4.3+dfsg/share/custom/circle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/circle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: circle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for circle symbol. Use in psxy # as -Skcircle/size. Unlike -Sc, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/cross.def gmt-5.4.5+dfsg/share/custom/cross.def --- gmt-5.4.3+dfsg/share/custom/cross.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/cross.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: cross.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a straight 4-pointed cross symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/crosshair.def gmt-5.4.5+dfsg/share/custom/crosshair.def --- gmt-5.4.3+dfsg/share/custom/crosshair.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/crosshair.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: crosshair.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a crosshair (bullseye) symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/deltoid.def gmt-5.4.5+dfsg/share/custom/deltoid.def --- gmt-5.4.3+dfsg/share/custom/deltoid.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/deltoid.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: deltoid.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for curved triangle # diff -Nru gmt-5.4.3+dfsg/share/custom/diamond.def gmt-5.4.5+dfsg/share/custom/diamond.def --- gmt-5.4.3+dfsg/share/custom/diamond.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/diamond.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: diamond.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for diamond symbol. Use in psxy # as -Skdiamond/size. Unlike -Sd, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/flash.def gmt-5.4.5+dfsg/share/custom/flash.def --- gmt-5.4.3+dfsg/share/custom/flash.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/flash.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: flash.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for flash symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/gmt_custom_symbols.conf gmt-5.4.5+dfsg/share/custom/gmt_custom_symbols.conf --- gmt-5.4.3+dfsg/share/custom/gmt_custom_symbols.conf 2017-05-05 01:37:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/gmt_custom_symbols.conf 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmt_custom_symbols.conf 18128 2017-05-05 01:37:24Z pwessel $ +# $Id$ # # List of GMT Custom Symbols that are distributed with # GMT and kept in the share/custom directory. To add more diff -Nru gmt-5.4.3+dfsg/share/custom/hexagon.def gmt-5.4.5+dfsg/share/custom/hexagon.def --- gmt-5.4.3+dfsg/share/custom/hexagon.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/hexagon.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hexagon.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for hexagon symbol. Use in psxy # as -Skhexagon/size. Unlike -Sh, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/hlens.def gmt-5.4.5+dfsg/share/custom/hlens.def --- gmt-5.4.3+dfsg/share/custom/hlens.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/hlens.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hlens.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a horizontal lens symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/hlozenge.def gmt-5.4.5+dfsg/share/custom/hlozenge.def --- gmt-5.4.3+dfsg/share/custom/hlozenge.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/hlozenge.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hlozenge.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a horizontal lozenge; a narrow diamond-like symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/hneedle.def gmt-5.4.5+dfsg/share/custom/hneedle.def --- gmt-5.4.3+dfsg/share/custom/hneedle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/hneedle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hneedle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a horizontal very narrow diamond-like symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/hurricane.def gmt-5.4.5+dfsg/share/custom/hurricane.def --- gmt-5.4.3+dfsg/share/custom/hurricane.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/hurricane.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: hurricane.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition of hurricane symbol with two arms and center. # diff -Nru gmt-5.4.3+dfsg/share/custom/invtriangle.def gmt-5.4.5+dfsg/share/custom/invtriangle.def --- gmt-5.4.3+dfsg/share/custom/invtriangle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/invtriangle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: invtriangle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for inverted triangle symbol. Use in psxy # as -Skinvtriangle/size. Unlike -Si, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/lcrescent.def gmt-5.4.5+dfsg/share/custom/lcrescent.def --- gmt-5.4.3+dfsg/share/custom/lcrescent.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/lcrescent.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: lcrescent.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a leftpointing crescent symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/lflag.def gmt-5.4.5+dfsg/share/custom/lflag.def --- gmt-5.4.3+dfsg/share/custom/lflag.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/lflag.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: lflag.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a left-pointing flag symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/ltriangle.def gmt-5.4.5+dfsg/share/custom/ltriangle.def --- gmt-5.4.3+dfsg/share/custom/ltriangle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/ltriangle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: ltriangle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a left-pointing triangle symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/meca.def gmt-5.4.5+dfsg/share/custom/meca.def --- gmt-5.4.3+dfsg/share/custom/meca.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/meca.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: meca.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for meca symbol. Use in psxy # as -Skmeca/size. Shows a focal mechanism beachball diff -Nru gmt-5.4.3+dfsg/share/custom/octagon.def gmt-5.4.5+dfsg/share/custom/octagon.def --- gmt-5.4.3+dfsg/share/custom/octagon.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/octagon.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: octagon.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for octagon symbol. Use in psxy # as -Skoctagon/size. Unlike -Sg, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/pacman.def gmt-5.4.5+dfsg/share/custom/pacman.def --- gmt-5.4.3+dfsg/share/custom/pacman.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/pacman.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: pacman.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a pacman symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/pentagon.def gmt-5.4.5+dfsg/share/custom/pentagon.def --- gmt-5.4.3+dfsg/share/custom/pentagon.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/pentagon.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: pentagon.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for pentagon symbol. Use in psxy # as -Skpentagon/size. Unlike -Sn, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/rcrescent.def gmt-5.4.5+dfsg/share/custom/rcrescent.def --- gmt-5.4.3+dfsg/share/custom/rcrescent.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/rcrescent.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: rcrescent.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a rightpointing crescent symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/rflag.def gmt-5.4.5+dfsg/share/custom/rflag.def --- gmt-5.4.3+dfsg/share/custom/rflag.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/rflag.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: rflag.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a right-pointing flag symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/rtriangle.def gmt-5.4.5+dfsg/share/custom/rtriangle.def --- gmt-5.4.3+dfsg/share/custom/rtriangle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/rtriangle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: rtriangle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a right-pointing triangle symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/sectoid.def gmt-5.4.5+dfsg/share/custom/sectoid.def --- gmt-5.4.3+dfsg/share/custom/sectoid.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/sectoid.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: sectoid.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for mushroom triangle # diff -Nru gmt-5.4.3+dfsg/share/custom/square.def gmt-5.4.5+dfsg/share/custom/square.def --- gmt-5.4.3+dfsg/share/custom/square.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/square.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: square.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for square symbol. Use in psxy # as -Sksquare/size. Unlike -Ss this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/squaroid.def gmt-5.4.5+dfsg/share/custom/squaroid.def --- gmt-5.4.3+dfsg/share/custom/squaroid.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/squaroid.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: squaroid.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a convex square symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/star3.def gmt-5.4.5+dfsg/share/custom/star3.def --- gmt-5.4.3+dfsg/share/custom/star3.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/star3.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: star3.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a 3-pointed star symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/star4.def gmt-5.4.5+dfsg/share/custom/star4.def --- gmt-5.4.3+dfsg/share/custom/star4.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/star4.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: star4.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a straight 4-pointed star symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/star.def gmt-5.4.5+dfsg/share/custom/star.def --- gmt-5.4.3+dfsg/share/custom/star.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/star.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: star.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for star symbol. Use in psxy # as -Skstar/size. Unlike -Sa, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/starp.def gmt-5.4.5+dfsg/share/custom/starp.def --- gmt-5.4.3+dfsg/share/custom/starp.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/starp.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: starp.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a square star symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/sun.def gmt-5.4.5+dfsg/share/custom/sun.def --- gmt-5.4.3+dfsg/share/custom/sun.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/sun.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: sun.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a sun symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/triangle.def gmt-5.4.5+dfsg/share/custom/triangle.def --- gmt-5.4.3+dfsg/share/custom/triangle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/triangle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: triangle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for triangle symbol. Use in psxy # as -Sktriangle/size. Unlike -St, this allows for diff -Nru gmt-5.4.3+dfsg/share/custom/trirot1.def gmt-5.4.5+dfsg/share/custom/trirot1.def --- gmt-5.4.3+dfsg/share/custom/trirot1.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/trirot1.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: trirot1.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for 90-degree triangle symbol (1st quadrant). Use in psxy # as -Sktrirot1/size. Can be circumscribed by the square. diff -Nru gmt-5.4.3+dfsg/share/custom/trirot2.def gmt-5.4.5+dfsg/share/custom/trirot2.def --- gmt-5.4.3+dfsg/share/custom/trirot2.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/trirot2.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: trirot2.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for 90-degree triangle symbol (2nd quadrant). Use in psxy # as -Sktrirot2/size. Can be circumscribed by the square. diff -Nru gmt-5.4.3+dfsg/share/custom/trirot3.def gmt-5.4.5+dfsg/share/custom/trirot3.def --- gmt-5.4.3+dfsg/share/custom/trirot3.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/trirot3.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: trirot3.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for 90-degree triangle symbol (3rd quadrant). Use in psxy # as -Sktrirot3/size. Can be circumscribed by the square. diff -Nru gmt-5.4.3+dfsg/share/custom/trirot4.def gmt-5.4.5+dfsg/share/custom/trirot4.def --- gmt-5.4.3+dfsg/share/custom/trirot4.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/trirot4.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: trirot4.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for 90-degree triangle symbol (4th quadrant). Use in psxy # as -Sktrirot4/size. Can be circumscribed by the square. diff -Nru gmt-5.4.3+dfsg/share/custom/vlens.def gmt-5.4.5+dfsg/share/custom/vlens.def --- gmt-5.4.3+dfsg/share/custom/vlens.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/vlens.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: vlens.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a vertical lens symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/vlozenge.def gmt-5.4.5+dfsg/share/custom/vlozenge.def --- gmt-5.4.3+dfsg/share/custom/vlozenge.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/vlozenge.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: vlozenge.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a vertical lozenge; a narrow diamond-like symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/vneedle.def gmt-5.4.5+dfsg/share/custom/vneedle.def --- gmt-5.4.3+dfsg/share/custom/vneedle.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/vneedle.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: vneedle.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file a vertical very narrow diamond-like symbol. # diff -Nru gmt-5.4.3+dfsg/share/custom/volcano.def gmt-5.4.5+dfsg/share/custom/volcano.def --- gmt-5.4.3+dfsg/share/custom/volcano.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/custom/volcano.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: volcano.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Definition file for a volcano symbol # To be used with psxy as -Skvolcano/. diff -Nru gmt-5.4.3+dfsg/share/dbase/grdraster.info gmt-5.4.5+dfsg/share/dbase/grdraster.info --- gmt-5.4.3+dfsg/share/dbase/grdraster.info 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/dbase/grdraster.info 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: grdraster.info 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # This file contains information on rasterfiles which are readable with grdraster. # This file must be named grdraster.info. At run time, grdraster will look for diff -Nru gmt-5.4.3+dfsg/share/localization/br.d gmt-5.4.5+dfsg/share/localization/br.d --- gmt-5.4.3+dfsg/share/localization/br.d 2014-01-30 10:49:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/br.d 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for BR (brazilian portuguese) mode [BR] # -# $Id: br.d 12810 2014-01-30 10:49:24Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Janeiro Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_cn1.locale gmt-5.4.5+dfsg/share/localization/gmt_cn1.locale --- gmt-5.4.3+dfsg/share/localization/gmt_cn1.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_cn1.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT ʱ¼äÓïÑÔÎļþ ÖлªÈËÃñ¹²ºÍ¹ú (¼òÌåÖÐÎÄ) ģʽ [CN1] # -# $Id: gmt_cn1.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Ô·Ý, 3λ ºÍ 1λ Ëõд M 1 Ò»Ô һ J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_cn2.locale gmt-5.4.5+dfsg/share/localization/gmt_cn2.locale --- gmt-5.4.3+dfsg/share/localization/gmt_cn2.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_cn2.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT •régÕZÑÔÎļþ ÖЇø (·±ówÖÐÎÄ) ģʽ [CN2] # -# $Id: gmt_cn2.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Ô·Ý, 3λ ºÍ 1λ ¿sŒ‘ M 1 Ò»Ô һ J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_de.locale gmt-5.4.5+dfsg/share/localization/gmt_de.locale --- gmt-5.4.3+dfsg/share/localization/gmt_de.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_de.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for german mode [DE] # -# $Id: gmt_de.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Januar Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_dk.locale gmt-5.4.5+dfsg/share/localization/gmt_dk.locale --- gmt-5.4.3+dfsg/share/localization/gmt_dk.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_dk.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for DK (danish) mode [DK] # -# $Id: gmt_dk.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Januar Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_eh.locale gmt-5.4.5+dfsg/share/localization/gmt_eh.locale --- gmt-5.4.3+dfsg/share/localization/gmt_eh.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_eh.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for EH (Basque) mode (EH) # -# $Id: gmt_eh.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Urtarrila Urt U diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_es.locale gmt-5.4.5+dfsg/share/localization/gmt_es.locale --- gmt-5.4.3+dfsg/share/localization/gmt_es.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_es.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for ES (spanish) mode [ES] # -# $Id: gmt_es.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Enero Ene E diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_fi.locale gmt-5.4.5+dfsg/share/localization/gmt_fi.locale --- gmt-5.4.3+dfsg/share/localization/gmt_fi.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_fi.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for FI (finnish) mode [FI] # -# $Id: gmt_fi.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Tammikuu Tam T diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_fr.locale gmt-5.4.5+dfsg/share/localization/gmt_fr.locale --- gmt-5.4.3+dfsg/share/localization/gmt_fr.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_fr.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for FR (French) mode [FR] # -# $Id: gmt_fr.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Janvier Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_gr.locale gmt-5.4.5+dfsg/share/localization/gmt_gr.locale --- gmt-5.4.3+dfsg/share/localization/gmt_gr.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_gr.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for GR (Greece) mode [GR] # -# $Id: gmt_gr.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 ÉáíïõÜñéïò Éáí É diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_hi.locale gmt-5.4.5+dfsg/share/localization/gmt_hi.locale --- gmt-5.4.3+dfsg/share/localization/gmt_hi.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_hi.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for HI (Hawaiian) mode [US] # -# $Id: gmt_hi.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Ianuali Ian I diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_hu.locale gmt-5.4.5+dfsg/share/localization/gmt_hu.locale --- gmt-5.4.3+dfsg/share/localization/gmt_hu.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_hu.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for US (english) mode [US] # -# $Id: gmt_hu.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Január Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_ie.locale gmt-5.4.5+dfsg/share/localization/gmt_ie.locale --- gmt-5.4.3+dfsg/share/localization/gmt_ie.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_ie.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for Irish mode [IE] # -# $Id: gmt_ie.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Anam agus giorrúchán le na míonna os Gaeilge M 1 Eanáir Ean E diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_il.locale gmt-5.4.5+dfsg/share/localization/gmt_il.locale --- gmt-5.4.3+dfsg/share/localization/gmt_il.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_il.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for Hebrew mode [IL] # -# $Id: gmt_il.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 éðåàø éðå é diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_is.locale gmt-5.4.5+dfsg/share/localization/gmt_is.locale --- gmt-5.4.3+dfsg/share/localization/gmt_is.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_is.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for IS (icelandic) mode [IS] # -# $Id: gmt_is.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Janúar Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_it.locale gmt-5.4.5+dfsg/share/localization/gmt_it.locale --- gmt-5.4.3+dfsg/share/localization/gmt_it.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_it.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for IT (italian) mode [IT] # -# $Id: gmt_it.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 gennaio gen g diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_jp.locale gmt-5.4.5+dfsg/share/localization/gmt_jp.locale --- gmt-5.4.3+dfsg/share/localization/gmt_jp.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_jp.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT language file for Japanese # -# $Id: gmt_jp.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # M 1 °ì·î °ì J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_kr.locale gmt-5.4.5+dfsg/share/localization/gmt_kr.locale --- gmt-5.4.3+dfsg/share/localization/gmt_kr.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_kr.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for KR (KOREAN) mode [KR] # -# $Id: gmt_kr.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 1ì›” Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_nl.locale gmt-5.4.5+dfsg/share/localization/gmt_nl.locale --- gmt-5.4.3+dfsg/share/localization/gmt_nl.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_nl.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for NL (Dutch/Netherlands) mode [NL] # -# $Id: gmt_nl.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 januari jan j diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_no.locale gmt-5.4.5+dfsg/share/localization/gmt_no.locale --- gmt-5.4.3+dfsg/share/localization/gmt_no.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_no.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for Norwegian mode [NO] # -# $Id: gmt_no.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Januar Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_pl.locale gmt-5.4.5+dfsg/share/localization/gmt_pl.locale --- gmt-5.4.3+dfsg/share/localization/gmt_pl.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_pl.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for PL (polish) mode [PL] # -# $Id: gmt_pl.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Styczeñ Sty St diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_pt.locale gmt-5.4.5+dfsg/share/localization/gmt_pt.locale --- gmt-5.4.3+dfsg/share/localization/gmt_pt.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_pt.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for PT (portuguese) mode [PT] # -# $Id: gmt_pt.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Janeiro Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_ru.locale gmt-5.4.5+dfsg/share/localization/gmt_ru.locale --- gmt-5.4.3+dfsg/share/localization/gmt_ru.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_ru.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for RU (Russion) mode [RU] # -# $Id: gmt_ru.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 ßíâàðü ßíâ ß diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_se.locale gmt-5.4.5+dfsg/share/localization/gmt_se.locale --- gmt-5.4.3+dfsg/share/localization/gmt_se.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_se.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for SE (Swedish) mode [SE] # -# $Id: gmt_se.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Januari Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_sg.locale gmt-5.4.5+dfsg/share/localization/gmt_sg.locale --- gmt-5.4.3+dfsg/share/localization/gmt_sg.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_sg.locale 2019-01-03 20:39:17.000000000 +0000 @@ -3,7 +3,7 @@ # NB Octal codes used for accented characters require # ISOLatin1+ CHAR_ENCODING (see gmtdefaults) # -# $Id: gmt_sg.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #---------------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Faoilleach Fao F diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_to.locale gmt-5.4.5+dfsg/share/localization/gmt_to.locale --- gmt-5.4.3+dfsg/share/localization/gmt_to.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_to.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for Tongan mode [TO] # -# $Id: gmt_to.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Sanuali San S diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_tr.locale gmt-5.4.5+dfsg/share/localization/gmt_tr.locale --- gmt-5.4.3+dfsg/share/localization/gmt_tr.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_tr.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for TR (turkish) mode [TR] # -# $Id: gmt_tr.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 Ocak Oca O diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_uk.locale gmt-5.4.5+dfsg/share/localization/gmt_uk.locale --- gmt-5.4.3+dfsg/share/localization/gmt_uk.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_uk.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for UK (english) mode [UK] # -# $Id: gmt_uk.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 January Jan J diff -Nru gmt-5.4.3+dfsg/share/localization/gmt_us.locale gmt-5.4.5+dfsg/share/localization/gmt_us.locale --- gmt-5.4.3+dfsg/share/localization/gmt_us.locale 2015-02-22 22:00:52.000000000 +0000 +++ gmt-5.4.5+dfsg/share/localization/gmt_us.locale 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ # GMT Time language file for US (english) mode [US] # -# $Id: gmt_us.locale 14115 2015-02-22 22:00:52Z remko $ +# $Id$ #------------------------------------------------- # Monthnames, with 3-char and 1-char abbreviations M 1 January Jan J diff -Nru gmt-5.4.3+dfsg/share/mgd77/mgd77_paths.txt gmt-5.4.5+dfsg/share/mgd77/mgd77_paths.txt --- gmt-5.4.3+dfsg/share/mgd77/mgd77_paths.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/mgd77/mgd77_paths.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: mgd77_paths.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Directories with MGD77 files # Currently set for P Wessel data library diff -Nru gmt-5.4.3+dfsg/share/mgg/carter.d gmt-5.4.5+dfsg/share/mgg/carter.d --- gmt-5.4.3+dfsg/share/mgg/carter.d 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/mgg/carter.d 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: carter.d 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # ASCII Carter correction table (see mgd77togmt.c for format) # Based on the tree files carter_*.b in GMT prior to 3.2. # diff -Nru gmt-5.4.3+dfsg/share/mgg/gmtfile_paths gmt-5.4.5+dfsg/share/mgg/gmtfile_paths --- gmt-5.4.3+dfsg/share/mgg/gmtfile_paths 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/mgg/gmtfile_paths 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmtfile_paths 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Directories with gmtfiles # Currently set for SOEST data library diff -Nru gmt-5.4.3+dfsg/share/postscriptlight/gmt_custom_media.conf gmt-5.4.5+dfsg/share/postscriptlight/gmt_custom_media.conf --- gmt-5.4.3+dfsg/share/postscriptlight/gmt_custom_media.conf 2017-05-05 01:37:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/postscriptlight/gmt_custom_media.conf 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmt_custom_media.conf 18128 2017-05-05 01:37:24Z pwessel $ +# $Id$ # # Media Definition File for GMT # diff -Nru gmt-5.4.3+dfsg/share/postscriptlight/PSL_custom_fonts.txt gmt-5.4.5+dfsg/share/postscriptlight/PSL_custom_fonts.txt --- gmt-5.4.3+dfsg/share/postscriptlight/PSL_custom_fonts.txt 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/postscriptlight/PSL_custom_fonts.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: PSL_custom_fonts.txt 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ # # Listing of additional PostScript fonts than those found on most PS printers. # Add your extra font information there. This is the only required change as diff -Nru gmt-5.4.3+dfsg/share/postscriptlight/PSL_label.ps gmt-5.4.5+dfsg/share/postscriptlight/PSL_label.ps --- gmt-5.4.3+dfsg/share/postscriptlight/PSL_label.ps 2016-03-21 21:56:09.000000000 +0000 +++ gmt-5.4.5+dfsg/share/postscriptlight/PSL_label.ps 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -%- $Id: PSL_label.ps 15911 2016-03-21 21:56:09Z pwessel $ +%- $Id$ %----------------------------------------------------------------------------- %- PS routines for handling contour labels and clipping of %- contour lines going through labels. diff -Nru gmt-5.4.3+dfsg/share/postscriptlight/PSL_prologue.ps gmt-5.4.5+dfsg/share/postscriptlight/PSL_prologue.ps --- gmt-5.4.3+dfsg/share/postscriptlight/PSL_prologue.ps 2014-02-01 00:01:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/postscriptlight/PSL_prologue.ps 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -%- $Id: PSL_prologue.ps 12824 2014-02-01 00:01:27Z remko $ +%- $Id$ %----------------------------------------------------------------------------- %- Make sure that the version number matches the one mentioned in pslib.c %----------------------------------------------------------------------------- diff -Nru gmt-5.4.3+dfsg/share/postscriptlight/PSL_text.ps gmt-5.4.5+dfsg/share/postscriptlight/PSL_text.ps --- gmt-5.4.3+dfsg/share/postscriptlight/PSL_text.ps 2014-02-01 00:01:27.000000000 +0000 +++ gmt-5.4.5+dfsg/share/postscriptlight/PSL_text.ps 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -%- $Id: PSL_text.ps 12824 2014-02-01 00:01:27Z remko $ +%- $Id$ %----------------------------------------------------------------------------- %- P. Wessel, version 1 %- Text justification for paragraphs. diff -Nru gmt-5.4.3+dfsg/share/spotter/Global_EarthByte_Plate_ID_Table.txt gmt-5.4.5+dfsg/share/spotter/Global_EarthByte_Plate_ID_Table.txt --- gmt-5.4.3+dfsg/share/spotter/Global_EarthByte_Plate_ID_Table.txt 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/spotter/Global_EarthByte_Plate_ID_Table.txt 2019-01-03 20:39:17.000000000 +0000 @@ -0,0 +1,1020 @@ +# PLATE IDENTIFICATIONS FOR Matthews_etal_GPC_2016_410-0Ma_GK07 +# +# Plate Id Code Description Notes +1 AHS Atlantic-Indian hotspots +2 PHS "Pacific Hotspots (Wessel JGR 2008, model WK08-A)" +3 PPH Present-day Pacific hotspots +4 TPWC True Polar Wander Correction +8 RHS Reunion Hotspot +9 KHS Kerguelen Hotspot +10 THS Tristan Hotspot +11 SHH St Helena Hotspot +12 GMH Great Meteor Hotspot +28 IHS Iceland Hotspot +101 NAM North America +102 GRN Greenland +103 NSL North Slope Alaska +104 MEX Mexico +105 BAJ Baja California +107 BIS Baffin Island +108 AVA Avalon/Acadia +109 PDM Piedmont +110 ALR Alpha Ridge/Cordillera +111 MNR Mendeleyev Ridge +112 CHP Chukchi Cap +113 NWR Northwind Ridge +114 LMN Lomonosov Ridge +116 MVR Marvin Spur +117 LMN2 Lomonosov Ridge 2 +118 NSL2 North Slope Alaska 2 +120 CAIN Canadian Arctic Islands North +121 ELA South Ellesmere Island +122 ELB South Central Ellesmere Island +123 ELC North Central Ellesmere +124 ELD North Ellesmere Island (Pearya) +127 FRP Faeroe Plate +128 GV1 Trapped Greenland crust 1 +129 GV2 Trapped Greenland crust 2 +130 BAF Baffin Bay +131 CCO Cache Creek Ocean +132 CCO FLANK 2 Cache Creek Ocean +133 AT1 Arctic Terrane 1 +134 AT2 Arctic Terrane 2 +135 AT3 Arctic Terrane 3 +140 PEN1 Peninsula Terrane 1 +141 CAIS Canadian Arctic Islands South (Ellesmerian Terrane) +154 LPA Laurentia Parautochthon +173 PUM Purcell Mountains +176 EKL East Klamath +178 RMG Roberts Mnt and Golkonda +182 KNTT "Koyukuk, Nyak, Togiak terranes" +183 MEG Meguma +184 GAN Ganderia +185 CAR Carolinia +201 SAM South America +202 PRB Parana Basin +204 HON Honduras/Chortis +205 YUC Yucatan +208 CHI Chiapas +209 CUC Cuchumantanes +210 POM Polochic/Motahua +211 SCR Santa Cruz +212 GYP Guayape +213 MGJ Motagua/Jocotan +215 GUE Guerrero +216 CYR Cayman Ridge +222 JMC Jamaica +224 COF Caribbean Ocean Floor +225 MRB Maricaibo +226 RML Romeral +227 STM Santa Marta +228 PRJ Perija +229 EPN Eastern Panama +230 CPN Central Panama +231 WPN Western Panama +233 FLS Florida Straits Block +234 LAA Lesser Antilles Arc +235 AVR Aves Ridge +236 SCB St. Christopher Block +237 PTR Puerto Rico +252 SHI Southern Hispaniola +253 SJH San Juan/Hispaniola +254 HCO Hispaniola Cordillera +255 NHI Northern Hispaniola +263 PAT Patagonia +274 NCT North Cuban Thrust Sheets +275 SCT South Cuban Thrust Sheets +280 NPM2 North Patagonian Massif2 +283 NPM North Patagonian Massif +288 FLI Falkland Islands +290 SSP Salado Subplate +291 RAW Rawson Block +293 EMEB East of Maurice Ewing Bank +294 FP Falkland Plateau (North Weddell Sea) +301 EUR Northern European Craton +302 BAL Baltic Shield +304 IBR Iberia +305 CEU Central Europe (Armorica and Moldanubia) +306 COR Corsica +307 ADR Adria +308 DIN Eastern Dinaride Platform +309 WSV West Svalbard +311 BAR Barentsia and East Svalbard +312 IUA Iberia Upper Allochthon +313 LED LŽon Domain +314 MGCR Mid German Crystalline Rise +315 ENG South England (East Avalonia) +317 POR Porcupine +318 RKL Rockall +319 STR Strandja (Mosesia) +322 CAL Calabria +323 SIC Sicily +328 EDAW Eastern Dinaride accretionary wedge +329 BET Betic (Spain) +330 TOB Tornquist Block +331 UKB United Kingdom Block +334 PES Pelso +335 EALP Eastern (Calcareous) Alps +337 TIS Tisza +338 ROD Rhodopes +339 CFZ1 Fracture zone north 1 and fracture zone north 2 +340 SPN Southern Panonian +344 WALP Western Alps +346 PEL Peloponnese +347 CRT Crete +349 SMD Serbo Macedonia +352 LOI1 Isochron of AFR-IBR Ligurian Ocean +354 LOI3 Isochron of IBR-ADR East +355 VAR1 "Isochron of IBR, Vardar Ocean" +356 AT1 "Isochron of AFR, Alpine Tethys" +357 AT2 "Isochron of AFR, Alpine Tethys" +358 VAL1 "Isochron of AFR, Valais Sea" +359 VAL2 "Isochron of IBR, Valais Sea" +372 YWK Yamal Peninsula (Western Kara Sea) +373 NVS Novaya Semya +374 PER Perunica +375 SAX Saxothuringia +380 MOO Mongol-Okhotsk Ocean plate +390 UPB Urals Peri Baltica +401 SIB Siberia +402 KAZ Kazakhstan +404 KAR Kara +406 KAM Kamchatka Peninsula +409 NES NE Siberia +410 MNG Mongolia +413 SHR Shirshov Ridge +415 MOF Mongol-Okhotsk Features +416 NEA Northeast Asia +430 AMU Amuria +446 BMP Burma Plate +450 JNG Junggar +451 ALA Ala Shan +453 HUS Hutang Uul +454 KJB Khanka +455 HIN Hinggan Nuhetsdavaa +456 QAI Qaidam +457 KUN Kunlun +458 KOI Kokchevtav +459 NTI North Tien Shan +460 CUI Chu-Ili +461 ATZ Atashu +462 TBG Tarbagatay Range Terrane +463 NBA North Balkhash +464 JBA Junggar +465 TOU Tourgai +466 CTI Central Tien Shan +467 STI South Tien Shan +468 WSI West Siberian Basin +498 JUN1 Junction plate 1 +499 JUN2 Junction plate 2 +501 IND Southern India Craton +502 SLK Sri Lanka +503 ARB Arabia +504 TAR Taurus (Turkey) +505 IRN Iran (Lut) +506 AFF Afghanistan (Farah) +508 SIN Sinai +509 LEB Lebanon +511 CIB Central Indian Basin +514 ELA Elan Bank +517 WKOHA West Kohistan Arc +518 KOHA Kohistan Arc +520 WPT West Pontides +521 SAK Sakarya +522 MTB Menderes Taurides block +525 KIR Kirsehir +526 EPT East Pontides +528 NKOH North Kohistan +529 SKOH South Kohistan back arc +530 CMT1 Central Mesotethys 1 +531 WMT Western Mesotethys +532 EMT1 Eastern Mesotethys 1 +533 EMT2 BMP Eastern Mesotethys 2 +534 CMT2 WAR Central Mesotethys 2 +538 Isochron of AFR +539 Isochron of AFR +540 PT1 Paleotethys 1 +542 Isochron of AFR +543 Isochron of AFR +544 Isochron of ARB +545 Isochron of ARB +550 INA India +551 GGS Gagra/Shatsky +552 EAR East Argo Abyssal Plain +554 LAD Ladakh Arc +555 Isochron of AFR +563 MINO Mindoro +564 MINA Mindanao +565 SES Southeast Sulawesi +566 SWS Southwest Sulawesi +567 OBI Obi Island +580 TRM Tarim +590 NPAM North Pamirs +591 CPAM Central Pamirs +601 NCH North China Platform +602 SCH South China Platform +603 SBM Sino Burma Malaya +604 ICH Indochina +605 ARG Argo Oceanic Crust +606 LHA Lhasa (South Tibet) +607 MAW Mawgyi (Central Argoland) +608 SPS South Philippine Sea +609 NPS North Philippine Sea +610 EPV East Parece Vela +611 WPV West Parece Vela Basin +612 NCS Northside South China Sea +613 SCS Southside South China Sea (Dangerous Grounds and Reed Bank) +614 KLM Kalimantan(Borneo core) +615 PNG Papua New Guinea +616 EQIA East Qiangtang (North Tibet) +617 RDB Reed Bank +619 SIK Sikhote Alin +621 CSA Central Sikhote Alin sliver +622 NSA North Sikhote Alin sliver +623 NMS Northernmost Sikhote Alin Sliver +624 SAK Sakhalin +625 CHK Central Hokkaido +626 WHK Western Hokkaido +627 NEH Northeast Honshu +628 CHN Central Honshu +629 KAN Kanto Region +630 NSH North Southwest Honshu/Kyushu +631 SSH South Southwest Honshu/Kyushu +636 YAM Yamato Ridge +641 SOJ Sea of Japan +645 CEL Celebes Basin +646 ZAM Zamboanga Peninsula (W. Philippines) +647 MLP Malay Peninsula +648 SOT South Okinawa Trough +649 NOT North Okinawa Trough +651 LSI Lombok/Sumbawa Islands +652 FAI Flores/Alor Islands +653 NWC Northwest Caroline Sea +654 WCS1 Western Caroline Sea 1 +655 WCS2 Western Caroline Sea 2 +657 WJAV Java +658 SCSF South China Sea Floor +659 ESB East Shikoku Basin +660 NWSC Northwest South China Sea +662 EJS Eastern Japan Sea +663 SPSC South Proto South China Sea +664 BAN Banda Sea +665 CLL Celebes Sea Spreading Centre +666 ISEM Intermediate Semitau rotation +667 ESW Northeast Sulawesi +668 WSW West Sulawesi +669 NSU North Sulawesi +670 SLA Sula/Banggai +673 SUM North Sumatra +674 NEG Negros +675 SMB Sumba (east of Flores) +676 BDA Banda Arc +677 PAL Palawan +678 EPH East Philippines +679 WHA West Halmahera Block +680 EHA East Halmahera +681 SER Seram +683 WET Wetar +684 TIM Timor +686 BSS Barisan/South Sumatra +687 AND Andaman/Nicobar Ridge +688 SWCB Southwest Caroline Basin +689 NEC SEC Northeast Caroline Basin +690 SEC Southeast Caroline Basin +691 CLB Central Luzon Block +692 WCS3 Western Caroline Sea 3 +693 WCR Western Caroline Ridge +697 TPA "C Toricelli, Prince Alexander, Finisterre Arc" +698 CNG Central New Guinea +699 MAR Mariana Ridge +701 AFR Africa +702 MAD Madagascar +704 Seychelles +706 ORA Oran Meseta +707 GKAB1 Grande Kabylie1 +708 PKAB Petite Kabylie +709 SOM Somalia Plate +710 DAN Danakil +712 LVB Lake Victoria Block +713 NMZ North Mozambique +714 NWA Northwest Africa +715 NEA Northeast Africa (Nubia) +716 ILL Illumeden platelet +717 BNS Bangong Nujiang suture east of Karakoram Fault +718 TEL Tellian (Atlas) +720 ALB Alboran +721 RIF Rif +723 BNE Benue Microplate +726 BGR Bongor Microplate +727 NPSC North Proto South China Sea +729 NTJ1 NeoTethys Triple Junction isochrons 1 +730 PPSP Proto Philippine Sea Plate +731 NSEP North Sepik isochrons +732 PMOL Proto Molucca Plate isochrons +734 NSOL North Solomon isochrons +735 SEM Semitau Block +736 EJAV WJAV East Java +737 ELB East Luzon Block +738 SPA South Palawan +739 NTJ2 NeoTethys Triple Junction isochrons 2 +740 JUN4 Junction 4 +741 NTJ3 NeoTethys triple junction 3 +742 NTJ4 NeoTethys triple junction 4 +750 MLV Malvinas Plate +752 LOI1 Isochron of AFR-IBR Ligurian Ocean +754 LOI4 "Isochron of IBR-ADR East, Ligurian Ocean" +762 WAL Wallaby/W.Cuvier +763 ZEN Zenith Plateau +765 WWQ West Wallaby/Quokka Rise +767 CHR CHRISP Jurassic sliver +769 WAR West Argoland +770 EAR Eastern Argoland +774 PER West Perth Block/Gulden Draak and Batavia Knolls +775 ELA Elan Bank +778 LAX Laxmi Ridge +779 EFE 85E Ridge +780 NPMOL North Proto Molucca Isochrons +781 SPMOL South Proto Molucca Plate +784 CRZ Crozet +786 JUN3 Junction 3 +787 WOY2 Woyla backarc 2 +789 WOY1 Woyla backarc +801 AUS Australia +802 ANT Antarctica +804 MBL Marie Byrd Land +806 NNZ North New Zealand +807 SNZ South New Zealand +812 SOR South Orkney +813 CBP Campbell Plateau +814 BEL Bellingshausen +815 SAN Sandwich Plate +8151 RSN Remnant arc for ancestral South Sandwich trench +816 PSOL Melanesian Sea/Present day Solomon sea +817 SGR SouthGeorgia +8171 SHG Shag Rocks +818 CSS Central Scotia Sea +8181 TER Terror Rise +8182 PIR Pirie Bank +8183 BRU Bruce Bank +8184 DIS Discovery Bank +8185 HER Herdman Bank +8186 JNE Jane Bank +819 MAG Magallanes plate +8191 DAV Davis Bank +8192 BAR Barker bank (formerly Aurora) +820 BWB Burdwood Bank +8201 TCS Trapped Weddell Sea/Central Scotia plate +821 TON Tonga Ridge +822 NLB North Lau Basin +823 LAU Lau Ridge +824 VIT Vitiaz Trench +825 FIJ Fiji +826 SLBD "Northern part of South Loyalty Basin, becomes part of d'Entrecasteaux Basin" +827 NHB New Hebrides +829 NWB North Woodlark Basin +830 SBK South Bismark Basin +832 NBK North Bismark Basin +833 LHR Lord Howe Rise +834 NFR Norfolk Ridge +835 TKR Three Kings Ridge +836 LP Louisiade Plateau +838 NSF Northwest South Fiji Basin +839 ESF East South Fiji +840 EPNG E of PNG arc active from 62-50 Ma +841 SLBA Arc associated with South Loyalty Basin opening +842 MNF Mid Norfolk Ridge +844 LYR Loyalty Ridge +845 SLYB South Loyalty Basin +847 MELA Melanesian Arc +849 SOL South Solomon Basin +850 TAS Tasmania +851 WSTR Western South Tasman Rise +852 ESTR Eastern South Tasman Rise +853 WSOL West Solomon Sea continuation (isochrons) +854 SEPNG SE of PNG arc active from 80-62 Ma +855 NLB North Loyalty Basin South +856 SSF South South Fiji Basin +857 NLBN North Loyalty Basin North +858 REN Rennell Island Ridge +859 WTP West Torres Plateau +860 WRR Western Rennell Ridge +861 ERR East Rennell Ridge +862 SSC South Santa Cruz Basin +863 NSC North Santa Cruz Basin +864 NIU Niuafoou +865 SLBA2 Arc associated with South Loyalty Basin opening +866 CS N Chesterfield Plateau +867 GSM Gilbert Seamount Complex +868 CLP Challenger Plateau +869 NLHR Northern Lord Howe Rise +870 TOL Lau Basin Tonga Side +872 SLBA3 Arc associated with South Loyalty Basin opening +873 SLB1 W isochron in Late Cretaceous-Paleocene South Loyalty Basin +874 SLB2 W isochron in Late Cretaceous-Paleocene South Loyalty Basin +875 SLB3 W isochron in Late Cretaceous-Paleocene South Loyalty Basin +876 SLB4 W isochron in Late Cretaceous-Paleocene South Loyalty Basin +877 SLB5 W isochron in Late Cretaceous-Paleocene South Loyalty Basin +878 PP Papuan Plateau +879 CHA CBP Chatham Rise +880 EMO1 Emo Basin 1 +881 EMO2 Emo Basin 2 +883 NDR N North Dampier Ridge +884 M1DR N Middle 1 Dampier Ridge +885 M2DR N Middle 2 Dampier Ridge +886 SDR N South Dampier Ridge +887 ETP East Tasman Plateau +888 EPP Eastern Papuan Plateau +889 MR Mellish Rise +890 KP Kenn Plateau +895 ENT ARG Eastern NeoTethys +896 NAT Naturaliste +898 NCT2 North Cato Trough 2 +899 CAT Cato Trough +901 PAC Pacific +902 FAR Farallon +903 VAN Vancouver +904 ALU Aluk Plate +907 JMNC Jan Mayen Central Plate +908 EMAN East Manihiki/Chasca +909 COC Cocos Plate +910 JFC Juan de Fuca +911 NAZ Nazca Plate +918 KUL Kula Plate +919 PHX Phoenix Plate +920 TPAC Trapped Pacific plate on the Phoenix/Aluk plate +921 OTP Osbourn Trough Phoenix Plate +922 MELN1 Melanesia Basin North 1 +923 JFD Juan Fernandez Plate +924 NFAR Northern Farallon/Cocos +925 GAL Galapagos microplate +926 IZA1 Izanagi Plate 1 +929 ALK Aluk Plate 2 +930 PXN Phoenix/Aluk +932 KUL2 Kula/Farallon +938 KUL3 Kula Plate 3 +939 KUL4 Kula Plate 4 +941 ALT Aleutian Basin +943 SLBA4 Arc associated with South Loyalty Basin opening +945 SLB6 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +949 SLB7 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +950 WCPB Western Campbell Plateau +951 SAMT1 South America Terrane 1 +952 SAMT2 South America Terrane 2 +953 SAMT3 South America Terrane 3 +954 SAMT4 South America Terrane 4 +955 SAMT5 South America Terrane 5 +957 CAMT1 Central America Terrane 1 +960 SLB8 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +961 SLB9 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +962 SLB10 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +963 SLB11 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +964 SLB12 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +965 SLB13 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +966 SLB14 E isochron in Late Cretaceous-Paleocene South Loyalty Basin +969 MAT Mathematician paleoplate +970 RIV Rivera Microplate +971 BAU Bauer Microplate +972 BAUC Bauer Microplate core +973 TCAR Trapped Caribbean +975 GRNS1 Ridge jump is Greenland Sea at C23 +977 JMN Jan Mayen Plate +979 MAR Makarov Basin +981 OJP Ontong Java +982 MPP Manihiki +983 HIK M Hikurangi +984 SMC1 Southeast Manihiki/Catequil 1 +985 SMC2 Southeast Manihiki/Catequil 2 +986 SMC3 Southeast Manihiki/Catequil 3 +987 SMC4 Southeast Manihiki/Catequil 4 +988 PHIL Philippine Sea plate +990 PPHX Trapped Phoenix +999 Comment line This is a comment line - do not use +1001 PKT1 Proto-Kazakhstania terrane 1 +1002 PKT2 Proto-Kazakhstania terrane 2 +1003 South Qinling Unit +1011 SMI Slide Mountain Isochrons +1041 ORPK Orphan Basin (Cretaceous) +1042 ORPJ Orphan Basin ( Jurassic) +1043 FLM Flemish Cap +1044 GBN Grand Banks North +1316 JAB Jeanne d'Arc Basin +1614 SBB Stikinia BAB isochrons +2000 CAFS Forearc Sliver Central America +2001 ECT Eastern Cayman Trough +2004 YCT Yucatan +2041 +2005 JAM Jamaica +2006 SNH Southern Hispaniola +2007 CPI Carribean Plate Interior +2008 AVR Aves Ridge +2009 GRB Grenada Basin +2010 +2011 BAP Barbados Accretionary Prism +2013 WPA Western Panama +2014 CPA Central Panama +2015 EPA Eastern Panama +2016 TOBB Tobago Basin +2017 NHS Northern Hispaniola +2018 CHS Central Hispaniola +2019 ABC ABC Islands +2022 SC1 Southern Cuba I +2023 SC2 Southern Cuba II +2024 SC3 Southern Cuba III +2025 NCU Northern Cuba +2030 NAB Northern Andes Block (Greater Maracaibo) +2031 GPA Greater Panama +2033 NWAG Greater Arc of NW Andes +2034 SAC SAM Clip Material +2035 CHO Chortis +2037 ECHO Eastern Chortis Terrane +2038 OEC Offshore Eastern Chortis +2039 SIE Siuna East +2040 SIW Siuna West +2041 NNWA Northern Clip Material NW Andes +2045 PUR Puerto Rico +2046 TOA Tobago +2047 NNR North Nicaraguan Rise +2048 SNR South Nicaraguan Rise +2049 CBA Caribeana +2050 YCB Yucatan Basin +2051 IMG Isla Margarita +2052 MAY Mayari +2053 EJC East Jamaica CLIP +2881 SJUB San Julian Massif Block +2891 NFB North Falkland Block +2901 PMP Pampean Terrane +3021 AXB1 Alexander BAB isochron rotations (Pangea) +3031 SCO Scotland +3061 SCOR South Corsica +3062 SSAR South Sardinia +3063 NSAR North Sardinia +3115 GBR Great Britain +3171 PORB Porcupine Basin +3181 RKLB Rockall Basin +3201 MEN Menorca +3202 MAL Mallorca +3203 IBZ Ibiza +3222 STP South Tyrrhenian Block +3223 SCH Sardinian Channel +3307 APU Apulia +3323 PNO Panormide Platform +3446 GRC Greece +6002 LGT Laurentia-Gondwana transform +6004 TPT1 Turkestan-Paleotethys transform 1 +6005 TPT2 Turkestan-Paleotethys transform 2 +6006 AKT Altai Sayan-Kazakhstania transform +6007 GAT Gondwana-Annamia transform +6008 SCAT South China-Annamia transform +6009 NCAT North China-Annamia transform +6010 LST Laurussia-Siberia transform +6012 KPT Kazakhstania-Paleotethys transform +6022 Rollback motion for 259-250 Ma BAB SZ outboard of South China +6698 WSOL3 "Western Solomon Basin, trapped crust" +7001 WSF Western syntaxis flowline +7002 EASF eastern syntaxis flowline +7003 BAG Bangong +7007 INP India proper +7008 HAN Hangai +7009 WMBL Western Margin Lake Baikal +7010 MOAL Mongolian Altai topology +7011 SWMA Southweastern boundary Mongolian Altai +7012 NEMA Northeastern boundary Mongolian Altai +7013 INC India coastline +7014 MAMT Main Mantle Thrust +7015 IYKF Indus-Yarling suture east of Karakoram Fault +7016 MKT Main Karakoram Thrust (Shyok suture; Bangong Nujiang suture west of Karakoram Fault?) +7017 BNS Bangong Nujiang suture east of Karakoram Fault +7018 JINW Jinsha suture west of Karakoram Fault +7019 JSEK Jinsha suture east of Karakoram Fault +7020 JINE Jinsha suture east of Altyn Tagh Fault +7021 AKMWK Ayimaqin-Kunlun-Mutztagh suture west of Karakoram Fault +7022 AKME Ayimaqin-Kunlun-Mutztagh suture east of Karakoram Fault +7023 AKMEA Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault +7024 NQS North Qilian suture +7025 STSS South Tien Shan suture: Kazakhstan collage - Tarim suture east of Talasso Fergana Fault +7026 TFF Talasso Fergana Fault +7027 KAZC Kazakhstan collage - Tarim suture west of Talasso Fergana Fault +7028 IGS Irtysh-Gornostaev shear zone +7029 WBK Western boundary Kazakhstania +7030 MCHM Manchurides-Mongolian terranes boundary +7031 SGSC Songpan-Ganzi-South China Block suture +7032 STSN Southern margin Tien Shan Neogene shortening topology +7033 NTSN Northern margin Tien Shan Neogene shortening topology +7034 DAF Darvaz Fault +7035 NPT North Pamir Thrust +7036 KBTF "rightateral transform fault connecting the main boundary thrust from the Chaman fault, NE boundary of the Kabul block" +7037 CHF Chaman Fault +7038 GAF Gardez Fault +7039 HEF Helmand Fault +7040 HERF Herat Fault +7041 KTF Kashgar Techeng transfer fault +7042 SWGS SW Gissar +7043 KSE Kongur Shan extensional system +7044 KSW Kongur Shan western break-away +7045 NWKF Northern western Kunlun fault +7046 KOF Korla Fault +7047 LNFT Lop Nor fold-thrust belt southern boundary +7048 SEKF SE Part of the Karakoram fault; 66 km displacement since 10 Ma +7049 CKF Central Part of the Karakoram fault; 17-150 km displacement since 13 Ma +7050 NKF "Northern part of the Karakoram fault, between Rushan Pshart and Longmu Ghoza" +7051 LUGF Longmu Ghoza fault +7052 TKSB southern boundary Tianshaihui-Kunlun shortening system +7053 CATF Central part Altyn Tagh fault between Karakax and junction Northern Altyn Tagh +7054 SATF Southern part Altyn Tagh fault between Karakax and southern boundary Tianshaihui-Kunlun system +7055 NEATF "Northeastern segment of the Altyn Tagh fault, bounding the deforming topology of the Qilian Shan-Eastern Kunlun Shan" +7056 NTQS Northern thrust Qilian Shan +7057 SEKT Southern Eastern Kunlun Thrust +7058 NMQ Northern margin Qaidam marker line +7059 SMQ Southern margin Qaidam marker line +7060 NWIS Marker line NW Indian motion wrt Siberia +7061 NEIS Marker line NE Indian motion wrt Siberia +7062 KUF Kunlun Fault +7063 FSSB Southern boundary Fenghuo Shan +7064 LSB Southern Boundary Qiangtang/Lhasa +7065 GDT Gangdese thrust +7066 JIF Jiali Fault +7067 LTF Longmenshan thrust front +7068 QLF Qinling fault +7069 XSF Xianshuihe fault +7070 RRFZ Red River fault zone +7071 NYGR Nyaingtentanghla-Yadon-Gulu rift +7072 GMD Gurla Mandhata detachment +7073 GUM Gurla Mandhata - MBT connecting strike-slip system +7074 LEOP Leo Pargil detachment +7075 MBTH Main Boundary thrust +7076 STID South Tibetan Detachment +7077 MCTH Main Central Thrust southern outline +7078 COBU Coward & Butler 1985 section +7079 TAM Tarim +7080 WNTS Working line Northern Tien Shan +7081 ATDB1 Akato Tagh double bend 1 +7082 ATDB2 Akato Tagh double bend 2 +7083 ALF Alburz Fault +7084 JKE Jinsha Karakoram East +7085 AKMS Ayimaqin-Kunlun-Mustagh suture east within Pamir +7086 SSE Shyok Suture east +7087 TBM Outline pre-23 Ma Tadjik Basin margin +7088 STDW South Tibetan Detachment west +7089 MBTC Main Boundary Thrust center +7090 MBTW Main Boundary Thrust west +7091 MCTW Main Central Thrust west +7092 MMTW Main Mantle Thrust west +7093 GMB Gurla Mandhata breakaway +7094 FIWM Outline future western margin India proper +7095 NYGR Nyaingtentanghla-Yadon-Gulu rift breakaway +7096 SCHI South China +7097 TB1 marker illustrating E-W Tibetan extension since 10 Ma +7098 TB2 marker illustrating E-W Tibetan extension since 10 Ma +7099 GAF Ganzi fault +7100 GCF "strike-slip fault of Murphy, 2010" +7101 GCF "connected rift of Murphy, 2010" +7102 GCF connected rift breakaway +7103 USSR Unnamed strike-slip and connected rift +7104 USSR Unnamed strike-slip and connected rift +7105 USSR Unnamed strike-slip and connected rift breakaway +7106 TAKG Takkhola Graben +7107 TKGB Takkhola Graben breakaway +7108 LPK Lopukangri graben Murphy 2010 +7109 LPKB Lopukangri break-away +7110 USSR Unnamed strike-slip and connected rift +7111 USSR Unnamed strike-slip and connected rift +7112 USSR Unnamed strike-slip and connected rift beakaway +7113 USSR Unnamed rift +7114 USSR Unnamed rift breakaway +7115 SSCR Unnamed strike-slip and connected rift +7116 SSCR Unnamed strike-slip and connected rift +7117 SSCRB Unnamed strike-slip and connected rift breakaway +7118 RCF1 Riganpei Co fault 1 (Taylor & Yin 2009) +7119 RCF2 Riganpei Co fault 2 (Taylor & Yin 2009) +7120 SSCR Unnamed strike-slip and connected rift +7121 UNB Unnamed breakaway +7122 SSCR Unnamed strike-slip and connected rift +7123 UNB Unnamed breakaway +7124 UNR Unnamed rift +7125 UNB Unnamed breakaway +7126 SSR1 Unnamed strike-slip and rift 1 +7127 SSR2 Unnamed strike-slip and rift 2 +7128 UNR Unnamed rift +7129 UNB Unnamed breakaway +7130 GCTD working line Great Counter Thrust displacement +7131 LPB Leo Pargil Breakaway +7132 GDF Gangdese forearc outline +7133 PSL Srivastava & Mitra 1994 profile sensu Long +7134 RPSL Robinson et al. 2006 profile sensu Long +7135 SPSL Schelling 1992 profile sensu Long +7136 SASL Schelling & Arita 1991 profile sensu Long +7137 MPSL Mitra 2010 profile sensu Long +7138 LOB Long et al. 2010 profile Bhutan +7139 YPAP Yin et al. 2010 profile Arunachal Pradesh +7140 MMTH Main Mantle Thrust @ 7133 +7141 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7142 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7143 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7144 MMT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7145 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7146 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7147 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7148 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7149 MMT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7150 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7151 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7152 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7153 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7154 IYSZ "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7155 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7156 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7157 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7158 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7159 IYSZ "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7160 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7161 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7162 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7163 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7164 IYSZ "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7165 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7166 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7167 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7168 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7169 IYSZ "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7170 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7171 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7172 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7173 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7174 IYSZ "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7175 STD "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7176 MCT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7177 MBT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7178 MFT "India-Eurasia convergence (van Hinsbergen et al., 2011 Tectonics)" +7179 HIMM Himalayan microcontinent +7180 FSTD Future STD +7181 THLH TH-LH Boundary +7182 NMIB Northern modern India boundary +7183 MFTS Main frontal thrust shortening topology +7184 LHT Lesser Himalayas topology +7185 GRHS Greater Himalayas south of STD topology +7186 ERGH Eroded GH section topology +7187 TEHI Tethyan Himalayas pre-STD topology +7188 AUPI southern boundary Alay Valley-Peter I - Chatkal range topology +7189 ICHI "Indo China, combining N & South, using poles of Hall et al. 2008" +7190 BIRB Birma block +7191 WKJT werklijntje +7192 MSH missing shortening @ 7078 +7193 MLSH missing LH shortening @ 7134 +7194 MSH missing shortening @ 7135 +7195 NMI Northern margin India @ 7134 +7196 NMI Northern margin India @ 7135 +7197 MSH missing shortening @ 7136 +7198 NMI Northern margin India @ 7136 +7199 MSH missing shortening @ 7137 +7200 NMI Northern margin India @ 7137 +7201 MSH missing shortening @ 7137 +7202 NMI Northern margin India @ 7138 +7203 MSH missing shortening @ 7138 +7204 MSH missing shortening @ 7139 +7205 RLH reconstructed LH pre-23 +7206 LHT LH Topology 28-23 +7207 LHST LH 28-23 south of Tibet +7208 SMFT modern Siwaliks plus MFT shortening segment +7209 THIM Tethyan Himalaya topology +7210 TGHI Tethyan/Greater Himalaya polygon +7211 LHBL Lhasa block pre-100 +7212 QIT Qiangtang block pre-Cenozoic +7213 SPG Songpan Ganzi block pre-Cenozoic +7214 KNL Kunlun terranes pre-Cenozoic +7215 KLOP Kohistan Ladakh arc-ophiolite pre-Cenozoic +7216 GDFC Gangdese fore-arc pre-Cenozoic +7217 GRT Greater Tarim pre-Cenozoic +7218 PRP Proto-pamir embayment pre-Cenozoic +7219 SZN subduction zone post-65 +7220 INYL Indus-Yarlung ophiolites +7221 MCT more or less arbitrarily chosen within the 'missing shortening interval' +7222 LHSI LH & Siwalik/MFT part of Greater India +7223 LHGH LH - GH boundary +7224 GRA Greater Asia: northern boundary +7225 GHT GH Topology +7226 MSH 'still missing shortening' in LH/GH Topology (explained as uncertainties in estimates rather than geologically meaningful) +7227 LHT LH Topology +7228 ITSZ Intra-tethyan subduction zone 100-75 Ma +7229 ITKP Intra-tethyan subduction zone Kohistan/Pakistan segment 75-65 Ma +7230 ITOM Intra-tethyan subduction zone UAE/Oman segment 75-65 Ma +7231 LHTO Lhasa topology 100-50 +7232 LHTP Lhasa topology 100-50 +7233 INAP India with poles of Achache & Patriat 1984 +7234 LHSN Lhasa sensu Replumaz & Tapponnier +7235 QTSN Qiangtang sensu Replumaz & Tapponnier +7236 HISN Himalaya sensu Replumaz & Tapponnier +7237 PMSN Pamir sensu Replumaz & Tapponnier +7238 ODSN Ordos sensu Replumaz & Tapponnier +7239 BGN Bangong Nujiang 2 +7240 BNBN Bangong Nujiang Burma North +7241 JIN2 Jinsha 2 +7242 JIN3 Jinsha 3 +7243 IY2 Indus Yarlung 2 +7244 IYB Indus Yarlung Burma North +7245 XSD Xianshuihe-displacement: SW S China edge sensu Pubelier et al. +7246 ICSB Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault +7247 ISIB Indochina-Sibumasu suture S of Mae Ping fault +7248 SAF Sagain fault - N & W Andaman rift margin +7249 SIWS Sibumasu-west-Sumatra Block suture +7250 BANS Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block +7251 IDBU Inner-Outer Indo-Burma Wedge boundary +7252 EINC Eastern Indochina Block boundary; East Vietnam Fault Zone; N of Mae Ping +7253 MAPI Mae Ping fault zone +7254 TPG Three Pagodas - Tho Chu fault zone +7255 ICSM Indochina-Sibumasu (Bentong-Raub) suture Malaysia and Sumatra +7256 EIBB Eastern Indochina Block boundary; East Vietnam Fault Zone; S of Mae Ping +7257 OIBB Outer Indo-Burma Wedge boundary +7258 NANS Northern margin Andaman Sea +7259 BNSF Bangong-Nujiang west of Sagaing Fault: Jurassic-early Cretaceous Jadeitite +7260 WOYS Woyla suture Sumatra (~Melawai Fault) +7261 ETAD eastern boundary Tadjik Depression topology +7262 CPHI connection Chatkal-Peter I topology +7263 SEMP southeastern marin Peter I +7264 TGCP Tadjik-Ghissar-Chatkal-Peter I-Alai valley topology +7265 SHS Shan Scarp +7266 BNBS Bangong Nujiang Burma South +7267 NSF1 Northward growing Sagaing Fault 1 +7268 NSF2 Northward growing Sagaing Fault 2 +7269 IYBS Indus Yarlung Burma South +7270 TLB Truncation Lhasa Burma against Sagaing +7271 ETT Extending Tibet topology +7272 GRIN Greater India assuming 50 Ma collision +7300 SZOE "intra-oceanic subduction zone creating ophiolites east van Hinsbergen et al., 2011 Tectonics " +7301 SZOW "intra-oceanic subduction zone creating ophiolites west van Hinsbergen et al., 2011 Tectonics " +7302 OPE ophiolites east +7303 OPW ophiolites west +7701 TUN Tunisia +8330 LHR Lord Howe Rise (part of deforming region) +8331 NLHR Northern Lord Howe Rise +8333 SNFR S. Norfolk Ridge (part of deforming region) +8334 NNFR N. Norfolk Ridge (part of deforming region) +8335 RER Reinga Ridge (part of deforming region) +8680 CLP Challenger Plateau +8690 NLHR Used for AUS-LHR Points (deforming region) +8691 ALHR Alteration of 833 rotations as used in Aus-LHR points script +8824 VITO Older Vitiaz Trench +8827 NHB New Hebrides +8847 MALT "Malaita Terrane, Solomon Islands" +8853 WSOL2 "Western Solomon Basin, trapped crust" +8858 NFR2 Norfolk Ridge Block 2 +8859 NB1 Norfolk Basin Block 1 +8860 NB2 Norfolk Basin Block 2 +8861 NB3 Norfolk Basin Block 3 +8862 NB4 Norfolk Basin Block 4 +8863 NB5 Norfolk Basin Block 5 +9000 PTJ Panthalassa triple junction +9004 RHES Rheic Plate South +9005 RHEN Rheic Plate North +9006 PTE Paleotethys Plate East +9007 PTW Paleotethys Plate West +9008 PTSE Paleotethys Plate Southeast +9009 MOK1 Mongol-Okhotsk Plate 1 +9010 MOK2 Mongol-Okhotsk Plate 2 +9011 SPUD Minor plate between Siberia and Laurussia +9012 TKN Turkestan Plate +9013 JNG Junggar Plate +9014 PAP Paleoasian Plate +9015 SMO West Slide Mountain Ocean Plate +9016 PAPS Paleoasian Plate South +9017 POO Microplate between Laurentia and Gondwana +9021 FTALX Farallon trapped crust in Alexander Plate +9923 MELS1 Melanesia Basin (Solomon Sea) south flank +16101 STK Stikinia Terrane +16102 QES Quesnellia Terrane +16103 SMT Slide Mountain Terrane +16104 YTT Yukon-Tanana Terrane +16105 YTUP Yukon-Tanana Upland +16106 CSR Cassiar Terrane +16107 KOO Kootenay Terrane +16110 WRG Wrangellia Terrane +16111 ALX Alexander Terrane +16112 PNT Peninsular Terrane +16113 CCT Cache Creek Terrane +16121 CHG1 Chugach Terrane1 +16122 CHG2 Chugach Terrane2 +16123 YAK Yakutat Terrane +16124 WSMR Metamorphic rocks b/w Stikinia and Wrangellia +16130 ALE Aleutian chain +16140 BER Bering Shelf +16141 OBS Outer Bering Shelf +16150 AXB Alexander back-arc basin isochron rotations +16151 TCCO Trapped Farallon crust in Cache Creek +16152 TALX Trapped Alexander back-arc basin crust +18100 AACM North Slope Alaska Province or AACM (Arctic Alaska-Chukotka Microplate) +18102 RUBY Ruby Terrane +18103 ANG Angayucham Terrane +18104 FWT Farewell Terrane +18105 GNT Goodnews Terrane +18106 KOY Koyukuk Terrane +18107 KSZ Koyukuk Subduction Zone pre-reversal 160-142Ma +18108 TOG Togiak Terrane +18150 NSLM North Slope Microplate of AACM +18200 CHUM Chukchi microcontinent and North Chukchi Basin Province +18202 SNC South North Chukchi Basin +18203 NCB North Chukchi Basin +28011 SPB South Patagonian Batholith +28800 DMB Deseado Massif Block +28900 FIM Falkland Islands/Malvinas Microplate (deforming region) +29800 MEB Maurice Ewing Bank +41200 SAO South Anuyi Ocean +42100 NSDL Northern Siberian Shelf De Long Islands +42101 KSI Kotel'nyi New Siberian Islands +42102 NVB Novaya Block +42103 VTB Vil'kitski Trough Basin +42150 ESM East Siberian Microplate +42200 NSS2 Northern Siberian Shelf Province 2 general +42201 SAN South Anuyi Block +42300 WRA Wrangel Island (South of deformation zone) Province +42400 LAP Laptev Sea Province 42400 general +43101 CVK Central Verkhoyansk Province general +43102 WVK Western Verkhoyansk +43200 KOST Kolyma +43201 OMT Omolon Province +43202 CHE Chersky Range +43203 PRK Prikolyma Terrane +43204 OMU Omulevka Terrane +43205 ALZ Alazeya Terrane +43206 OLO Oloy Terrane +43207 YRK Yarakvaam Terrane +43300 CSBP Chukotka Peninsula and South Bering Sea Province general +43301 BSE Bering Strait East (Nome Alaska) +43400 VOP Viligia/Okhotsk Province general +44100 EKAM East Kamchatka and Vetlovskiy Terranes +44101 NKAM North Kamchatka +44102 KKAM Koryak/Kamchatka +44103 KAMO East Kamchatka/Okhotsk +50601 HEL Helmand +50602 MAK Makran +60201 HAI Hainan Island +60301 MP1 Malay Peninsula 1 +60302 MP2 Malay Peninsula 2 +60401 SIM Simao +60402 SICH South Indochina +60403 ICH1 Indochina sliver 1 +60404 ICH2 1 Indochina sliver 2 +60405 ICH3 2 Indochina sliver 3 +60406 ICH4 3 Indochina sliver 4 +61401 KLM4 Kalimantan 4 +61403 CRF Crocker Formation +61404 LUC Luconia +61405 EKLM Easternmost Kalimantan +61406 SPAL2 South Palawan 2 +61407 SAB Sabah +61411 KLM2 Kalimantan 2 +61412 KLM3 Kalimantan 3 +61413 KLM1 Kalimantan 1 (Accretionary prism) +61501 BH1 Bird's Head Plate 1 +61502 BH2 Bird's Head Plate 2 +61601 WQIA West Qiangtang +61602 AMD Amdo +64701 MLP2 East Malay Peninsula (east of Bentong) +65702 EJAV1 Easternmost Java (recent arc) +67301 NWSUM1 Northwest Sumatra 1 +67302 NWSUM2 Northwest Sumatra 2 +67303 SUN Sunda Oroclines +67304 SUN Sunda Oroclines +67305 SUN Sunda Oroclines +67306 SUN Sunda Oroclines +67307 SUN Sunda Oroclines +67308 SUN Sunda Oroclines +67309 SUN Sunda Oroclines +67310 SUN Sunda Oroclines +67311 SUN Sunda Oroclines +67312 SUN Sunda Oroclines +67313 SUN Sunda Oroclines +67314 SUN Sunda Oroclines +67315 SUN Sunda Oroclines +67316 SUN Sunda Oroclines +67317 SUN Sunda Oroclines +67350 WOY Woyla Arc terranes +67351 BAR Barisan +68601 SUMA Sumatra Arc +69701 TPA1 "Central Toricelli, Prince Alexander, Finisterre Arc " +69702 TPA2 "Eastern Toricelli, Prince Alexander, Finisterre Arc " +70822 GKAB2 Grande Kabylie2 +70833 GKAB3 Grande Kabylie3 +70844 GKAB4 Grande Kabylie4 +83301 Rigid block in Western LHR (part of deforming region) +83311 Rigid block in Western LHR (part of deforming region) +83312 Rigid block in Western LHR (part of deforming region) +83330 S. Norfolk Ridge outer boundary (part of deforming region) +83340 N. Norfolk Ridge outer boundary (part of deforming region) +83350 Reinga Ridge outer boundary (part of deforming region) +85001 STR Construction Line +86801 Challenger Plateau COB conjugate to STR +86802 "Challenger Plateau COB conjugate to ANT, Segment 1" +86803 "Challenger Plateau COB conjugate to ANT, Segment 2" +86804 "ANT COB conjugate to Challenger Plateau, Segment 1 " +86805 "ANT COB conjugate to Challenger Plateau, Segment 2" +602201 Isochron rotations for 259-250 Ma BAB outboard of South China +602202 Isochron rotations for 259-250 Ma BAB outboard of South China +902001 GBS Gympie-Brook Street SZ +902002 SWG Southwest Gondwana outboard SZ +902003 MAG Magnitogorsk SZ +902005 IPTH1 Intra-Paleotethys SZ1 +902006 VAR South Variscan SZ +902007 IPTH2 Intra-Paleotethys SZ2 +902009 SWA Southwest Annamia SZ +902010 PASZ Paleoasian Intraoceanic SZ +902013 BEI Beishan SZ +902014 GAC Gamilaroi-Calliope (Panthalassa) SZ \ No newline at end of file diff -Nru gmt-5.4.3+dfsg/share/spotter/Matthews_etal_GPC_2016_410-0Ma_GK07.rot gmt-5.4.5+dfsg/share/spotter/Matthews_etal_GPC_2016_410-0Ma_GK07.rot --- gmt-5.4.3+dfsg/share/spotter/Matthews_etal_GPC_2016_410-0Ma_GK07.rot 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/share/spotter/Matthews_etal_GPC_2016_410-0Ma_GK07.rot 2019-01-03 20:39:17.000000000 +0000 @@ -0,0 +1,5557 @@ +001 0.0 0.0 0.0 0.0 000 !Mesozoic and Cenozoic rotation parameters are in the first half of this file +001 200.0 0.0 0.0 0.0 000 !Paleozoic rotation parameters are in the second half of this file +001 250.0 0.0 0.0 0.0 000 ! +002 0.0 0.0 0.0 0.0 901 !PHS-PAC Pacific hotspot-Pacific +002 0.78 49.3 -49.5 -1.02 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 2.58 53.72 -56.88 -2.66 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 5.89 59.65 -66.05 -5.39 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 8.86 62.87 -70.87 -8.23 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 12.29 65.37 -68.68 -10.3 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 17.47 68.25 -61.53 -15.5 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 24.06 68.78 -69.83 -20.4 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 28.28 67.72 -70.8 -23.6 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 33.54 66.57 -68.73 -27.7 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 40.1 65.43 -64.25 -31.6 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 47.91 63.02 -66.68 -34.6 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 53.35 60.6 -69.67 -36.1 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 61.1 56.93 -72.93 -38.4 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 74.5 50.03 -78.35 -44.0 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 83.5 47.3 -82.1 -48.8 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 95.0 46.9 -82.68 -54.1 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 106.2 51.32 -85.12 -60.1 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 112.3 52.17 -85.8 -62.4 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 118.4 52.53 -80.33 -66.5 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 125.0 54.13 -88.18 -69.6 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 131.9 56.22 -112.25 -78.6 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +002 144.0 54.43 -123.57 -84.4 901 !PHS-PAC @REF Wessel_++_2008, @DOI"10.1029/2007JB005499" @C"Model WK08-A" @absage +003 0.0 0.0 0.0 0.0 000 !PPH-000 Present day Pacific hotspots fixed to 000 +003 250.0 0.0 0.0 0.0 000 !PPH-000 @absage +004 0.0 0.0 0.0 0.0 001 !TPWC TPW (True Polar Wander) correction +004 100.0 0.0 0.0 0.0 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 110.0 5.451 -171.7279 -7.9442 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 120.0 5.3693 -172.0895 -7.8531 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 130.0 5.7647 -173.3057 -7.9127 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 140.0 5.7263 -173.6028 -7.8366 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 150.0 0.0 0.0 0.0 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 160.0 6.4428 -172.8427 4.3902 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 170.0 6.6452 -173.7736 8.7746 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 180.0 4.7519 -171.9488 13.359 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 190.0 3.619 -173.6476 19.6301 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 200.0 6.1625 -172.1686 22.0391 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 210.0 8.2722 -173.5236 17.3162 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 220.0 11.1977 -175.2062 12.6077 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 230.0 12.9437 -176.6147 8.2203 001 !TWPC TPW correction FROM PM, Torsvik et al. ESR (2012) TPW correction +004 250.0 0.0 0.0 0.0 001 !TWPC TPW correction FROM PM, Domeier & Torsvik (2014) +008 0.0 0.0 0.0 0.0 000 !RHS-000 Reunion Hotspot Motion-000 +008 10.0 -48.87 172.01 1.13 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 20.0 -40.89 165.15 1.45 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 30.0 -38.78 163.83 1.74 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 40.0 -38.47 163.45 1.92 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 50.0 -37.48 163.05 2.02 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 60.0 -41.46 165.74 2.18 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +008 250.0 -41.46 165.74 2.18 000 !RHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW, @absage +009 0.0 0.0 0.0 0.0 000 !KHS-000 Kerguelen Hotspot Motion-000 +009 10.0 -38.78 115.93 1.29 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 20.0 -38.01 -96.6 2.41 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 30.0 -34.75 -80.7 3.31 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 40.0 -31.43 -70.74 4.09 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 60.0 -30.89 -69.12 5.23 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 70.0 -31.0 -69.02 6.74 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 80.0 -29.82 -66.2 8.18 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 90.0 -24.71 -57.26 8.4 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 100.0 -21.25 -52.13 8.93 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 110.0 -18.11 -47.63 9.38 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +009 250.0 -18.11 -47.63 9.38 000 !KHS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 0.0 0.0 0.0 0.0 000 !THS-000 Tristan Hotspot Motion-000 +010 10.0 0.09 78.8 1.19 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 20.0 -0.65 79.41 0.62 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 30.0 2.41 76.99 1.6 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 40.0 -22.38 97.8 0.34 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 50.0 5.31 74.75 0.83 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 60.0 44.74 27.93 0.69 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 70.0 50.5 -28.91 1.0 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 80.0 30.92 -72.8 2.11 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 90.0 25.77 -78.73 3.48 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 100.0 22.4 -81.94 3.6 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 110.0 28.14 -75.9 4.1 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 120.4 26.42 -78.03 4.11 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +010 250.0 26.42 -78.03 4.11 000 !THS-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 0.0 0.0 0.0 0.0 000 !SHH-000 St Helena Hotspot Motion-000 +011 10.0 72.79 8.71 0.65 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 20.0 68.74 31.73 0.63 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 30.0 65.12 41.53 0.8 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 40.0 65.09 41.65 1.06 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 50.0 64.64 42.6 1.17 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 60.0 63.91 44.07 1.34 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 70.0 62.76 46.16 1.46 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 80.0 61.74 47.72 1.55 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +011 250.0 61.74 47.72 1.55 000 !SHH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 0.0 0.0 0.0 0.0 000 !GMH-000 Great Meteor Hotspot Motion-000 +012 10.0 -13.25 -111.39 4.37 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 20.0 -9.35 -114.45 6.87 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 30.0 -4.49 -116.56 7.15 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 40.0 0.39 -119.46 6.65 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 50.0 1.65 -119.98 6.05 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 60.0 -3.17 -117.32 5.49 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 70.0 -4.39 -116.85 5.04 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 80.0 -4.63 -116.42 5.63 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 90.0 9.08 -124.54 5.33 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 100.0 16.51 -128.43 5.22 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 110.0 21.23 -131.36 7.42 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 120.4 19.96 -130.6 7.17 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +012 250.0 19.96 -130.6 7.17 000 !GMH-000 @REF O'Neill_++_2005, @DOI"10.1029/2004GC000784" @Au JMW @absage +028 0.0 0.0 0.0 0.0 000 !IHS-000 Iceland Hotspot Motion-000 +028 1.2 17.69 -148.74 0.06 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 2.2 16.14 -144.17 0.17 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 5.4 17.38 -147.8 0.37 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 8.4 18.35 -150.81 0.56 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 11.6 19.54 -154.78 0.69 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 13.2 18.95 -152.79 0.82 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 14.6 18.5 -151.3 0.93 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 16.6 18.14 -150.15 1.05 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 17.8 17.68 -148.72 1.15 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 20.0 16.99 -146.64 1.3 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 21.0 16.45 -145.05 1.4 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 24.4 17.04 -146.78 1.6 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 27.8 17.64 -148.58 1.79 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 31.2 17.09 -146.91 1.93 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 33.4 17.47 -148.07 2.09 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 34.8 17.63 -148.55 2.19 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 36.6 18.0 -149.71 2.28 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 38.4 18.04 -149.84 2.38 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 42.0 18.06 -149.89 2.53 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 45.4 18.38 -150.9 2.72 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 47.8 18.34 -150.76 2.91 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 48.8 18.26 -150.54 3.01 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 50.2 18.27 -150.55 3.18 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 50.8 18.14 -150.14 3.29 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 52.4 18.67 -151.86 3.34 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 53.8 19.35 -154.14 3.33 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 55.0 20.01 -156.46 3.3 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 55.8 20.54 -158.43 3.25 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 56.4 21.03 -160.34 3.21 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 57.4 21.77 -163.42 3.13 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 58.2 22.39 -166.27 3.05 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 59.0 23.12 -169.96 2.97 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 59.4 23.5 -172.1 2.93 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 59.8 23.88 -174.42 2.9 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 60.0 24.06 -175.66 2.89 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +028 250.0 24.06 -175.66 2.89 000 !IHS-000 @REF Doubrovine_++_2012, @DOI"10.1029/2011JB009072" @Au JMW @absage +070 0.0 0.0 0.0 0.0 004 !LGS-TPWC Longitudinal shift-TPW correction, no longitudinal shift +070 70.0 0.0 0.0 0.0 004 !LGS-TPWC Longitudinal shift-TPW correction, no longitudinal shift +070 100.0 90.0 0.0 -10.0 004 !LGS-TPWC Longitudinal shift-TPW correction, @REF Müller et al. (2016) @DOI"10.1146/annurev-earth-060115-012211", transitioning to 10 degree longitudinal shift +070 230.0 90.0 0.0 -10.0 004 !LGS-TPWC Longitudinal shift-TPW correction, @REF Müller et al. (2016) @DOI"10.1146/annurev-earth-060115-012211", 10 degree longitudinal shift +070 250.0 0.0 0.0 0.0 004 !LGS-TPWC Longitudinal shift-TPW correction, transitioning to no longitudinal shift +101 0.0 0.0 0.0 0.0 714 !NAM-NWA North America-Northwest Africa +101 10.9 81.0 22.9 2.84 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C5" +101 20.1 80.6 24.5 5.53 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C6" +101 33.1 75.99 5.98 9.77 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C13" +101 40.1 74.5 -1.2 12.6 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C18" +101 47.9 74.9 -4.6 15.61 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C21" +101 55.9 80.64 6.57 17.9 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C25" +101 67.7 82.3 -1.7 21.51 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C30" +101 83.0 76.81 -20.59 29.51 714 !NAM-NWA @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"C34" +101 120.6 66.28 -19.82 54.44 714 !NAM-NWA @REF Mueller_++_1997 @DOI"10.1029/96JB01781" +101 125.7 66.11 -18.95 56.48 714 !NAM-NWA @REF Mueller_++_1997 @DOI"10.1029/96JB01781" +101 130.5 65.95 -18.5 57.45 714 !NAM-NWA @REF Mueller_++_1997 @DOI"10.1029/96JB01781" +101 137.9 66.12 -18.38 59.9 714 !NAM-NWA @REF Mueller_++_1997 @DOI"10.1029/96JB01781" +101 146.6 66.54 -17.98 62.08 714 !NAM-NWA @REF Mueller_++_1997 @DOI"10.1029/96JB01781" +101 154.0 67.06 -15.52 64.6 714 !NAM-NWA @REF Kneller_2012, @DOI"10.1016/j.cageo.2012.06.019" Scenario A and B MVH 2014 +101 164.7 65.61 -15.97 71.43 714 !NAM-NWA @REF Kneller_2012, @DOI"10.1016/j.cageo.2012.06.019" Scenario A and B MVH 2014 @absage +101 200.0 65.0 -13.74 77.54 714 !NAM-NWA @REF Kneller_2012, @DOI"10.1016/j.cageo.2012.06.019" Scenario A and B MVH 2014 +101 240.0 64.78 -13.96 78.58 714 !NAM-NWA @REF Kneller_2012, @DOI"10.1016/j.cageo.2012.06.019" Scenario A and B MVH 2014 +101 250.0 64.78 -13.96 78.58 714 !NAM-NWA @REF Kneller_2012, @DOI"10.1016/j.cageo.2012.06.019" Scenario A and B MVH 2014 +1011 0.0 -26.22 60.64 51.9 16104 !SMI-YTT Slide Mountain isochrons-Yukon Tanana Terrane, @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au SJNYY & KJM, @T 2015 +1011 250.0 -26.22 60.64 51.9 16104 !SMI-YTT @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au SJNYY & KJM, @T 2015 +102 0.0 0.0 0.0 0.0 101 !GRN-NAM Greenland-North America +102 33.1 0.0 0.0 0.0 101 !GRN-NAM @xo_ys +102 33.1 68.2 131.5 7.65 301 !GRN-EUR Greenland-Eurasia @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" +102 47.9 53.54 128.4 9.29 301 !GRN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C21o" +102 49.7 50.66 127.8 9.56 301 !GRN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C22o" +102 53.3 48.67 127.48 10.81 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C24" +102 55.9 52.02 122.93 12.39 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +102 56.39 52.11 122.73 12.39 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C25" in (GRN-NAM) +102 57.91 52.64 121.34 12.33 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C26" in (GRN-NAM) +102 61.27 53.06 120.82 12.61 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C27" in (GRN-NAM) +102 79.1 48.16 121.62 12.71 301 !GRN-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @xo_yf +102 79.1 57.73 -138.96 -8.0 101 !GRN-NAM @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C33", phase II rifting +102 83.0 61.42 -132.01 -9.76 101 !GRN-NAM @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @CHRONID"C34" in (EUR-NAM) +102 120.0 61.76 -132.95 -10.98 101 !GRN-NAM @REF Hosseinpour_++_2013 & Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @DOI"0.5194/se-4-461-2013" @absage +102 250.0 61.76 -132.95 -10.98 101 !GRN-NAM @REF Hosseinpour_++_2013 & Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @DOI"0.5194/se-4-461-2013" +103 0.0 0.0 0.0 0.0 101 !NSL-NAM North Slope Alaska-North America +103 126.0 0.0 0.0 0.0 101 !NSL-NAM assume @absage +103 132.0 60.0 -126.0 -3.0 101 !NSL-NAM @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +103 136.5 60.0 -126.0 -6.5 101 !NSL-NAM @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +103 139.6 60.0 -126.0 -10.0 101 !NSL-NAM @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +103 142.5 65.0 -130.2 -30.0 101 !NSL-NAM @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" CG0806, assume @absage +103 145.0 65.0 -130.2 -34.0 101 !NSL-NAM @REF Lawver_++_1990, @DOI"10.1007/978-94-009-2029-3_3" assume @absage +103 195.0 64.18 -129.65 -34.25 101 !NSL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 12, additional rifting, assume @absage +103 250.0 64.18 -129.65 -34.25 101 !NSL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +104 0.0 0.0 0.0 0.0 101 !MEX-NAM Mexico-North America +104 152.0 0.0 0.0 0.0 101 !MEX-NAM @absage +104 170.0 35.0 -14.0 -1.5 101 !MEX-NAM @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage +104 250.0 35.0 -14.0 -1.5 101 !MEX-NAM @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage +1041 0.0 0.0 0.0 0.0 101 !ORPK-NAM OrphanBasin (Cret)-North America +1041 120.0 0.0 0.0 0.0 101 !ORPK-NAM @REF Skogseid_2011, @Au NBM, @T 2015 +1041 144.0 46.12 -48.54 18.0 101 !ORPK-NAM @REF Skogseid_2011, @Au NBM, @T 2015 +1041 250.0 46.12 -48.54 18.0 101 !ORPK-NAM @REF Skogseid_2011, @Au NBM, @T 2015 +1042 0.0 0.0 0.0 0.0 1041 !ORPJ-NAM OrphanBasin (Jur)-North America +1042 120.0 0.0 0.0 0.0 1041 !ORPJ-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1042 144.0 0.0 0.0 0.0 1041 !ORPJ-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1042 200.0 44.85 -50.55 10.0 1041 !ORPJ-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1042 250.0 44.85 -50.55 10.0 1041 !ORPJ-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1043 0.0 0.0 0.0 0.0 1042 !FLM-ORPJ Flemish Cap-Orphan Basin (Jur) +1043 120.0 0.0 0.0 0.0 1042 !FLM-ORPJ @REF Skogseid_2009, @Au NBM, @T 2015 +1043 144.0 44.85 -50.55 2.0 1042 !FLM-ORPJ @REF Skogseid_2009, @Au NBM, @T 2015 +1043 200.0 44.85 -50.55 10.0 1042 !FLM-ORPJ @REF Skogseid_2009, @Au NBM, @T 2015 +1043 250.0 44.85 -50.55 10.0 1042 !FLM-ORPJ @REF Skogseid_2009, @Au NBM, @T 2015 +1044 0.0 0.0 0.0 0.0 101 !GBN-NAM GrandBanksNorth-North America +1044 120.0 0.0 0.0 0.0 101 !GBN-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1044 144.0 0.0 0.0 0.0 101 !GBN-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1044 200.0 44.85 -50.55 8.0 101 !GBN-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1044 250.0 44.85 -50.55 8.0 101 !GBN-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +105 0.0 0.0 0.0 0.0 101 !BAJ-NAM Northern Baja California-North America +105 6.0 47.87 -81.61 5.26 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 12.0 48.11 -92.97 9.49 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 18.0 51.92 -93.77 9.79 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 24.0 55.5 -92.93 9.26 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 30.0 57.94 -92.42 8.91 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 36.0 57.94 -92.42 8.91 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +105 250.0 57.94 -92.42 8.91 101 !BAJ-NAM @REF McQuarrie_Wernicke_2005 @DOI"10.1130/GES00016.1" @Au MG & MT +107 0.0 0.0 0.0 0.0 101 !BIS-NAM Baffin Island-North America +107 33.5 0.0 0.0 0.0 101 !BIS-NAM +107 92.0 -69.79 101.72 5.98 101 !BIS-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" - assume @absage +107 250.0 -69.79 101.72 5.98 101 !BIS-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +108 0.0 0.0 0.0 0.0 101 !AVA-NAM Avalon/Acadia-North America +108 250.0 0.0 0.0 0.0 101 !AVA-NAM +109 0.0 0.0 0.0 0.0 101 !PDM-NAM Piedmont-North America +109 250.0 0.0 0.0 0.0 101 !PDM-NAM +110 0.0 0.0 0.0 0.0 101 !ALR-NAM Alpha Ridge/Cordillera-North America +110 250.0 0.0 0.0 0.0 101 !ALR-NAM +111 0.0 0.0 0.0 0.0 101 !MNR-NAM Mendeleyev Ridge-North America +111 118.0 0.0 0.0 0.0 101 !MNR-NAM modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +111 150.0 24.82 60.8 8.3 101 !MNR-NAM modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +111 250.0 24.82 60.8 8.3 101 !MNR-NAM modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +112 0.0 0.0 0.0 0.0 113 !CHP-NWR Chukchi Cap-Northwind Ridge +112 250.0 0.0 0.0 0.0 113 !CHP-NWR +113 0.0 0.0 0.0 0.0 103 !NWR-NSL Northwind Ridge-North Slope Alaska +113 125.0 0.0 0.0 0.0 103 !NWR-NSL modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +113 145.0 -74.62 18.27 -23.99 103 !NWR-NSL modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +113 250.0 -74.62 18.27 -23.99 103 !NWR-NSL modified after @REF Alvey_++_2008, @DOI"10.1016/j.epsl.2008.07.036" assume @absage +114 0.0 0.0 0.0 0.0 101 !LMN-NAM Lomonosov Ridge-North America +114 58.0 0.0 0.0 0.0 101 !LMN-NAM @xo_ys @absage +114 58.0 56.99 145.4 13.74 301 !LMN-EUR Lomonosov Ridge-Eurasia, @REF Gaina_++_2002 @DOI"10.1016/S0012-81X(02)00499-5" @absage +114 250.0 56.99 145.4 13.74 301 !LMN-EUR @REF Gaina_++_2002 @absage @DOI"10.1016/S0012-81X(02)00499-5" +116 0.0 0.0 0.0 0.0 101 !MVR-NAM Marvin Spur-North America +116 250.0 0.0 0.0 0.0 101 !MVR-NAM +117 0.0 0.0 0.0 0.0 114 !LMN2-LMN Lomonosov Ridge 2 - Lomonosov +117 250.0 0.0 0.0 0.0 114 !LMN2-LMN +118 0.0 0.0 0.0 0.0 103 !NSL2-NSL North Slope Alaska 2 - North Slope Alaska +118 250.0 0.0 0.0 0.0 103 !NSL2-NSL +120 0.0 0.0 0.0 0.0 101 !CAIN-NAM Canadian Arctic Islands North-North America +120 33.5 0.0 0.0 0.0 101 !CAIN-NAM +120 83.0 57.15 -137.0 -1.07 101 !CAIN-NAM fit, NW passage, @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +120 250.0 57.15 -137.0 -1.07 101 !CAIN-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +121 0.0 0.0 0.0 0.0 122 !ELA-ELB South Ellesmere Island-South Central Ellesmere Island +121 53.3 0.0 0.0 0.0 122 !ELA-ELB AN 24 +121 56.2 79.0 8.5 2.91 122 !ELA-ELB @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" restore Parrish Glacier +121 250.0 79.0 8.5 2.91 122 !ELA-ELB @xo_ys +122 0.0 0.0 0.0 0.0 123 !ELB-ELC South Central Ellesmere Island-North Central Ellesmere Island +122 33.1 0.0 0.0 0.0 123 !ELB-ELC +122 56.2 54.0 -107.0 -1.66 123 !ELB-ELC @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +122 83.0 64.7 -111.1 -2.91 123 !ELB-ELC @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +122 250.0 64.7 -111.1 -2.91 123 !ELB-ELC @xo_ys +123 0.0 0.0 0.0 0.0 124 !ELC-ELD North Central Ellesmere-North Ellesmere Island (Pearya) +123 33.1 0.0 0.0 0.0 124 !ELC-ELD +123 56.2 10.5 -98.8 -0.76 124 !ELC-ELD @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +123 83.0 -11.0 -127.9 -1.0 124 !ELC-ELD @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +123 250.0 -11.0 -127.9 -1.0 124 !ELC-ELD @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" +124 0.0 0.0 0.0 0.0 120 !ELD-CAIN North Ellesmere Island (Pearya)-Canadian Arctic Islands North +124 250.0 0.0 0.0 0.0 120 !ELD-CAIN +127 0.0 0.0 0.0 0.0 301 !FRP-EUR Faeroe Plate-Eurasia +127 51.0 0.0 0.0 0.0 301 !FRP-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" +127 52.5 42.77 102.76 0.48 301 !FRP-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" @CHRONID"An24a" +127 53.3 43.83 105.46 0.77 301 !FRP-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" @CHRONID"An24b" +128 0.0 0.0 0.0 0.0 301 !GV1-EUR Trapped Greenland crust 1-Eurasia +128 49.4 0.0 0.0 0.0 301 !GV1-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" +128 51.0 11.76 -45.96 -0.58 301 !GV1-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" @CHRONID"An23" +128 53.3 11.76 -45.96 -0.58 301 !GV1-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" +129 0.0 0.0 0.0 0.0 301 !GV2-EUR Trapped Greenland crust 2-Eurasia +129 51.0 0.0 0.0 0.0 301 !GV2-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" +129 52.5 32.17 78.29 0.22 301 !GV2-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" @CHRONID"An24a" +129 53.3 40.27 94.9 0.49 301 !GV2-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" @CHRONID"An24b" +129 55.3 40.27 94.9 0.49 301 !GV2-EUR @REF Skogseid_1993 @DOI"10.1016/0040-1951(94)90274-7" +130 0.0 0.0 0.0 0.0 102 !BAF-GRN Baffin Bay-Greenland +130 200.0 0.0 0.0 0.0 102 !BAF-GRN +131 0.0 28.38 -58.24 13.38 101 !CCO-NAM Cache Creek Ocean-North America +131 180.0 28.38 -58.24 13.38 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 190.0 28.38 -58.24 13.38 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 200.0 -2.53 -51.35 11.72 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 210.0 22.68 103.11 -14.47 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 220.0 8.31 87.58 -20.36 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 231.0 -5.25 -98.26 26.67 101 !CCO-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM @absage +131 250.0 22.59 -110.66 39.41 101 !CCO-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage @Au KJM & GS @T 2013 +132 0.0 0.0 0.0 0.0 131 !CCO Flank 2-CCO Cache Creek Ocean +132 250.0 0.0 0.0 0.0 131 !CCO Flank 2-CCO @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage @Au GS, @T 2013 +133 0.0 0.0 0.0 0.0 120 !AT1-CAIN Arctic Terrane 1-Canadian Arctic Islands North +133 250.0 0.0 0.0 0.0 120 !AT1-CAIN +134 0.0 0.0 0.0 0.0 120 !AT2-CAIN Arctic Terrane 2-Canadian Arctic Islands North +134 250.0 0.0 0.0 0.0 120 !AT2-CAIN +135 0.0 0.0 0.0 0.0 120 !AT3-CAIN Arctic Terrane 3-Canadian Arctic Islands North +135 250.0 0.0 0.0 0.0 120 !AT3-CAIN +1361 0.0 0.0 0.0 0.0 101 !JAB-NAM Jeanne d'Arc Basin-North America +1361 144.0 0.0 0.0 0.0 101 !JAB-NAM after Peron-Pinvidic et al. 2007 +1361 195.0 57.33 32.79 -0.55 101 !JAB-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1361 210.0 57.33 32.79 -0.69 101 !JAB-NAM @REF Skogseid_2009, @Au NBM, @T 2015 +1361 245.0 57.33 32.79 -0.69 101 !JAB-NAM @REF Skogseid_2009, @Au NBM, @T 2015 @xo_ys +1361 245.0 57.33 32.79 -0.69 108 !JAB-AVA @REF Skogseid_2009, @Au NBM, @T 2015 +1361 250.0 57.33 32.79 -0.69 108 !JAB-AVA @REF Skogseid_2009, @Au NBM, @T 2015 +140 0.0 0.0 0.0 0.0 16111 !PEN1-ALX Peninsula Terrane 1 - Alexander Terrane +140 250.0 0.0 0.0 0.0 16111 !PEN1-ALX +141 0.0 0.0 0.0 0.0 121 !CAIS-ELA Canadian Arctic Islands South (Ellesmerian Terrane)-East Ellesmere Island +141 250.0 0.0 0.0 0.0 121 !CAIS-ELA +154 0.0 0.0 0.0 0.0 101 !LPA-NAM Laurentia Parautochthon-North America +154 240.0 0.0 0.0 0.0 101 !LPA-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" End of Sonoma event (260?240 Ma) +154 250.0 71.87 97.94 -0.5 101 !LPA-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +155 0.0 0.0 0.0 0.0 103 !FARW-NSL Farewell Terrane-North Slope Alaska +155 230.0 0.0 0.0 0.0 103 !FARW-NSL @absage (600 Ma) +155 250.0 51.61 -147.6 33.73 103 !FARW-NSL @REF Domeier_Torsvik_2014, @DOI"10.1016/j.gsf.2014.01.002" +160 0.0 0.0 0.0 0.0 101 !NAMC-NAM North America Craton-North America +160 250.0 0.0 0.0 0.0 101 !NAMC-NAM @absage +16101 0.0 0.0 0.0 0.0 16104 !STK-YTT Stikinia Terrane - Yukon-Tanana Terrane +16101 200.0 0.0 0.0 0.0 16104 !STK-YTT @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16101 250.0 0.0 0.0 0.0 16104 !STK-YTT @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16102 0.0 0.0 0.0 0.0 16104 !QES-YTT Quesnellia Terrane - Yukon-Tanana Terrane +16102 200.0 0.0 0.0 0.0 16104 !QES-YTT @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage +16102 250.0 0.0 0.0 0.0 16104 !QES-YTT @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16103 0.0 0.0 0.0 0.0 101 !SMT-NAM Slide Mountain Terrane-North America +16103 200.0 0.0 0.0 0.0 101 !SMT-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage +16103 250.0 0.0 0.0 0.0 101 !SMT-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16104 0.0 0.0 0.0 0.0 101 !YTT-NAM Yukon-Tanana Terrane - North America +16104 230.0 0.0 0.0 0.0 101 !YTT-NAM @absage Slide Mountain Ocean final suturing +16104 250.0 46.7408 -123.957 40.5366 101 !YTT-NAM @REF Slide Mountain Ocean initial closure, Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage @xo_ys +16104 250.0 22.2317 106.2264 227.8555 902 !YTT-FAR Yukon-Tanana Terrane - Farallon, Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage +16105 0.0 0.0 0.0 0.0 101 !YTUP-NAM Yukon-Tanana UPLAND - North America +16105 200.0 0.0 0.0 0.0 101 !YTUP-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage +16105 250.0 0.0 0.0 0.0 101 !YTUP-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16106 0.0 0.0 0.0 0.0 101 !CSR-NAM Cassiar Terrane-North America +16106 200.0 0.0 0.0 0.0 101 !CSR-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @absage +16106 250.0 0.0 0.0 0.0 101 !CSR-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16107 0.0 0.0 0.0 0.0 101 !KOO-NAM Kootenay Terrane-North America +16107 200.0 0.0 0.0 0.0 101 !KOO-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16107 250.0 0.0 0.0 0.0 101 !KOO-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16110 0.0 0.0 0.0 0.0 16111 !WRG-ALX Wrangellia Terrane-Alexander Terrane +16110 200.0 0.0 0.0 0.0 16111 !WRG-ALX @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16110 250.0 0.0 0.0 0.0 16111 !WRG-ALX @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" +16111 0.0 0.0 0.0 0.0 101 !ALX-NAM Alexander Terrane - North America +16111 140.0 0.0 0.0 0.0 101 !ALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" Final Wrangellia/Alexander collision with NAM @absage +16111 155.0 37.03 -1.54 -1.77 101 !ALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage +16111 170.0 27.13 -13.47 -2.64 101 !ALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" Start of rifting between Wrangellia/Alexander and NAM @absage +16111 180.0 27.13 -13.47 -2.64 101 !ALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" Initial collision of Wrangellia/Alexander with NAM @xo_ys @absage +16111 180.0 42.3631 126.1816 179.9097 902 !ALX-FAR @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" Alexander Terrane-Farallon Plate @absage +16111 230.0 42.3631 126.1816 179.9097 902 !ALX-FAR @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" Beginning of Cache Creek Ocean closure, @Au GS, @T 2013 @xo_ys @absage +16111 230.0 20.6136 66.9975 -47.4948 101 ! ALX-NAM Alexander Terrane-NAM Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +16111 250.0 2.5085 60.4721 -55.6995 101 ! ALX-NAM Alexander Terrane-NAM Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +16112 0.0 0.0 0.0 0.0 16110 !PNT-WRG Peninsular Terrane-Wrangellia Terrane +16112 200.0 0.0 0.0 0.0 16110 !PNT-WRG @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16112 250.0 0.0 0.0 0.0 16110 !PNT-WRG @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16113 0.0 0.0 0.0 0.0 101 !CCT-NAM Cache Creek Terrane-North America +16113 200.0 0.0 0.0 0.0 101 !CCT-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16113 250.0 0.0 0.0 0.0 101 !CCT-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16121 0.0 0.0 0.0 0.0 101 !CHG1-NAM Chugach Terrane1-North America +16121 200.0 0.0 0.0 0.0 101 !CHG1-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16121 250.0 0.0 0.0 0.0 101 !CHG1-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16122 0.0 0.0 0.0 0.0 16111 !CHG2-ALX Chugach Terrane2 - Alexander Terrane +16122 200.0 0.0 0.0 0.0 16111 !CHG2-ALX @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16122 250.0 0.0 0.0 0.0 16111 !CHG2-ALX @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @xo_ys +16123 0.0 0.0 0.0 0.0 101 !YAK-NAM Yakutat Terrane-North America +16123 200.0 0.0 0.0 0.0 101 !YAK-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16123 250.0 0.0 0.0 0.0 101 !YAK-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +16124 0.0 0.0 0.0 0.0 101 !WSMR-NAM Metamorphic rocks b/w Stikinia and Wrangellia-North America +16124 200.0 0.0 0.0 0.0 101 !WSMR-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16124 250.0 0.0 0.0 0.0 101 !WSMR-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +16130 0.0 0.0 0.0 0.0 101 !ALE-NAM Aleutian chain-North America +16130 200.0 0.0 0.0 0.0 101 !ALE-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16130 250.0 0.0 0.0 0.0 101 !ALE-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +1614 0.0 9.5271 76.0251 26.1609 16150 !SBB-AXB Stikinia BAB isochrons-Alexander BAB isochron rotations, Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 +1614 230.0 9.5271 76.0251 26.1609 16150 !SBB-AXB @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 @xo_os +1614 230.0 0.0 0.0 0.0 16104 !SBB-YTT Stikinia BAB isochrons-Yukon-Tanana Terrane, @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 +1614 250.0 0.0 0.0 0.0 16104 !SBB-YTT @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 +16140 0.0 0.0 0.0 0.0 101 !BER-NAM Bering Shelf-North America +16140 200.0 0.0 0.0 0.0 101 !BER-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16140 250.0 0.0 0.0 0.0 101 !BER-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +16141 0.0 0.0 0.0 0.0 101 !OBS-NAM Outer Bering Shelf-North America +16141 200.0 0.0 0.0 0.0 101 !OBS-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +16141 250.0 0.0 0.0 0.0 101 !OBS-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +16150 0.0 20.7173 -12.342 -3.3003 131 !AXB-CCO @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, Alexander BAB isochron rotations-Cache Creek Ocean +16150 230.0 -20.7173 167.658 3.3003 131 !AXB-CCO @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @AU KJM, @T 2015 @xo_os +16150 230.0 27.07 50.89 22.97 16111 !AXB-ALX @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, Alexander BAB isochron rotations-Alexander Terrane +16150 250.0 27.07 50.89 22.97 16111 !AXB-ALX @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @AU KJM, @T 2015 +16151 0.0 -32.4149 -56.3247 190.7353 16150 !TCCO-AXB @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, Trapped Farallon crust in Cache Creek-Alexander BAB isochron rotations +16151 230.0 32.4149 123.6753 -190.7353 16150 !TCCO-AXB @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @AU KJM, @T 2015 @xo_os +16151 230.0 0.0 0.0 0.0 902 !TCCO-FAR @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, Trapped Farallon crust in Cache Creek-Farallon +16151 250.0 0.0 0.0 0.0 902 !TCCO-FAR @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 +16152 0.0 45.4277 127.8063 144.0846 902 !TALX-FAR @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, iso rot - trapped crust from Alexander BAB-Farallon +16152 142.0 45.4277 127.8063 144.0846 902 !TALX-FAR @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 @xo_os +16152 142.0 0.0 0.0 0.0 101 !TALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015, trapped crust from Alexander BAB-North America +16152 250.0 0.0 0.0 0.0 101 !TALX-NAM @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM, @T 2015 +173 0.0 0.0 0.0 0.0 154 !PUM-LPA Purcell Mountains-Laurentia Parautochthon +173 250.0 0.0 0.0 0.0 154 !PUM-LPA +176 0.0 0.0 0.0 0.0 101 !EKL-NAM East Klamath - NAM +176 250.0 0.0 0.0 0.0 101 !EKL-NAM East Klamath - NAM, Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM +178 0.0 0.0 0.0 0.0 101 !RMG-NAM Roberts Mnt and Golkonda-North America +178 240.0 0.0 0.0 0.0 101 !RMG-NAM @REF Domeier_Torsvik_2014, @DOI"10.1016/j.gsf.2014.01.002" End of Sonoma Event (260-240 Ma) +178 250.0 71.87 97.94 -0.5 101 !RMG-NAM @REF Domeier_Torsvik_2014, @DOI"10.1016/j.gsf.2014.01.002" +18100 0.0 0.0 0.0 0.0 103 !AACM-NSL North Slope Alaska Province or AACM (Arctic Alaska-Chukotka Microplate) - North Slope Alaska +18100 250.0 0.0 0.0 0.0 103 !AACM-NSL +18102 0.0 0.0 0.0 0.0 103 !RUBY-NSL Ruby Terrane-North Slope Alaska +18102 250.0 0.0 0.0 0.0 103 !RUBY-NSL +18103 0.0 0.0 0.0 0.0 103 !ANG-NSL Angayucham Terrane-North Slope Alaska +18103 250.0 0.0 0.0 0.0 103 !ANG-NSL +18104 0.0 0.0 0.0 0.0 103 !FWT-NSL Farewell Terrane-North Slope Alaska +18104 250.0 0.0 0.0 0.0 103 !FWT-NSL +18105 0.0 0.0 0.0 0.0 103 !GNT-NSL Goodnews Terrane-North Slope Alaska +18105 250.0 0.0 0.0 0.0 103 !GNT-NSL +18106 0.0 0.0 0.0 0.0 103 !KOY-NSL Koyukuk Terrane-North Slope Alaska +18106 250.0 0.0 0.0 0.0 103 !KOY-NSL +18107 0.0 0.0 0.0 0.0 101 !KSZ-NAM Koyukuk Subduction Zone pre-reversal 160-142.5Ma - North America +18107 142.6 0.0 0.0 0.0 101 !KSZ-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +18107 160.0 -1.66 -71.37 2.85 101 !KSZ-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 @absage +18107 250.0 -1.66 -71.37 2.85 101 !KSZ-NAM @REF Shephard_++_2013 @DOI"10.1016/j.earscirev.2013.05.012" @Au GS, @T 2012 +18108 0.0 0.0 0.0 0.0 103 !TOG-NSL Togiak Terrane-North Slope Alaska +18108 250.0 0.0 0.0 0.0 103 !TOG-NSL +18150 0.0 0.0 0.0 0.0 103 !NSLM-NSL North Slope Microplate of AACM-North Slope Alaska +18150 250.0 0.0 0.0 0.0 103 !NSLM-NSL +182 0.0 0.0 0.0 0.0 101 !KNTT-NAM Koyukuk, Nyak, Togiak terranes-North America +182 250.0 0.0 0.0 0.0 101 !KNTT-NAM +18200 0.0 0.0 0.0 0.0 112 !CHUM-CHP Chukchi microcontinent and North Chukchi Basin Province 18200 general-Chukchi cap +18200 250.0 0.0 0.0 0.0 112 !CHUM-CHP @absage +18202 0.0 0.0 0.0 0.0 112 !SNC-CHP South North Chukchi Basin-Chukchi Cap +18202 250.0 0.0 0.0 0.0 112 !SNC-CHP +18203 0.0 0.0 0.0 0.0 112 !NCB-CHP North Chukchi Basin-Chukchi Cap +18203 250.0 0.0 0.0 0.0 112 !NCB-CHP +183 0.0 0.0 0.0 0.0 108 !MEG-AVA Meguma-Avalonia +183 250.0 0.0 0.0 0.0 108 !MEG-AVA +184 0.0 0.0 0.0 0.0 108 !GAN-AVA Ganderia-Avalonia +184 250.0 0.0 0.0 0.0 108 !GAN-AVA +185 0.0 0.0 0.0 0.0 108 !CAR-AVA Carolinia-Avalonia +185 250.0 0.0 0.0 0.0 108 !CAR-AVA +199 0.0 0.0 0.0 0.0 101 !PDM-NAM Laurentia-North America +199 250.0 0.0 0.0 0.0 101 !PDM-NAM +201 0.0 0.0 0.0 0.0 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @C"ZEROROT" +201 10.9 61.2 -39.7 3.68 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An5" +201 20.1 58.5 -37.1 7.52 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An6" +201 33.1 56.17 -33.64 13.41 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An13" +201 40.1 57.1 -32.5 16.6 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An18" +201 47.9 57.5 -31.2 19.7 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An21" +201 55.9 61.35 -32.21 22.27 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An25" +201 67.7 63.7 -33.5 25.39 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An30" +201 83.5 61.88 -34.26 33.51 701 !SAM-AFR @REF Mueller_1999 @DOI"10.1016/S1874-5997(99)80036-7" @CHRONID"An34" +201 96.0 57.46 -34.02 39.79 701 !SAM-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @Au"CHHEI" @T"2012-01-24" @C"artificial rotation, interpolated position from 120-83 stage" +201 120.6 52.04 -33.76 52.7 701 !SAM-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @Au"CHHEI" @T"2012-01-23" @CHRONID"M0ry" @C"fit M0 picks and Max isochron in Walvis-Pelotas segment. Guinea comp vIII" @xo_ys +201 120.6 52.9 -35.05 51.9 714 !SAM-NWA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-02-24" +201 125.0 51.45 -34.76 53.04 714 !SAM-NWA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-02-24" +201 145.0 51.78 -34.96 53.08 714 !SAM-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-02-23" +201 250.0 51.78 -34.96 53.08 714 !SAM-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-02-23" +2000 0.0 0.0 0.0 0.0 101 !CAFS-NAM Fore arc sliver Central America - NAM +2000 15.0 -15.04 84.51 8.76 101 !CAFS-NAM @REF Phipps Morgan_++_2008, @DOI"10.1016/j.epsl.2008.05.004", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2000 15.0 -4.15 -92.44 -6.56 2035 !CAFS-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2000 250.0 -4.15 -92.44 -6.56 2035 !CAFS-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 0.0 0.0 0.0 0.0 2024 !ECT-SC3 Eastern Cayman Trough - Southern Cuba III +2001 6.3 -68.84 -50.09 0.82 2024 !ECT-SC3 @REF Leroy_++_2000, @DOI"10.1046/j.1365-246x.2000.00059.x", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 11.0 -69.75 -55.09 1.53 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 19.7 -69.2 -51.93 2.99 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 26.2 -52.11 -62.14 4.12 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 33.7 -36.02 -68.74 6.45 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 42.8 -39.71 -67.37 8.05 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 49.4 -42.54 -66.71 8.81 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2001 250.0 -42.54 -66.71 8.81 2024 !ECT-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2004 0.0 0.0 0.0 0.0 101 !YCT-NAM Yucatan - NAM +2004 130.0 0.0 0.0 0.0 101 !YCT-NAM @REF Pindell_Kennan_2009, @DOI"10.1144/SP328.1", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2004 148.0 21.82 -83.42 -13.65 101 !YCT-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2004 158.0 23.06 -84.62 -35.53 101 !YCT-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2004 190.0 26.58 -84.36 -51.99 101 !YCT-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2004 250.0 26.58 -84.36 -51.99 101 !YCT-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +20041 0.0 0.0 0.0 0.0 101 !YCT1-NAM @REF Sandwell_++_2014 GoM MOR consistent with deforming mesh. Rotation angle tuned to fit. DB 2014 +20041 130.0 0.0 0.0 0.0 101 !YCT1-NAM +20041 150.0 26.58 -84.36 -18.0 101 !YCT1-NAM +2005 0.0 0.0 0.0 0.0 2047 !JAM-NNR Jamaica - North Nicaraguan Rise +2005 250.0 0.0 0.0 0.0 2047 !JAM-NNR @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2006 0.0 0.0 0.0 0.0 2007 !SNH-CPI Southern Hispaniola (CLIP)- Caribbean plate interior +2006 250.0 0.0 0.0 0.0 2007 !SNH-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2007 0.0 0.0 0.0 0.0 2001 !CPI-ECT Caribbean plate interior - Eastern Cayman Trough +2007 49.4 0.0 0.0 0.0 2001 !CPI-ECT @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2007 70.0 30.11 -62.04 -16.52 2001 !CPI-ECT @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2007 70.0 -39.59 62.66 8.27 2047 !CPI-NNR Caribbean plate interior - North Nicaraguan Rise +2007 136.0 -39.59 62.66 8.27 2047 !CPI-NNR @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2008 0.0 0.0 0.0 0.0 2007 !AVR-CPI Aves ridge - Caribbean plate interior +2008 250.0 0.0 0.0 0.0 2007 !AVR-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2009 0.0 0.0 0.0 0.0 2008 !GRB-AVR Grenada basin - Aves ridge +2009 250.0 0.0 0.0 0.0 2008 !GRB-AVR @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2010 0.0 0.0 0.0 0.0 2009 !LAC-AVR Lesser Antilles Arc - Aves ridge +2010 250.0 0.0 0.0 0.0 2009 !LAC-AVR @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2011 0.0 0.0 0.0 0.0 2010 !BAP-LAC Barbados accretionary prism - Lesser Antilles Arc +2011 40.0 0.0 0.0 0.0 2010 !BAP-LAC @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2011 65.0 60.86 49.77 -2.05 2010 !BAP-LAC @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2011 250.0 60.86 49.77 -2.05 2010 !BAP-LAC @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2013 0.0 0.0 0.0 0.0 2007 !WPA-CPI Western Panama - Caribbean plate interior +2013 71.0 0.0 0.0 0.0 2007 !WPA-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2013 250.0 0.0 0.0 0.0 2007 !WPA-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2014 0.0 0.0 0.0 0.0 2013 !CPA-WPA Central Panama - Western Panama +2014 11.0 8.27 -81.87 -40.63 2013 !CPA-WPA @REF Montes_++_2012 @DOI"10.1130/B30528.1", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2014 33.7 -7.29 97.84 40.63 2013 !CPA-WPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2014 38.0 -7.85 98.06 49.26 2013 !CPA-WPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2014 135.0 -7.85 98.06 49.26 2013 !CPA-WPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2015 0.0 0.0 0.0 0.0 2014 !EPA-CPA Eastern Panama - Central Panama +2015 28.0 9.53 -79.57 38.07 2014 !EPA-CPA @REF Montes_++_2012 @DOI"10.1130/B30528.1", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2015 38.0 9.43 -78.4 38.04 2014 !EPA-CPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2015 250.0 9.43 -78.4 38.04 2014 !EPA-CPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2016 0.0 0.0 0.0 0.0 2010 !TOBB-LAC Tobago basin - Lesser Antilles Arc +2016 250.0 0.0 0.0 0.0 2010 !TOBB-LAC @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2017 0.0 0.0 0.0 0.0 2022 !NHIS-SC3 Northern Hispaniola - Southern Cuba III +2017 8.0 -29.26 -69.98 1.3 2022 !NHIS-SC3 @REF Rojas Agramonte_++_2005, Rojas Agramonte_++_2008, Calais_Mercier de Lepinay_1993, @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2017 25.0 -44.08 -67.02 3.88 2022 !NHIS-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2017 50.0 -55.9 -71.06 5.26 2022 !NHIS-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2017 70.0 -55.9 -71.06 5.26 2022 !NHIS-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2017 70.0 43.66 -65.38 14.72 2007 !NHIS-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2017 250.0 43.66 -65.38 14.72 2007 !NHIS-SC3 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2018 0.0 0.0 0.0 0.0 2017 !CHS-NHS Central Hispaniola - Northern Hispaniola +2018 250.0 0.0 0.0 0.0 2017 !CHS-NHS @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2019 0.0 0.0 0.0 0.0 2007 !ABC-CPI ABC islands - Caribbean plate interior +2019 50.0 75.86 78.05 4.87 2007 !ABC-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2019 65.0 14.01 -65.45 90.29 2007 !ABC-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2019 250.0 14.01 -65.45 90.29 2007 !ABC-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +202 0.0 0.0 0.0 0.0 201 !PRB-SAM Parana Basin-South America @C"ZEROROT" +202 250.0 0.0 0.0 0.0 201 !PRB-SAM @AU"CHHEI" @T"19/12/11 2:58:13 PM" @C"Removed any rot" +2022 0.0 0.0 0.0 0.0 101 !SC1-NAM Southern Cuba I - North America +2022 45.0 0.0 0.0 0.0 101 !SC1-NAM @REF Pindell_Kennan_2009, @REF Garcia-Casco_++_2008, @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 49.4 -24.66 76.46 5.07 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 70.0 -1.79 -36.31 10.58 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 75.0 8.93 -59.55 23.9 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 80.0 -7.98 -21.7 12.65 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 84.0 -9.79 -17.16 13.68 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 100.0 25.34 -151.67 -19.34 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 120.0 32.01 -140.31 -25.31 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 135.0 -40.62 38.24 26.7 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2022 250.0 -40.62 38.24 26.7 101 !SC1-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2023 0.0 0.0 0.0 0.0 2022 !SC2-SC1 Southern Cuba II- Southern Cuba I +2023 40.0 0.0 0.0 0.0 2022 !SC2-SC1 @REF Leroy_++_2000, @DOI"10.1046/j.1365-246x.2000.00059.x", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2023 44.0 -53.24 -19.52 0.19 2022 !SC2-SC1 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2023 250.0 -53.24 -19.52 0.19 2022 !SC2-SC1 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2024 0.0 0.0 0.0 0.0 2023 !SC3-SC2 Southern Cuba III - Southern Cuba II +2024 38.0 0.0 0.0 0.0 2023 !SC3-SC2 @REF Leroy_++_2000, @DOI"10.1046/j.1365-246x.2000.00059.x", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2024 40.0 -65.79 -39.99 0.15 2023 !SC3-SC2 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2024 250.0 -65.79 -39.99 0.15 2023 !SC3-SC2 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2025 0.0 0.0 0.0 0.0 101 !NCU-NAM Northern Cuba - North America +2025 250.0 0.0 0.0 0.0 101 !NCU-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2030 0.0 0.0 0.0 0.0 201 !NAB-SAM North Andes block (Greater Maracaibo) - South America +2030 11.0 -1.52 -62.24 9.5 201 !NAB-SAM Ross and Scotese (1988), updated to Gradstein (2004), Boschman et al. (2014) +2030 250.0 -1.52 -62.24 9.5 201 !NAB-SAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2031 0.0 0.0 0.0 0.0 2015 !GPA-EPA Greater Panama - Eastern Panama +2031 28.0 7.78 -76.85 33.59 2015 !GPA-EPA @REF Montes_++_2012 @DOI"10.1130/B30528.1", @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2031 38.0 7.52 -76.83 30.21 2015 !GPA-EPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2031 250.0 9.84 -77.19 40.48 2015 !GPA-EPA @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 0.0 0.0 0.0 0.0 201 !NWAG-SAM Great Arc of NW Andes - South America +2033 65.0 0.0 0.0 0.0 201 !NWAG-SAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2033 65.0 64.04 -87.06 16.89 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 70.0 64.64 -85.45 17.1 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 75.0 64.55 -85.35 17.06 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 84.0 63.21 -85.45 16.43 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 135.0 57.54 -89.94 14.66 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2033 250.0 63.21 -85.45 16.43 2007 !NWAG-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2034 0.0 0.0 0.0 0.0 2033 !SAC-NWAG SAM CLIP material - Great Arc of NW Andes +2034 250.0 0.0 0.0 0.0 2033 !SAC-NWAG @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 0.0 0.0 0.0 0.0 2007 !CHO-CPI Chortis - Caribbean plate interior +2035 6.1 15.18 -85.45 -0.89 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 11.0 15.46 -84.22 -1.12 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 19.7 16.07 -87.34 -4.36 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 26.2 16.66 -85.52 -10.35 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 33.7 17.06 -84.29 -17.17 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 38.0 18.35 -85.32 -25.6 2007 !CHO-CPI @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2035 38.0 -31.99 85.79 22.68 101 !CHO-NAM Chortis - North America +2035 49.4 -30.32 85.97 32.45 101 !CHO-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2035 120.0 -30.32 85.97 32.45 101 !CHO-NAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2035 120.0 14.73 -88.77 -41.72 201 !CHO-SAM Chortis - South America +2035 156.0 -12.98 91.65 53.93 201 !CHO-SAM @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2035 156.0 -36.49 87.86 47.12 215 !CHO-GUE Chortis - Guerrero +2035 250.0 -36.49 87.86 47.12 215 !CHO-GUE @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2037 0.0 0.0 0.0 0.0 2035 !ECHO-CHO Eastern Chortis terrane - Chortis +2037 250.0 0.0 0.0 0.0 2035 !ECHO-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 0.0 0.0 0.0 0.0 2035 !OEC-CHO offshore Eastern Chortis - Chortis +2038 11.0 13.04 -83.62 1.27 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 19.7 12.86 -89.48 2.29 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 26.2 14.94 -84.48 3.2 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 33.7 14.81 -86.09 4.96 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 42.8 16.77 -88.88 6.14 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 49.4 16.99 -88.26 7.59 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 70.0 16.99 -88.26 7.59 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2038 250.0 16.99 -88.26 7.59 2035 !OEC-CHO @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2039 0.0 0.0 0.0 0.0 2038 !SIE-OEC Siuna east - offshore Eastern Chortis +2039 85.0 0.0 0.0 0.0 2038 !SIE-OEC @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2039 85.0 29.01 -61.42 -28.81 2022 !SIE-SC1 Siuna east - Southern Cuba I @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +2039 250.0 29.01 -61.42 -28.81 2022 !SIE-SC1 @REF Boschman_++_2014, @DOI"10.1016/j.earscirev.2014.08.007" +204 0.0 0.0 0.0 0.0 101 !HON-NAM Honduras - North America +204 130.0 0.0 0.0 0.0 101 !HON-NAM @REF Pindell_Kennan_2009 @DOI"10.1144/SP328.1", @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" same as 2004 but copied here for agegrid purposes +204 148.0 21.82 -83.42 -13.65 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +204 158.0 23.06 -84.62 -35.53 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +204 190.0 26.58 -84.36 -51.99 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +204 250.0 26.58 -84.36 -51.99 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2040 0.0 0.0 0.0 0.0 2035 !SIW-CHO Siuna west - Chortis +2040 85.0 0.0 0.0 0.0 2035 !SIW-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2040 85.0 28.28 -67.86 -35.72 2022 !SIW-SC1 Siuna west - Southern Cuba I @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2040 250.0 28.28 -67.86 -35.72 2022 !SIW-SC1 @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2041 0.0 0.0 0.0 0.0 2030 !NNWA-NAB Northern CLIP material NW-Andes - Greater Maracaibo +2041 20.0 0.0 0.0 0.0 2030 !NNWA-NAB @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2041 20.0 -1.52 -62.24 9.5 2034 !NNWA-SAC Northern CLIP material NW-Andes - Southern CLIP material NW Andes @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2041 250.0 -1.52 -62.24 9.5 2034 !NNWA-SAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2045 0.0 0.0 0.0 0.0 2017 !PUR-NHS Puerto Rico - Northern Hispaniola +2045 11.0 16.6 -66.37 24.61 2017 !PUR-NHS @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2045 40.0 12.48 -66.98 24.1 2017 !PUR-NHS @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2045 250.0 12.48 -66.98 24.1 2017 !PUR-NHS @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2046 0.0 0.0 0.0 0.0 2010 !TOA-LAC Tobago - Lesser Antilles Arc +2046 40.0 0.0 0.0 0.0 2010 !TOA-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2046 50.0 61.58 50.45 -0.85 2010 !TOA-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2046 65.0 -10.38 117.84 -75.18 2010 !TOA-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2046 250.0 -10.38 117.84 -75.18 2010 !TOA-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 0.0 0.0 0.0 0.0 2035 !NNR-CHO North Nicaraguan rise - Chortis +2047 6.1 15.89 -80.88 1.68 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 11.0 15.25 -80.7 1.92 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 19.7 15.57 -84.24 6.08 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 26.2 16.98 -82.59 13.97 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 33.7 16.63 -83.03 18.04 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 42.8 14.51 -83.42 27.55 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 49.4 14.29 -83.36 32.23 2035 !NNR-CHO @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2047 49.4 -64.09 -51.11 10.43 101 !NNR-NAM North Nicaraguan Rise - North America +2047 70.0 -64.09 -51.11 10.43 101 !NNR-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 80.0 -60.26 -15.34 12.26 101 !NNR-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2047 80.0 54.02 -18.16 -11.0 2022 !NNR-SC1 North Nicaraguan Rise - Southern Cuba I @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2047 250.0 54.02 -18.16 -11.0 2022 !NNR-SC1 @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2048 0.0 0.0 0.0 0.0 2007 !SNR-CPI South Nicaraguan rise - Caribbean plate interior +2048 30.0 0.0 0.0 0.0 2007 !SNR-CPI @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2048 49.4 -62.8 52.03 1.77 2007 !SNR-CPI @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2048 135.0 -62.8 52.03 1.77 2007 !SNR-CPI @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2048 135.0 -50.7 60.4 41.38 101 !SNR-NAM South Nicaraguan rise - North America @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2048 250.0 50.7 -119.6 -41.38 101 !SNR-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2049 0.0 0.0 0.0 0.0 2004 !CBA-YCT Caribeana - Yucatan +2049 115.0 0.0 0.0 0.0 2004 !CBA-YCT @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2049 158.0 17.16 -87.6 54.57 2004 !CBA-YCT @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2049 180.0 17.12 -87.97 71.63 2004 !CBA-YCT @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2049 250.0 16.82 -87.99 78.73 2004 !CBA-YCT @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +205 0.0 0.0 0.0 0.0 101 !YUC-NAM Yucatan-North America +205 140.0 0.0 0.0 0.0 101 !YUC-NAM - assume @absage +205 164.0 23.85 -84.76 -43.67 101 !YUC-NAM based on Marton & Buffler 1994 - assume @absage +205 172.0 23.82 -84.31 -66.02 101 !YUC-NAM based on Marton & Buffler 1994 - assume @absage @xo_ys +205 172.0 1.45 -81.97 -72.44 201 !YUC-SAM Yucatan-South America - assume @absage +205 250.0 1.45 -81.97 -72.44 201 !YUC-SAM +2050 0.0 0.0 0.0 0.0 2022 !YCB-SC1 Yucatan basin - Southern Cuba I +2050 70.0 0.0 0.0 0.0 2022 !YCB-SC1 @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2051 0.0 0.0 0.0 0.0 2010 !IMG-LAC Isla Margarita - Lesser Antilles Arc +2051 50.0 -71.08 -7.66 -1.32 2010 !IMG-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2051 65.0 11.81 -63.7 90.38 2010 !IMG-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2051 250.0 11.81 -63.7 90.38 2010 !IMG-LAC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2052 0.0 0.0 0.0 0.0 2024 !MAY-BOC Mayari-Baracoa ophiolite complex +2052 70.0 0.0 0.0 0.0 2024 !MAY-BOC @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2052 70.0 -55.12 -73.45 -4.95 2017 !MAY-NHS Mayari-Northern Hispaniola @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2052 77.0 -55.12 -73.45 -4.95 2017 !MAY-NHS @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2053 0.0 0.0 0.0 0.0 2048 !EJC-SNR East Jamaica CLIP - South Nicaraguan Rise +2053 72.0 0.0 0.0 0.0 2048 !EJC-SNR @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2053 72.0 -1.33 -63.63 18.55 2039 !EJC-SIE East Jamaica CLIP - Siuna East @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2053 76.0 -1.33 -63.63 18.55 2039 !EJC-SIE @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" @xo_ys +2053 76.0 -19.11 41.91 -1.52 2048 !EJC-SNR East Jamaica CLIP - South Nicaraguan Rise @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +2053 250.0 -19.11 41.91 -1.52 2048 !EJC-SNR @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +208 0.0 0.0 0.0 0.0 205 !CHI-YUC Chiapas-Yucatan +208 11.1 0.0 0.0 0.0 205 !CHI-YUC +208 28.5 16.22 -92.55 29.34 205 !CHI-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +208 150.0 16.22 -92.55 29.34 205 !CHI-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +209 0.0 0.0 0.0 0.0 205 !CUC-YUC Cuchumantanes-Yucatan +209 250.0 0.0 0.0 0.0 205 !CUC-YUC +210 0.0 0.0 0.0 0.0 204 !POM-HON Polochic/Motahua-Honduras/Chortis +210 250.0 0.0 0.0 0.0 204 !POM-HON +211 0.0 0.0 0.0 0.0 204 !SCR-HON Santa Cruz-Honduras/Chortis +211 250.0 0.0 0.0 0.0 204 !SCR-HON +212 0.0 0.0 0.0 0.0 204 !GYP-HON Guayape-Honduras/Chortis +212 250.0 0.0 0.0 0.0 204 !GYP-HON +213 0.0 0.0 0.0 0.0 204 !MGJ-HON Motagua/Jocotan-Honduras/Chortis +213 250.0 0.0 0.0 0.0 204 !MGJ-HON +215 0.0 0.0 0.0 0.0 104 !GUE-MEX Guerrero-Mexico +215 141.2 0.0 0.0 0.0 104 !GUE-MEX @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +215 156.6 79.37 -43.54 -0.44 104 !GUE-MEX BSMA (Blake Spur Magnetic Anomaly), @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" - assume @absage +215 159.4 79.37 -43.54 -2.37 104 !GUE-MEX @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" - assume @absage +215 169.0 79.37 -43.54 -3.92 104 !GUE-MEX Initial Rifting, @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" - assume @absage +215 175.0 79.37 -43.54 -4.34 104 !GUE-MEX @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" - assume @absage +215 245.0 79.37 -43.54 -4.34 104 !GUE-MEX @xo_yf +215 245.0 48.47 46.49 26.76 201 !GUE-SAM Guerrero-South America @REF Domeier_Torsvik_2014, @DOI"10.1016/j.gsf.2014.01.002" crossover recalculated, @Au KTM, @T 2014 +215 250.0 16.58 71.41 42.06 201 !GUE-SAM @REF Domeier_Torsvik_2014, @DOI"10.1016/j.gsf.2014.01.002" position preserved, not stage rotation @Au THT, @T 2009 +216 0.0 0.0 0.0 0.0 205 !CYR-YUC Cayman Ridge-Yucatan +216 63.5 0.0 0.0 0.0 205 !CYR-YUC @xo_ys +216 63.5 -74.54 22.02 -12.77 222 !CYR-JMC Cayman Ridge-Jamaica cross-over @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +216 74.3 -81.62 -0.74 -11.31 222 !CYR-JMC Start of Cuban Thrusting @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +216 121.6 -81.62 -0.74 -11.31 222 !CYR-JMC fixed in arc at this time Ross & Scotese 1988 +216 149.5 -81.62 -0.74 -11.31 222 !CYR-JMC +222 0.0 0.0 0.0 0.0 205 !JMC-YUC Jamaica-Yucatan +222 3.3 28.68 -84.38 -1.82 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN2An3n" +222 10.9 79.35 -161.3 -1.24 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN5" +222 19.7 68.78 134.98 -2.47 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN6" +222 25.2 69.94 137.98 -3.22 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN7" +222 28.5 76.94 173.26 -4.2 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN10" +222 33.1 76.94 179.67 -5.65 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN13" +222 41.5 56.27 123.41 -7.75 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @CHRONID"AN19" +222 47.9 -60.93 -47.0 9.66 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 56.4 -63.42 -44.86 11.23 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 65.0 -73.31 36.79 13.35 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @absage +222 74.3 -52.98 80.97 19.44 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 83.0 34.65 -94.87 -37.86 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 100.5 28.66 -96.81 -59.03 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 120.6 -28.91 83.51 58.93 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 141.9 -24.72 85.3 76.23 205 !JMC-YUC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @xo_ys +222 141.9 -24.37 84.27 70.79 212 !JMC-GYP Jamaica-Guayape cross-over @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +222 250.0 24.37 -95.73 -70.79 212 !JMC-GYP +224 0.0 0.0 0.0 0.0 252 !COF-SHI Caribbean Ocean Floor-Southern Hispaniola +224 52.2 0.0 0.0 0.0 252 !COF-SHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", End of seafloor spreading +224 63.5 -39.34 -61.59 1.95 252 !COF-SHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +224 74.3 2.78 -70.0 8.23 252 !COF-SHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Start of seafloor spreading +224 147.1 2.78 -70.0 8.23 252 !COF-SHI +225 0.0 0.0 0.0 0.0 201 !MRB-SAM Maricaibo-South America +225 10.9 -1.52 -62.24 9.5 201 !MRB-SAM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", 100km slip on Bocono Fault +225 250.0 -1.52 -62.24 9.5 201 !MRB-SAM +226 0.0 0.0 0.0 0.0 225 !RML-MRB Romeral-Maricaibo +226 250.0 0.0 0.0 0.0 225 !RML-MRB +227 0.0 0.0 0.0 0.0 225 !STM-MRB Santa Marta-Maricaibo +227 250.0 0.0 0.0 0.0 225 !STM-MRB +228 0.0 0.0 0.0 0.0 225 !PRJ-MRB Perija-Maricaibo +228 250.0 0.0 0.0 0.0 225 !PRJ-MRB +229 0.0 0.0 0.0 0.0 230 !EPN-CPN Eastern Panama-Central Panama +229 10.9 8.81 -78.45 68.84 230 !EPN-CPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc Straight +229 20.1 9.57 -78.34 72.82 230 !EPN-CPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc Straight +229 28.7 9.03 -78.21 72.82 230 !EPN-CPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc concave +229 33.5 9.83 -77.85 81.55 230 !EPN-CPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc concave +229 70.0 9.83 -77.85 81.55 230 !EPN-CPN +230 0.0 0.0 0.0 0.0 231 !CPN-WPN Central Panama-Western Panama +230 9.8 8.27 -81.87 -40.63 231 !CPN-WPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc straight +230 33.6 -7.29 97.84 40.63 231 !CPN-WPN @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc straight +230 70.0 -7.29 97.84 40.63 231 !CPN-WPN +231 0.0 0.0 0.0 0.0 224 !WPN-COF Western Panama-Caribbean Ocean Floor +231 71.7 0.0 0.0 0.0 224 !WPN-COF +231 83.0 -25.53 43.92 12.39 224 !WPN-COF @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +231 100.0 -19.79 41.72 30.09 224 !WPN-COF @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +233 0.0 0.0 0.0 0.0 101 !FLS-NAM Florida Straits Block-North America @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +233 154.3 0.0 0.0 0.0 101 !FLS-NAM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +233 157.7 66.78 -17.54 -1.5 101 !FLS-NAM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +233 158.8 66.78 -17.54 -2.01 101 !FLS-NAM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +233 175.0 66.78 -17.5 -6.16 101 !FLS-NAM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" - assume @absage @xo_ys +233 175.0 66.78 -17.5 -6.16 109 !FLS-PDM Florida Straits Block-Piedmont (Florida/Suwannee) cross-over - assume @absage +233 250.0 66.78 -17.5 -6.16 109 !FLS-PDM @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +234 0.0 0.0 0.0 0.0 235 !LAA-AVR Lesser Antilles Arc-Aves Ridge +234 41.5 0.0 0.0 0.0 235 !LAA-AVR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +234 52.2 73.31 -73.22 -1.37 235 !LAA-AVR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +234 148.6 73.31 -73.22 -1.37 235 !LAA-AVR +235 0.0 0.0 0.0 0.0 224 !AVR-COF Aves Ridge-Caribbean Ocean Floor +235 148.6 0.0 0.0 0.0 224 !AVR-COF +236 0.0 0.0 0.0 0.0 234 !SCB-LAA St. Christopher Block-Lesser Antilles Arc +236 14.9 15.62 -61.63 -6.39 234 !SCB-LAA @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Closure of St. Chris Basin +236 63.5 15.62 -61.63 -6.39 234 !SCB-LAA @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +237 0.0 0.0 0.0 0.0 255 !PTR-NHI Puerto Rico-Northern Hispaniola +237 40.0 89.46 -103.11 -2.66 255 !PTR-NHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" @absage +237 116.5 89.46 -103.11 -2.66 255 !PTR-NHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 0.0 0.0 0.0 0.0 222 !SHI-JMC Southern Hispaniola-Jamaica +252 20.1 -13.2 -62.74 1.14 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 33.5 8.82 -80.95 6.31 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 41.5 19.89 -24.56 -1.27 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 47.9 -22.62 -110.68 2.11 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 56.4 -17.74 -113.82 2.24 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 74.3 -29.41 -89.16 1.89 222 !SHI-JMC @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +252 148.6 -29.41 -89.16 1.89 222 !SHI-JMC +253 0.0 0.0 0.0 0.0 254 !SJH-HCO San Juan/Hispaniola-Hispaniola Cordillera +253 33.6 0.0 0.0 0.0 254 !SJH-HCO @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +253 52.2 42.24 -55.74 -4.37 254 !SJH-HCO @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc Complete +253 148.6 42.24 -55.74 -4.37 254 !SJH-HCO No Motion +254 0.0 0.0 0.0 0.0 255 !HCO-NHI Hispaniola Cordillera-Northern Hispaniola +254 37.1 0.0 0.0 0.0 255 !HCO-NHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +254 50.0 10.6 -75.49 17.11 255 !HCO-NHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Arc complete, @absage +254 121.6 10.6 -75.49 17.11 255 !HCO-NHI @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +254 148.6 10.6 -75.49 17.11 255 !HCO-NHI +255 0.0 0.0 0.0 0.0 216 !NHI-CYR Northern Hispaniola-Cayman Ridge +255 20.1 -68.9 -44.7 2.88 216 !NHI-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +255 52.4 -8.73 -72.57 16.29 216 !NHI-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6" +255 148.6 -8.73 -72.57 16.29 216 !NHI-CYR +274 0.0 0.0 0.0 0.0 216 !NCT-CYR North Cuban Thrust Sheets-Cayman Ridge +274 47.9 0.0 0.0 0.0 216 !NCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", END SUTURE +274 63.5 18.21 -71.55 13.74 216 !NCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Open basin +274 78.9 18.21 -71.55 13.74 216 !NCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", Open basin +275 0.0 0.0 0.0 0.0 216 !SCT-CYR South Cuban Thrust Sheets-Cayman Ridge +275 47.9 0.0 0.0 0.0 216 !SCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", END SUTURE +275 63.5 18.21 -71.55 13.74 216 !SCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", OPEN BASIN +275 91.0 18.21 -71.55 13.74 216 !SCT-CYR @REF Ross_Scotese_1988, @DOI"10.1016/0040-1951(88)90263-6", OPEN BASIN +280 0.0 0.0 0.0 0.0 291 !BDW-RAW Burdwood Plate-Rawson Block +280 250.0 0.0 0.0 0.0 291 !BDW-RAW +28011 0.0 0.0 0.0 0.0 28800 !SPB-FLI South Patagonian Batholith-Falkland Islands +28011 250.0 0.0 0.0 0.0 28800 !SPB-FLI Attaching Patagonian Batholith to Falkland Island/San Jorge block +283 0.0 0.0 0.0 0.0 290 !NPM-SSP North Patagonian Massif-Salado Subplate @C"ZEROROT" +283 125.0 0.0 0.0 0.0 290 !NPM-SSP @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-27" @absage +283 150.0 -32.5 -59.58 4.9 290 !NPM-SSP @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI; ALY" @T"2012-01-04" @absage +283 250.0 -32.5 -59.58 4.9 290 !NPM-SSP @C"FITRECON" @absage +288 0.0 0.0 0.0 0.0 291 !FLI-CSS Falkland Islands-Colorado Subplate +288 600.0 0.0 0.0 0.0 291 !FLI-CSS @REF Grunow_++_1991 @DOI"10.1029/91JB01507" +28800 0.0 0.0 0.0 0.0 283 !DMB-NPM Deseado Massif Block-North Patagonian Massif +28800 125.0 0.0 0.0 0.0 283 !DMB-NPM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-Mar" @absage +28800 145.0 -41.11 -73.68 2.3 283 !DMB-NPM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI; ALY" @T"2012-01-05" @absage +28800 250.0 -41.11 -73.68 2.3 283 !DMB-NPM +2881 0.0 0.0 0.0 0.0 28800 !SJUB-DMB San Julian Block-Deseado Massif Block +2881 125.0 0.0 0.0 0.0 28800 !SJUB-DMB @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-04" @absage +2881 145.0 0.0 0.0 0.0 28800 !SJUB-DMB @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-04" @absage +2881 250.0 0.0 0.0 0.0 28800 !SJUB-DMB +28900 0.0 0.0 0.0 0.0 2881 !FIM-SJUB Falkland Islands/Malvinas Microplate-San Julian Block (deforming region) +28900 175.0 0.0 0.0 0.0 2881 !FIM-SJUB @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-04" @absage +28900 250.0 0.0 0.0 0.0 2881 !FIM-SJUB @absage @xo_ys +2891 0.0 0.0 0.0 0.0 28900 !NFB-FIM North Falkland Block-Falkland Islands/Malvinas Microplate +2891 140.0 0.0 0.0 0.0 28900 !NFB-FIM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-04" @absage +2891 155.0 -47.39 -62.07 -5.0 28900 !NFB-FIM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-04" @absage +2891 250.0 -47.39 -62.07 -5.0 28900 !NFB-FIM @C"FITRECON" +290 0.0 0.0 0.0 0.0 201 !SSP-SAM Salado Subplate-South America +290 124.1 0.0 0.0 0.0 201 !SSP-SAM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @T"2011-12-22" M2o +290 150.0 -33.02 -60.52 8.5 201 !SSP-SAM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @T"2011-12-22" @absage +290 250.0 -33.02 -60.52 8.5 201 !SSP-SAM @C"FITRECON; was 5.86" @absage +2901 0.0 0.0 0.0 0.0 290 !PMP-SSP Pampean Terrane-Salado Subplate +2901 125.0 0.0 0.0 0.0 290 !PMP-SSP @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-06" @absage +2901 150.0 0.0 0.0 0.0 290 !PMP-SSP @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI;ALY" @T"2012-01-06" @absage +2901 250.0 0.0 0.0 0.0 290 !PMP-SSP @C"FITRECON" @absage +291 0.0 0.0 0.0 0.0 283 !RAW-NPM Rawson Block-North Patagonian Massif +291 250.0 0.0 0.0 0.0 283 !RAW-NPM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" +293 0.0 0.0 0.0 0.0 201 !EMEB-SAM East of Maurice Ewing Bank-South America +293 125.0 0.0 0.0 0.0 201 !EMEB-SAM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-21" @absage +293 145.0 -57.19 -55.31 0.43 201 !EMEB-SAM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-01-19" @C"FITRECON" @absage +293 250.0 -57.19 -55.31 0.43 201 !EMEB-SAM +294 0.0 0.0 0.0 0.0 201 !FP-SAM Falkland Plateau (North Weddell Sea)-South America +294 83.0 0.0 0.0 0.0 201 !FP-SAM cross-over @xo_ys +294 83.0 -77.56 -113.44 -29.48 802 !FP-EANT Falkland Plateau-Antarctica, @REF Shaw_Cande_1990 @DOI"10.1029/JB095iB03p02625" & Royer_++_1988 @DOI"19.1016/0040-1951(88)90268-5" *recalculated @Au GS, @T 2011 +294 92.7 75.55 61.16 32.43 802 !FP-EANT @REF Livermore_Hunter_1996 @DOI" 10.1144/GSL.SP.1996.108.01.17" +294 120.6 72.68 84.08 44.59 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M0ry +294 123.6 72.13 85.43 46.24 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M2y +294 125.7 71.48 84.24 46.54 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M4y +294 128.9 70.46 83.05 47.3 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M10y +294 130.8 69.97 82.46 47.73 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M11y +294 132.6 69.37 80.82 47.63 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M12ny +294 136.0 68.79 82.7 50.28 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M15ny *inconsistency between chron and age in paper - chron assumed to be correct, time adjusted +294 138.5 67.78 80.24 50.08 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M17ny *inconsistency between chron and age in paper - chron assumed to be correct, time adjusted +294 143.4 66.5 77.55 49.86 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035", M20ny *inconsistency between chron and age in paper - chron assumed to be correct, time adjusted +294 160.0 66.52 77.54 53.44 802 !FP-EANT @REF Konig_Jokat_2006 @DOI"10.1029/2005JB004035" @absage +294 180.0 66.52 77.54 53.44 802 !FP-EANT +29800 0.0 0.0 0.0 0.0 28900 !MEB-FIM Maurice Ewing Bank-Falkland Islands/Malvinas Microplate @C"specifed rel to FIM, was Gastre SAM before REF." @REF"Macdonald.MPG.03" +29800 124.1 0.0 0.0 0.0 28900 !MEB-FIM +29800 140.0 -40.53 -52.32 -8.71 28900 !MEB-FIM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-07-03" @C"XOVER" @absage @xo_ys +29800 140.0 47.93 -33.82 55.89 701 !MEB-FIM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2012-07-03" @C"Calculated interactively by GPlates" @absage +29800 250.0 47.93 -33.82 55.89 701 !MEB-FIM @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @absage +301 0.0 0.0 0.0 0.0 101 !EUR-NAM Northern European Craton-North America +301 10.9 66.44 132.98 -2.57 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (5o) +301 20.1 68.91 132.51 -5.09 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (6o) +301 33.1 68.22 131.53 -7.65 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (13y) +301 47.9 65.38 138.44 -10.96 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (21o) +301 55.9 56.17 145.06 -13.24 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (25y) +301 68.7 60.38 146.96 -16.33 101 !EUR-NAM @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +301 79.1 63.4 147.75 -18.48 101 !EUR-NAM @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" (33o) @xo_ys +301 79.1 48.16 121.62 -12.71 102 !EUR-GRN Northern European Craton-Greenland cross over @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +301 120.0 48.16 121.62 -12.71 102 !EUR-GRN tectonic quiescence between EUR and GRN after Faerseth_Lien_2002 @DOI"10.1016/S0264-8172(02)00112-5, @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @xo_yf @absage +301 120.0 68.01 153.59 -21.01 101 !EUR-NAM Northern European Craton-North America cross over @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @absage +301 200.0 71.41 152.6 -23.68 101 !EUR-NAM Full fit between EUR and NAM, initial rifting @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @absage +301 250.0 71.41 152.6 -23.68 101 !EUR-NAM Full fit between EUR and NAM, initial rifting @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @absage +302 0.0 0.0 0.0 0.0 301 !BAL-EUR Baltic Shield-Northern European Craton +302 250.0 0.0 0.0 0.0 301 !BAL-EUR +3021 0.0 -41.79 49.31 64.69 16150 !AXB1-AXB Alexander BAB isochron rotations 1-Alexander BAB isochron rotations, @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM & SZ, @T 2015 +3021 230.0 -41.79 49.31 64.69 16150 !AXB1-AXB @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM & SZ, @T 2015 @xo_os +3021 230.0 -26.6 60.18 75.72 16111 !AXB1-ALX Alexander BAB isochron rotations 1-Alexander terrane, @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KJM & SZ, @T 2015 +3021 250.0 -26.6 60.18 75.72 16111 !AXB1-ALX @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +3031 0.0 0.0 0.0 0.0 3115 !SCO-GBR Scotland-Great Britain +3031 140.0 0.0 0.0 0.0 3115 !SCO-GBR Cessation of rifting in the North Sea @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3031 200.0 57.92 -12.21 -2.99 3115 !SCO-GBR Scotland - EUR Viking Graben / Moray Firth restoration @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3031 250.0 57.92 -12.21 -2.99 3115 !SCO-GBR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +304 0.0 0.0 0.0 0.0 101 !IBR-NAM Iberia-North America +304 10.9 -67.03 -47.12 2.56 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 20.1 -68.08 -42.87 5.03 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 33.1 -51.45 -35.97 7.14 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 40.1 -64.76 -41.87 9.02 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 47.9 -72.69 -49.13 11.38 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 55.9 -73.27 -47.19 14.09 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 67.7 -74.84 -45.62 17.41 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 83.0 -87.17 -123.4 24.69 101 !IBR-NAM @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x" +304 120.8 -71.71 168.36 46.3 101 !IBR-NAM @REF Rowley_Lottes_1988 @DOI"10.1016/0040-1951(88)90261-2"; @REF Schettino_Scotese_2005 @DOI"10.1111/j.1365-246X.2005.02638.x", 2005 m0 +304 144.7 -66.6 165.01 61.97 101 !IBR-NAM @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @xo_ys +304 144.7 48.94 -3.08 -48.46 301 !IBR-EUR Iberia-Eurasia cross over @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +304 200.0 48.94 -3.08 -48.46 301 !IBR-EUR Full fit between IB and NAM, initial rifting @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +304 250.0 48.94 -3.08 -48.46 301 !IBR-EUR +305 0.0 0.0 0.0 0.0 302 !CEU-UKB Central Europe (Armorica and Moldanubia)-United Kingdom Block +305 250.0 0.0 0.0 0.0 302 !CEU-UKB +306 0.0 0.0 0.0 0.0 304 !COR-IBR Corsica-Iberia @Au MHV, @T2014. +306 19.0 0.0 0.0 0.0 304 !COR-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +306 33.1 44.49 10.28 -29.3 304 !COR-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +306 250.0 44.49 10.28 -29.3 304 !COR-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3061 0.0 0.0 0.0 0.0 306 !SCOR-COR South Corsica-Corsica +3061 19.0 0.0 0.0 0.0 306 !SCOR-COR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3061 33.1 52.18 -14.62 2.45 306 !SCOR-COR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3061 250.0 52.18 -14.62 2.45 306 !SCOR-COR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3062 0.0 0.0 0.0 0.0 3063 !SSAR-NSAR South Sardinia-North Sardinia +3062 23.4 0.0 0.0 0.0 3063 !SSAR-NSAR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3062 33.1 62.3 -50.82 1.29 3063 !SSAR-NSAR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3062 250.0 62.3 -50.82 1.29 3063 !SSAR-NSAR +3063 0.0 0.0 0.0 0.0 304 !NSAR-IBR North Sardinia-Iberia +3063 19.0 0.0 0.0 0.0 304 !NSAR-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3063 33.1 47.38 12.58 -25.96 304 !NSAR-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3063 250.0 47.38 12.58 -25.96 304 !NSAR-IBR +307 0.0 0.0 0.0 0.0 3307 !ADR-APU Adria-Apulia +307 40.1 0.0 0.0 0.0 3307 !ADR-APU @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +307 47.0 -26.5 -166.58 1.0 3307 !ADR-APU @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +307 60.0 -26.5 -166.58 1.0 3307 !ADR-APU @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +307 70.0 -26.5 -166.58 2.0 3307 !ADR-APU @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +307 100.0 -26.5 -166.58 7.73 3307 !ADR-APU @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +307 250.0 -26.5 -166.58 7.73 3307 !ADR-APU +308 0.0 0.0 0.0 0.0 307 !DIN-ADR Eastern Dinaride Platform-Adria +308 30.0 0.0 0.0 0.0 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 40.1 60.25 -71.75 0.81 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 67.7 60.25 -71.75 0.81 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 83.5 49.69 -5.7 4.02 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 90.0 49.1 -9.84 4.13 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 185.0 49.1 -9.84 4.13 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" 308 was fixed to 338 from 600to 185 in the @REF Schettino_Turco_2011 paper +308 230.0 41.18 6.9 -3.6 307 !DIN-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +308 250.0 41.18 6.9 -3.6 307 !DIN-ADR +309 0.0 0.0 0.0 0.0 311 !WSV-BAR West Svalbard-Barentsia and East Svalbard +309 250.0 0.0 0.0 0.0 311 !WSV-BAR +311 0.0 0.0 0.0 0.0 302 !BAR-BAL Barentsia and East Svalbard-Baltic Shield +311 250.0 0.0 0.0 0.0 302 !BAR-BAL +3115 0.0 0.0 0.0 0.0 301 !GBR-EUR Great Britain - Eurasia +3115 140.0 0.0 0.0 0.0 301 !GBR-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3115 200.0 43.5 -0.6 -1.5 301 !GBR-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3115 250.0 43.5 -0.6 -1.5 301 !GBR-EUR +315 0.0 0.0 0.0 0.0 302 !ENG-BAL South England (East Avalonia)-Baltic Shield +315 250.0 0.0 0.0 0.0 302 !ENG-BAL +317 0.0 0.0 0.0 0.0 101 !POR-NAM Porcupine-North America +317 9.8 65.38 133.58 -2.44 101 !POR-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3", An5 +317 19.7 68.92 136.74 -4.97 101 !POR-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3", An6 +317 33.5 65.64 136.95 -7.51 101 !POR-NAM @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3", An13 +317 46.5 58.75 142.49 -10.01 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 53.3 59.21 143.14 -12.3 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 56.2 60.11 143.68 -13.76 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 68.3 62.31 145.52 -16.47 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 78.9 63.9 148.92 -18.51 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 83.0 64.35 149.97 -19.21 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" +317 92.0 64.55 151.19 -19.88 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017" @absage +317 105.0 64.82 153.08 -21.0 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017", AnK @absage +317 120.6 67.13 155.32 -22.54 101 !POR-NAM @REF Srivastava_Roest_1989 @DOI"10.1130/0091-7613(1989)017", AnM0 +317 250.0 67.13 155.32 -22.54 101 !POR-NAM +3171 0.0 0.0 0.0 0.0 301 !PORB-EUR Porcupine-Eurasia +3171 140.0 0.0 0.0 0.0 301 !PORB-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3171 200.0 54.9 -13.18 13.61 301 !PORB-EUR @REF Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3171 250.0 53.87 -12.73 20.47 301 !PORB-EUR +318 0.0 0.0 0.0 0.0 301 !RKL-EUR Rockall-Northern European Craton +318 250.0 0.0 0.0 0.0 301 !RKL-EUR +3181 0.0 0.0 0.0 0.0 301 !RKLB-EUR Rockall Basin-Eurasia +3181 120.0 0.0 0.0 0.0 301 !RKLB-EUR Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" @xo_ys +3181 120.0 48.16 121.62 -12.71 102 !RKLB-GRN Barnett-Moore_++_2016 @DOI"10.1111/bre.12214" +3181 250.0 48.16 121.62 -12.71 102 !RKLB-GRN +319 0.0 0.0 0.0 0.0 301 !STR-EUR Strandja (Mosesia)-Northern European Craton +319 33.1 0.0 0.0 0.0 301 !STR-EUR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +319 110.0 0.0 0.0 0.0 301 !STR-EUR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +319 230.0 0.0 0.0 0.0 301 !STR-EUR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +319 250.0 0.0 0.0 0.0 301 !STR-EUR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +3201 0.0 0.0 0.0 0.0 304 !MEN-IBR Menorca-Iberia +3201 28.0 0.0 0.0 0.0 304 !MEN-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3201 33.1 34.04 -3.39 6.8 304 !MEN-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3201 250.0 34.04 -3.39 6.8 304 !MEN-IBR +3202 0.0 0.0 0.0 0.0 304 !MAL-IBR Mallorca-Iberia +3202 28.0 0.0 0.0 0.0 304 !MAL-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3202 33.1 34.04 -3.39 6.1 304 !MAL-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3202 250.0 34.04 -3.39 6.1 304 !MAL-IBR +3203 0.0 0.0 0.0 0.0 304 !IBZ-IBR Ibiza-Iberia +3203 28.0 0.0 0.0 0.0 304 !IBZ-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3203 33.1 24.29 -18.04 0.93 304 !IBZ-IBR @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +3203 250.0 24.29 -18.04 0.93 304 !IBZ-IBR +322 0.0 0.0 0.0 0.0 3062 !CAL-SSR Calabria-Southern Sardinia +322 250.0 0.0 0.0 0.0 3062 !CAL-SSR @REF Hosseinpour_++_(in review) @xo_ys +3222 0.0 0.0 0.0 0.0 3062 !STP-SSR South Tyrrhenian Block-Southern Sardinia +3222 250.0 0.0 0.0 0.0 3062 !STP-SSR @REF Hosseinpour_++_(in review) +3223 0.0 0.0 0.0 0.0 3062 !SCH-SSR Sardinian Channel-Southern Sardinia +3223 250.0 0.0 0.0 0.0 3062 !SCH-SSR @REF Hosseinpour_++_(in review) +323 0.0 0.0 0.0 0.0 7701 !SIC-TUN Sicily-Tunesia +323 10.0 -37.4 -172.6 1.99 7701 !SIC-TUN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +323 250.0 -37.4 -172.6 1.99 7701 !SIC-TUN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 0.0 0.0 0.0 0.0 308 !EDAW-DIN Eastern Dinaride accretionary wedge-Eastern Dinaride platform +328 10.0 19.07 -2.88 2.0 308 !EDAW-DIN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 20.0 19.07 -2.88 3.0 308 !EDAW-DIN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 30.0 19.07 -2.88 3.0 308 !EDAW-DIN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 40.0 19.07 -2.88 4.0 308 !EDAW-DIN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 50.0 19.07 -2.88 5.4 308 !EDAW-DIN @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +328 250.0 19.07 -2.88 5.4 308 !EDAW-DIN +329 0.0 0.0 0.0 0.0 304 !BET-SPN Betic (Spain)-Iberia +329 250.0 0.0 0.0 0.0 304 !BET-SPN +330 0.0 0.0 0.0 0.0 331 !TOB-UKB Tornquist Block-United Kingdom Block +330 145.0 0.0 0.0 0.0 331 !TOB-UKB @absage +330 170.0 24.19 36.2 0.59 331 !TOB-UKB @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage @absage +330 250.0 24.19 36.2 0.59 331 !TOB-UKB +3307 0.0 0.0 0.0 0.0 715 !APU-EUR Apulia-Eurasia +3307 200.0 0.0 0.0 0.0 715 !APU-AFR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @xo_ys +3307 200.0 49.67 -0.95 -64.71 301 !APU-EUR @REF Hosseinpour_++_(in review); based on @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @Au MH @T 26012014 +3307 250.0 49.67 -0.95 -64.71 301 !APU-EUR +331 0.0 0.0 0.0 0.0 301 !UKB-EUR United Kingdom Block-Europe +331 250.0 0.0 0.0 0.0 301 !UKB-EUR @absage +3323 0.0 0.0 0.0 0.0 3307 !PNO-APU Pnormide Platform-Apulia +3323 250.0 0.0 0.0 0.0 3307 !PNO-APU +334 0.0 0.0 0.0 0.0 328 !PES-EDAW Pelso-Eastern Dinaride accretionary wedge +334 4.0 43.92 22.75 3.99 328 !PES-EDAW @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +334 19.0 33.76 18.13 6.37 328 !PES-EDAW @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +334 155.0 33.76 18.13 6.37 328 !PES-EDAW @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +334 200.0 24.0 14.0 14.0 328 !PES-EDAW @REF Hosseinpour_++_(in review) @Au MHV @T 2014 +334 250.0 24.0 14.0 14.0 328 !PES-EDAW +337 0.0 0.0 0.0 0.0 334 !TIS-PEL Tisza-Pelso +337 19.0 -36.15 14.41 1.84 334 !TIS-PEL @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +337 250.0 -36.15 14.41 1.84 334 !TIS-PEL +338 0.0 0.0 0.0 0.0 319 !ROD-STR Rhodopes-Strandja (Moesia) +338 185.0 0.0 0.0 0.0 319 !ROD-STR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +338 230.0 44.56 21.9 -12.92 319 !ROD-STR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +338 250.0 48.47 16.28 -38.93 319 !ROD-STR +339 0.0 0.0 0.0 0.0 222 !CFZ-JMC Caribbean Fracture zone north 1 and fracture zone north 2 - Jamaica +339 10.9 78.96 -179.68 0.68 222 !CFZ-JMC This study +339 20.1 69.03 134.6 1.26 222 !CFZ-JMC This study +339 33.1 76.58 179.7 2.81 222 !CFZ-JMC This study +339 40.1 60.16 123.51 3.65 222 !CFZ-JMC This study +339 43.8 58.8 124.6 4.21 222 !CFZ-JMC This study +339 53.3 62.69 133.24 5.32 222 !CFZ-JMC This study +339 67.7 61.94 -122.82 7.62 222 !CFZ-JMC This study +339 79.1 38.17 -105.51 14.4 222 !CFZ-JMC This study +339 99.0 28.46 -105.43 28.76 222 !CFZ-JMC This study +339 120.6 28.24 -105.09 29.63 222 !CFZ-JMC This study +339 250.0 27.42 -104.7 32.69 222 !CFZ-JMC This study +340 0.0 0.0 0.0 0.0 337 !SPN-TIS Southern Panonian-Tisza +340 19.0 -19.16 -154.96 1.61 337 !SPN-TIS @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +340 250.0 -19.16 -154.96 1.61 337 !SPN-TIS +344 0.0 0.0 0.0 0.0 331 !WALP-UKB Western Alps-United Kingdom Block +344 250.0 0.0 0.0 0.0 331 !WALP-UKB +3446 0.0 0.0 0.0 0.0 346 !GRC-PEL Greece-Peloponnese @Au KTM & KJM @T 2014 +3446 250.0 0.0 0.0 0.0 346 !GRC-PEL +346 0.0 0.0 0.0 0.0 522 !PEL-MTB Peloponnese-Menderes Taurides Block +346 20.1 -22.74 -157.39 3.8 522 !PEL-MTB @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +346 33.1 -22.74 -157.39 3.8 522 !PEL-MTB @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +346 55.9 16.93 150.79 3.52 522 !PEL-MTB Peloponnese-Menderes Taurides block @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", @xo_ys +346 55.9 -38.62 -152.95 4.95 3307 !PEL-APU Peloponnese-Apulia @REF Hosseinpour_++_(in review) based on @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" cross-over recalculated by @Au MH @T 11022014 +346 250.0 38.62 27.05 -4.95 3307 !PEL-APU +347 0.0 0.0 0.0 0.0 346 !CRT-PEL Crete-Peloponnese +347 13.0 35.09 23.41 44.81 346 !CRT-PEL @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +347 250.0 35.09 23.41 44.81 346 !CRT-PEL +349 0.0 0.0 0.0 0.0 319 !SMD-STR Serbo/Macedonia-Strandja (Moesia) +349 250.0 0.0 0.0 0.0 319 !SMD-STR fixed to Strandja +352 0.0 0.0 0.0 0.0 752 !LOI1-LOI2 Isochron of AFR-IBR Ligurian Ocean +352 145.0 0.0 0.0 0.0 752 !LOI1-LOI2 Isochron of AFR-IBR Ligurian Ocean @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 @xo_ys +352 145.0 26.6 103.74 1.3 304 !LOI1-IBR @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +352 250.0 26.6 103.74 1.3 304 !LOI1-IBR +354 0.0 0.0 0.0 0.0 754 !LOI3-LOI4 Isochron of IBR-ADR East, Ligurian Ocean +354 145.0 0.0 0.0 0.0 754 !LOI3-LOI4 @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 @xo_ys +354 145.0 61.32 18.53 16.04 322 !ILOI3-CAL Isochron of IBR-ADR East-Calabria, Ligurian Ocean @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +354 250.0 -61.32 -161.47 -16.04 322 !LOI3-CAL +355 0.0 0.0 0.0 0.0 308 !VAR1-DIN Isochron of AFR-EUR, Vardar Ocean +355 250.0 0.0 0.0 0.0 308 !VAR1-DIN Isochron of AFR-EUR, Vardar Ocean @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +356 0.0 0.0 0.0 0.0 301 !AT1-EUR Isochron of AFR-EUR, Alpine Tethys +356 250.0 0.0 0.0 0.0 301 !AT1-EUR Isochron of AFR-EUR, Alpine Tethys @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +357 0.0 0.0 0.0 0.0 356 !IAT2-AT1 Isochron of AFR-EUR, Alpine Tethys +357 130.0 0.0 0.0 0.0 356 !IAT2-AT1 @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 @xo_ys +357 130.0 46.89 -6.14 38.45 334 !IAT2-PES @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +357 250.0 46.89 -6.14 38.45 334 !IAT2-PES +358 0.0 45.74 3.02 57.82 359 !VAL1-VAL2 Isochron of AFR-IBR, Valais Sea +358 130.0 45.74 3.02 57.82 359 !VAL1-VAL2 @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 @xo_ys +358 130.0 45.99 -3.19 -10.13 301 !VAL1-EUR @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +358 250.0 45.99 -3.19 -10.13 301 !VAL1-EUR +359 0.0 0.0 0.0 0.0 306 !VAL2-COR Isochron of IBR-EUR, Valais Sea +359 250.0 0.0 0.0 0.0 306 !VAL2-COR @REF Hosseinpour_++_(in review) @Au MH, @T 05082014 +372 0.0 0.0 0.0 0.0 401 !YWK-SIB Yamal Peninsula (Western Kara Sea)-Siberia +372 250.0 0.0 0.0 0.0 401 !YWK-SIB +373 0.0 0.0 0.0 0.0 302 !NVS-BAL Novaya-Semya - Baltic Shield +373 190.0 0.0 0.0 0.0 302 !NVS-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +373 220.0 77.0 144.6 4.0 302 !NVS-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +373 250.0 77.0 144.6 4.0 302 !NVS-BAL +374 0.0 0.0 0.0 0.0 301 !PER-EUR Perunica-Northern European Craton +374 250.0 0.0 0.0 0.0 301 !PER-EUR @xo_ys +375 0.0 0.0 0.0 0.0 302 !SAX-BAL Saxothuringia-Baltic Shield +375 250.0 0.0 0.0 0.0 302 !SAX-BAL +380 0.0 0.0 0.0 0.0 430 !MOO-AMU Mongol-Okhotsk Ocean plate-Amuria +380 250.0 0.0 0.0 0.0 430 !MOO-AMU Mongol-Okhotsk Ocean plate-Amuria +390 0.0 0.0 0.0 0.0 302 !UPB-BAL Urals Peri Baltica-Baltica +390 250.0 0.0 0.0 0.0 302 !UPB-BAL +401 0.0 0.0 0.0 0.0 301 !SIB-EUR Siberia-Northern European Craton +401 230.0 0.0 0.0 0.0 301 !SIB-EUR @absage +401 250.0 77.0 144.6 2.0 301 !SIB-EUR Transition to @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" rotations between 230-250 Ma +4011 0.0 39.59 83.12 93.9 430 !MOKI-AMU Mongol-Okhotsk isochron +4011 250.0 39.59 83.12 93.9 430 !MOKI-AMU Mongol-Okhotsk isochron KJM @xo_of +402 0.0 0.0 0.0 0.0 302 !KAZ-BAL Kazakhstan-Baltic Shield +402 250.0 0.0 0.0 0.0 302 !KAZ-BAL +404 0.0 0.0 0.0 0.0 302 !KAR-BAL Kara-Baltica THT 2006 +404 190.0 0.0 0.0 0.0 302 !KAR-BAL THT 2006 +404 220.0 77.0 144.6 -1.0 302 !KAR-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @absage +404 250.0 77.0 144.6 -1.0 302 !KAR-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @absage +406 0.0 0.0 0.0 0.0 401 !KAM-SIB Kamchatka Peninsula-Siberia +406 10.0 0.0 0.0 0.0 401 !KAM-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +406 15.0 62.1 165.9 -5.0 401 !KAM-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +406 35.0 62.1 165.9 -30.0 401 !KAM-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +406 55.0 60.8 162.3 -60.0 401 !KAM-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +406 250.0 60.8 162.3 -60.0 401 !KAM-SIB +407 0.0 0.0 0.0 0.0 101 !CKP-NAM Chukotsky Peninsula-North America +407 66.0 0.0 0.0 0.0 101 !CKP-NAM initiation of rifting, @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" @absage @xo_ys +407 66.0 59.63 146.59 15.67 301 !CKP-EUR @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" @absage +407 250.0 59.63 146.59 15.67 301 !CKP-EUR +409 0.0 0.0 0.0 0.0 101 !NES-NAM NE Siberia-North America +409 66.0 0.0 0.0 0.0 101 !NES-NAM @absage @xo_ys +409 66.0 59.63 146.59 15.67 301 !NES-EUR @REF Gaina_++_2002 @DOI"10.1016/S0012-821X(02)00499-5" @absage +409 250.0 59.63 146.59 15.67 301 !NES-EUR +410 0.0 0.0 0.0 0.0 401 !MNG-SIB Mongolia-Siberia +410 200.0 0.0 0.0 0.0 401 !MNG-SIB suture @REF Zhao_++_1990 @DOI"10.1016/0040-1951(90)90008-V" @absage +410 250.0 24.1 86.0 -57.15 401 !MNG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @absage +41200 0.0 0.0 0.0 0.0 401 !SAO-SIB South Anuyi Ocean-Siberia +41200 250.0 0.0 0.0 0.0 401 !SAO-SIB South Anuyi Ocean-Siberia @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +413 0.0 0.0 0.0 0.0 406 !SHR-SIB Shirshov Ridge-Kamchatka +413 10.0 0.0 0.0 0.0 406 !SHR-SIB @absage +413 40.0 63.21 171.96 -24.0 406 !SHR-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +413 60.0 63.21 171.96 -24.0 406 !SHR-SIB @REF Clark_Muller_2008 @DOI"10.1016/j.jog.2008.02.002" @absage +415 0.0 0.0 0.0 0.0 601 !MOF-NCH Mongol-Okhotsk Features - North China after @REF Golonka_2006 @DOI"10.1016/j.palaeo.2006.06.041"; @REF Apel_++_2006 @DOI"10.1029/2006GL026077" +415 250.0 0.0 0.0 0.0 601 !MOF-NCH +416 0.0 0.0 0.0 0.0 662 !NEA-EJS Northeast Asia-East Japan Sea +416 250.0 0.0 0.0 0.0 662 !NEA-EJS @absage +42100 0.0 0.0 0.0 0.0 101 !NSDL-NAM Northern Siberian Shelf De Long Islands-North America +42100 120.9 0.0 0.0 0.0 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 126.6 -28.18 36.07 3.0 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 129.3 -48.75 35.94 7.14 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 131.5 -50.01 34.24 11.55 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 138.0 -58.43 33.1 18.09 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 142.5 -51.43 35.28 17.84 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 195.0 -46.6 38.04 19.36 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 250.0 -46.6 38.04 19.36 101 !NSDL-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42101 0.0 0.0 0.0 0.0 42100 !KSI-NSDL Kotel'nyi New Siberian Islands-Northern Siberian Shelf De Long Islands +42101 250.0 0.0 0.0 0.0 42100 !KSI-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42102 0.0 0.0 0.0 0.0 42100 !NVB-NSDL Novaya Block-Northern Siberian Shelf De Long Islands +42102 250.0 0.0 0.0 0.0 42100 !NVB-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42103 0.0 0.0 0.0 0.0 42100 !VTB-NSDL Vil'kitski Trough Basin-Northern Siberian Shelf De Long Islands +42103 250.0 0.0 0.0 0.0 42100 !VTB-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42150 0.0 0.0 0.0 0.0 42100 !ESM-NSDL East Siberian Microplate-Northern Siberian Shelf De Long Islands +42150 250.0 0.0 0.0 0.0 42100 !ESM-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42200 0.0 0.0 0.0 0.0 42100 !NSS2-NSDL Northern Siberian Shelf Province 2 general-Northern Siberian Shelf De Long Islands +42200 250.0 0.0 0.0 0.0 42100 !NSS2-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42201 0.0 0.0 0.0 0.0 42200 !SAN-NSS2 South Anuyi Block-Northern Siberian Shelf Province 2 +42201 250.0 0.0 0.0 0.0 42200 !SAN-NSS2 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42300 0.0 0.0 0.0 0.0 103 !WRA-NSL Wrangel Island (South of deformation zone) Province-North Slope Alaska +42300 250.0 0.0 0.0 0.0 103 !WRA-NSL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" @xo_ys +42400 0.0 0.0 0.0 0.0 401 !LAP-SIB Laptev Sea Province 42400 general-Siberia +42400 250.0 0.0 0.0 0.0 401 !LAP-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +430 0.0 0.0 0.0 0.0 601 !AMU-NCH Amuria-North China +430 230.0 0.0 0.0 0.0 601 !AMU-NCH Mongol-Okhotsk Basin @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +430 250.0 0.0 0.0 0.0 601 !AMU-NCH @absage @xo_ys +43101 0.0 0.0 0.0 0.0 401 !CVK-SIB Central Verkhoyansk Province general-Siberia +43101 250.0 0.0 0.0 0.0 401 !CVK-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43102 0.0 0.0 0.0 0.0 401 !WVK-SIB Western Verkhoyansk-Siberia +43102 250.0 0.0 0.0 0.0 401 !WVK-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43200 0.0 0.0 0.0 0.0 101 !KOST-NAM Kolyma-Omolon Superterrane Province general - North America +43200 53.0 0.0 0.0 0.0 101 !KOST-NAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" @xo_ys +43200 53.0 -59.15 -36.66 -12.37 401 !KOST-SIB Kolyma-Omolon Superterrane Province general - Siberia +43200 140.0 -59.15 -36.66 -12.37 401 !KOST-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43200 160.0 78.97 162.1 13.52 401 !KOST-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43200 250.0 78.97 162.1 13.52 401 !KOST-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43201 0.0 0.0 0.0 0.0 43200 !OMT-KOST Omolon Province - Kolyma-Omolon Superterrane +43201 165.0 0.0 0.0 0.0 43200 !OMT-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43201 180.0 45.06 -91.81 2.6 43200 !OMT-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43201 250.0 45.06 -91.81 2.6 43200 !OMT-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43202 0.0 0.0 0.0 0.0 43200 !CHE-KOST Chersky Range - Kolyma-Omolon Superterrane Province general +43202 250.0 0.0 0.0 0.0 43200 !CHE-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43203 0.0 0.0 0.0 0.0 43201 !PRK-OMT Prikolyma Terrane-Omolon Terrane +43203 250.0 0.0 0.0 0.0 43201 !PRK-OMT @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43204 0.0 0.0 0.0 0.0 43200 !OMU-KOST Omulevka Terrane - Kolyma-Omolon Superterrane +43204 250.0 0.0 0.0 0.0 43200 !OMU-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43205 0.0 0.0 0.0 0.0 43200 !ALZ-KOST Alazeya Terrane - Kolyma-Omolon Superterrane +43205 250.0 0.0 0.0 0.0 43200 !ALZ-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43206 0.0 0.0 0.0 0.0 43201 !OLO-OMT Oloy Terrane-Omolon Terrane +43206 250.0 0.0 0.0 0.0 43201 !OLO-OMT @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43207 0.0 0.0 0.0 0.0 43201 !YRK-OMT Yarakvaam Terrane - Omolon Terrane +43207 250.0 0.0 0.0 0.0 43201 !YRK-OMT @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43300 0.0 0.0 0.0 0.0 42100 !CSBP-NSDL Chukotka Peninsula and South Bering Sea Province general-Northern Siberian Shelf De Long Islands +43300 250.0 0.0 0.0 0.0 42100 !CSBP-NSDL @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43301 0.0 0.0 0.0 0.0 43300 !BSE-CSBP Bering Strait East (Nome Alaska)-Chukotka Peninsula and South Bering Sea Province +43301 250.0 0.0 0.0 0.0 43300 !BSE-CSBP @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43400 0.0 0.0 0.0 0.0 401 !VOP-SIB Viligia/Okhotsk Province general-Siberia +43400 120.0 0.0 0.0 0.0 401 !VOP-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43400 200.0 -2.37 57.35 -3.69 401 !VOP-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43400 250.0 -2.37 57.35 -3.69 401 !VOP-SIB @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +44100 0.0 0.0 0.0 0.0 406 !EKAM-KAM East Kamchatka and Vetlovskiy Terranes-Kamchatka peninsula +44100 250.0 0.0 0.0 0.0 406 !EKAM-KAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +44101 0.0 0.0 0.0 0.0 43200 !NKAM-KOST North Kamchatka-Kolyma-Omolon Superterrane Province +44101 250.0 0.0 0.0 0.0 43200 !NKAM-KOST @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +44102 0.0 0.0 0.0 0.0 44101 !KKAM-NKAM Koryak/Kamchatka-North Kamchatka +44102 250.0 0.0 0.0 0.0 44101 !KKAM-NKAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +44103 0.0 0.0 0.0 0.0 44101 !KAMO-NKAM East Kamchatka/Okhotsk-North Kamchatka +44103 250.0 0.0 0.0 0.0 44101 !KAMO-NKAM @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +446 0.0 0.0 0.0 0.0 603 !BMP-SBM Burma Plate-Sino Burma Malaya +446 11.0 17.51 137.86 5.01 603 !BMP-SBM @REF Curray_++_1979, Spreading +446 14.9 8.67 100.09 46.22 603 !BMP-SBM @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2", Rifting in Mergui Basin +446 73.0 8.67 100.09 46.22 603 !BMP-SBM @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" @absage +446 80.0 8.67 100.09 46.22 603 !BMP-SBM @REF Heine_++_2004 @DOI"10.1029/149GM03" @xo_ys @absage +446 80.0 43.7 60.13 97.66 550 !BMP-INA Burma Plate-India cross-over @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M10N" @absage +446 129.6 44.39 62.93 99.25 550 !BMP-INA @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @xo_ys +446 129.6 20.69 107.97 101.61 801 !BMP-AUS Burma Plate-Australia M10N cross-over @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 +446 131.9 19.93 108.73 104.42 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M11A" +446 134.6 19.29 110.6 107.15 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 +446 145.5 14.44 113.91 117.97 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M21", Argo +446 149.5 12.88 114.91 121.75 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M22A", Argo +446 151.4 12.25 115.33 123.38 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M24", Argo +446 153.4 11.42 115.85 125.55 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 @CHRONID"M25", Argo +446 156.0 10.7 116.33 127.56 801 !BMP-AUS @REF Heine_++_2004 @DOI"10.1029/149GM03" *recalculated @Au GS, @T 2011 +446 250.0 10.7 116.33 127.56 801 !BMP-AUS Fit Recon Burma-Australia +450 0.0 0.0 0.0 0.0 402 !JNG-KAZ Junggar-Kazakhstan +450 250.0 0.0 0.0 0.0 402 !JNG-KAZ +451 0.0 0.0 0.0 0.0 601 !ALA-NCH Ala Shan-North China +451 250.0 0.0 0.0 0.0 601 !ALA-NCH +453 0.0 0.0 0.0 0.0 430 !HUS-AMU Hutang Uul-Songliao - Amuria +453 250.0 0.0 0.0 0.0 430 !HUS-AMU +454 0.0 0.0 0.0 0.0 430 !KJB-AMU Khanka-Jiamusu Bureya - Amuria +454 250.0 0.0 0.0 0.0 430 !KJB-AMU +455 0.0 0.0 0.0 0.0 430 !HIN-AMU Hinggan Nuhetsdavaa-Amuria +455 250.0 0.0 0.0 0.0 430 !HIN-AMU +456 0.0 0.0 0.0 0.0 601 !QAI-NCH Qaidam-Qilian - North China +456 250.0 0.0 0.0 0.0 601 !QAI-NCH +457 0.0 0.0 0.0 0.0 601 !KUN-NCH Kunlun-North China +457 250.0 0.0 0.0 0.0 601 !KUN-NCH +458 0.0 0.0 0.0 0.0 402 !KOI-KAZ Kokchevtav-Ishim - Kazakhstan +458 250.0 0.0 0.0 0.0 402 !KOI-KAZ +459 0.0 0.0 0.0 0.0 402 !NTI-KAZ North Tien Shan-Kazakhstan +459 250.0 0.0 0.0 0.0 402 !NTI-KAZ +460 0.0 0.0 0.0 0.0 402 !CUI-KAZ Chu-Ili - Kazakhstan +460 250.0 0.0 0.0 0.0 402 !CUI-KAZ +461 0.0 0.0 0.0 0.0 402 !ATZ-KAZ Atashu-Zhamshi - Kazakhstan +461 250.0 0.0 0.0 0.0 402 !ATZ-KAZ +462 0.0 0.0 0.0 0.0 402 !TBG-KAZ Tarbagatay Range Terrane-Kazakhstan +462 250.0 0.0 0.0 0.0 402 !TBG-KAZ +463 0.0 0.0 0.0 0.0 402 !NBA-KAZ North Balkhash-Kazakhstan +463 250.0 0.0 0.0 0.0 402 !NBA-KAZ +464 0.0 0.0 0.0 0.0 402 !JBA-KAZ Junggar-Balkash - Kazakhstan +464 250.0 0.0 0.0 0.0 402 !JBA-KAZ +465 0.0 0.0 0.0 0.0 402 !TOU-KAZ Tourgai-Kazakhstan +465 250.0 0.0 0.0 0.0 402 !TOU-KAZ +466 0.0 0.0 0.0 0.0 402 !CTI-KAZ Central Tien Shan-Kazakhstan +466 250.0 0.0 0.0 0.0 402 !CTI-KAZ +467 0.0 0.0 0.0 0.0 402 !STI-KAZ South Tien Shan-Kazakhstan +467 250.0 0.0 0.0 0.0 402 !STI-KAZ +468 0.0 0.0 0.0 0.0 402 !WSI-KAZ West Siberian Basin-Kazakhstan +468 250.0 0.0 0.0 0.0 402 !WSI-KAZ +498 0.0 0.0 0.0 0.0 499 !JUN1-JUN2 Junction plate 1-Junction plate 2 +498 80.0 55.87 -144.58 -16.79 499 !JUN1-JUN2 @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +498 200.0 55.87 -144.58 -16.79 499 !JUN1-JUN2 @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +498 220.0 56.06 -144.31 -23.53 499 !JUN1-JUN2 @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +498 240.0 56.26 -144.76 -30.38 499 !JUN1-JUN2 @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +498 250.0 56.21 -144.57 -33.75 499 !JUN1-JUN2 @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +499 0.0 -23.09 44.11 0.34 780 !JUN2-NPMOL Junction plate 2-North Proto Molucca Isochrons +499 60.0 -26.69 -68.55 -141.18 780 !JUN2-NPMOL @absage +499 115.0 -26.69 -68.55 -141.18 780 !JUN2-NPMOL @xo_os @absage +499 115.0 -41.79 -75.89 -122.48 534 !JUN2-CMT2 Junction plate 2-Central Mesotethys 2 Calculated interactively by GPlates @absage +499 120.6 39.85 104.4 122.08 534 !JUN2-CMT2 Calculated interactively by GPlates @absage +499 158.0 34.75 96.62 107.02 534 !JUN2-CMT2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Initiation of triple junction @absage +499 250.0 34.75 96.62 107.02 534 !JUN2-CMT2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +501 0.0 0.0 0.0 0.0 511 !IND-CIB India Craton-Central Indian Basin +501 10.9 -8.7 76.9 2.75 511 !IND-CIB @REF Muller_++_1997 @DOI"10.1016/S0012-821X(97)00030-7", @CHRONID"AN5" +501 20.1 -5.2 74.3 5.93 511 !IND-CIB @REF Royer_Chang_1991 @DOI"0148-0227/91/91JB-00897" +501 83.0 -5.2 74.3 5.93 511 !IND-CIB @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_ys +501 83.0 22.16 19.22 -52.74 702 !IND-MAD India Craton-Madagascar @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 100.0 -23.19 -152.79 55.76 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +501 106.0 -23.19 -152.79 55.76 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +501 120.6 -24.58 -153.92 54.51 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 121.0 -24.26 -154.3 54.72 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 123.6 -23.23 -154.61 55.69 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 125.7 -22.26 -155.38 56.56 702 !IND-MAD @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_ys +501 125.7 0.81 -170.1 84.93 802 !IND-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 127.8 1.23 -169.31 85.31 802 !IND-ANT India Craton-Antarctica @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 128.3 1.39 -169.17 85.57 802 !IND-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +501 136.0 2.74 -167.11 87.28 802 !IND-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +501 160.0 3.64 -165.79 88.28 802 !IND-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +501 250.0 3.64 -165.79 88.28 802 !IND-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +502 0.0 0.0 0.0 0.0 501 !SLK-IND Sri Lanka-India +502 116.0 0.0 0.0 0.0 501 !SLK-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +502 126.0 9.66 79.95 -43.96 501 !SLK-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model-dependent +502 250.0 9.66 79.95 -43.96 501 !SLK-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +503 0.0 0.0 0.0 0.0 709 !ARA-SOM Arabia-Somalia +503 2.6 23.67 22.21 -0.94 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C2An.1y" +503 3.6 21.28 28.5 -1.62 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C2An.3o" +503 6.0 25.46 25.41 -2.4 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C3An.1y" +503 8.8 22.56 27.71 -3.98 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONIS"C4Ay" +503 11.0 23.88 26.66 -4.74 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C5n.2o" +503 16.0 25.85 25.4 -6.85 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C5Cn.1y" +503 17.5 26.1 22.98 -7.28 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C5Do" +503 19.7 26.46 21.66 -7.83 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C6no" +503 250.0 26.46 21.66 -7.83 709 !ARA-SOM +504 0.0 0.0 0.0 0.0 301 !TAR-EUR Taurus (Turkey)-Northern European Craton (Eurasia) +504 250.0 0.0 0.0 0.0 301 !TAR-EUR @absage +505 0.0 0.0 0.0 0.0 302 !IRN-BAL Iran (Lut)-Baltic Shield +505 180.0 0.0 0.0 0.0 302 !IRN-BAL collision @absage +505 250.0 43.49 21.0 -51.99 302 !IRN-BAL modelled to be continuous with East Pontides terranes @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", This study, @Au MS & KJM, @T 2014-07-25 +506 0.0 0.0 0.0 0.0 505 !AFF-IRN Afghanistan (Farah)-Iran +506 150.0 0.0 0.0 0.0 505 !AFF-IRN +506 200.0 26.64 48.66 -34.58 505 !AFF-IRN @REF Gibbons_++_2015 +506 250.0 26.64 48.66 -34.58 505 !AFF-IRN +50601 0.0 0.0 0.0 0.0 506 !HEL-AFF Helmand-Farah +50601 250.0 0.0 0.0 0.0 506 !HEL-FAR +50602 0.0 0.0 0.0 0.0 50601 !MAK-HEL Makran-Helmand +50602 250.0 0.0 0.0 0.0 50601 !MAK-HEL +508 0.0 0.0 0.0 0.0 503 !SIN-ARB Sinai-Arabia +508 15.0 33.0 21.0 -3.0 503 !SIN-ARB @REF Badawya_Horvath_1999 @DOI"10.1016/S0264-3707(98)00023-4" +508 250.0 33.0 21.0 -3.0 503 !SIN-ARB +509 0.0 0.0 0.0 0.0 508 !LEB-AFR Lebanon-Africa +509 250.0 0.0 0.0 0.0 508 !LEB-AFR +511 0.0 0.0 0.0 0.0 802 !CIB-ANT Central Indian Basin-Antarctica +511 10.9 13.1 36.1 -6.61 802 !CIB-ANT @REF Royer_Chang_1991 @DOI"0148-0227/91/91JB-00897", @CHRONID"AN5" +511 20.1 15.4 32.7 -11.97 802 !CIB-ANT @REF Royer_Chang_1991 @DOI"0148-0227/91/91JB-00897", @CHRONID"AN6" +511 33.1 13.8 33.4 -20.41 802 !CIB-ANT @REF Royer_Chang_1991 @DOI"0148-0227/91/91JB-00897", @CHRONID"AN13" +511 40.1 17.1 30.6 -23.68 802 !CIB-ANT @REF Royer_Chang_1991 @DOI"0148-0227/91/91JB-00897", @CHRONID"AN18", & @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @xo_ys +511 40.1 -18.04 -131.18 22.52 701 !CIB-AFR Central Indian Basin-Africa cross over, @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +511 42.5 -17.71 -132.1 23.13 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c20y +511 43.8 -18.33 -132.74 23.42 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c20o" +511 46.3 -17.23 -133.12 24.83 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c21y" +511 47.9 -17.1 -133.86 25.94 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c21o" +511 49.7 -17.79 -136.76 26.79 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c22o" +511 51.7 -15.99 -138.39 29.62 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c23o" +511 53.3 -15.9 -140.95 31.47 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c24o" +511 55.9 -15.94 -144.21 34.12 701 !CIB-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" SWIR @CHRONID"c25y" @xo_ys +511 55.9 12.58 19.47 -37.56 802 !CIB-ANT Central Indian Basin-Antarctica crossover @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 61.7 -12.33 -165.16 42.48 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 64.4 -11.88 -167.56 45.94 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 67.7 -12.08 -170.04 50.23 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" edited age @AU NW, @T 2015 @CHRONID"31y" +511 71.0 -10.85 -169.44 53.41 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 73.3 -10.18 -168.16 55.59 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 79.5 -9.54 -168.55 60.72 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 83.0 -8.69 -168.82 65.3 802 !CIB-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_ys +511 83.0 -5.2 74.3 -5.93 501 !CIB-IND Central Indian Basin-India Craton crossover @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +511 250.0 -5.2 74.3 -5.93 501 !CIB-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +514 0.0 0.0 0.0 0.0 802 !ELA-ANT Elan Bank +514 115.0 0.0 0.0 0.0 802 !ELA-ANT Elan Bank @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079", & @REF Ana_Gibbons_phd_2012 @absage, model dependent @xo_ys +514 115.0 -2.27 -169.22 -79.04 501 !ELA-IND Elan Bank @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079", & @REF Ana_Gibbons_phd_2012 @absage, model dependent +514 116.0 2.13 10.63 79.46 501 !ELA-IND Elan Bank @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079", & @REF Ana_Gibbons_phd_2012 @absage, model dependent +514 250.0 2.13 10.63 79.46 501 !ELA-IND Elan Bank +517 0.0 0.0 0.0 0.0 518 !WKOHA-KOHA West Kohistan Arc - Kohistan Arc +517 35.0 0.0 0.0 0.0 518 !WKOHA-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +517 53.0 35.71 73.89 -26.12 518 !WKOHA-KOHA Initiation of curvature due to collision with Greater India @absage +517 130.0 35.71 73.89 -26.12 518 !WKOHA-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +517 250.0 35.71 73.89 -26.12 518 !WKOHA-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +518 0.0 0.0 0.0 0.0 529 !KOHA-KOH Kohistan Arc - Kohistan back-arc +518 35.0 0.0 0.0 0.0 529 !KOHA-KOH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +518 53.0 -34.99 15.39 -2.66 529 !KOHA-KOH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +518 130.0 -34.99 15.39 -2.66 529 !KOHA-KOH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +518 250.0 -34.99 15.39 -2.66 529 !KOHA-KOH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +520 0.0 0.0 0.0 0.0 526 !WPT-EPT Western Pontides-Eastern Pontides +520 250.0 0.0 0.0 0.0 526 !WPT-EPT @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", @Au MH, @T 2014 +521 0.0 0.0 0.0 0.0 301 !SAK-EUR Sakarya-Northern European Craton +521 230.0 0.0 0.0 0.0 301 !SAK-EUR Hosseinpour_++_(in review) +521 250.0 49.25 15.0 -32.5 301 !SAK-EUR Hosseinpour_++_(in review) +522 0.0 0.0 0.0 0.0 521 !MTB-SAK Menderes Taurides block-Sakhariya +522 10.9 0.0 0.0 0.0 521 !MTB-SAK @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +522 33.1 -10.91 109.46 2.5 521 !MTB-SAK @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +522 40.1 -10.91 109.46 2.84 521 !MTB-SAK @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +522 55.9 -44.68 -173.52 14.54 521 !MTB-SAK @REF Hosseinpour_++_(in review) @Au MHV, @T 2014 @xo_ys +522 55.9 -47.54 -84.05 4.88 307 !MTB-ADR Menderes Taurides block-Adria @REF Hosseinpour_++_(in review) @Au MHV, @T 2014 +522 60.0 -47.91 -83.23 4.8 307 !MTB-ADR MHV2014 Hosseinpour_++_(in review) +522 67.7 -49.39 -83.25 5.28 307 !MTB-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +522 100.0 -49.39 -83.25 5.28 307 !MTB-ADR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @xo_ys +522 100.0 -43.07 -130.01 6.17 346 !MTB-PEL Menderes Taurides block-Peloponnese @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", cross-over recalculated by @Au MH, @T 26012014 +522 240.0 43.07 49.99 -6.17 346 !MTB-PEL @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @xo_ys +522 240.0 39.79 43.69 -10.11 715 !MTB-NEA Menderes Taurides block-NE Africa @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +522 250.0 39.79 43.69 -10.11 715 !MTB-NEA +525 0.0 0.0 0.0 0.0 522 !KIR-MTB Kirsehir-Menderes Taurides block +525 67.7 0.0 0.0 0.0 522 !KIR-MTB @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +525 75.0 44.75 11.84 4.44 522 !KIR-MTB @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +525 185.0 44.75 11.84 4.44 522 !KIR-MTB @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @xo_ys +525 185.0 47.3 3.53 -67.92 338 !KIR-RHO Kirsehir-Rhodopes @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", cross-over recalculated by @Au MH, @T 26012014 +525 200.0 47.3 3.53 -67.92 338 !KIR-RHO @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" @xo_ys +525 200.0 -32.19 -165.94 -2.46 522 !KIR-MTB Kirsehir-Menderes Taurides block @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1", cross-over recalculated by @Au MH, @Au 26012014 +525 250.0 32.19 14.06 2.46 522 !KIR-MTB +526 0.0 0.0 0.0 0.0 301 !EPT-EUR East Pontides-Northern European Craton +526 140.0 0.0 0.0 0.0 301 !EPT-EUR +526 230.0 0.0 0.0 0.0 301 !EPT-EUR @REF Hosseinpour_++_(in review) @Au MHV, @T 2014 +526 250.0 49.25 15.0 -32.5 301 !EPT-EUR @REF Hosseinpour_++_(in review) @Au MHV, @T 2014 +528 0.0 0.0 0.0 0.0 529 !NKOH-SKOH North Kohistan - South Kohistan back-arc +528 20.0 5.77 -28.85 26.88 529 !NKOH-SKOH @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" +528 85.0 5.77 -28.85 26.88 529 !NKOH-SKOH @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001",Subduction (slab-pull) between 103 and 85 Ma +528 103.0 5.31 -30.2 24.54 529 !NKOH-SKOH @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @xo_os +528 103.0 0.0 0.0 0.0 606 !NKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", Initiation of subduction +528 154.0 0.0 0.0 0.0 606 !NKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", Development of passive margin +528 250.0 0.0 0.0 0.0 606 !NKOH-STB +529 0.0 0.0 0.0 0.0 606 !SKOH-STB South Kohistan back arc-Lhasa +529 43.0 9.31 -37.87 -3.77 606 !SKOH-STB @xo_of @absage +529 43.0 32.42 62.26 20.58 501 !SKOH-IND @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", Kohistan arc suturing to Karakoram and closure of Shyok suture @absage @xo_of +529 52.0 32.42 62.26 20.58 501 !SKOH-IND @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", @absage +529 58.0 32.33 54.86 21.2 501 !SKOH-IND Initial arc-continent collision between Greater India and Kohistan Arc, @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @xo_of @absage +529 58.0 -9.01 160.27 14.32 606 !SKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @absage +529 65.0 7.91 -32.04 -18.28 606 !SKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @absage +529 80.0 7.91 -32.04 -18.28 606 !SKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @absage +529 103.0 5.31 -30.2 -24.54 606 !SKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", Initiation of north-dipping subduction along Lhasa @absage +529 126.0 8.93 -27.04 -19.05 606 !SKOH-STB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" @absage +529 154.0 0.0 0.0 0.0 606 !SKOH-STB Opening of back-arc along fore-arc segment of margin on southern Lhasa @absage +529 250.0 0.0 0.0 0.0 606 !SKOH-STB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +530 0.0 0.0 0.0 0.0 534 !CMT1-CMT2 Central Mesotethys 1-Central Mesotethys 2 +530 100.0 25.23 47.85 60.66 534 !CMT1-CMT2 fixed to its conjugate @REF Gibbons_2012_PHD @absage +530 156.0 25.23 47.85 60.66 534 !CMT1-CMT2 fixed to its conjugate @REF Gibbons_2012_PHD @absage, model dependent @xo_ys +530 156.0 50.53 -17.41 -54.1 505 !CMT1-IRN Central Mesotethys 1-Iran @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage, model dependent +530 160.0 -54.81 164.53 61.05 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +530 180.0 -56.84 171.6 82.12 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +530 200.0 -57.07 171.37 83.74 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +530 220.0 -57.19 171.11 75.78 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +530 240.0 -57.81 171.06 66.7 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +530 250.0 -57.93 170.67 66.67 505 !CMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +531 0.0 0.0 0.0 0.0 544 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone +531 75.0 0.0 0.0 0.0 544 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone @xo_ys Hosseinpour_++_(in review) +531 75.0 34.9613 -3.2845 -22.5911 505 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone Hosseinpour_++_(in review) +531 100.0 34.9613 -3.2845 -22.5911 505 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone @xo_ys Hosseinpour_++_(in review) +531 100.0 48.3301 -7.6123 13.3689 544 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone Hosseinpour_++_(in review) +531 250.0 48.3301 -7.6123 13.3689 544 !ARB-IRN Isochrons of Meso Neotethys after introducing intra oceanic subduction zone @xo_ys +532 0.0 0.0 0.0 0.0 505 !EMT1-IRN Eastern Mesotethys 1-Iran, @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +532 90.0 -43.31 -35.1 19.62 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 100.0 -50.3 -70.78 18.71 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 110.0 55.25 88.5 -21.96 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 120.6 54.8 74.85 -26.38 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 130.0 48.35 51.7 -29.86 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 140.0 49.71 26.17 -36.15 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 150.0 51.1 13.05 -46.82 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 154.0 53.45 8.54 -53.84 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 160.0 56.12 9.75 -61.36 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 175.0 55.56 11.37 -79.41 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 180.0 55.18 11.4 -83.1 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 200.0 55.33 10.95 -84.73 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 220.0 55.98 12.51 -76.92 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 240.0 57.22 15.69 -68.08 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +532 250.0 57.37 15.37 -68.07 505 !EMT1-IRN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +533 0.0 0.0 0.0 0.0 446 !EMT2-BMP Eastern Mesotethys 2-Burma Plate +533 250.0 0.0 0.0 0.0 446 !EMT2-BMP +534 0.0 9.94 -5.75 -0.32 769 !EMT-ARG fixed to Argoland, @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" - Non extant at present day +534 156.5 9.94 -5.75 -0.32 769 !EMT-ARG fixed to Argoland, @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_os +534 156.5 -33.33 -85.69 107.12 533 !CMT2-EMT2 Central Mesotethys 2-Eastern Mesotethys 2 recalculated @Au SZ, @T 2013 +534 250.0 -33.33 -85.69 107.12 533 !CMT2-EMT2 @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" recalculated @Au SZ, @T 2013 +50501 0.0 0.0 0.0 0.0 505 !INCT-IRN iso north of Cimmerian terranes +50501 250.0 0.0 0.0 0.0 505 !INCT-IRN iso north of Cimmerian terranes @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +53001 0.0 -51.57 145.77 -64.29 530 !CMT3-LHA @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage +53001 190.0 -51.57 145.77 -64.29 530 !CMT3-LHA @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage @xo_os +53001 190.0 76.46 161.37 -1.03 606 !CMT3-LHA @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage +53001 250.0 -76.46 -18.63 1.03 606 !CMT3-LHA @absage +53401 0.0 0.0 0.0 0.0 534 !CMT4-CMT2 @absage +53401 250.0 0.0 0.0 0.0 534 !CMT4-CMT2 @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @absage +60601 0.0 0.0 0.0 0.0 606 !INCT-LHA iso north of Cimmerian terranes +60601 250.0 0.0 0.0 0.0 606 !INCT-LHA iso north of Cimmerian terranes @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +538 0.0 0.0 0.0 0.0 539 !AFR-MEN Isochron of @Au MH, @T 05082014 +538 67.7 0.0 0.0 0.0 539 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 @xo_ys +538 67.7 -49.87 -106.65 -6.21 522 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +538 250.0 -49.87 -106.65 -6.21 522 !AFR-MEN +539 0.0 0.0 0.0 0.0 715 !AFR-MEN Isochron of @Au MH, @T 05082014 +539 250.0 0.0 0.0 0.0 715 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +540 0.0 0.0 0.0 0.0 506 !PT1-AFF Paleotethys 1-Afghanistan (Farah) +540 250.0 0.0 0.0 0.0 506 !PT1-AFF +542 0.0 0.0 0.0 0.0 543 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +542 67.7 0.0 0.0 0.0 543 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 @xo_ys +542 67.7 -7.6852 -15.2328 -5.0157 522 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +542 250.0 -7.6852 -15.2328 -5.0157 522 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +543 0.0 0.0 0.0 0.0 503 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +543 250.0 0.0 0.0 0.0 503 !AFR-MEN @REF Hosseinpour_++_(in review), Isochron of @Au MH, @T 05082014 +544 0.0 0.0 0.0 0.0 503 !ARB-IRN Isochron of Meso Neotethys By @Au MH, @T 05082014 +544 250.0 0.0 0.0 0.0 503 !ARB-IRN @REF Hosseinpour_++_(in review), Isochron of Meso Neotethys By @Au MH, @T 05082014 @xo_ys +545 0.0 0.0 0.0 0.0 701 !WMT-AFR Isochron of Western MesoTethys-Africa(conj. Arabia) +545 120.6 0.0 0.0 0.0 701 !WMT-AFR Isochron of @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +545 140.0 -46.0 -175.9 5.52 701 !WMT-AFR Isochron of @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +545 154.0 47.93 3.03 -14.95 701 !WMT-AFR Isochron of WMT-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +545 160.0 48.17 2.91 -18.99 701 !WMT-AFR Isochron of @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage +545 180.0 48.54 2.64 -32.51 701 !WMT-AFR Isochron of @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage @xo_ys +545 180.0 47.79 -0.25 -95.34 505 !WMT-MEN Isochron of @absage +545 250.0 47.79 -0.25 -95.34 505 !WMT-MEN Isochron of Western Mesotethys-Menderes-Taurides block +550 0.0 0.0 0.0 0.0 511 !INA-CIB India-Central Indian Basin +550 83.0 0.0 0.0 0.0 511 !INA-CIB @REF Heine_++_2004 @DOI"10.1029/149GM03" @xo_ys +550 83.0 3.41 -4.61 -43.15 801 !INA-AUS India-Australia cross-over @REF Heine_++_2004 @DOI"10.1029/149GM03" +550 100.0 -0.75 -178.33 51.43 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @absage +550 120.6 9.11 -175.86 61.5 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M0" +550 123.6 10.19 -175.54 62.89 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M2" +550 124.1 10.53 -175.44 63.33 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M3" +550 125.7 11.2 -175.24 64.27 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M4" +550 126.6 11.52 -175.14 64.73 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M5" +550 126.9 11.62 -175.13 64.94 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M6" +550 127.2 11.73 -175.11 65.19 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M7" +550 127.8 11.89 -175.1 65.53 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M8" +550 128.3 12.1 -175.08 65.96 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M9" +550 128.9 12.3 -175.05 66.39 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M10" +550 129.6 12.56 -175.03 66.94 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M10N" +550 130.8 12.88 -174.98 67.67 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M11" +550 131.9 13.28 -174.94 68.59 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M11A" +550 132.6 13.6 -174.9 69.34 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M12" +550 133.7 13.86 -174.88 69.97 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M12A" +550 134.1 14.04 -174.85 70.42 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M13" +550 134.5 14.32 -174.82 71.12 801 !INA-AUS @REF Muller_++_2000 @DOI"10.1029/1999GL011217" @CHRONID"M14" +550 135.6 14.54 -174.8 71.66 801 !INA-AUS based on closure IND-ANT @REF Muller_++_2000 @DOI"10.1029/1999GL011217" +550 250.0 14.54 -174.8 71.66 801 !INA-AUS +551 0.0 0.0 0.0 0.0 301 !GGS-EUR Gagra/Shatsky-Northern European Craton +551 250.0 0.0 0.0 0.0 301 !GGS-EUR @absage +554 0.0 0.0 0.0 0.0 518 !LAD-KOHA Ladakh Arc-Kohistan Arc +554 250.0 0.0 0.0 0.0 518 !LAD-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +555 0.0 0.0 0.0 0.0 714 !AFRI-NWA Isochron of Vardar Ocean @Au MH, @T 05082014 +555 120.0 0.0 0.0 0.0 714 !AFRI-NWA @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 @xo_ys +555 120.0 46.02 -7.72 -41.88 301 !AFRI-EUR @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 +555 170.0 46.02 -7.72 -41.88 301 !AFRI-EUR @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 @xo_ys +555 170.0 48.99 7.11 21.79 355 !AFRI-VAR1 @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 +555 230.0 48.99 7.11 21.79 355 !AFRI-VAR1 @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 @xo_ys +555 230.0 46.76 -4.54 -53.68 521 !AFRI-SAK @REF Hosseinpour_++_(in review), Isochron of Vardar Ocean @Au MH, @T 05082014 +555 250.0 46.76 -4.54 -53.68 521 !AFRI-SAK Isochron of Vardar Ocean @Au MH, @T 05082014 +556 0.0 0.0 0.0 0.0 503 !AFRI-ARB Isochron of Mesotethys +556 250.0 0.0 0.0 0.0 503 !AFRI-ARB Isochron of Mesotethys +563 0.0 0.0 0.0 0.0 677 !MINO-PAL Mindoro - Palawan based on @REF Yumul_++_2009 @DOI"10.1016/j.jseaes.2008.10.002" +563 200.0 0.0 0.0 0.0 677 !MINO-PAL +564 0.0 0.0 0.0 0.0 674 !MINA-NEG Mindanao-Negros +564 200.0 0.0 0.0 0.0 674 !MINA-NEG +565 0.0 0.0 0.0 0.0 667 !SES-NES Southeast Sulawesi-Northeast Sulawesi +565 25.0 4.77 -59.2 -19.97 667 !SES-NES @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +565 250.0 4.77 -59.2 -19.97 667 !SES-NES +566 0.0 0.0 0.0 0.0 668 !SWS-WSW Southwest Sulawesi-West Sulawesi +566 20.0 0.39 -58.66 -27.2 668 !SWS-WSW @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_of @absage +566 20.0 40.48 -109.37 -6.74 667 !SWS-WSW @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +566 250.0 40.48 -109.37 -6.74 667 !SWS-WSW +567 0.0 0.0 0.0 0.0 679 !OBI-HAL Obi Island - Halmahera +567 200.0 0.0 0.0 0.0 679 !OBI-HAL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014"; Philippine Arc affinities and similar ages +580 0.0 0.0 0.0 0.0 402 !TRM-KAZ Tarim-Kazakhstan +580 230.0 0.0 0.0 0.0 402 !TRM-KAZ +580 250.0 31.02 79.44 -11.6 402 !TRM-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_of +590 0.0 0.0 0.0 0.0 61601 !NPAM-WQIA North Pamirs-West Qiangtang +590 250.0 0.0 0.0 0.0 61601 !NPAM-WQIA +591 0.0 0.0 0.0 0.0 61601 !CPAM-WQIA Central Pamirs-West Qaingtang +591 250.0 0.0 0.0 0.0 61601 !CPAM-WQIA +601 0.0 0.0 0.0 0.0 410 !NCH-MNG North China Platform-Mongolia Block +601 150.0 0.0 0.0 0.0 410 !NCH-MNG Cessation of subduction/closure of Mongol-Okhotsk Ocean, Van der Voo 1999 @absage +601 195.0 32.78 70.36 -18.15 410 !NCH-MNG Mongol-Okhotsk ocean basin, @REF Van der Voo_1999 @absage +601 230.0 32.78 70.36 -18.15 410 !NCH-MNG @REF Van der Voo_1999 @absage +601 250.0 48.43 55.56 -41.22 410 !NCH-MNG @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_of +602 0.0 0.0 0.0 0.0 601 !SCH-NCH South China Platform-North China Platform +602 210.0 0.0 0.0 0.0 601 !SCH-NCH suture @REF Chen_++_1993 @absage +602 230.0 0.0 0.0 0.0 601 !SCH-NCH @REF Yin_1993 @DOI"10.1029/93TC00313" +602 250.0 69.58 118.53 44.83 601 !SCH-NCH @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @xo_of +6022 0.0 0.0 0.0 0.0 602 !SCBAB-SCH @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Rollback motion for 259-250 Ma BAB SZ outboard of South China +6022 250.0 -35.0 -57.24 -50.65 602 !SCBAB-SCH @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Rollback motion for 259-250 Ma BAB SZ outboard of South China +602201 0.0 -8.7 115.27 206.98 926 !SCBAI-IZA1 @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Isochron rotations for 259-250 Ma BAB outboard of South China +602201 250.0 -8.71 115.9232 208.0629 926 !SCBAI-IZA1 @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Isochron rotations for 259-250 Ma BAB outboard of South China @xo_of +602202 0.0 -9.78 94.73 241.15 926 !SCBAI-IZA1 @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Isochron rotations for 259-250 Ma BAB outboard of South China +602202 250.0 -10.2457 95.3171 242.2274 926 !SCBAI-IZA1 @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", Isochron rotations for 259-250 Ma BAB outboard of South China @xo_of +60201 0.0 0.0 0.0 0.0 602 !HAI-SCH Hainan Island-South China +60201 37.0 0.0 0.0 0.0 602 !HAI-SCH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Opening of Beibuwan Basin from 70 to 30 Ma @absage +60201 66.0 -51.8 43.08 0.92 602 !HAI-SCH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Opening of Beibuwan Basin from 70 to 30 Ma @absage +60201 250.0 -51.8 43.08 0.92 602 !HAI-SCH +603 0.0 0.0 0.0 0.0 604 !SBM-ICH Sino Burma Malaya-Indochina +603 11.1 26.94 96.43 0.58 604 !SBM-ICH @REF McCabe_++_1988 @DOI"10.1029/JB093iB10p11899" @CHRONID"An5" +603 20.1 26.94 96.43 -0.73 604 !SBM-ICH @REF Lee_Lawver_1992 @CHRONID"An6" changed sign to invoke inversion MS11 +603 30.1 26.94 96.43 3.62 604 !SBM-ICH @REF Lee_Lawver_1992 @CHRONID"An10" +603 44.0 26.9 96.4 4.2 604 !SBM-ICH @REF Lee_Lawver_1992 @absage +603 160.0 26.9 96.4 4.2 604 !SBM-ICH @REF Lee_Lawver_1992 @absage +603 165.0 14.5 97.5 14.62 604 !SBM-ICH @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002", Sino/Malaya docking with Indochina @absage @xo_ys +603 165.0 13.46 90.86 14.42 647 !SBM-MLP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002", Sino/Malaya-Malay Peninsula @absage +603 180.0 14.66 93.09 27.32 647 !SBM-MLP @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KTM & KJM, @T 2015 @absage +603 190.0 8.89 113.79 30.73 647 !SBM-MLP @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @Au KTM & KJM, @T 2015 @absage +603 250.0 8.89 113.79 30.73 647 !SBM-MLP +60301 0.0 0.0 0.0 0.0 603 !MP1-SBM Malay Peninsula 1-Sino Burma Malaya +60301 250.0 0.0 0.0 0.0 603 !MP1-SBM +60302 0.0 0.0 0.0 0.0 603 !MP2-SBM Malay Peninsula 2-Sino Burma Malaya +60302 250.0 0.0 0.0 0.0 603 !MP2-SBM +604 0.0 0.0 0.0 0.0 602 !ICH-SCH Indochina-South China +604 15.0 16.73 103.23 -0.9 602 !ICH-SCH @REF Wang_++_1989; right-lateral move +604 20.1 16.73 103.23 -0.9 602 !ICH-SCH @REF Lee_Lawver_1992 +604 26.6 9.36 95.85 7.78 602 !ICH-SCH @REF Lee_Lawver_1992; @CHRONID"c8n.2o" +604 30.1 8.3 93.97 11.87 602 !ICH-SCH @REF Lee_Lawver_1992; major displacement event +604 44.0 8.74 93.89 15.72 602 !ICH-SCH @REF Tapponnier_++_1990, @DOI"10.1038/343431a0" @absage +604 245.0 8.74 93.89 15.72 602 !ICH-SCH @REF Lee_Lawver_1992 @absage +604 250.0 53.58 -127.18 -13.4 602 !ICH-SCH @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" +60401 0.0 0.0 0.0 0.0 604 !SIM-ICH Simao-Indochina +60401 250.0 0.0 0.0 0.0 604 !SIM-ICH @REF Metcalfe_1994; @DOI"10.1016/0895-9811(94)90019-1" +60402 0.0 0.0 0.0 0.0 60401 !SICH-ICH South Indochina-Indochina following @REF Hall_2002 +60402 250.0 0.0 0.0 0.0 60401 !SICH-ICH +60403 0.0 0.0 0.0 0.0 604 !ICH1-ICH Indochina sliver 1 - Indochina (Khorat platform) +60403 15.0 0.0 0.0 0.0 604 !ICH1-ICH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +60403 44.0 -63.56 51.45 -0.08 604 !ICH1-ICH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Inferred internal deformation concurrent with RRF based on timings from @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" @absage +60403 250.0 -63.56 51.45 -0.08 604 !ICH1-ICH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +60404 0.0 0.0 0.0 0.0 60403 !ICH2-ICH1 Indochina sliver 2 - Indochina sliver 1 +60404 15.0 0.0 0.0 0.0 60403 !ICH2-ICH1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +60404 44.0 -25.73 -62.87 -1.1 60403 !ICH2-ICH1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Inferred internal deformation concurrent with RRF based on timings from @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" @absage +60404 250.0 -25.73 -62.87 -1.1 60403 !ICH2-ICH1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +60405 0.0 0.0 0.0 0.0 60404 !ICH3-ICH2 Indochina sliver 3 - Indochina sliver 2 +60405 15.0 0.0 0.0 0.0 60404 !ICH3-ICH2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +60405 44.0 15.62 -112.61 1.09 60404 !ICH3-ICH2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Inferred internal deformation concurrent with RRF based on timings from @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" @absage +60405 250.0 15.62 -112.61 1.09 60404 !ICH3-ICH2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +60406 0.0 0.0 0.0 0.0 60405 !ICH4-ICH3 Indochina sliver 4 - Indochina sliver 3 +60406 15.0 0.0 0.0 0.0 60405 !ICH4-ICH3 @absage +60406 44.0 -19.83 -77.57 5.16 60405 !ICH5-ICH3 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +60406 250.0 -19.83 -77.57 5.16 60405 !ICH5-ICH3 +605 0.0 0.0 0.0 0.0 501 !ARG-IND Argo Oceanic Crust-India Craton +605 62.0 47.85 74.35 -23.76 501 !ARG-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model dependent +605 82.0 47.85 74.35 -23.76 501 !ARG-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model dependent @xo_ys +605 82.0 -19.38 -154.66 35.14 769 !ARG-WAR Argo Oceanic Crust-West Argoland @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model dependent +605 250.0 -19.38 -154.66 35.14 769 !ARG-WAR @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +606 0.0 0.0 0.0 0.0 616 !STB-BNS Lhasa-Qiangtang (South Tibet-North Tibet) +606 40.0 4.84 -40.47 -9.74 616 !LHA-EQIA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Interpolated from @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage +606 55.0 26.42 -7.65 -13.17 616 !STB-NTB @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079", recalculated to NTB, +606 100.0 38.73 41.98 -25.29 616 !STB-NTB @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079", recalculated to NTB +606 126.0 37.36 29.96 -29.81 616 !STB-NTB Lhasa block - Bangong suture (Tibet) @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" recalculated to NTB, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +606 155.0 31.34 33.0 -25.54 616 !STB-NTB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", recalculated to NTB +606 180.0 31.34 33.0 -25.54 616 !STB-NTB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", recalculated to NTB +606 190.0 11.62 24.29 -6.7 616 !STB-NTB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +606 250.0 11.62 24.29 -6.7 616 !STB-NTB +607 0.0 0.0 0.0 0.0 7250 !MAW-WBU Mawgyi (Central Argoland)-West Burma +607 55.0 0.0 0.0 0.0 7250 !MAW-WBU @absage +607 75.0 -14.36 -82.0 -60.64 7250 !MAW-WBU @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Final welding to West Burma block @xo_of @absage +607 75.0 -11.47 -72.22 -45.51 787 !MAW-WOY Mawgyi-Woyla arc @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +607 80.0 -9.48 -72.84 -47.1 787 !MAW-WOY @REF Gibbons_++_2012 @absage @xo_of +607 80.0 32.96 91.81 101.37 769 !MAW-WAR Mawgyi (Central Argoland)-West Argoland @REF Gibbons_++_2012 @absage +607 158.0 32.96 91.81 101.37 769 !MAW-WAR @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" @absage +607 250.0 32.96 91.81 101.37 769 !MAW-WAR @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" +608 0.0 0.0 0.0 0.0 609 !SPS-NPS South Philippine Sea-North Philippine Sea +608 34.0 0.0 0.0 0.0 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743", spreading stops +608 34.9 16.81 86.12 1.14 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A15" - relative age +608 35.3 13.74 86.24 2.04 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A16y" - relative age +608 38.1 13.74 86.24 3.32 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A17o" - relative age +608 39.6 13.74 86.24 4.81 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A18o" - relative age +608 43.8 15.19 90.74 7.27 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A20o" - relative age +608 47.9 17.04 90.74 9.35 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A21o" - relative age +608 49.7 19.73 90.13 12.04 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A22o" - relative age +608 53.3 22.32 94.29 16.1 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A24o" - relative age +608 55.9 23.91 94.07 17.61 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A25y" - relative age +608 57.9 26.18 94.36 20.75 609 !SPS-NPS @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @CHRONID"A26o" - relative age +608 65.0 26.18 94.36 20.75 609 !SPS-NPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +608 85.0 29.95 80.69 25.55 609 !SPS-NPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Subduction polarity reversal and creating of Oki-Daito and Daito ridges from 85 to 55 Ma @absage +608 200.0 29.95 80.69 25.55 609 !SPS-NPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +609 0.0 0.0 0.0 0.0 301 !NPS-EUR North Philippine Sea-Northern European Craton (Eurasia) +609 15.0 -32.32 -34.52 -24.67 301 !NPS-EUR @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +609 25.0 -60.8 61.83 -13.32 301 !NPS-EUR @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage minor longitude shift SZ20160113 +609 35.0 -30.82 84.84 -22.31 301 !NPS-EUR @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage minor longitude shift SZ20160113 +609 45.0 30.36 -145.6 28.23 301 !NPS-EUR @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_yf +609 45.0 23.98 -4.77 -26.72 901 !NPS-PAC North Philippine Sea-Pacific @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +609 55.0 -38.63 -124.48 35.97 901 !NPS-PAC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +609 65.0 -29.36 -106.15 45.69 901 !NPS-PAC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +609 85.0 -29.36 -106.15 45.69 901 !NPS-PAC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_yf +609 85.0 4.2095 -43.7851 52.1403 780 !NPS-NPMOL North Philippine Sea-North Proto Molucca Plate, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +609 115.0 4.38 -44.01 52.47 780 !NPS-NPMOL @absage +609 142.0 4.38 -44.01 52.47 780 !NPS-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Subduction related rocks on East Philippine Arc, Luzon and Halmahera @absage +609 155.0 4.38 -44.01 52.47 780 !NPS-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Formation of earliest subduction related rocks on Luzon @absage +609 250.0 4.38 -44.01 52.47 780 !NPS-NPMOL +610 0.0 0.0 0.0 0.0 611 !EPV-WPV East Parece Vela-West Parece Vela +610 15.0 0.0 0.0 0.0 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" +610 17.3 35.0 84.44 -1.34 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A5Dy" +610 20.1 37.46 84.27 -2.64 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A6No" +610 21.3 39.52 92.84 -3.99 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A6ANo" +610 22.6 42.08 102.55 -5.11 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A6By" +610 23.4 43.64 111.93 -7.02 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A6Cy" +610 25.2 44.26 118.69 -9.58 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A7o" +610 26.6 44.39 121.28 -11.15 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A8o" +610 28.0 44.45 123.26 -12.74 611 !EPV-WPV @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @CHRONID"A9o" +610 250.0 44.45 123.26 -12.74 611 !EPV-WPV @absage +611 0.0 0.0 0.0 0.0 609 !WPV-NPS West Parece Vela Basin-North Philippine Sea +611 78.9 0.0 0.0 0.0 609 !WPV-NPS bounds Phil Plate +612 0.0 0.0 0.0 0.0 602 !NCS-SCH Northside South China Sea-South China Platform +612 250.0 0.0 0.0 0.0 602 !NCS-SCH +613 0.0 0.0 0.0 0.0 612 !SCS-NCS Southside South China Sea (Dangerous Grounds and Reed Bank)-Northside South China Sea +613 15.0 0.0 0.0 0.0 612 !SCS-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", spreading stopped +613 16.7 -3.0 93.6 0.7 612 !SCS-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A5C" - relative age +613 17.6 5.0 105.5 3.7 612 !SCS-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A5D" - relative age +613 18.8 -1.4 88.7 2.4 612 !SCS-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A5E" - relative age +613 20.1 0.1 83.3 2.8 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A6" - relative age +613 21.3 0.1 81.3 3.5 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A6A" - relative age +613 23.1 -1.1 75.9 3.9 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A6B" - relative age +613 25.2 7.0 87.8 7.5 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A7" - relative age +613 26.6 9.3 91.2 10.3 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A8" - relative age +613 28.0 8.2 87.4 10.3 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A9" - relative age +613 28.6 7.9 85.7 10.8 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A10" - relative age +613 30.1 7.9 85.7 11.1 612 !SCS-NSC @REF Briais_++_1993 @DOI"10.1029/92JB02280", @CHRONID"A11" - relative age +613 250.0 7.9 85.7 11.1 612 !SCS-NSC +614 0.0 0.0 0.0 0.0 67317 !KLM-NSM Kalimantan(Borneo core)-Sunda Shelf +614 250.0 0.0 0.0 0.0 67317 !KLM-NSM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +61401 0.0 0.0 0.0 0.0 614 !KLM4-KLM Kalimantan 4-Kalimantan (Borneo core) +61401 250.0 0.0 0.0 0.0 614 !KLM4-KLM +61403 0.0 0.0 0.0 0.0 614 !CRF-KLM Crocker Formation-Kalimantan (Borneo core) +61403 250.0 0.0 0.0 0.0 614 !CRF-KLM +61404 0.0 0.0 0.0 0.0 613 !LUC-SCS Luconia-Southside South China Sea +61404 250.0 0.0 0.0 0.0 613 !LUC-SCS +61405 0.0 0.0 0.0 0.0 614 !EKLM-KLM Easternmost Kalimantan-Kalimantan (Borneo core) +61405 80.0 0.0 0.0 0.0 614 !EKLM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +61405 80.0 71.63 -12.7 -5.29 736 !EKLM-EJAV Easternmost Kalimantan-East Java, Final suturing along Luk-Ulo-Meratus @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +61405 90.0 0.23 -69.72 36.21 736 !EKLM-EJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +61405 110.0 3.55 -66.27 86.78 736 !EKLM-EJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Collision with intra-oceanic subduction zone +61405 155.0 3.55 -66.27 86.78 736 !EKLM-EJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Microcontinent rifting from northern Gondwana +61405 250.0 3.55 -66.27 86.78 736 !EKLM-EJAV +61406 0.0 0.0 0.0 0.0 61407 !SPAL2-SAB South Palawan 2 - Sabah +61406 65.0 -6.64 -62.69 54.07 61407 !SPAL2-SAB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61406 250.0 -6.64 -62.69 54.07 61407 !SPAL2-SAB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +61407 0.0 0.0 0.0 0.0 61413 !SAB-KLM1 Sabah-Kalimantan 1 +61407 45.0 -5.92 -62.68 -63.43 61413 !SAB-KLM1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61407 50.0 -4.45 -60.43 -55.83 61413 !SAB-KLM1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61407 55.0 -1.24 -55.83 -40.53 61413 !SAB-KLM1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61407 65.0 -2.03 -57.2 -44.6 61413 !SAB-KLM1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61407 200.0 -2.03 -57.2 -44.6 61413 !SAB-KLM1 +61411 0.0 0.0 0.0 0.0 735 !KLM2-SEM Kalimantan 2 - Semitau +61411 200.0 0.0 0.0 0.0 735 !KLM2-SEM +61412 0.0 0.0 0.0 0.0 61411 !KLM3-KLM2 Kalimantan 3 - Kalimantan 2 +61412 45.0 0.0 0.0 0.0 61411 !KLM3-KLM2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61412 65.0 -1.01 -67.07 51.2 61411 !KLM3-KLM2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61412 200.0 -1.01 -67.07 51.2 61411 !KLM3-KLM2 +61413 0.0 0.0 0.0 0.0 61412 !KLM1-KLM3 Kalimantan 1 (Accretionary prism) - Kalimantan 3 +61413 200.0 0.0 0.0 0.0 61412 !KLM1-KLM3 +615 0.0 0.0 0.0 0.0 801 !PNG-AUS Papua New Guinea-Australia +615 250.0 0.0 0.0 0.0 801 !PNG-AUS +61501 0.0 0.0 0.0 0.0 615 !BH1-PNG Bird's Head Plate 1 - Papua New Guinea +61501 10.0 4.77 -45.83 16.51 615 !BH1-PNG Flexure of Proto Banda Sea slab leading to rotation of Bird's Head, following @REF Heine_++_2012 @absage +61501 250.0 4.77 -45.83 16.51 615 !BH1-PNG +61502 0.0 0.0 0.0 0.0 61501 !BH2-BH1 Bird's Head Plate 2 - Bird's Head Plate 1 +61502 142.0 0.0 0.0 0.0 61501 !BH2-BH1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61502 155.0 1.73 -44.3 -19.12 61501 !BH2-BH1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +61502 250.0 1.73 -44.3 -19.12 61501 !BH2-BH1 +616 0.0 0.0 0.0 0.0 601 !EQIA-NCH East Qiangtang (North Tibet)-North China Platform +616 180.0 0.0 0.0 0.0 601 !EQIA-NCH fixed from @REF Smith_1988 @DOI"10.1098/rsta.1988.0085" @absage +616 190.0 14.68 -4.81 -16.81 601 !EQIA-NCH fixed from @REF Smith_1988 @DOI"10.1098/rsta.1988.0085" @absage @xo_of +616 190.0 21.32 84.4 10.39 506 !EQIA-AFF @REF Smith_1988 @DOI"10.1098/rsta.1988.0085" @absage +616 250.0 21.32 84.4 10.39 506 !EQIA-AFF +61601 0.0 0.0 0.0 0.0 616 !WQIA-EQIA West Qiangtang-East Qiangtang +61601 250.0 0.0 0.0 0.0 616 !WQIA-EQIA +61602 0.0 0.0 0.0 0.0 606 !AMD-LHA Amdo-Lhasa +61602 250.0 0.0 0.0 0.0 606 !AMD-LHA Amdo - Lhasa collision +617 0.0 0.0 0.0 0.0 613 !RDB-SCS Reed Bank-Southside South China Sea +617 30.1 0.0 0.0 0.0 613 !RDB-SCS from @REF Gallagher_1984 @xo_ys +617 30.1 7.9 85.7 11.1 602 !RDB-SCH Reed Bank-South China Platform cross-over derived from @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" +617 45.0 8.16 84.13 13.32 602 !RDB-SCH @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" @absage +617 65.0 7.33 86.84 15.56 602 !RDB-SCH @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" @absage +617 250.0 7.33 86.84 15.56 602 !RDB-SCH +619 0.0 0.0 0.0 0.0 301 !SIK-EUR Sikhote Alin-Northern European Craton (Eurasia) +619 89.9 0.0 0.0 0.0 301 !SIK-EUR @absage +619 105.8 11.79 30.53 -2.59 301 !SIK-EUR @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" @absage +619 250.0 11.79 30.53 -2.59 301 !SIK-EUR +621 0.0 0.0 0.0 0.0 619 !CSA-SIK Central Sikhote Alin sliver-Sikhate Alin +621 250.0 0.0 0.0 0.0 619 !CSA-SIK +622 0.0 0.0 0.0 0.0 301 !NSA-EUR North Sikhote Alin sliver-Northern European Craton (Eurasia) +622 250.0 0.0 0.0 0.0 301 !NSA-EUR +623 0.0 0.0 0.0 0.0 301 !NMS-EUR Northernmost Sikhote Alin Sliver-Northern European Craton (Eurasia) +623 250.0 0.0 0.0 0.0 301 !NMS-EUR +624 0.0 0.0 0.0 0.0 301 !SAK-EUR Sakhalin-Northern European Craton (Eurasia) +624 250.0 0.0 0.0 0.0 301 !SAK-EUR +625 0.0 0.0 0.0 0.0 301 !CHK-EUR Central Hokkaido-Northern European Craton (Eurasia) +625 28.5 0.0 0.0 0.0 301 !CHK-EUR - assume @absage +625 47.6 -4.5 -149.96 -2.45 301 !CHK-EUR @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +625 250.0 -4.5 -149.96 -2.45 301 !CHK-EUR +626 0.0 0.0 0.0 0.0 625 !WHK-CHK Western Hokkaido-Central Hokkaido +626 250.0 0.0 0.0 0.0 625 !WHK-CHK +627 0.0 0.0 0.0 0.0 625 !NEH-CHK Northeast Honshu-Central Hokkaido +627 250.0 0.0 0.0 0.0 625 !NEH-CHK +628 0.0 0.0 0.0 0.0 601 !CHN-NCH Central Honshu-North China Platform +628 28.5 0.0 0.0 0.0 601 !CHN-NCH - assume @absage +628 47.6 -13.71 -113.4 -4.45 601 !CHN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +628 89.9 -13.71 -113.4 -4.45 601 !CHN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +628 121.6 -13.71 -113.4 -4.06 601 !CHN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +628 250.0 -13.71 -113.4 -4.06 601 !CHN-NCH +629 0.0 0.0 0.0 0.0 601 !KAN-NCH Kanto Region-North China Platform +629 28.5 0.0 0.0 0.0 601 !KAN-NCH - assume @absage +629 47.6 -13.71 -113.4 -4.06 601 !KAN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +629 89.9 -13.71 -113.4 -4.06 601 !KAN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +629 121.6 -15.4 -113.43 -3.15 601 !KAN-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +629 250.0 -15.4 -113.43 -3.15 601 !KAN-NCH +630 0.0 0.0 0.0 0.0 601 !NSH-NCH North Southwest Honshu/Kyushu-North China Platform +630 28.5 0.0 0.0 0.0 601 !NSH-NCH - assume @absage +630 47.6 -13.71 -113.4 -4.06 601 !NSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +630 89.9 -13.71 -113.4 -4.06 601 !NSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +630 121.6 -13.71 -113.4 -3.62 601 !NSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +630 250.0 -13.71 -113.4 -3.62 601 !NSH-NCH +631 0.0 0.0 0.0 0.0 601 !SSH-NCH South Southwest Honshu/Kyushu-N China Platform +631 28.5 0.0 0.0 0.0 601 !SSH-NCH - assume @absage +631 47.6 -13.71 -113.4 -4.06 601 !SSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +631 89.9 -13.71 -113.4 -4.06 601 !SSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +631 121.6 -15.4 -113.43 -3.15 601 !SSH-NCH @REF Otsuki_Ehiro_1978, @DOI"10.4294/jpe1952.26" - assume @absage +631 250.0 -15.4 -113.43 -3.15 601 !SSH-NCH +636 0.0 0.0 0.0 0.0 601 !YAM-NCH Yamato Ridge-North China Platform +636 28.5 0.0 0.0 0.0 601 !YAM-NCH - assume @absage +641 0.0 0.0 0.0 0.0 601 !SOJ-NCH Sea of Japan-North China Platform +641 250.0 0.0 0.0 0.0 601 !SOJ-NCH +645 0.0 0.0 0.0 0.0 614 !CEL-KLM Celebes Basin-Kalimantan +645 20.0 0.0 0.0 0.0 614 !CEL-KLM @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" - assume @absage +645 42.0 0.0 120.4 -20.0 614 !CEL-KLM @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" - assume @absage +645 80.0 0.0 120.4 -20.0 614 !CEL-KLM @absage +646 0.0 0.0 0.0 0.0 614 !ZAM-KLM Zamboanga Peninsula (W. Philippines)-Kalimantan +646 10.9 1.7 -67.12 -7.89 614 !ZAM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" - relative age +646 45.0 0.0 0.0 0.0 614 !ZAM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +646 55.0 0.0 0.0 0.0 614 !ZAM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +646 250.0 0.0 0.0 0.0 614 !ZAM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +647 0.0 0.0 0.0 0.0 603 !MLP-SBM Malay Peninsula-Sino Burma Malaya +647 11.1 -28.74 130.28 0.15 603 !MLP-SBM @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" +647 20.0 -8.71 -78.44 -11.4 603 !MLP-SBM Sundaland motion calibrated using MIT-P, using 3 and 1.2 cm/yr sink. rate in UM and LM respectively to avoid trench advance. @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014 @absage +647 30.0 -2.44 -68.46 -6.47 603 !MLP-SBM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sundaland position calibrated using MIT-P (3 and 1.2 cm/yr UM and LM) @absage +647 45.0 -2.44 -68.46 -6.47 603 !MLP-SBM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sundaland position calibrated using MIT-P (3 and 1.2 cm/yr UM and LM) @absage +647 72.0 20.36 72.42 -4.17 603 !MLP-SBM @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage +647 133.0 20.36 72.42 -4.17 603 !MLP-SBM @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @xo_ys @absage +647 133.0 17.56 -178.93 1.66 604 !MLP-ICH Malay Peninsula-Indochina @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +647 190.0 17.56 -178.93 1.66 604 !MLP-ICH @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @xo_ys @absage +647 190.0 24.43 39.8 27.1 606 !MLP-LHA Malay Peninsula-Lhasa @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @absage +647 250.0 27.44 81.16 77.27 606 !MLP-LHA interpolated from @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +64701 0.0 0.0 0.0 0.0 647 !MLP2-MLP East Malay Peninsula (east of Bentong-Raub Suture)-Malay Peninsula +64701 250.0 0.0 0.0 0.0 647 !MLP2-MLP +648 0.0 0.0 0.0 0.0 602 !SOT-SCH South Okinawa Trough-South China Platform +648 9.8 24.7 121.7 19.0 602 !SOT-SCH @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" +648 250.0 24.7 121.7 19.0 602 !SOT-SCH Opening of the S. Okinawa Trough @absage +649 0.0 0.0 0.0 0.0 602 !NOT-SCH North Okinawa Trough-South China Platform +649 9.8 32.0 130.0 -7.58 602 !NOT-SCH @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" +649 250.0 32.0 130.0 -7.58 602 !NOT-SCH Opening of the N. Okinawa Trough @absage +651 0.0 0.0 0.0 0.0 65702 !LSI-NSM Lombok/Sumbawa Islands-North Sumatra +651 9.8 -8.54 115.83 -3.44 65702 !LSI-NSM @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" +651 65.0 -8.54 115.83 -3.44 65702 !LSI-NSM @absage +652 0.0 0.0 0.0 0.0 673 !FAI-SUM Flores/Alor Islands-North Sumatra +652 9.8 -8.08 130.54 1.0 673 !FAI-SUM @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" +652 65.0 -8.08 130.54 1.0 673 !FAI-SUM @absage +653 0.0 0.0 0.0 0.0 608 !NWC-SPS Northwest Caroline Sea-South Philippine Sea +653 15.0 9.87 132.0 -25.0 608 !NWC-SPS @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", Open Ayu Trough +653 25.0 4.23 138.89 7.13 608 !NWC-SPS after @REF Hall_2002 +653 35.0 5.86 134.13 40.89 608 !NWC-SPS after @REF Hall_2002 +653 55.0 -4.91 133.88 37.83 608 !NWC-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", early opening of Proto Caroline Plate +653 200.0 -4.91 133.88 37.83 608 !NWC-SPS +654 0.0 0.0 0.0 0.0 655 !WCS1-WCS2 Western Caroline Sea 1-Western Caroline Sea 2 +654 28.3 0.0 0.0 0.0 655 !WCS1-WCS2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", an9ro +654 28.7 0.0 0.0 0.15 655 !WCS1-WCS2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", an10ry +654 29.4 -6.58 -0.42 1.67 655 !WCS1-WCS2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", an10ro @xo_ys +654 29.4 -2.97 -0.14 3.69 653 !WCS1-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", Western Caroline Sea 1-Northwest Caroline Sea an12 crossover +654 33.1 -2.97 -0.14 3.69 653 !WCS1-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an12 +655 0.0 0.0 0.0 0.0 692 !WCS2-WCS3 Western Caroline Sea 2-Western Caroline Sea 3 an8ro cross-over +655 26.0 0.0 0.0 0.0 692 !WCS2-WCS3 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an8ro +655 26.6 0.0 0.0 0.06 692 !WCS2-WCS3 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an8ro +655 27.0 0.0 0.0 1.13 692 !WCS2-WCS3 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an8ro +655 28.0 0.0 0.0 1.33 692 !WCS2-WCS3 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an9ry +655 28.3 0.0 0.0 2.03 692 !WCS2-WCS3 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an9ro @xo_ys +655 28.3 0.0 0.0 2.03 653 !WCS2-NWC Western Caroline Sea 2-Northwest Caroline Sea @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +655 29.4 0.0 0.0 2.03 653 !WCS2-NWC +657 0.0 0.0 0.0 0.0 673 !WJAV-SUM Java-Sumatra +657 10.0 4.94 -72.77 2.3 673 !WJAV-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014, Minimising overlaps +657 15.0 5.03 -75.09 13.32 673 !WJAV-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014, Minimising overlaps +657 20.0 4.43 -75.32 22.07 673 !WJAV-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014, Minimising overlaps +657 50.0 4.77 -75.2 78.72 673 !WJAV-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014, Minimising overlaps +657 75.0 4.74 -75.27 78.83 673 !WJAV-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @Au SZ, @T 2014 +657 250.0 4.74 -75.27 78.83 673 !WJAV-SUM +65702 0.0 0.0 0.0 0.0 657 !EJAV1-EJAV Easternmost Java (recent arc)-East (central) Java +65702 250.0 0.0 0.0 0.0 657 !EJAV1-EJAV +658 0.0 0.0 0.0 0.0 613 !SCSF-SCS South China Sea Floor-Southside South China Sea +658 250.0 0.0 0.0 0.0 613 !SCSF-SCS @REF Briais_++_1993 @DOI"10.1029/92JB02280" +659 0.0 0.0 0.0 0.0 611 !ESB-WSB East Shikoku Basin-West Shikoku Basin +659 15.0 0.0 0.0 0.0 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" +659 17.3 35.0 84.44 -1.27 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 18.3 36.78 84.32 -1.45 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 20.1 8.0 154.14 3.85 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 21.3 4.88 154.14 4.81 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 22.6 4.88 151.58 6.8 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 23.4 4.88 152.65 8.47 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 25.2 4.88 152.65 10.78 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 26.6 4.88 152.65 13.09 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 28.0 4.88 152.65 14.52 611 !ESB-WSB @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" - relative age +659 45.0 14.82 148.11 22.3 611 !ESB-WSB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" - Tomographic constraint +659 55.0 19.21 146.93 35.99 611 !ESB-WSB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" - Tomographic constraint +659 100.0 19.21 146.93 35.99 611 !ESB-WSB +660 0.0 0.0 0.0 0.0 612 !NWSC-NCS Northwest South China Sea-Northside South China Sea +660 28.6 0.0 0.0 0.0 612 !NWSC-NCS +660 30.1 10.9 84.9 1.4 612 !NWSC-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", NW section +660 250.0 10.9 84.9 1.4 612 !NWSC-NCS @REF Briais_++_1993 @DOI"10.1029/92JB02280", NW section +662 0.0 0.0 0.0 0.0 641 !EJS-SOJ Eastern Japan Sea-Japan Basin Spreading Centre +662 15.0 0.0 0.0 0.0 641 !EJS-SOJ +662 17.3 50.0 155.0 -1.82 641 !EJS-SOJ @REF Muller_++_2008 @DOI"10.1029/2007GC001743", Simulate opening +662 22.6 50.0 155.0 -6.22 641 !EJS-SOJ @REF Muller_++_2008 @DOI"10.1029/2007GC001743", Simulate opening +662 30.0 50.0 155.0 -7.5 641 !EJS-SOJ @REF Muller_++_2008 @DOI"10.1029/2007GC001743", Simulate opening +662 250.0 50.0 155.0 -7.5 641 !EJS-SOJ +663 0.0 9.19 85.93 -10.72 677 !SPSC-PAL South Proto South China Sea-Palawan - Non extant at present day +663 45.0 9.19 85.93 -10.72 677 !SPSC-PAL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_os @absage +663 45.0 2.45 -68.24 -55.18 735 !SPSC-SEM South Proto South China Sea-Semitau Block @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +663 200.0 0.0 0.0 0.0 735 !SPSC-SEM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +664 0.0 0.0 0.0 0.0 676 !BAN-BDA Banda Sea-Banda Arc +664 3.5 0.0 0.0 0.0 676 !BAN-BDA Lucipara Arc rifted from Banda Arc based on Hinshberger 2001 +664 5.9 18.31 -80.0 2.3 676 !BAN-BDA based on @REF Hinshberger_2001 +664 6.5 20.0 -80.0 3.1 676 !BAN-BDA based on @REF Hinshberger_2001 +664 8.0 20.0 -80.0 4.4 676 !BAN-BDA based on @REF Hinshberger_2001 - assume @absage +664 200.0 0.0 0.0 0.0 676 !BAN-BDA @absage +665 0.0 0.0 0.0 0.0 645 !CLL-CEL Celebes Sea Spreading Centre-Celebes Basin +665 34.0 0.0 0.0 0.0 645 !CLL-CEL Spreading stopped +665 35.6 -9.0 100.0 1.0 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 38.1 -9.0 100.0 4.5 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 40.1 -9.0 100.0 8.6 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 41.5 -9.0 100.0 11.0 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 43.8 -9.0 100.0 15.0 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 47.9 -9.0 100.0 18.3 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +665 50.0 -9.0 100.0 20.0 645 !CLL-CEL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" @absage +665 90.0 -9.0 100.0 20.0 645 !CLL-CEL @absage +667 0.0 0.0 0.0 0.0 615 !ESW-PNG Northeast Sulawesi-Papua New Guinea +667 15.0 56.77 47.85 8.2 615 !ESW-PNG after @REF Hall_2002 +667 24.5 64.92 62.71 9.3 615 !ESW-PNG after @REF Hall_2002 +667 250.0 64.92 62.71 9.3 615 !ESW-PNG +668 0.0 0.0 0.0 0.0 61405 !WSW-EKLM West Sulawesi-Easternmost Kalimantan +668 34.0 0.0 0.0 0.0 61405 !WSW-EKLM @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", Changed from 16.7 to 34-consistent with Celebes +668 50.0 2.06 120.93 -21.2 61405 !WSW-EKLM @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" @absage +668 250.0 2.06 120.93 -21.2 61405 !WSW-EKLM +669 0.0 0.0 0.0 0.0 665 !NSU-CLL North Sulawesi-Celebes Sea Spreading Centre +669 10.0 9.0 -76.0 12.0 665 !NSU-CLL @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" @absage +669 35.0 -4.16 -48.02 -19.58 665 !NSU-CLL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +669 55.0 -0.47 -52.49 -32.43 665 !NSU-CLL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +669 250.0 -0.47 -52.49 -32.43 665 !NSU-CLL +670 0.0 0.0 0.0 0.0 667 !SLA-ESW Sula/Banggai-Northeast Sulawesi +670 5.4 1.43 -57.04 20.71 667 !SLA-ESW @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" - relative age +670 9.8 1.43 -57.71 35.42 667 !SLA-ESW @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2", cross-over - relative age @xo_yf +670 9.8 10.25 -54.48 19.1 61502 !SLA-BH2 Sula/Banggai-Bird's Head Plate 2 collision w/Sulawesi @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2", crossover - relative age +670 19.7 26.18 -49.96 15.92 61502 !SLA-BH2 @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" - relative age +670 24.5 83.37 -103.19 9.33 61502 !SLA-BH2 @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" - relative age +670 250.0 83.37 -103.19 9.33 61502 !SLA-BH2 +673 0.0 0.0 0.0 0.0 647 !SUM-MLP North Sumatra-Malay Peninsula +673 250.0 0.0 0.0 0.0 647 !SUM-MLP +67301 0.0 0.0 0.0 0.0 673 !NWSUM1-SUM Northwest Sumatra 1 - North Sumatra +67301 250.0 0.0 0.0 0.0 673 !NWSUM1-SUM +67302 0.0 0.0 0.0 0.0 673 !NWSUM2-SUM Northwest Sumatra 2 - North Sumatra +67302 250.0 0.0 0.0 0.0 673 !NWSUM2-SUM +67303 0.0 0.0 0.0 0.0 673 !SUN-SUM Sunda Oroclines +67303 10.0 0.0 0.0 0.0 673 !SUN-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67303 25.0 2.1 104.94 -7.21 673 !SUN-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67303 50.0 -2.1 -75.06 11.21 673 !SUN-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67303 250.0 -2.1 -75.06 11.21 673 !SUN-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67304 0.0 0.0 0.0 0.0 67303 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67304 10.0 0.0 0.0 0.0 67303 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67304 25.0 1.55 105.43 -6.97 67303 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67304 50.0 -1.55 -74.57 10.84 67303 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67304 250.0 -1.55 -74.57 10.84 67303 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67305 0.0 0.0 0.0 0.0 67304 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67305 10.0 0.0 0.0 0.0 67304 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67305 25.0 0.89 106.38 -0.68 67304 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67305 50.0 -0.89 -73.62 1.06 67304 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67305 250.0 -0.89 -73.62 1.06 67304 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67306 0.0 0.0 0.0 0.0 67305 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67306 10.0 0.0 0.0 0.0 67305 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67306 25.0 0.31 106.24 -2.47 67305 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67306 50.0 -0.31 -73.76 3.84 67305 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67306 250.0 -0.31 -73.76 3.84 67305 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67307 0.0 0.0 0.0 0.0 67306 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67307 10.0 0.0 0.0 0.0 67306 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67307 25.0 0.1 -73.06 2.39 67306 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67307 50.0 0.1 -73.06 3.72 67306 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67307 250.0 0.1 -73.06 3.72 67306 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67308 0.0 0.0 0.0 0.0 67307 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67308 10.0 0.0 0.0 0.0 67307 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67308 25.0 0.14 -72.58 3.05 67307 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67308 50.0 0.14 -72.58 4.75 67307 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67308 250.0 0.14 -72.58 4.75 67307 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67309 0.0 0.0 0.0 0.0 67308 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67309 10.0 0.0 0.0 0.0 67308 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67309 25.0 0.78 -72.5 4.96 67308 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67309 50.0 0.78 -72.5 7.72 67308 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67309 250.0 0.78 -72.5 7.72 67308 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67310 0.0 0.0 0.0 0.0 67309 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67310 10.0 0.0 0.0 0.0 67309 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67310 25.0 1.42 -73.41 4.37 67309 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67310 50.0 1.42 -73.41 6.8 67309 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67310 250.0 1.42 -73.41 6.8 67309 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67311 0.0 0.0 0.0 0.0 67310 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67311 10.0 0.0 0.0 0.0 67310 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67311 25.0 1.03 -73.26 5.41 67310 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67311 50.0 1.03 -73.26 8.41 67310 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67311 250.0 1.03 -73.26 8.41 67310 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67312 0.0 0.0 0.0 0.0 67311 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67312 10.0 0.0 0.0 0.0 67311 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67312 25.0 1.28 -72.98 3.45 67311 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67312 50.0 1.28 -72.98 5.36 67311 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67312 250.0 1.28 -72.98 5.36 67311 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67313 0.0 0.0 0.0 0.0 67312 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67313 10.0 0.0 0.0 0.0 67312 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67313 25.0 1.62 -73.34 1.95 67312 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67313 50.0 1.62 -73.34 3.03 67312 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67313 250.0 1.62 -73.34 3.03 67312 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67314 0.0 0.0 0.0 0.0 67313 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67314 10.0 0.0 0.0 0.0 67313 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67314 25.0 0.67 -71.18 0.81 67313 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67314 50.0 0.67 -71.18 1.26 67313 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67314 250.0 0.67 -71.18 1.26 67313 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67315 0.0 0.0 0.0 0.0 67314 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67315 10.0 0.0 0.0 0.0 67314 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67315 25.0 3.14 -69.41 3.15 67314 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67315 50.0 3.14 -69.41 4.9 67314 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67315 250.0 3.14 -69.41 4.9 67314 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67316 0.0 0.0 0.0 0.0 67315 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67316 10.0 0.0 0.0 0.0 67315 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67316 25.0 3.53 -68.53 2.24 67315 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67316 50.0 3.53 -68.53 3.48 67315 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67316 250.0 3.53 -68.53 3.48 67315 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67317 0.0 0.0 0.0 0.0 67316 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Sunda Oroclines +67317 10.0 0.0 0.0 0.0 67316 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67317 25.0 3.01 -67.73 0.96 67316 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67317 50.0 3.01 -67.73 1.49 67316 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +67317 250.0 3.01 -67.73 1.49 67316 !SUN-SUN @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 0.0 0.0 0.0 0.0 673 !WOY-SUM Woyla Arc terranes - Sumatra +67350 75.0 0.0 0.0 0.0 673 !WOY-SUM Woyla Arc terranes ? Sumatra, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 85.0 37.43 -79.96 -14.34 673 !WOY-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 100.0 38.81 -59.53 -20.98 673 !WOY-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 115.0 64.47 55.34 -11.4 673 !WOY-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 150.0 0.0 0.0 0.0 673 !WOY-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67350 250.0 0.0 0.0 0.0 673 !WOY-SUM +67351 0.0 0.0 0.0 0.0 67350 !BAR-WOY Barisan - Woyla terranes +67351 12.1 15.8 129.1 2.1 67350 !BAR-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67351 20.1 -7.18 148.5 2.67 67350 !BAR-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67351 250.0 -7.18 148.5 2.67 67350 !BAR-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67352 0.0 0.0 0.0 0.0 67350 !WOY-SUM Woyla Arc terranes - Sumatra +67352 250.0 0.0 0.0 0.0 67350 !WOY-SUM +674 0.0 0.0 0.0 0.0 678 !NEG-EPH Negros-East Philippines +674 200.0 0.0 0.0 0.0 678 !NEG-EPH +675 0.0 0.0 0.0 0.0 801 !SMB-AUS Sumba (east of Flores)-Australia +675 145.0 0.0 0.0 0.0 801 !SMB-AUS +675 155.0 7.48 -55.32 -36.48 801 !SMB-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Aborted rifting event +675 250.0 7.48 -55.32 -36.48 801 !SMB-AUS +676 0.0 0.0 0.0 0.0 673 !BDA-SUM Banda Arc-North Sumatra +676 57.3 0.0 0.0 0.0 673 !BDA-SUM +677 0.0 0.0 0.0 0.0 738 !PAL-SPA Palawan-South Palawan +677 10.0 0.0 0.0 0.0 738 !PAL-SPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys @absage +677 10.0 -4.89 -62.53 -5.77 617 !PAL-RDB @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Palawan-Reed Bank @absage +677 250.0 -4.89 -62.53 -5.77 617 !PAL-RDB +678 0.0 0.0 0.0 0.0 608 !EPH-SPS East Philippines-South Philippine Sea +678 5.0 -38.63 -88.13 0.57 608 !EPH-SPS @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", subduction of PSP and collision with Mindoro @absage +678 14.0 -5.28 -51.4 -28.81 608 !EPH-SPS @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", onset of PSP subduction @absage +678 200.0 -5.28 -51.4 -28.81 608 !EPH-SPS +679 0.0 0.0 0.0 0.0 680 !WHA-EHA @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", West Halmahera Block-East Halmahera Block +679 250.0 0.0 0.0 0.0 680 !WHA-EHA @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", after @REF Hall_2002 @absage +680 0.0 0.0 0.0 0.0 678 !EHA-EPH East Halmahera-East Philippines +680 25.0 14.45 128.48 -4.92 678 !EHA-EPH @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", after @REF Hall_2002 @absage +680 55.0 14.45 128.48 -4.92 678 !EHA-EPH @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", after @REF Hall_2002 @absage +680 155.0 9.91 116.83 -10.62 678 !EHA-EPH @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", after @REF Hall_2002 @absage +681 0.0 0.0 0.0 0.0 61501 !SER-BH1 Seram-Bird's Head Plate 1 +681 250.0 0.0 0.0 0.0 61501 !SER-BH1 after @REF Hall_2002 +683 0.0 0.0 0.0 0.0 652 !WET-FAI Wetar-Flores/Alor Islands +683 3.1 21.26 15.14 -0.32 652 !WET-FAI @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" - assume @absage +683 65.0 21.26 15.14 -0.32 652 !WET-FAI @absage +684 0.0 0.0 0.0 0.0 801 !TIM-AUS Timor-Australia +684 145.0 0.0 0.0 0.0 801 !TIM-AUS @absage +684 155.0 -38.89 61.58 -0.85 801 !TIM-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +684 250.0 -38.89 61.58 -0.85 801 !TIM-AUS +686 0.0 0.0 0.0 0.0 673 !BSS-SUM Barisan/South Sumatra-North Sumatra +686 12.1 15.8 129.1 2.1 673 !BSS-SUM from @REF Huchon_Le_Pichon_1984 +686 20.1 -7.18 148.5 2.67 673 !BSS-SUM Closure forearc basin @Au SS, @T 2011 +686 30.1 1.41 139.8 2.27 673 !BSS-SUM Opening forearc basin @Au SS, @T 2011 +686 70.0 0.99 -60.31 -6.39 673 !BSS-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_yf +686 70.0 -4.97 -35.23 -4.93 787 !BSS-WOY Barisan-Woyla, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +686 80.0 -0.59 -69.97 0.74 787 !BSS-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +686 90.0 -21.33 -96.18 11.11 787 !BSS-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_of +686 90.0 10.98 105.5 -48.47 607 !BSS-MAW Barisan-Mawgyi @absage +686 100.0 -10.99 -72.76 45.56 607 !BSS-MAW @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +686 158.0 -10.99 -72.76 45.56 607 !BSS-MAW @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014", Possible origin of Woyla continental fragments from Gondwana @absage +686 250.0 -10.99 -72.76 45.56 607 !BSS-MAW +68601 0.0 0.0 0.0 0.0 686 !SUMA-BSS Sumatra Arc-Barisan/South Sumatra +68601 200.0 0.0 0.0 0.0 686 !SUMA-BSS +687 0.0 0.0 0.0 0.0 603 !AND-SBM Andaman/Nicobar Ridge-Sino Burma Malaya +687 11.0 17.51 137.86 2.56 603 !AND-SBM @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" +687 28.5 1.82 26.76 -6.01 603 !AND-SBM @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" +687 65.0 1.82 26.76 -6.01 603 !AND-SBM @absage +688 0.0 0.0 0.0 0.0 654 !SWCB-WCS1 Southwest Caroline Basin-Western Caroline Sea 1 +688 29.4 0.0 0.0 0.0 654 !SWCB-WCS1 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an10ro +688 30.1 0.0 0.0 0.24 654 !SWCB-WCS1 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an11ry +688 30.9 0.0 0.0 1.13 654 !SWCB-WCS1 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an12ry +688 33.1 0.0 0.0 2.8 654 !SWCB-WCS1 @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an12ro @xo_ys +688 33.1 -1.69 -0.12 6.49 653 !SWCB-NWC Southwest Caroline Basin-Northwest Caroline Sea cross-over +688 34.7 -6.61 11.4 6.57 653 !SWCB-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an13ro +688 34.9 -6.88 15.61 6.65 653 !SWCB-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an15ry +688 35.3 -7.16 20.78 6.8 653 !SWCB-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an15ro +688 36.6 -7.5 29.78 7.22 653 !SWCB-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", an16ro +688 37.0 -7.6 33.96 7.49 653 !SWCB-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" +688 100.0 -7.6 33.96 7.49 653 !SWCB-NWC @absage +689 0.0 0.0 0.0 0.0 690 !NEC-SEC Northeast Caroline Basin-Southeast Caroline Basin +689 25.8 0.0 0.0 0.0 690 !NEC-SEC +689 26.6 4.44 169.58 -1.6 690 !NEC_SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", An8ry +689 27.0 6.82 170.18 -1.88 690 !NEC_SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", An8ro +689 28.0 12.07 171.21 -2.84 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", An9ry +689 28.3 13.4 175.08 -2.84 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN9ro +689 28.7 15.43 -173.9 -2.77 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN10ry +689 29.4 19.85 -153.83 -2.89 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN10ro +689 30.1 19.85 -129.3 -3.04 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN11ry +689 30.5 19.85 -129.29 -3.16 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN11ro +689 30.9 19.85 -129.28 -3.74 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN12ry +689 33.1 19.02 -118.23 -4.35 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN12ro +689 35.3 19.02 -118.23 -5.3 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", AN15ro +689 37.0 19.02 -118.23 -6.3 690 !NEC-SEC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004", breakup @absage +689 40.0 19.02 -118.23 -6.3 690 !NEC-SEC @absage +690 0.0 0.0 0.0 0.0 653 !SEC-NWC Southeast Caroline Basin-Northwest Caroline Basin +690 65.0 0.0 0.0 0.0 653 !SEC-NWC @REF Lee_Lawver_1994, @DOI"10.1016/0040-1951(94)90022-1" @absage +691 0.0 0.0 0.0 0.0 301 !CLB-EUR Central Luzon Block-Northern European Craton (Eurasia) +691 50.0 6.83 128.15 -63.36 301 !CLB-EUR @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" change pole to leave room for Celebes Sea @absage +691 90.0 17.51 125.15 -63.36 301 !CLB-EUR @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" @absage +691 200.0 17.51 125.15 -63.36 301 !CLB-EUR +692 0.0 0.0 0.0 0.0 653 !WCS3-NWC Western Caroline Sea 3-Northwest Caroline Basin +692 45.0 0.0 0.0 0.0 653 !WCS3-NWC @absage +693 0.0 0.0 0.0 0.0 653 !WCR-NWC Western Caroline Ridge-Northwest Caroline Basin +693 11.3 47.81 20.22 -1.41 653 !WCR-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" - assume @absage +693 40.0 47.81 20.22 -1.41 653 !WCR-NWC @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" @absage +697 0.0 0.0 0.0 0.0 689 !TPA-NEC Toricelli, Prince Alexander, Finisterre Arc-Northeast Caroline Basin +697 5.0 3.51 -33.74 -8.12 689 !TPA-NEC Initial collision with PNG in the west, propagating eastward @absage +697 10.0 2.68 -40.26 -13.15 689 !TPA-NEC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +697 29.0 -8.06 138.82 18.11 689 !TPA-NEC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +697 200.0 -8.06 138.82 18.11 689 !TPA-NEC @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +69701 0.0 0.0 0.0 0.0 697 !TPA1-TPA Central Toricelli, Prince Alexander, Finisterre Arc +69701 3.0 1.1 -36.21 -16.25 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 6.0 2.17 -38.79 -31.32 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 10.0 3.11 -38.07 -21.68 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 17.0 2.22 -37.74 -20.3 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 20.0 3.48 -37.89 -17.03 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 21.0 9.98 -39.37 -11.31 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 25.0 -0.4 -35.49 -20.52 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 30.0 -2.61 -32.52 -21.5 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69701 40.0 -1.78 -38.07 -23.11 697 !TPA1-TPA Rollback-induced opening of Caroline Plate following @REF Hall_2002 @absage +69701 200.0 -1.78 -38.07 -23.11 697 !TPA1-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +69702 0.0 0.0 0.0 0.0 69701 !TPA2-TPA Eastern Toricelli, Prince Alexander, Finisterre Arc +69702 10.0 3.01 -33.57 -18.07 69701 !TPA2-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69702 20.0 2.0 -34.15 -25.92 69701 !TPA2-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69702 25.0 4.3 -34.54 -16.22 69701 !TPA2-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69702 29.0 4.73 -35.34 -24.49 69701 !TPA2-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +69702 200.0 4.73 -35.34 -24.49 69701 !TPA2-TPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +698 0.0 0.0 0.0 0.0 801 !CNG-AUS Central New Guinea-Australia +698 25.0 0.0 0.0 0.0 801 !CNG-AUS Sepik Accretion, Peninsular Orogeny at ~25 Ma (Dow, 1977; Pigram and Davies, 1987; Davies et al., 1996; Findlay, 2003), @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +698 40.0 -16.1 -61.53 -11.33 801 !CNG-AUS Onset of subduction of Sepik back-arc, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +698 52.0 -16.1 -61.53 -11.33 801 !CNG-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +698 80.0 0.0 0.0 0.0 801 !CNG-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +698 250.0 0.0 0.0 0.0 801 !CNG-AUS +699 0.0 0.0 0.0 0.0 610 !MAR-EPV Mariana Ridge-East Parece Vela Basin +699 6.7 23.36 138.24 -12.53 610 !MAR-EPV @REF Lee_Lawver_1995 @DOI"10.1016/0040-1951(95)00023-2" - assume @absage +699 80.0 23.36 138.24 -12.53 610 !MAR-EPV @absage +701 0.0 0.0 0.0 0.0 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot +701 10.0 29.4 -27.5 -2.3 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 20.0 29.4 -27.5 -4.5 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 30.0 29.4 -27.5 -6.8 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 40.0 29.4 -27.5 -9.0 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 50.0 32.4 -25.3 -10.6 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 60.0 36.4 -22.1 -11.9 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 70.0 31.4 -29.1 -14.1 070 !AFR-LGS @REF Torsvik_++_2008 @DOI"10.1029/2007RG000227" Global Moving Hotspot @absage +701 100.0 0.0 153.2 23.0 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 110.0 0.0 168.7 31.8 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 120.0 0.0 171.3 36.4 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 130.0 0.0 170.9 40.7 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 140.0 0.0 172.1 44.2 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 150.0 0.0 167.2 36.9 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 160.0 0.0 165.9 34.6 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 170.0 0.0 163.9 34.1 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 180.0 0.0 168.5 27.9 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 190.0 0.0 166.6 21.2 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 200.0 0.0 152.2 21.0 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 210.0 0.0 146.3 25.4 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 220.0 0.0 140.4 31.6 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 230.0 0.0 140.0 37.0 070 !AFR-LGS Africa-Longitudinal shift, Torsvik et al. ESR (2012), PMAG reference frame +701 250.0 -2.78 150.08 45.34 070 !AFR-LGS Africa-Longitudinal shift, Domeier & Torsvik (2014), PMAG reference frame +702 0.0 0.0 0.0 0.0 701 !MAD-AFR Madagascar-Africa +702 120.6 0.0 0.0 0.0 701 !MAD-AFR +702 123.6 2.57 -63.33 1.5 701 !MAD-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" M2 +702 125.7 2.57 -63.33 2.43 701 !MAD-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" M4 +702 126.9 2.57 -63.33 3.17 701 !MAD-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" M6 +702 128.9 2.57 -63.33 3.94 701 !MAD-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" M10 +702 130.8 2.57 -63.33 4.68 701 !MAD-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" M11 @xo_ys +702 130.8 -10.65 -26.45 -42.17 802 !MAD-ANT @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +702 250.0 -10.65 -26.45 -42.17 802 !MAD-ANT +704 0.0 0.0 0.0 0.0 702 !SEY-MAD Seychelles-Madagascar +704 64.0 0.0 0.0 0.0 702 !SEY-MAD @xo_ys +704 64.0 22.68 19.84 37.31 501 !SEY-IND @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" (based on @REF Yatheesh_++_2006) +704 83.0 22.73 16.74 39.11 501 !SEY-IND @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" (based on @REF Yatheesh_++_2006) @xo_ys +704 83.0 17.76 24.48 -13.75 702 !SEY-MAD @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" (based on @REF Yatheesh_++_2006) +704 122.0 17.76 24.48 -13.75 702 !SEY-MAD @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" (based on @REF Yatheesh_++_2006) @absage, model dependent +704 250.0 17.76 24.48 -13.75 702 !SEY-MAD @REF Gibbons_++_2012 @DOI"10.1029/2011GC003919" (based on @REF Yatheesh_++_2006) +706 0.0 0.0 0.0 0.0 714 !ORA-NWA Oran Meseta-Northwest Africa +706 250.0 0.0 0.0 0.0 714 !ORA-NWA +707 0.0 0.0 0.0 0.0 3203 !GKAB1-IBZ Grande Kabylie1-Ibiza +707 19.0 0.0 0.0 0.0 3203 !GKAB1-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +707 28.0 33.14 -1.08 15.2 3203 !GKAB1-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +707 250.0 33.14 -1.08 15.2 3203 !GKAB1-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +708 0.0 0.0 0.0 0.0 3062 !PKAB-SSR Petite Kabylie-South Sardinia +708 19.0 0.0 0.0 0.0 3062 !PKAB-SSR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +708 23.4 39.81 4.92 22.5 3062 !PKAB-SSR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +708 28.0 40.63 5.03 30.33 3062 !PKAB-SSR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +708 33.1 40.74 5.07 34.63 3062 !PKAB-SSR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +708 250.0 40.74 5.07 34.63 3062 !PKAB-SSAR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +70822 0.0 0.0 0.0 0.0 3203 !GKAB2-IBZ Grande Kabylie2-Ibiza +70822 19.0 0.0 0.0 0.0 3203 !GKAB2-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70822 28.0 33.14 -1.08 15.2 3203 !GKAB2-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70822 250.0 33.14 -1.08 15.2 3203 !GKAB2-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70833 0.0 0.0 0.0 0.0 3203 !GKAB3-IBZ Grande Kabylie3-Ibiza +70833 19.0 0.0 0.0 0.0 3203 !GKAB3-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70833 28.0 33.14 -1.08 13.2 3203 !GKAB3-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70833 250.0 33.14 -1.08 13.2 3203 !GKAB3-IBZ @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70844 0.0 0.0 0.0 0.0 3202 !GKAB4-MAL Grande Kabylie4-Mallorca +70844 19.0 0.0 0.0 0.0 3202 !GKAB4-MAL @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70844 20.0 33.14 -1.08 15.5 3202 !GKAB4-MAL @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +70844 250.0 33.14 -1.08 15.5 3202 !GKAB4-MAL @REF Schettino_Turco_2006 @DOI"10.1111/j.1365-246X.2006.02997.x" +709 0.0 0.0 0.0 0.0 701 !SOM-AFR, Somalia Plate - Nubia +709 2.6 -40.44 39.37 0.17 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 3.6 -38.77 40.1 0.25 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 6.0 -43.64 43.45 0.4 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 8.8 -42.39 45.0 0.6 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 11.0 -43.08 44.29 0.72 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 16.0 -41.27 37.04 0.93 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 17.5 -44.37 33.54 0.98 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 19.7 -48.85 17.57 1.01 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 250.0 -48.85 17.57 1.01 701 !SOM-AFR +710 0.0 0.0 0.0 0.0 701 !DAN-AFR Danakil-Africa +710 11.0 19.0 42.0 -7.7 701 !DAN-AFR @REF Eagles_++_2002 +710 250.0 19.0 42.0 -7.7 701 !DAN-AFR @REF Eagles_++_2002 +712 0.0 0.0 0.0 0.0 701 !LVB-AFR Lake Victoria Block-Africa +712 250.0 0.0 0.0 0.0 701 !LVB-AFR +713 0.0 0.0 0.0 0.0 701 !NMZ-AFR North Mozambique-Africa +713 250.0 0.0 0.0 0.0 701 !NMZ-AFR +714 0.0 0.0 0.0 0.0 715 !NWA-NEA Northwest Africa-Northeast Africa +714 110.0 0.0 0.0 0.0 715 !NWA-NEA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @T"2011-02-23" @absage +714 145.0 25.21 5.47 2.87 715 !NWA-NEA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @T"2012-01-28" @absage +714 250.0 25.21 5.47 2.87 715 !NWA-NEA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" +715 0.0 0.0 0.0 0.0 701 !NEA-AFR Northeast Africa-Africa +715 110.0 0.0 0.0 0.0 701 !NEA-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013"@AU"CHHEI" @T"2011-12-20" @absage +715 145.0 4.0 34.0 1.61 701 !NEA-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-11-29" @absage +715 250.0 4.0 34.0 1.61 701 !NEA-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" +716 0.0 0.0 0.0 0.0 714 !ILL-NWA Illumeden platelet-Northwest Africa +716 112.0 0.0 0.0 0.0 714 !ILL-NWA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-16 @absage +716 130.0 25.21 5.47 -0.89 714 !ILL-NWA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-16 @absage +716 250.0 25.21 5.47 -0.89 714 !ILL-NWA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" +717 0.0 0.0 0.0 0.0 7064 !BNS-LSB Bangong Nujiang suture east of Karakoram Fault-Southern boundary Qiangtang/Lhasa, @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" +717 13.0 41.85 -47.26 -0.26 7064 !BNS-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +717 20.0 41.85 -47.26 -0.26 7064 !BNS-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +717 21.0 25.93 -138.06 -0.15 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" [@REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" pole but 15 Ma later] @absage +717 55.0 -34.89 -114.02 27.11 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" p'lats from @REF Achache_++_1984 @DOI"10.1029/JB089iB12p10311" & Sun_++_2010 @absage +717 150.0 -39.63 -126.31 28.93 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" p'lats from @REF Achache_++_1984 @DOI"10.1029/JB089iB12p10311" & Sun_++_2010 @absage +717 180.0 -39.07 -125.15 29.37 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" p'lats from @REF Achache_++_1984 @DOI"10.1029/JB089iB12p10311" & Sun_++_2010 @absage @xo_ys +717 180.0 -47.98 148.26 -63.17 530 !BNS-CMT1 Bangong Nujiang suture-Central Mesotethys 1, @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" p'lats from @REF Achache_++_1984 @DOI"10.1029/JB089iB12p10311" & Sun_++_2010 @absage +717 250.0 -47.98 148.26 -63.17 530 !BNS-CMT1 @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" +718 0.0 0.0 0.0 0.0 706 !TEL-MOR Tellian (Atlas)-Morocco +718 250.0 0.0 0.0 0.0 706 !TEL-MOR +720 0.0 0.0 0.0 0.0 304 !ALB-IBR Alboran-Iberia +720 250.0 0.0 0.0 0.0 304 !ALB-IBR +721 0.0 0.0 0.0 0.0 706 !RIF-ORA Rif-Oran Meseta +721 250.0 0.0 0.0 0.0 706 !RIF-ORA +723 0.0 0.0 0.0 0.0 701 !BNE-AFR Benoue Microplate-Africa @C"ZEROROT" +723 105.0 0.0 0.0 0.0 701 !BNE-AFR @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI"@T 2011 @absage +723 250.0 0.0 0.0 0.0 701 !BNE-AFR +726 0.0 0.0 0.0 0.0 715 !BGR-NEA Bongor Microplate-Northeast Africa @C"ZEROROT" +726 105.0 0.0 0.0 0.0 715 !BGR-NEA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-14" @absage +726 145.0 13.72 12.01 3.51 715 !BGR-NEA @REF Heine_++_2013 @DOI"10.5194/se-4-215-2013" @AU"CHHEI" @T"2011-12-14" @absage +726 250.0 13.72 12.01 3.51 715 !BGR-NEA +727 0.0 0.0 0.0 0.0 613 !NPSC-SCS North Proto South China Sea-Southside South China Sea +727 45.0 0.0 0.0 0.0 613 !NPSC-SCS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +727 45.0 -6.93 95.38 33.14 738 !NPSC-SPA North Proto South China Sea-South Palawan +727 65.0 6.93 -84.62 -33.14 738 !NPSC-SPA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +727 250.0 6.93 -84.62 -33.14 738 !NPSC-SPA +729 0.0 0.0 0.0 0.0 801 !NTJ1-AUS NeoTethys Triple Junction isochrons 1 - Australia +729 250.0 0.0 0.0 0.0 801 !NTJ1-AUS +731 0.0 0.0 0.0 0.0 801 !NSEP-AUS North Sepik isochrons-Australia +731 40.0 0.0 0.0 0.0 801 !NSEP-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_os +731 40.0 -16.1 -61.53 11.33 698 !NSEP-CNG North Sepik isochrons-Central New Guinea +731 80.0 -16.1 -61.53 11.33 698 !NSEP-CNG @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +732 0.0 0.0 0.0 0.0 608 !PMOL-SPS Proto Molucca Plate isochrons-South Phillipine Sea +732 47.0 -18.82 -61.26 36.77 608 !PMOL-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +732 55.0 -18.1 -60.4 23.93 608 !PMOL-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +732 65.0 -18.78 -53.49 17.12 608 !PMOL-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +732 85.0 -13.98 -72.01 4.06 608 !PMOL-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +732 100.0 -13.98 -72.01 4.06 608 !PMOL-SPS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +734 0.0 0.0 0.0 0.0 849 !NSOL-SOL North Solomon isochrons - South Solomon Basin +734 25.0 0.0 0.0 0.0 849 !NSOL-SOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +734 25.0 -42.32 -161.63 20.82 847 !NSOL-SOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +734 200.0 -42.32 -161.63 20.82 847 !NSOL-SOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +735 0.0 0.0 0.0 0.0 614 !SEM-KLM Semitau Block-Kalimantan (Borneo Core) +735 45.0 0.0 0.0 0.0 614 !SEM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" collision with Borneo +735 50.0 -0.42 -72.73 -39.01 614 !SEM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +735 55.0 -1.62 -74.37 -78.18 614 !SEM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +735 65.0 -3.05 -75.58 -142.76 614 !SEM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" rifting from South China @absage +735 150.0 -3.05 -75.58 -142.76 614 !SEM-KLM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_of +735 150.0 6.18 109.78 70.86 613 !SEM-SCS +735 250.0 6.18 109.78 70.86 613 !SEM-SCS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +736 0.0 0.0 0.0 0.0 657 !EJAV-WJAV East Java-West Java +736 80.0 0.0 0.0 0.0 657 !EJAV-WJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Suturing to SW Borneo +736 90.0 4.52 -70.48 -23.71 657 !EJAV-WJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +736 100.0 2.39 -67.87 -41.52 657 !EJAV-WJAV @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +736 100.0 34.9805 -91.3501 -83.4158 926 !EJAV-IZA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" East Java-Izanagi +736 115.0 35.1461 -91.6882 -80.9461 926 !EJAV-IZA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Collision with intra-oceanic arc @xo_of +736 115.0 34.53 10.52 49.56 780 !EJAV-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" East Java-North Proto Molucca Plate +736 158.0 34.53 10.52 49.56 780 !EJAV-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Onset of rifting +736 250.0 34.53 10.52 49.56 780 !EJAV-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +737 0.0 0.0 0.0 0.0 678 !ELB-EPH East Luzon Block-East Philippine Archipelago +737 200.0 0.0 0.0 0.0 678 !ELB-EPH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +738 0.0 0.0 0.0 0.0 61406 !SPA-SPA2 South Palawan-South Palawan 2 +738 37.0 0.0 0.0 0.0 61406 !SPA-SPA2 @absage +738 45.0 -38.64 35.65 -1.33 61406 !SPA-SPA2 @absage +738 100.0 -38.64 35.65 -1.33 61406 !SPA-SPA2 @absage +738 200.0 0.0 0.0 0.0 61406 !SPA-SPA2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +739 0.0 0.0 0.0 0.0 781 !NTJ2-SPMOL NeoTethys Triple Junction isochrons 2 - South Proto Molucca +739 250.0 0.0 0.0 0.0 781 !NTJ2-SPMOL +740 0.0 0.0 0.0 0.0 780 !JUN4-NPMOL Junction Plate 4 - North Proto Molucca Plate +740 50.0 -19.73 -63.11 -137.3 780 !JUN4-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +740 115.0 -19.56 -63.07 -137.39 780 !JUN4-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage @xo_of +740 115.0 51.56 7.94 -0.01 498 !JUN4-JUN1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Junction Plate 4 - Junction Plate 1 @absage +740 250.0 0.0 0.0 0.0 498 !JUN4-JUN1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +741 0.0 0.0 0.0 0.0 534 !NTJ3-CMT2 NeoTethys triple junction 3 - Central Mesotethys 2 +741 200.0 0.0 0.0 0.0 534 !NTJ3-CMT2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +742 0.0 0.0 0.0 0.0 499 !NTJ4-JUN2 NeoTethys triple junction 4 - Junction Plate 2 +742 200.0 0.0 0.0 0.0 499 !NTJ4-JUN2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +750 0.0 0.0 0.0 0.0 701 !MLV-AFR Malvinas-Africa @C"ZEROROT" +750 65.6 63.0 -33.3 0.7 701 !MLV-AFR @REF Nuernberg_1991 @DOI"10.1016/0040-1951(91)90231-G" @Au DN @T 1987-11-13 +750 71.1 62.9 -34.6 2.67 701 !MLV-AFR @REF Nuernberg_1991 @DOI"10.1016/0040-1951(91)90231-G" @Au DN @T 1987-11-13 +750 73.0 62.85 -34.75 3.59 701 !MLV-AFR @REF Nuernberg_1991 @DOI"10.1016/0040-1951(91)90231-G" @Au DN @T 1987-11-13 +750 79.1 62.71 -36.26 7.0 701 !MLV-AFR @REF Nuernberg_1991 @DOI"10.1016/0040-1951(91)90231-G" @Au DN @T 1987-11-13 @C"calculated" +750 83.0 58.55 -33.73 9.52 701 !MLV-AFR @REF Nuernberg_1991 @DOI"10.1016/0040-1951(91)90231-G" @Au DN @T 1987-11-13 @C"calculated" +750 250.0 58.55 -33.73 9.52 701 !MLV-AFR +752 0.0 0.0 0.0 0.0 714 !LOI1-NWA Isochron of AFR-IBR Ligurian Ocean +752 250.0 0.0 0.0 0.0 714 !LOI1-NWA @REF Hosseinpour_++_(in review), Isochron of AFR-IBR Ligurian Ocean @Au MH @T 05082014 +754 0.0 0.0 0.0 0.0 307 !LOI4-ADR @REF Hosseinpour_++_(in review), Isochron of IBR-ADR East, Ligurian Ocean +754 250.0 0.0 0.0 0.0 307 !LOI4-ADR @REF Hosseinpour_++_(in review), Isochron of IBR-ADR East, Ligurian Ocean @Au MH @T 05082014 +762 0.0 0.0 0.0 0.0 801 !WAL-AUS Wallaby/W.Cuvier-Australia +762 127.2 0.0 0.0 0.0 801 !WAL-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @xo_ys +762 127.2 9.05 179.53 -59.81 501 !WAL-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton +762 250.0 9.05 179.53 -59.81 501 !WAL-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton +763 0.0 0.0 0.0 0.0 801 !ZEN-AUS Zenith Plateau-Australia +763 123.6 0.0 0.0 0.0 801 !ZEN-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @xo_ys +763 123.6 7.83 178.6 -58.4 501 !ZEN-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton Zenith Plateau-India Craton +763 250.0 7.83 178.6 -58.4 501 !ZEN-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton +765 0.0 0.0 0.0 0.0 801 !WWQ-AUS West Wallaby/Quokka Rise-Australia +765 125.7 0.0 0.0 0.0 801 !WWQ-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @xo_ys +765 125.7 8.79 178.68 -59.76 501 !WWQ-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton West Wallaby/Quokka Rise-India Craton +765 250.0 8.79 178.68 -59.76 501 !WWQ-IND +767 0.0 0.0 0.0 0.0 801 !CHR-AUS CHRISP Jurassic sliver-Australia, +767 100.0 0.0 0.0 0.0 801 !CHR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @absage @xo_ys +767 100.0 -4.54 175.47 -46.98 501 !CHR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton CHRISP Jurassic sliver-India Craton @absage +767 108.0 4.54 -4.53 46.98 501 !CHR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @absage @xo_ys +767 108.0 -47.97 -11.49 -5.89 801 !CHR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton CHRISP Jurassic sliver-Australia @absage +767 123.6 -47.97 -11.49 -5.89 801 !CHR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @xo_ys +767 123.6 3.8 177.22 -54.09 501 !CHR-IND CHRISP Jurassic sliver-India Craton +767 250.0 3.8 177.22 -54.09 501 !CHR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton +769 0.0 0.0 0.0 0.0 501 !WAR-IND West Argoland-India Craton +769 60.0 4.5 169.0 -26.18 501 !WAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @absage +769 90.0 4.5 169.0 -26.18 501 !WAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton @absage @xo_ys +769 90.0 24.26 83.11 -87.18 770 !WAR-EAR @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Craton West Argoland-Eastern Argoland @absage +769 250.0 24.26 83.11 -87.18 770 !WAR-EAR +770 0.0 0.0 0.0 0.0 686 !EAR-BSS Eastern Argoland-Barisan/South Sumatra +770 75.0 45.59 159.12 -5.48 686 !EAR-BSS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_ys +770 75.0 32.52 36.31 64.87 501 !EAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" Eastern Argoland-India Craton +770 85.0 35.71 65.56 87.78 501 !EAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 121.0 35.71 65.56 87.78 501 !EAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 134.8 31.46 69.58 88.93 501 !EAR-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @xo_ys +770 134.8 8.69 109.46 91.14 801 !EAR-AUS Eastern Argoland-Australia @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 145.5 6.2 112.74 100.73 801 !EAR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 149.5 5.58 114.05 100.99 801 !EAR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 151.4 5.33 114.53 101.14 801 !EAR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 153.4 4.99 115.02 101.17 801 !EAR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +770 160.0 4.51 116.05 101.4 801 !EAR-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage +770 250.0 4.51 116.05 101.4 801 !EAR-AUS +7701 0.0 0.0 0.0 0.0 715 !TUN-AFR Tunisia-Africa +7701 200.0 0.0 0.0 0.0 715 !TUN-AFR @REF Schettino_Turco_2011 @DOI"10.1130/B30064.1" +7701 250.0 0.0 0.0 0.0 715 !TUN-AFR @REF Hosseinpur_++_(in review) @Au MH @T 28012014 Changed to have No motion before 230Ma +774 0.0 0.0 0.0 0.0 801 !PER-AUS West Perth Block/Gulden Draak and Batavia Knolls-Australia +774 108.0 0.0 0.0 0.0 801 !PER-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage, model dependent @xo_ys +774 108.0 0.68 177.13 -50.74 501 !PER-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" West Perth Block/Gulden Draak and Batavia Knolls-India Craton @absage, model dependent +774 134.8 0.68 177.13 -50.74 501 !PER-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India @xo_ys +774 134.8 -52.11 3.53 -14.54 801 !PER-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India, West Perth Block/Gulden Draak and Batavia Knolls-Australia +774 250.0 -52.11 3.53 -14.54 801 !PER-AUS +775 0.0 0.0 0.0 0.0 802 !ELA-ANT Elan Bank-Antarctica +775 115.0 0.0 0.0 0.0 802 !ELA-ANT @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India @absage @xo_ys +775 115.0 -2.27 -169.22 -79.04 501 !ELA-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India Elan Bank-India Craton @absage +775 116.0 2.13 10.63 79.46 501 !ELA-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2011 Wallaby/W.Cuvier-India @absage +775 250.0 2.13 10.63 79.46 501 !ELA-IND +778 0.0 0.0 0.0 0.0 501 !LAX-IND Laxmi Ridge-India Craton +778 62.5 0.0 0.0 0.0 501 !LAX-IND @REF Bhattacharya_++_1994, fixed to India, (spreading from West India ~83.5-62.5 Ma) @xo_ys +778 62.5 22.68 21.82 -35.53 704 !LAX-SEY @REF Bhattacharya_++_1994, Laxmi Ridge-Seychelles (spreading from West India ~83.5-62.5 Ma) +778 83.0 22.68 21.82 -35.53 704 !LAX-SEY @REF Bhattacharya_++_1994, (spreading from West India ~83.5-62.5 Ma) +778 250.0 22.68 21.82 -35.53 704 !LAX-SEY fixed to Seychelles +779 0.0 0.0 0.0 0.0 501 !EFE-IND 85E Ridge fixed to India +779 111.0 0.0 0.0 0.0 501 !EFE-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2012, 85E Ridge fixed to India @absage @xo_ys +779 111.0 3.59 11.16 -76.97 775 !EFE-ELA @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2012, 85E Ridge fixed to Elan @absage +779 115.0 3.59 11.16 -76.97 775 !EFE-ELA @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2012, 85E Ridge fixed to Elan @absage +779 127.0 6.94 -146.3 93.26 775 !EFE-ELA @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2012, 85E Ridge fixed to Elan @absage +779 250.0 6.94 -146.3 93.26 775 !EFE-ELA @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @Au Ana_Gibbons_phd @T 2012 +780 0.0 0.0 0.0 0.0 801 !NPMOL-AUS North Proto Molucca Isochrons-Australia +780 40.0 0.0 0.0 0.0 801 !NPMOL-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_os @absage +780 40.0 -16.1 -61.53 11.33 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" North Proto Molucca Isochrons-Sepik @absage +780 115.0 -16.1 -61.53 11.33 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Cessation of seafloor spreading @absage +780 120.0 6.27 88.15 -10.01 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +780 130.0 7.65 62.07 -15.64 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +780 140.0 7.65 48.86 -21.26 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +780 158.0 7.96 45.59 -31.63 698 !NPMOL-SEP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Onset of (synthetic) seafloor spreading @absage +780 250.0 7.96 45.59 -31.63 698 !NPMOL-SEP +781 0.0 0.0 0.0 0.0 801 !SPMOL-AUS South Proto Molucca Plate-Australia +781 40.0 0.0 0.0 0.0 801 !SPMOL-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_os @absage +781 40.0 -16.1 -61.53 11.33 698 !SPMOL-CNG @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" South Proto Molucca Plate-Central New Guinea @absage +781 200.0 -16.1 -61.53 11.33 698 !SPMOL-CNG +784 0.0 0.0 0.0 0.0 802 !CRZ-CONR Crozet-Conrad(Antarctica) +784 76.0 0.0 0.0 0.0 802 !CRZ-CONR @xo_ys @REF Seton_++_inprep @Au JMW @T 2015-09-21 +784 76.0 -4.46 -40.74 14.29 702 !CRZ-MAD Crozet-Conrad(Madagascar) @REF Seton_++_inprep @Au JMW @T 2015-09-21 +784 600.0 -4.46 -40.74 14.29 702 !CRZ-MAD +786 0.0 -56.53 58.12 0.34 780 !JUN3-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Junction 3-North Proto Molucca Plate, Junction Jurassic isochrons +786 100.0 -28.72 -74.49 -125.51 780 !JUN3-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +786 158.0 28.72 105.51 125.51 780 !JUN3-NPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_os @absage +786 158.0 38.06 -88.05 27.9 498 !JUN3-JUN1 Junction 3 - Junction 1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Subduction polarity reversal, now north-dipping consuming Tethyan crust @absage +786 200.0 0.0 0.0 0.0 498 !JUN3-JUN1 Junction Subduction zone rollback @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +786 250.0 0.0 0.0 0.0 498 !JUN3-JUN1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +787 0.0 0.0 0.0 0.0 789 !WOY2-WOY +787 20.0 23.91 -50.86 -20.92 789 !WOY2-WOY1 Woyla and Proto Andaman Sea Cretaceous back-arc @absage +787 80.0 23.91 -50.86 -20.92 789 !WOY2-WOY1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +787 100.0 23.91 -50.86 -20.92 789 !WOY2-WOY1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +787 120.0 38.3 0.02 -8.45 789 !WOY2-WOY1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +787 140.0 25.02 -47.19 -4.36 789 !WOY2-WOY1 @absage +787 150.0 0.0 0.0 0.0 789 !WOY2-WOY1 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +787 200.0 0.0 0.0 0.0 789 !WOY2-WOY1 +789 0.0 0.0 0.0 0.0 673 !WOY1-SUM Woyla backarc-North Sumatra +789 20.0 22.58 -43.4 19.36 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 70.0 22.58 -43.4 19.36 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 75.0 28.8 -18.48 12.56 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 85.0 17.62 47.85 9.82 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 90.0 8.16 64.88 8.6 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 100.0 0.0 0.0 0.0 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @absage +789 200.0 0.0 0.0 0.0 673 !WOY1-SUM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +801 0.0 0.0 0.0 0.0 802 !AUS-ANT Australia-Antarctica +801 2.6 -11.16 -139.7 1.66 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" @CHRONID"2Ay" +801 6.0 -11.59 -139.23 3.83 802 !AUS-ANT @REF Krijgsman_++_1999 @CHRONID"3Ay" +801 10.9 -11.9 -142.06 6.79 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 5o c5n2o +801 20.1 -13.39 -145.63 12.05 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 6o +801 26.6 -13.81 -146.44 15.92 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 8o +801 28.7 -13.58 -146.02 17.32 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 10o +801 30.9 -13.4 -145.62 18.89 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 120 +801 33.5 -13.45 -145.62 20.5 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 13o +801 38.1 -14.65 -146.53 22.88 802 !AUS-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" 17o +801 43.8 14.92 32.5 -24.51 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" 20o @Au JoW +801 46.3 13.42 33.83 -24.62 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"21y" +801 53.3 10.48 35.17 -25.24 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"24o" +801 60.9 9.22 35.42 -25.43 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"27y" +801 67.7 7.95 35.74 -25.6 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"31y" +801 73.6 6.0 36.3 -25.86 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"33y" +801 83.0 1.02 37.28 -26.62 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @CHRONID"34y" +801 100.0 -3.59 36.52 -29.01 802 !AUS-ANT @REF Whittaker_++_2007 @DOI"10.1126/science.1143769" @absage +801 160.0 -3.91 37.9 -30.86 802 !AUS-ANT @REF Williams_++_2011 @DOI"10.1029/2011TC002912" @absage, model dependent +801 250.0 -3.91 37.9 -30.86 802 !AUS-ANT @REF Williams_++_2011 @DOI"10.1029/2011TC002912" +802 0.0 0.0 0.0 0.0 701 !ANT-AFR Antarctica-Africa @C"ZEROROT" +802 10.9 8.2 -49.4 1.53 701 !ANT-AFR @REF Royer_++_1991 @DOI"10.1029/91JB00897" @CHRONID"C5" +802 20.1 10.7 -47.9 2.78 701 !ANT-AFR @REF Royer_++_1991 @DOI"10.1029/91JB00897" @CHRONID"C6" +802 33.1 12.0 -48.4 5.46 701 !ANT-AFR @REF Royer_++_1991 @DOI"10.1029/91JB00897" @CHRONID"C13" +802 47.9 9.73 -40.67 8.82 701 !ANT-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" @C"SWIR" @CHRONID"c21o" +802 55.9 9.86 -45.24 10.49 701 !ANT-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" @C"SWIR" @CHRONID"c25y" +802 67.7 0.1 -45.56 11.7 701 !ANT-AFR @REF Cande_++_2010 @DOI"10.1111/j.1365-246X.2010.04737.x" & and @REF Bernard_++_2005 @DOI"10.1111/j.1365-246X.2005.02672.x" +802 76.3 -4.6 -40.6 14.39 701 !ANT-AFR @REF Bernard_++_2005 @DOI"10.1111/j.1365-246X.2005.02672.x" @CHRONID"C33" +802 83.0 -0.45 -40.01 17.77 701 !ANT-AFR @REF Nankivell_1998 @CHRONID"C34" +802 100.0 -3.06 -33.49 26.8 701 !ANT-AFR @REF Marks_++_2001 @DOI"10.1016/S0012-821X(01)00262-X" "for 96 Ma in their paper" @absage +802 120.6 10.36 153.67 -41.56 701 !ANT-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au EByte +802 124.1 9.45 152.5 -42.91 701 !ANT-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au EByte +802 125.7 9.3 152.0 -43.71 701 !ANT-AFR @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au EByte +802 127.8 -8.63 -28.97 44.47 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M8ny" @C"original age 132.20Ma" +802 128.9 -8.5 -29.16 45.07 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M10ny" @C"original age 133.50" +802 130.8 -8.27 -29.42 45.9 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M11ny" @C"original age 135.69" +802 132.6 -7.97 -29.76 47.04 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M12Any" @C"original age 138.78" +802 136.5 -7.75 -30.02 47.91 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M16ny" @C"original age 141.05" +802 138.9 -7.81 -30.27 48.74 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M17ry" @C"original age 142.84" +802 143.4 -7.29 -31.13 49.8 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M20n.1ny" @C"original age 146.16" +802 147.1 -6.9 -31.54 50.72 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M22n.1ny" @C"original age 148.92" +802 148.8 -6.69 -31.78 51.26 701 !ANT-AFR @REF Koenig_++_2010 @DOI"10.1111/j.1365-246X.2009.04433.x" @CHRONID"M22ry" @C"original age 150.21" +802 177.0 7.8 146.0 -56.8 701 !ANT-AFR @REF Eagles_++_2008 @DOI"10.1111/j.1365-246X.2008.03753.x." @C"FITRECON" @absage +802 250.0 7.8 146.0 -56.8 701 !ANT-AFR +804 0.0 0.0 0.0 0.0 802 !MBL-ANT Marie Byrd Land-East Antarctica +804 26.55 0.0 0.0 0.0 802 !MBL-ANT @REF Cande_Stock_2004 @DOI"10.1029/151GM02" Based on Adare Trough anom 8o +804 30.94 -84.78 -169.01 1.33 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" +804 40.13 -85.87 -139.51 4.48 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" +804 53.3 -85.87 -139.51 4.8 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" Angle Increased +804 61.1 -85.87 -139.51 6.2 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" Angle Increased +804 65.0 -85.87 -139.51 7.0 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" Angle Increased +804 71.1 -85.87 -139.51 7.5 802 !MBL-ANT @REF Granot_++_2013 @DOI"10.1029/2012GL054181" Angle Increased +804 100.0 -78.76 -46.5 7.72 802 !MBL-ANT @REF Matthews_++_2015 @Au SW @T 2013, margin-perpendicular extension @absage +804 250.0 -78.76 -46.5 7.72 802 !MBL-ANT +806 0.0 0.0 0.0 0.0 868 !NNZ-CLP North New Zealand-Challenger Plateau +806 250.0 0.0 0.0 0.0 868 !NNZ-CLP +807 0.0 0.0 0.0 0.0 879 !SNZ-CHA South New Zealand-Chatham Rise +807 250.0 0.0 0.0 0.0 879 !SNZ-CHA +812 0.0 0.0 0.0 0.0 802 !SOR-ANT South-Orkney microcontinent-Antarctica +812 21.8 0.0 0.0 0.0 802 !SOR-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +812 21.8 64.28 133.78 -2.66 818 !SOR-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +812 40.1 -64.28 -46.22 2.66 818 !SOR-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +812 40.1 -80.69 -14.84 7.45 802 !SOR-ANT +812 50.0 -80.88 -6.56 7.51 802 !SOR-ANT extension in Powell Basin +812 250.0 -80.88 -6.56 7.51 802 !SOR-ANT +813 0.0 0.0 0.0 0.0 901 !CBP-PAC Campbell Plateau-Pacific +813 83.0 0.0 0.0 0.0 901 !CBP-PAC fixed to PAC @xo_ys +813 83.0 63.6 -58.1 58.8 804 !CBP-MBL Campbell Plateau-Marie Byrd Land cross-over @REF Eagles_++_2004 +813 250.0 63.6 -58.1 58.8 804 !CBP-MBL +814 0.0 0.0 0.0 0.0 804 !BEL-MBL Bellingshausen-Marie Byrd Land +814 61.3 0.0 0.0 0.0 804 !BEL-MBL crossover c27o @xo_ys +814 61.3 71.35 -54.16 -45.5 901 !BEL-PAC Bellingshausen-Pacific @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" c27o +814 63.6 -70.39 122.26 46.15 901 !BEL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" c28o +814 67.6 -71.05 129.7 52.53 901 !BEL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" c30no +814 71.3 -71.59 137.66 59.52 901 !BEL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" c32n1no +814 73.6 -71.15 139.54 63.12 901 !BEL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" c33y +814 79.1 -70.04 144.3 70.89 901 !BEL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" C33o @xo_ys +814 79.1 71.96 76.48 -17.9 804 !BEL-ANT @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @Au NW @T 2014 +814 250.0 71.96 76.48 -17.9 804 !BEL-ANT +815 0.0 0.0 0.0 0.0 818 !SAN-CSS Sandwich-Central Scotia Sea +815 5.9 -83.69 -26.55 6.33 818 !SAN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +815 9.7 -83.69 -26.55 10.04 818 !SAN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +815 16.7 -83.69 -26.57 11.77 818 !SAN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 edited angle +815 250.0 -83.69 -26.57 11.77 818 !SAN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 edited angle +8151 0.0 0.0 0.0 0.0 818 !RSN-CSS Remnant Sandwich arc-Central Scotia Sea +8151 17.0 0.0 0.0 0.0 818 !RSN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8151 30.0 -66.91 -26.93 -4.07 818 !RSN-CSS Appearance of now remnant arc +8151 250.0 -64.74 -11.91 -4.12 818 !RSN-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +817 0.0 0.0 0.0 0.0 818 !SGR-CSS South Georgia-Central Scotia Sea +817 30.1 0.0 0.0 0.0 818 !SGR-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +817 30.1 23.69 -41.19 -7.57 201 !SGR-SAM South Georgia-South America derived +817 250.0 23.69 -41.19 -7.57 201 !SGR-SAM @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8171 0.0 0.0 0.0 0.0 817 !SHG-SGR Shag Rocks-South Georgia +8171 16.7 0.0 0.0 0.0 817 !SHG-SGR @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8171 20.1 35.77 -28.28 1.58 817 !SHG-SGR @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8171 250.0 35.77 -28.28 1.58 817 !SHG-SGR +818 0.0 0.0 0.0 0.0 802 !CSS-ANT Central Scotia Sea-Antarctica +818 5.9 -85.57 -86.77 -0.84 802 !CSS-ANT @REF Smalley_++_2007 (Magallanes and Central Scotia plate amalgamate to become the Scotia Plate) +818 9.7 70.56 140.42 2.08 802 !CSS-ANT Central Scotia Sea-Antarctica interpolated +818 16.7 69.64 140.95 2.28 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +818 20.1 68.52 141.53 2.57 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +818 26.6 52.92 122.35 3.0 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, Powell Basin +818 30.1 49.5 124.6 7.93 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, Powell Basin +818 33.1 -3.38 115.25 2.6 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, extension in Powell Basin +818 40.1 -82.09 52.9 5.0 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, extension in Powell Basin +818 49.7 -82.09 52.9 5.38 802 !CSS-ANT @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, extension in Powell Basin @xo_ys +818 49.7 82.42 20.54 -21.01 201 !CSS-SAM @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, for trapped part of Central Scotia Sea +818 250.0 82.42 20.54 -21.01 201 !CSS-SAM +8181 0.0 0.0 0.0 0.0 8182 !TER-PIR Terror Rise-Pirie Bank +8181 29.9 0.0 0.0 0.0 8182 !TER-PIR @REF Eagles_++_2006 @DOI"10.1016/j.epsl.2005.11.060" EPSL @Au NW @T 2015, Protector basin finishes opening, @CHRONID"11n2m" +8181 33.5 71.21 133.42 8.31 8182 !TER-PIR @REF Eagles_++_2006 @DOI"10.1016/j.epsl.2005.11.060" EPSL @Au NW @T 2015, Protector basin opens, @CHRONID"13o" +8181 40.1 73.82 131.7 8.4 8182 !TER-PIR Calculated interactively by GPlates +8181 250.0 71.21 133.42 8.31 8182 !TER-PIR @REF Eagles_++_2006 @DOI"10.1016/j.epsl.2005.11.060" EPSL @Au NW @T 2015 +8182 0.0 0.0 0.0 0.0 818 !PIR-CSS Pirie Bank-Central Scotia Sea +8182 34.7 0.0 0.0 0.0 818 !PIR-CSS @REF Eagles_++_2006 @DOI"10.1016/j.epsl.2005.11.060" EPSL @Au NW @T 2015, Dove basin open, @CHRONID"15y" +8182 40.1 67.35 132.54 11.82 818 !PIR-CSS @REF Eagles_++_2006 @DOI"10.1016/j.epsl.2005.11.060" EPSL @Au NW @T 2015, opening of Dove Basin, older than chron @CHRONID"8o" +8182 50.0 68.14 131.8 11.84 818 !PIR-CSS extension in Dove Basin @Au NW @T 2015 +8182 250.0 68.14 131.8 11.84 818 !PIR-CSS +8183 0.0 0.0 0.0 0.0 818 !BRU-CSS Bruce Bank-Central Scotia Sea +8183 250.0 0.0 0.0 0.0 818 !BRU-CSS +8184 0.0 0.0 0.0 0.0 818 !DIS-CSS Discovery bank-Central Scotia Sea +8184 9.7 0.0 0.0 0.0 818 !DIS-CSS +8184 16.7 29.87 -34.44 -0.68 818 !DIS-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8184 250.0 29.87 -34.44 -0.68 818 !DIS-CSS +8185 0.0 0.0 0.0 0.0 8184 !HER-DIS Herdman Bank-Discovery Bank +8185 26.6 22.56 11.19 -1.59 8184 !HER-DIS @REF Civile_++_2012 @DOI"10.1016/j.tecto.2012.05.002" @Au NW @T 2015 +8185 250.0 22.56 11.19 -1.59 8184 !HER-DIS +8186 0.0 0.0 0.0 0.0 812 !JNE-SOR Jane Bank-South Orkney microcontinent +8186 9.7 0.0 0.0 0.0 812 !JNE-SOR @xo_ys +8186 9.7 -70.56 -39.58 2.08 8184 !JNE-DIS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, Jane Bank-Discovery bank +8186 250.0 -70.56 -39.58 2.08 8184 !JNE-DIS +819 0.0 0.0 0.0 0.0 818 !MAG-CSS Magallanes plate-Central Scotia Sea +819 5.9 0.0 0.0 0.0 818 !MAG-CSS Magallanes plate-Central Scotia Sea Magallanes and Central Scotia plate amalgamate to become the Scotia Plate +819 10.9 6.21 -27.89 0.97 818 !MAG-CSS @REF Eagles_++_2005 @Au NW @T 2015 +819 16.7 31.71 -23.37 2.16 818 !MAG-CSS @REF Eagles_++_2005 @Au NW @T 2015 +819 20.1 37.89 -23.64 3.6 818 !MAG-CSS @REF Eagles_++_2005 @Au NW @T 2015 +819 23.1 31.76 -27.49 5.0 818 !MAG-CSS @REF Eagles_++_2005 @Au NW @T 2015 +819 26.6 17.21 -32.12 6.64 818 !MAG-CSS @REF Eagles_++_2005 @Au NW @T 2015 +819 30.1 5.18 -38.18 9.1 818 !MAG-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015, Tierra del Fuego to Terror Rise @xo_ys +819 30.1 2.41 -38.54 9.22 8181 !MAG-TER Magallanes plate-Terror Rise derived @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +819 250.0 2.41 -38.54 9.22 8181 !MAG-TER @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8191 0.0 0.0 0.0 0.0 819 !DAV-MAG Davis Bank-Magallanes plate +8191 21.5 0.0 0.0 0.0 819 !DAV-MAG @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +8191 21.5 34.54 -25.82 4.25 818 !DAV-CSS Davis Bank-Central Scotia based on @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8191 26.6 33.83 -22.34 4.31 818 !DAV-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8191 30.1 33.83 -22.34 4.31 818 !DAV-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +8191 30.1 10.89 -60.18 -3.78 201 !DAV-SAM Davis Bank-South America @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8191 250.0 10.89 -60.18 -3.78 201 !DAV-SAM @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8192 0.0 0.0 0.0 0.0 8191 !BAR-DAV Barker/Aurora bank-Davis bank +8192 26.6 36.59 -41.32 -2.27 8191 !BAR-DAV @REF Pandey_++_2010 @Au NW @T 2015 +8192 250.0 36.59 -41.32 -2.27 8191 !BAR-DAV @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +820 0.0 0.0 0.0 0.0 819 !BWB-MAG Burdwood bank-Magallanes plate +820 26.6 0.0 0.0 0.0 819 !BWB-MAG @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +820 26.6 17.21 -32.12 6.64 818 !BWB-CSS Burdwood bank-Central Scotia Sea +820 30.1 17.21 -32.12 6.64 818 !BWB-CSS @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +820 30.1 44.74 -97.21 -1.61 201 !BWB-SAM Burdwood Bank-South America +820 49.7 -44.74 82.79 1.61 201 !BWB-SAM @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +820 250.0 -44.74 82.79 1.61 201 !BWB-SAM @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +8201 0.0 0.0 0.0 0.0 817 !TCS-SGR Trapped Central Scotia-South Georgia (for isochrons) @Au NW @T 2015 +8201 75.0 0.0 0.0 0.0 817 !TCS-SGR @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 @xo_ys +8201 75.0 23.69 -41.19 -7.57 294 !TCS-FK @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" Au NW @T 2015, rotations from This study (NW15) +8201 250.0 23.69 -41.19 -7.57 294 !TCS-FK @REF Eagles_Jokat_2014 @DOI"10.1016/j.tecto.2013.11.021" @Au NW @T 2015 +833 0.0 0.0 0.0 0.0 801 !LHR-AUS Lord Howe Rise-Australia +833 52.0 0.0 0.0 0.0 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +833 55.9 -15.93 133.47 -2.11 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"N25y" +833 67.7 -9.04 134.46 -8.83 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"N31y" +833 73.6 -9.53 137.2 -12.94 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"N33y" +833 79.1 0.37 133.82 -13.0 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"N33o" eliminated +833 86.0 4.06 -42.35 15.51 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +833 90.0 3.27 -42.59 18.34 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +833 250.0 3.27 -42.59 18.34 801 !LHR-AUS +834 0.0 0.0 0.0 0.0 869 !NFR-NLHR Norfolk Ridge-North Lord Howe Rise +834 250.0 0.0 0.0 0.0 869 !NFR-NLHR @absage +835 0.0 0.0 0.0 0.0 844 !TKR-LYR Three Kings Ridge-Loyalty Ridge +835 18.0 0.0 0.0 0.0 844 !TKR-LYR Miocene opening after Sdrolias et al. 2004 @absage +835 25.0 -36.62 21.32 2.55 844 !TKR-LYR Miocene opening after Sdrolias et al. 2004 @absage +835 250.0 -36.62 21.32 2.55 844 !TKR-LYR @absage +836 0.0 0.0 0.0 0.0 801 !LP-AUS Louisiade Plateau-Australia +836 52.0 0.0 0.0 0.0 801 !LP-AUS @absage +836 53.3 -7.75 144.57 -2.08 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +836 55.9 7.15 124.35 -1.89 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +836 57.9 1.14 132.09 -4.63 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +836 61.3 -3.01 137.84 -10.65 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +836 63.0 2.89 -43.55 11.42 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" @absage +836 95.0 2.89 -43.55 11.42 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" @absage +836 250.0 2.89 -43.55 11.42 801 !LP-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +838 0.0 0.0 0.0 0.0 839 !NSF-ESF Northwest South Fiji Basin-East South Fiji Basin +838 25.0 0.0 0.0 0.0 839 !NSF-ESF Spreading stopped @absage +838 25.6 0.09 -179.72 0.39 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 25.8 0.99 -178.47 0.93 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 26.6 8.19 -178.49 1.94 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 28.0 3.87 179.78 3.41 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 28.3 3.57 177.18 4.48 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 28.7 3.41 176.86 5.1 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 29.4 6.41 -179.89 4.98 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 30.1 11.96 -179.48 4.94 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 33.1 34.81 -177.48 5.29 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +838 250.0 34.81 -177.48 5.29 839 !NSF-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +839 0.0 0.0 0.0 0.0 835 !ESF-TKR East South Fiji-Three Kings Ridge +839 25.0 0.0 0.0 0.0 835 !ESF-TKR Spreading stopped @absage +839 25.6 88.13 -1.98 -0.51 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 25.8 89.43 -0.93 -1.11 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 26.6 87.48 5.81 -1.81 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 27.0 82.87 5.76 -2.34 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 28.0 76.07 17.61 -3.0 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 28.3 74.59 18.75 -4.07 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 29.4 75.04 32.87 -5.11 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 33.1 74.85 42.29 -6.16 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +839 250.0 74.85 42.29 -6.16 835 !ESF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +840 0.0 0.0 0.0 0.0 801 !EPNG-AUS Rotations for E of PNG arc that was hypothesised to have been active from 62-50 Ma +840 50.0 0.0 0.0 0.0 801 !EPNG-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" From 0-50 Ma it is fixed to Australia @Au KM @T 2015 +840 62.0 12.01 -27.26 12.89 801 !EPNG-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Hypothesised arc E of PNG moves S during consumption of a BAB from 62-50 Ma - @Au KM @T 2015 +840 250.0 12.01 -27.26 12.89 801 !EPNG-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +841 0.0 0.0 0.0 0.0 844 !SLBA-LYR Hypothesised arc that was active from 85-55 Ma associated with opening of the South Loyalty BAB +841 45.0 0.0 0.0 0.0 844 !SLBA-LYR From 0-45 Ma it is fixed to 844 however these motions are made up - @Au KM +841 55.0 53.56 17.07 -0.57 844 !SLBA-LYR Hypothesised arc associated with opening of the South Loyalty BAB - @Au KJM @xo_of @absage +841 55.0 25.52 -7.4 13.53 8334 !SLBA-LYR Hypothesised arc associated with opening of the South Loyalty BAB - KM cross-over calc @T 20140905 @absage +841 85.0 3.36 -34.47 7.38 8334 !SLBA-LYR Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM @T 2015 +841 250.0 3.36 -34.47 7.38 8334 !SLBA-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +842 0.0 0.0 0.0 0.0 844 !MNF-LYR Mid Norfolk Ridge-Loyalty Ridge +842 250.0 0.0 0.0 0.0 844 !MNF-LYR Mid Norfolk Ridge-Loyalty Ridge +844 0.0 0.0 0.0 0.0 834 !LYR-NFR Loyalty Ridge-Norfolk Ridge +844 45.0 0.0 0.0 0.0 834 !LYR-NFR @xo_ys @absage +844 45.0 49.71 0.18 -44.45 901 !LYR-PAC @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Loyalty Ridge-Pacific cross-over @absage +844 55.0 56.37 9.52 -34.03 901 !LYR-PAC @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" @T 20140905 @absage +844 86.0 -46.48 174.21 42.34 901 !LYR-PAC @absage @xo_ys Seton et al. 2012 +844 86.0 42.8369 -40.4805 8.5925 834 !LYR-NFR Loyalty Ridge-Norfolk Ridge crossover @absage +844 120.6 42.8369 -40.4805 8.5925 834 !LYR-NFR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +844 145.0 -48.2882 -32.909 11.2408 834 !LYR-NFR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +845 0.0 0.0 0.0 0.0 834 !SLYB-NFR South Loyalty Basin-Norfolk Ridge +845 86.0 0.0 0.0 0.0 834 !SLYB-NFR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage @xo_ys +845 86.0 -42.8369 139.5195 8.5925 844 !SLYB-LYR South Loyalty Basin-Loyalty Ridge Seton et al. 2012 @absage +845 145.0 42.8369 -40.4805 -8.5925 844 !SLYB-LYR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +850 0.0 0.0 0.0 0.0 801 !TAS-AUS Tasmania-Australia +850 100.0 0.0 0.0 0.0 801 !TAS-AUS @absage +850 136.0 -1.04 55.95 0.32 801 !TAS-AUS @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" ~50km of N-S Extension in Bass/Gippsland Basins @absage +850 250.0 -1.04 55.95 0.32 801 !TAS-AUS @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" +851 0.0 0.0 0.0 0.0 801 !WSTR-AUS Western South Tasman Rise-Australia @Au JW&SW @T 2011 +851 50.0 0.0 0.0 0.0 801 !WSTR-AUS @absage @xo_ys +851 50.0 11.85 34.55 -24.94 802 !WSTR-ANT @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" based on @REF Royer_Rollet_1997 @DOI"10.1080/08120099708728336" @Au JW & SW @T 2011 Western South Tasman Rise-Antarctica Cross-over @absage +851 250.0 11.85 34.55 -24.94 802 !WSTR-ANT @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" based on @REF Royer_Rollet_1997 @DOI"10.1080/08120099708728336" @Au JW & SW @T 2011 +852 0.0 0.0 0.0 0.0 801 !ESTR-AUS Eastern South Tasman Rise-Australia +852 80.0 0.0 0.0 0.0 801 !ESTR-AUS @absage @xo_ys +852 80.0 2.58 36.97 -26.36 802 !ESTR-ANT @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" based on @REF Royer_Rollet_1997 @DOI"10.1080/08120099708728336" @Au JW & SW @T 2011, Eastern South Tasman Rise-Antarctica @absage +852 83.0 -2.67 -142.6 26.53 802 !ESTR-ANT @REF Whittaker_++_2013 @DOI"10.1002/ggge.20181" based on @REF Royer_Rollet_1997 @DOI"10.1080/08120099708728336" @Au JW & SW @T 2011 @absage +852 250.0 -2.67 -142.6 26.53 802 !ESTR-ANT +853 0.0 0.0 0.0 0.0 781 !WSOL-SPMOL West Solomon Sea continuation (isochrons) +853 250.0 0.0 0.0 0.0 781 !WSOL-SPMOL @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" West Solomon Sea continuation (isochrons) +854 0.0 0.0 0.0 0.0 801 !SEPNG-EPNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Rotations for SE of PNG arc that was hypothesised to have been active from 80-50 Ma +854 50.0 0.0 0.0 0.0 801 !SEPNG-EPNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" From 0-50 Ma it is fixed to Australia however these motions are made up - KM @xo_of @absage +854 50.0 0.0 0.0 0.0 840 !SEPNG-EPNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Late K arc fixed to hypothesised arc E of PNG that was active from 62-50 Ma - @Au KM @absage +854 62.0 5.26 -67.12 -0.03 840 !SEPNG-EPNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Late K arc fixed to hypothesised arc E of PNG that was active from 62-50 Ma - @Au KM @xo_of @absage +854 62.0 -25.41 -151.35 -4.15 836 !SEPNG-EPNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Late K arc fixed to hypothesised arc E of PNG that was active from 62-50 Ma - @Au KM @absage +854 80.0 2.78 -81.8 4.0 836 !SEPNG-LP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Louisiade Pl., hypothesised Late K arc SE of PNG moves N associated with BAB opening from 80-62 Ma - @Au KM +854 250.0 2.78 -81.8 4.0 836 !SEPNG-LP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +855 0.0 0.0 0.0 0.0 857 !NLB-NLBN North Loyalty Basin South-North Loyalty Basin North +855 35.0 0.0 0.0 0.0 857 !NLB-NLBN Spreading Stopped @absage +855 35.3 6.0 -155.0 -1.65 857 !SLB-NLBN @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" An 16y +855 38.1 -0.61 -149.64 -3.41 857 !SLB-NLBN @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" An 17o +855 39.6 6.0 -155.0 -5.05 857 !SLB-NLBN @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" An 18o +855 43.8 5.7 -153.1 -7.99 857 !NLB-NLBN @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" An 20o +855 140.0 5.7 -153.1 -7.99 857 !NLB-NLBN @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +856 0.0 0.0 0.0 0.0 835 !SSF-TKR South South Fiji Basin-Three Kings Ridge +856 25.0 0.0 0.0 0.0 835 !SSF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +856 26.6 14.18 -168.21 -1.2 835 !SSF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +856 28.0 21.84 -156.2 -2.0 835 !SSF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +856 30.1 21.84 -156.2 -3.2 835 !SSF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" +856 250.0 21.84 -156.2 -3.2 835 !SSF-TKR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +857 0.0 0.0 0.0 0.0 844 !NLBN-LYR North Loyalty Basin North-Loyalty Ridge +857 88.0 0.0 0.0 0.0 844 !NLBN-LYR @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +864 0.0 0.0 0.0 0.0 823 !NIU-LAU Niuafoou-Lau Ridge +864 1.0 -8.2 -170.2 -3.8 823 !NIU-LAU @REF Zellmer_++_2001 @DOI"10.1029/2000GC000106" @absage +864 2.0 -8.2 -170.2 -4.8 823 !NIU-LAU @REF Zellmer_++_2001 @DOI"10.1029/2000GC000106" @Au MS @T 10/03 @absage +864 250.0 -8.2 -170.2 -4.8 823 !NIU-LAU @absage +865 0.0 0.0 0.0 0.0 833 !SLBA2-LHR Rotations for an E of LHR arc that was hypothesised to have been active from 85-55 Ma associated with opening of the southern South Loyalty BAB +865 45.0 0.0 0.0 0.0 833 !SLBA2-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", From 0-45 Ma it is fixed to 833 however these motions are made up - @Au KM +865 55.0 16.38 -45.7 -0.06 833 !SLBA2-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the southern South Loyalty BAB - @Au KJM @xo_of @absage +865 55.0 10.11 -56.66 -0.07 8680 !SLBA2-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the southern South Loyalty BAB - @Au KM @absage +865 85.0 36.35 4.71 -18.85 8680 !SLBA2-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the southern South Loyalty BAB - @Au KM +865 250.0 36.35 4.71 -18.85 8680 !SLBA2-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the southern South Loyalty BAB - @Au KM +866 0.0 0.0 0.0 0.0 869 !CS-NLHR Chesterfield Plateau-Northern Lord Howe Rise +866 64.0 0.0 0.0 0.0 869 !CS-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +866 71.6 22.48 -24.74 -8.83 869 !CS-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +866 71.6 27.2 92.2 -4.14 801 !CS-AUS Chesterfield Plateau-Australia @REF Gaina_++_1998 @DOI"10.1029/98JB00386", cross-over +866 90.0 27.2 92.2 -4.14 801 !CS-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +866 250.0 27.2 92.2 -4.14 801 !CS-AUS +867 0.0 0.0 0.0 0.0 868 !GSM-CLP Gilbert Seamount Complex-Challenger Plateau +867 79.1 0.0 0.0 0.0 868 !GSM-CP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +867 79.1 -2.66 64.32 -27.89 802 !GSM-ANT Gilbert Seamount Complex-Antarctica cross-over @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +867 90.0 -2.66 64.32 -27.89 802 !GSM-ANT @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +867 250.0 -2.66 64.32 -27.89 802 !GSM-ANT +868 0.0 0.0 0.0 0.0 833 !CLP-LHR Challenger Plateau-Lord Howe Rise +868 77.0 0.0 0.0 0.0 833 !CLP-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +868 90.0 65.04 108.97 -1.39 833 !CLP-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +868 250.0 65.04 108.97 -1.39 833 !CLP-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +869 0.0 0.0 0.0 0.0 833 !NLHR-LHR Northern Lord Howe Rise-Lord Howe Rise +869 64.0 0.0 0.0 0.0 833 !NLHR-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +869 83.0 8.1 -35.62 -2.72 833 !NLHR-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +869 83.0 -0.75 134.44 -11.73 801 !NLHR-AUS Northern Lord Howe Rise-Australia, @REF Gaina_++_1998 @DOI"10.1029/98JB00386", crossover +869 90.0 -0.75 134.44 -11.73 801 !NLHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +869 250.0 -0.75 134.44 -11.73 801 !NLHR-AUS +870 0.0 0.0 0.0 0.0 823 !TOL-LAU Lau Basin Tonga Side-Lau Ridge +870 2.0 0.0 0.0 0.0 823 !TOL-LAU @REF Zellmer_++_2001 @DOI"10.1029/2000GC000106" @absage +870 4.0 -26.87 -178.28 7.4 823 !TOL-LAU @REF Zellmer_++_2001 @DOI"10.1029/2000GC000106" @absage +870 250.0 -26.87 -178.28 7.4 823 !TOL-LAU +872 0.0 0.0 0.0 0.0 844 !SLBA3-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc that was active from 85-55 Ma associated with opening of the South Loyalty BAB +872 45.0 0.0 0.0 0.0 844 !SLBA3-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", From 0-45 Ma it is fixed to 844 however these motions are made up - @Au KM +872 55.0 53.74 26.96 -0.54 844 !SLBA3-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM @xo_of @absage +872 55.0 25.51 -7.65 13.58 890 !SLBA3-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM cross-over 20140905 @absage +872 63.0 17.42 -13.4 19.84 890 !SLBA3-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", recalc this rot to match what it was before 20140905 - @Au KM @xo_of @absage +872 63.0 14.98 -16.44 9.31 841 !SLBA3-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM cross-over 20140905 @absage +872 250.0 14.98 -16.44 9.31 841 !SLBA3-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +873 0.0 0.0 0.0 0.0 890 !SLB1-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR +873 85.0 0.0 0.0 0.0 890 !SLB1-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR - @Au KM +874 0.0 0.0 0.0 0.0 8334 !SLB2-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR +874 85.0 0.0 0.0 0.0 8334 !SLB2-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR - @Au KM +875 0.0 0.0 0.0 0.0 8333 !SLB3-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR +875 85.0 0.0 0.0 0.0 8333 !SLB3-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR - @Au KM +876 0.0 0.0 0.0 0.0 8335 !SLB4-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR +876 85.0 0.0 0.0 0.0 8335 !SLB4-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR - @Au KM +877 0.0 0.0 0.0 0.0 8680 !SLB5-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR +877 85.0 0.0 0.0 0.0 8680 !SLB5-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", W isochron of SLB MOR - @Au KM +878 0.0 0.0 0.0 0.0 836 !PP-LP Papuan Plateau-Louisiade Plateau +878 52.0 0.0 0.0 0.0 836 !PP-LP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +878 63.0 2.89 -43.55 -1.28 836 !PP-LP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +878 63.0 -2.89 136.45 -10.14 801 !PP-AUS Papuan Plateau-Australia cross-over Gaina et al. 1998 +878 250.0 -2.89 136.45 -10.14 801 !PP-AUS +879 0.0 0.0 0.0 0.0 813 !CHA-CBP Chatham Rise-Campbell Plateau +879 79.1 0.0 0.0 0.0 813 !CHA-CBP +879 90.0 -47.5 166.0 -6.25 813 !CHA-CBP @REF Grobys_++_2008 @DOI"10.1029/2007GC001691", based on restoration of crustal volumes @absage +879 250.0 -47.5 166.0 -6.25 813 !CHA-CBP +883 0.0 0.0 0.0 0.0 869 !NDR-NLHR North Dampier Ridge-Northern Lord Howe Rise +883 71.4 0.0 0.0 0.0 869 !NDR-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +883 71.4 -9.43 135.58 -10.36 801 !NDR-AUS North Dampier Ridge-Australia cross-over @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +883 90.0 -9.43 135.58 -10.36 801 !NDR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +883 140.0 -9.43 135.58 -10.36 801 !NDR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +883 250.0 -9.43 135.58 -10.36 801 !NDR-AUS +884 0.0 0.0 0.0 0.0 869 !M1DR-NLHR Middle 1 Dampier Ridge-Northern Lord Howe Rise +884 72.4 0.0 0.0 0.0 869 !M1DR-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +884 72.4 -9.51 135.94 -10.91 801 !M1DR-AUS Middle 1 Dampier Ridge-Australia cross-over +884 90.0 -9.51 135.94 -10.91 801 !M1DR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +884 250.0 -9.51 135.94 -10.91 801 !M1DR-AUS +885 0.0 0.0 0.0 0.0 869 !M2DR-NLHR Middle 2 Dampier Ridge-Northern Lord Howe Rise +885 74.2 0.0 0.0 0.0 869 !M2DR-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +885 74.2 -8.38 135.87 -11.48 801 !M2DR-AUS Middle 2 Dampier Ridge-Australia cross-over +885 90.0 -8.38 135.87 -11.48 801 !M2DR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +885 250.0 -8.38 135.87 -11.48 801 !M2DR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +8858 0.0 0.0 0.0 0.0 833 !NFR2-NFR Norfolk Ridge Block 2-Norfolk Ridge +8858 90.0 0.0 0.0 0.0 833 !NFR2-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8858 100.0 3.0 -20.0 2.9 833 !NFR2-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8858 250.0 3.0 -20.0 2.9 833 !NFR2-NFR @absage +8859 0.0 0.0 0.0 0.0 834 !NB1-NFR Norfolk Basin Block 1-Norfolk Ridge +8859 18.0 0.0 0.0 0.0 834 !NB1-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8859 25.0 -26.0 168.23 -34.24 834 !NB1-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8859 100.0 -26.0 168.23 -34.24 834 !NB1-NFR @absage +886 0.0 0.0 0.0 0.0 869 !SDR-NLHR South Dampier Ridge-Northern Lord Howe Rise +886 79.1 0.0 0.0 0.0 869 !SDR-NLHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +886 79.1 2.27 131.96 -10.91 801 !SDR-AUS South Dampier Ridge-Australia cross-over @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +886 250.0 2.27 131.96 -10.91 801 !SDR-AUS @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" +8860 0.0 0.0 0.0 0.0 834 !NB2-NFR Norfolk Basin Block 2-Norfolk Ridge +8860 18.0 0.0 0.0 0.0 834 !NB2-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8860 25.0 -35.0 165.0 8.37 834 !NB2-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8860 100.0 -35.0 165.0 8.37 834 !NB2-NFR @absage +8861 0.0 0.0 0.0 0.0 834 !NB3-NFR Norfolk Basin Block 3-Norfolk Ridge +8861 18.0 0.0 0.0 0.0 834 !NB3-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8861 25.0 -10.0 175.0 -3.41 834 !NB3-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8861 100.0 -10.0 175.0 -3.41 834 !NB3-NFR @absage +8862 0.0 0.0 0.0 0.0 834 !NB4-NFR Norfolk Basin Block 4-Norfolk Ridge +8862 18.0 0.0 0.0 0.0 834 !NB4-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8862 25.0 -10.54 177.89 -4.48 834 !NB4-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8862 100.0 -10.54 177.89 -4.48 834 !NB4-NFR @absage +8863 0.0 0.0 0.0 0.0 834 !NB5-NFR Norfolk Basin Block 5-Norfolk Ridge +8863 18.0 0.0 0.0 0.0 834 !NB5-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8863 25.0 0.0 2.52 1.93 834 !NB5-NFR @REF Sdrolias_++_2004 @DOI"10.1016/j.tecto.2004.07.061" @absage +8863 100.0 0.0 2.52 1.93 834 !NB5-NFR @absage +887 0.0 0.0 0.0 0.0 801 !ETP-AUS East Tasman Plateau-Australia +887 83.0 0.0 0.0 0.0 801 !ETP-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +887 90.0 81.73 -40.96 -2.59 801 !ETP-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +887 250.0 81.73 -40.96 -2.59 801 !ETP-AUS +888 0.0 0.0 0.0 0.0 878 !EPP-PP Eastern Papuan Plateau-Papuan Plateau +888 52.0 0.0 0.0 0.0 878 !EPP-PP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +888 60.0 14.03 -40.97 4.87 878 !EPP-PP Gaina et al. 1998 @absage @xo_ys +888 60.0 -6.85 137.27 -12.21 801 !EPP-AUS Eastern Papuan Plateau-Australia cross-over @absage +888 140.0 -6.85 137.27 -12.21 801 !EPP-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +888 250.0 -6.85 137.27 -12.21 801 !EPP-AUS +889 0.0 0.0 0.0 0.0 836 !MR-LP Mellish Rise-Louisiade Plateau +889 52.0 0.0 0.0 0.0 836 !MR-LP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +889 56.5 0.0 0.0 0.0 836 !MR-LP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage +889 57.0 17.78 -20.48 -1.55 836 !MR-LP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage @xo_ys +889 57.0 50.56 8.59 -1.66 890 !MR-KP Mellish Rise-Kenn Plateau cross-over @absage +889 250.0 50.56 8.59 -1.66 890 !MR-KP @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +890 0.0 0.0 0.0 0.0 866 !KP-CS Kenn Plateau-Chesterfield Plateau +890 63.0 0.0 0.0 0.0 866 !KP-CS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @absage @xo_ys +890 63.0 -9.98 134.33 -6.15 801 !KP-AUS Kenn Plateau-Australia cross-over @absage @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +890 250.0 -9.98 134.33 -6.15 801 !KP-AUS +895 0.0 0.0 0.0 0.0 605 !ENT-ARG Eastern NeoTethys-Argo oceanic crust @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +895 136.0 0.0 0.0 0.0 605 !ENT-ARG @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage @xo_ys +895 136.0 -2.02 18.86 -73.11 801 !ENT-AUS Eastern NeoTethys-Australia @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @absage +895 250.0 -2.02 18.86 -73.11 801 !ENT-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" +896 0.0 0.0 0.0 0.0 801 !NAT-AUS Naturaliste-Australia +896 126.5 0.0 0.0 0.0 801 !NAT-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @REF Ana_Gibbons_phd_2011 @xo_ys +896 126.5 8.93 179.13 -59.79 501 !NAT-IND Naturaliste-India Craton, @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @REF Ana_Gibbons_phd_2011 +896 131.0 8.93 179.13 -59.79 501 !NAT-IND @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @REF Ana_Gibbons_phd_2011 @xo_ys +896 131.0 -52.54 81.42 -2.38 801 !NAT-AUS Naturaliste-Australia +896 250.0 -52.54 81.42 -2.38 801 !NAT-AUS @REF Gibbons_++_2013 @DOI"10.1002/jgrb.50079" @REF Ana_Gibbons_phd_2011 +898 0.0 0.0 0.0 0.0 801 !NCT2-AUS North Cato Trough 2-Australia Chron26 +898 52.0 0.0 0.0 0.0 801 !NCT2-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" @absage +898 55.9 0.0 0.0 0.0 801 !NCT2-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038", @CHRONID"26" +898 57.9 -18.23 139.7 -1.69 801 !NCT2-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038", @CHRONID"26" +898 90.0 -18.23 139.7 -1.69 801 !NCT2-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" @absage +898 250.0 -18.23 139.7 -1.69 801 !NCT2-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038", @CHRONID"26" +899 0.0 0.0 0.0 0.0 801 !CAT-AUS Cato Trough-Australia +899 52.0 0.0 0.0 0.0 801 !CAT-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" @absage +899 57.9 0.0 0.0 0.0 801 !CAT-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +899 61.3 40.05 109.21 -1.13 801 !CAT-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +899 250.0 40.05 109.21 -1.13 801 !CAT-AUS @REF Gaina_++_1999 @DOI"10.1029/1999JB900038" +9000 0.0 0.0 0.0 0.0 001 !PTJ-001 Panthalassa triple junction-001 +9000 250.0 21.74 -69.5 112.41 001 !PTJ-001 Panthalassa triple junction reverted to @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" original rotation @xo_ys +901 0.0 0.0 0.0 0.0 804 !PAC-MBL Pacific-Marie Byrd Land (West Antarctica) +901 10.9 70.36 -77.81 9.48 804 !PAC-MBL @REF Croon_++_2008 @DOI"10.1029/2008GC002019", @CHRONID"An5o" +901 20.1 74.0 -70.16 16.73 804 !PAC-MBL @REF Croon_++_2008 @DOI"10.1029/2008GC002019", @CHRONID"An6o" +901 33.1 74.5 -64.6 26.97 804 !PAC-MBL interpolated @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW, @T 2013 +901 40.1 74.87 -54.46 32.62 804 !PAC-MBL @REF Croon_++_2008 @DOI"10.1029/2008GC002019", @CHRONID"An18o" +901 43.8 74.78 -51.61 35.29 804 !PAC-MBL @REF Croon_++_2008 @DOI"10.1029/2008GC002019", @CHRONID"An20o" +901 47.9 74.43 -48.54 38.18 804 !PAC-MBL @REF Wright_++_2015, @CHRONID"c21o" +901 53.3 73.47 -52.08 40.1 804 !PAC-MBL @REF Wright_++_2015, @CHRONID"c24n3o" +901 56.4 72.94 -51.29 42.68 804 !PAC-MBL @REF Wright_++_2015, @CHRONID"c25o" +901 61.3 71.35 -54.16 45.5 804 !PAC-MBL @REF Wright_++_2015, @CHRONID"c27o" +901 67.6 68.94 -56.69 49.01 804 !PAC-MBL @REF Wright_++_2015, @CHRONID"c30o" +901 73.6 66.63 -57.36 52.78 804 !PAC-MBL @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015", @CHRONID"c33y" +901 79.1 64.8 -57.8 56.28 804 !PAC-MBL @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015", @CHRONID"c33o" +901 83.0 63.6 -58.1 58.8 804 !PAC-MBL @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" interpolated @xo_ys +901 83.0 53.7881 -75.331 47.4562 003 !PAC-PPH Pacific-Pacific Hotspots cross-over +901 95.0 53.4378 -77.4529 52.6643 003 !PAC-PPH 901-001 stage rot from @REF Wessel_Kroenke_2008 @DOI"10.1029/2007JB005499" +901 106.2 56.6493 -73.2622 59.1285 003 !PAC-PPH 901-001 stage rot from @REF Wessel_Kroenke_2008 @DOI"10.1029/2007JB005499" +901 140.0 67.9929 -58.339 74.0394 003 !PAC-PPH 901-001 stage rot from @REF Wessel_Kroenke_2008 @DOI"10.1029/2007JB005499" +901 250.0 67.9929 -58.339 74.0394 003 !PAC-PPH 901-001 stage rot from @REF Wessel_Kroenke_2008 @DOI"10.1029/2007JB005499" +902 0.0 0.0 0.0 0.0 901 !FAR-PAC Pacific-Farallon +902 23.0 73.53 -92.61 -31.08 901 !FAR-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +902 33.1 76.1 -110.7 -45.27 901 !FAR-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" +902 40.1 84.45 -138.06 -53.87 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"18n2o" +902 43.8 85.02 -156.43 -59.14 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"20o" +902 47.9 85.5 168.93 -63.57 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"21o" +902 49.7 85.26 159.38 -65.28 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"22o" +902 52.4 84.88 151.84 -67.42 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"24n1ny" +902 55.9 84.14 138.7 -70.14 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"25y" +902 57.6 83.86 135.29 -71.16 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"26y" +902 61.3 83.29 129.82 -73.29 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"27o" +902 62.5 83.04 127.51 -73.9 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"28y" +902 67.7 82.43 124.34 -77.55 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"31y" +902 79.1 80.29 111.03 -84.97 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"33o" +902 83.0 79.29 106.41 -87.38 901 !FAR-PAC @REF Wright_++_2015, @CHRONID"34y" +902 110.0 77.07 102.46 -121.45 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 120.6 71.97 94.87 -129.03 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 125.7 68.63 92.83 -133.77 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 130.5 65.97 91.61 -137.76 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 137.9 63.53 93.75 -143.55 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 146.6 60.95 95.64 -149.88 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 154.0 59.07 96.81 -154.64 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 168.0 56.04 98.45 -162.49 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 180.0 53.05 99.82 -170.39 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (stage updated @Au NW, @T 2015) +902 190.0 50.58 100.86 -176.84 901 !FAR-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @AU GS @T 2013 (stage updated @AU NW, @T 2014) +902 200.0 48.11 101.73 -183.43 901 !FAR-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012", @AU GS @T 2013 changed from REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (Cache Creek changed) (stage updated @Au NW @T 2015) @absage +902 220.0 43.12 103.28 -196.56 901 !FAR-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012", @AU GS @T 2013 changed from REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (Cache Creek changed) (stage updated @Au NW @T 2015) @absage +902 230.0 40.54 103.96 -203.09 901 !FAR-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012", @AU GS @T 2013 changed from REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (Cache Creek changed) (stage updated @Au NW @T 2015) @absage +902 250.0 35.22 105.25 -215.97 901 !FAR-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012", @AU GS @T 2013 changed from REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" (Cache Creek changed) (stage updated @Au NW @T 2015) @absage @xo_ys +9021 0.0 -25.61 -74.5 237.48 16150 !FTALX-AXB Farallon trapped crust in Alexander Plate (isochron rotations)-Alexander BAB isochron rotations, @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", @AU SZ & KJM @T 2015 +9021 230.0 -25.61 -74.5 237.48 16150 !FTALX-AXB @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", @AU SZ & KJM @T 2015 @xo_os +9021 230.0 34.49 102.76 -221.66 16111 !FTALX-ALX Farallon trapped crust in Alexander Plate (isochron rotations)-Alexander Terrane +9021 250.0 34.49 102.76 -221.66 16111 !FTALX-ALX @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", @AU SZ & KJM @T 2015 +903 0.0 0.0 0.0 0.0 910 !VAN-JFC Vancouver-Juan de Fuca +903 28.3 0.0 0.0 0.0 910 !VAN-JFC @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002", @AU SZ & KJM @T 2015 @xo_ys +903 28.3 81.35 -117.91 -30.67 901 !VAN-PAC Vancouver Plate-Pacific, Vancouver-Juan de Fuca name change c10n1y +903 33.1 79.74 -125.38 -40.87 901 !VAN-PAC @REF Wright_++_2015 @CHRONID"c13y" +903 40.1 77.74 -128.25 -55.02 901 !VAN-PAC @REF Wright_++_2015 @CHRONID"c18n2o" +903 47.9 76.45 -128.91 -67.38 901 !VAN-PAC @REF Wright_++_2015 @CHRONID"c21o" +903 49.7 76.2 -129.07 -70.0 901 !VAN-PAC @REF Wright_++_2015 @CHRONID"c22o" +903 52.4 75.96 -129.3 -72.9 901 !VAN-PAC @REF Wright_++_2015 @CHRONID"c24n1y" @xo_ys +903 52.4 16.51 -75.93 -16.93 902 !VAN-FAR Vancouver-Farallon crossover @CHRONID"c24n1y" +903 250.0 16.51 -75.93 -16.93 902 !VAN-FAR +904 0.0 0.0 0.0 0.0 804 !ALU-MBL Aluk/Phoenix-Marie Byrd Land +904 3.3 0.0 0.0 0.0 804 !ALU-MBL Spreading ends @AU NW @T 2014 +904 5.2 -68.74 -95.44 1.58 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c3n4o" @AU NW @T 2014 +904 10.9 -69.46 -89.6 12.4 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c5n2o" @AU NW @T 2014 +904 14.6 -68.89 -89.42 21.47 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" @CHRONID"c5ADo" @AU NW @T 2014 +904 20.1 -68.43 -89.45 32.3 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c6o" @AU NW @T 2014 +904 26.6 -69.56 -97.57 40.6 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c8n2o" @AU NW @T 2014 +904 28.7 -69.86 -101.89 40.35 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c10n2o" @AU NW @T 2014 +904 33.5 -70.31 -106.72 40.76 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" @CHRONID"c13o" @AU NW @T 2014 +904 36.6 -70.52 -108.05 43.4 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c17n1y" @AU NW @T 2014 +904 40.1 -70.77 -110.04 45.54 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c18n2o" @AU NW @T 2014 +904 43.8 -71.23 -108.03 54.75 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c20o" @AU NW @T 2014 +904 46.3 -71.62 -110.08 61.45 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c21y" @AU NW @T 2014 +904 53.3 -71.82 -111.1 66.89 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c24n3o" @AU NW @T 2014 +904 56.4 -71.81 -116.19 71.5 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c25o" @AU NW @T 2014 +904 57.9 -71.79 -116.95 75.46 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c26o" @AU NW @T 2014 +904 61.3 -71.48 -123.18 79.06 804 !ALU-MBL @REF Eagles_Scott_2014 @DOI"10.1016/j.gloplacha.2014.08.002" GPC @CHRONID"c27o" @AU NW @T 2014 @xo_ys +904 61.3 70.3 16.28 -120.12 901 !ALU-PAC Aluk/Phoenix-Pacific crossover @CHRONID"c27o" +904 67.7 66.22 0.68 -120.98 901 !ALU-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c31y" +904 83.0 61.23 -4.2 -142.06 901 !ALU-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c34y" @xo_ys +904 83.0 32.1 36.98 -79.55 984 !ALU-MAN Aluk-Manihiki crossover +904 250.0 -32.1 -143.02 79.55 984 !ALU-MAN (E. of extinct ridge, N. of Hero) @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c34y" +907 0.0 0.0 0.0 0.0 301 !JMNC-EUR Jan Mayen Central Plate-Norther European Craton +907 27.0 0.0 0.0 0.0 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" spreading stops between @CHRONID"C11" & @CHRONID"C7" +907 33.1 65.52 -9.45 -16.21 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C13y" +907 40.1 63.92 -12.96 -17.02 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C18o" +907 43.8 64.12 -12.9 -26.52 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C20o" +907 49.7 64.16 -11.47 -49.09 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C22o" +907 51.7 55.94 -23.86 -16.35 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C23o" +907 53.3 52.07 -28.49 -15.31 301 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C24o" @xo_ys +907 53.3 81.57 2.13 -20.59 102 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @CHRONID"C24o" +907 250.0 81.57 2.13 -20.59 102 !JMNC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" +908 0.0 0.0 0.0 0.0 911 !EMAN-NAZ East Manihiki/Chasca-Nazca @Au NW @T 2015 +908 23.0 0.0 0.0 0.0 911 !EMAN-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @xo_ys +908 23.0 16.27 -82.32 -7.28 902 !EMAN-FAR East Manihiki/Chasca-Farallon +908 86.0 16.27 -82.32 -7.28 902 !EMAN-FAR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @xo_ys @absage +908 86.0 -81.04 -47.3 92.06 982 !EMAN-MPP East Manihiki/Chasca-Manihiki @absage +908 100.0 78.38 110.97 -98.76 982 !EMAN-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @AU NW @T 2015 edited stage @absage +908 110.0 77.87 105.68 -105.92 982 !EMAN-MAN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @AU NW @T 2015 edited stage @absage +908 120.6 76.66 105.25 -111.6 982 !EMAN-MAN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @AU NW @T 2015 edited stage @xo_ys +908 120.6 7.37 36.23 104.73 919 !EMAN-MAN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @AU GS @T 2013 +908 250.0 7.37 36.23 104.73 919 !EMAN-MAN +909 0.0 0.0 0.0 0.0 901 !COC-PAC Cocos Plate-Pacific +909 5.0 39.13 -108.6 -10.25 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5" +909 10.0 35.3 -105.6 -25.08 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5" +909 11.9 36.0 -107.7 -30.27 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5y" +909 13.0 36.7 -109.1 -32.66 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5y" +909 14.8 38.3 -111.8 -36.33 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5y" +909 17.3 39.3 -114.9 -42.45 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN5y" +909 20.0 40.42 -117.81 -47.44 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @CHRONID"AN6" +909 23.0 39.8 -119.7 -54.29 901 !COC-PAC @REF Wilson_1996 @DOI"10.1029/96GL02893" @xo_ys +909 23.0 7.97 -111.88 -34.1 902 !COC-FAR Cocos-Farallon, Farallon plate fragmentation @Au NW, @T 2014 +909 250.0 7.97 -111.88 -34.1 902 !COC-FAR Cocos-Farallon +910 0.0 0.0 0.0 0.0 901 !JFC-PAC Juan de Fuca-Pacific +910 10.9 80.5 -38.8 -8.92 901 !JFC-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c5n2o" +910 20.1 82.6 12.21 -14.34 901 !JFC-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c6o" +910 28.3 81.35 -117.91 -30.67 901 !JFC-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @CHRONID"c10n1ny" +910 250.0 81.35 -117.91 -30.67 901 !JFC-PAC +911 0.0 0.0 0.0 0.0 901 !NAZ-PAC Nazca Plate-Pacific +911 5.0 60.08 -91.23 -7.13 901 !NAZ-PAC @REF Tebbens_Cande_1997 & @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW @T 2013 +911 10.9 63.42 -91.82 -16.54 901 !NAZ-PAC @REF Tebbens_Cande_1997 & @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW @T 2013 +911 15.0 64.98 -91.73 -22.83 901 !NAZ-PAC @REF Tebbens_Cande_1997 & @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW @T 2013 +911 20.1 62.38 -93.02 -31.01 901 !NAZ-PAC @REF Tebbens_Cande_1997 & @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW @T 2013 @CHRONID"AN6" +911 23.0 63.42 -94.11 -35.51 901 !NAZ-PAC @REF Tebbens_Cande_1997 & @REF Croon_++_2008 @DOI"10.1029/2008GC002019" @Au NW @T 2013 @xo_ys +911 23.0 16.27 -82.32 -7.28 902 !NAZ-FAR Nazca Plate-Farallon Plate crossover +911 250.0 16.27 -82.32 -7.28 902 !NAZ-FAR @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" +912 0.0 0.0 0.0 0.0 904 !CAT-ALU Catequil portion of Phoenix-Aluk (for isochrons) +912 83.0 0.0 0.0 0.0 904 !CAT-ALU @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @xo_ys +912 83.0 32.1 36.98 -79.55 908 !CAT-EMAN Catequil portion of Phoenix - E Manihiki +912 200.0 32.1 36.98 -79.55 908 !CAT-EMAN @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" +913 0.0 0.0 0.0 0.0 903 !VBP-VAN Vancouver Subplate-Vancouver +913 47.9 0.0 0.0 0.0 903 !VBP-VAN @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @xo_ys +913 47.9 76.45 -128.91 -67.38 901 !VBP-PAC Vancouver Subplate-Pacific +913 52.4 -86.84 22.49 58.16 901 !VBP-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @xo_ys +913 52.4 62.57 148.25 10.14 902 !VBP-FAR Vancouver Subplate-Farallon +913 250.0 62.57 148.25 10.14 902 !VBP-FAR @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 +918 0.0 0.0 0.0 0.0 901 !KUL-PAC Kula plate-Pacific plate +918 41.0 0.0 0.0 0.0 901 !KUL-PAC spreading stops +918 41.3 28.06 -56.8 0.11 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c19y" +918 47.9 27.14 -58.12 3.74 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c21o" +918 55.9 37.52 153.33 -24.19 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c25y" +918 61.3 37.14 151.09 -26.81 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c27o" +918 67.7 35.99 147.87 -30.51 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c31y" +918 73.6 35.13 144.87 -37.84 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c33y" +918 83.0 30.22 139.25 -38.5 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @CHRONID"c34y" +918 250.0 30.22 139.25 -38.5 901 !KUL-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 +919 0.0 0.0 0.0 0.0 904 !PHX-ALU Phoenix plate-Aluk Plate +919 83.0 0.0 0.0 0.0 904 !PHX-ALU @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2013 @xo_ys +919 83.0 32.1 36.98 -79.55 984 !PHX-MAN Phoenix Plate-Manihiki Plate +919 120.6 32.1 36.98 -79.55 984 !PHX-MAN @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @xo_ys +919 120.6 45.11 -20.45 -177.94 901 !PHX-PAC Phoenix Plate-Pacific @CHRONID"M0" +919 137.9 -30.87 156.78 185.21 901 !PHX-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au GS @T 2011 @CHRONID"M16" +919 146.6 -27.79 156.09 187.34 901 !PHX-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au GS @T 2011 @CHRONID"M21" +919 154.0 -24.38 155.39 188.96 901 !PHX-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au GS @T 2011 @CHRONID"M25" +919 168.0 -20.04 154.81 191.15 901 !PHX-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au GS @T 2011 @CHRONID"M3x" +919 190.0 -13.63 153.95 194.27 901 !PHX-PAC @REF Muller_++_2008 @DOI"10.1029/2007GC001743" @Au GS @T 2011 @CHRONID"M4x" @absage +919 200.0 -10.71 153.56 195.64 901 !PHX-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2013 @absage +919 220.0 -4.83 152.84 198.26 901 !PHX-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" @Au GS @T 2013 @absage +919 230.0 -1.88 152.47 199.5 901 !PHX-PAC @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" @absage +919 250.0 5.87 156.66 190.23 901 !PHX-PAC @REF Matthews_++_2016, @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +920 0.0 0.0 0.0 0.0 804 !TPAC-MBL Trapped Pacific plate (on the Antarctic plate)-Marie Byrd Land +920 47.9 0.0 0.0 0.0 804 !TPAC-MBL @Au NW @T 2015 @xo_ys +920 47.9 74.43 -48.54 -38.18 901 !TPAC-PAC Trapped Pacific plate-Pacific crossover +920 83.0 -74.43 131.46 38.18 901 !TPAC-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2015 +923 0.0 0.0 0.0 0.0 911 !JFD-NAZ Juan Fernandez Plate-Nazca plate +923 9.8 0.0 0.0 0.0 911 !JFD-NAZ @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2015 +924 0.0 0.0 0.0 0.0 909 !NFAR-COC Northern Farallon/Cocos-Cocos +924 23.0 0.0 0.0 0.0 909 !NFAR-COC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @AU NW @T 2015 @xo_ys +924 23.0 7.97 -111.88 -34.1 902 !NFAR-FAR Northern Farallon/Cocos-Farallon +924 180.0 7.97 -111.88 -34.1 902 !NFAR-FAR part of far-> cocos, @absage +926 0.0 -38.71 -123.0 -35.91 609 !IZA1-PSP Izanagi Plate 1-Philippine Sea Plate +926 55.9 -38.71 -123.0 -35.91 609 !IZA1-PSP @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +926 55.9 2.85 -114.0 1.04 901 !IZA1-PAC Izanagi Plate 1-Pacific @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @CHRONID"c25y" +926 67.7 20.69 -109.82 15.36 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M0 c31y +926 83.0 21.82 -109.54 35.76 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M0 c34y +926 120.6 17.43 -109.37 73.73 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M4 M0 +926 125.7 17.56 -109.4 80.67 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M10-N M4 +926 130.5 17.7 -109.42 88.67 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M16 M10N +926 137.9 19.16 -109.92 97.03 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" M21 M16 +926 146.6 21.45 -107.09 105.77 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +926 154.0 22.34 -104.79 113.27 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +926 168.0 23.34 -102.05 123.11 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +926 180.0 24.3 -99.25 134.27 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" +926 190.0 24.67 -97.43 139.95 901 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @xo_ys +926 190.0 27.17 10.07 154.44 902 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 +926 220.0 15.83 20.24 141.85 902 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au SZ @T 2013 +926 240.0 8.33 25.93 130.34 902 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au SZ @T 2013 +926 250.0 4.75 28.55 123.54 902 !IZA1-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au SZ @T 2013 @xo_ys +929 0.0 0.0 0.0 0.0 919 !ALK-PHX Aluk Plate 2-Phoenix +929 100.0 0.0 0.0 0.0 919 !ALK-PHX @absage +930 0.0 0.0 0.0 0.0 904 !PXN-ALU Phoenix/Aluk +930 83.0 0.0 0.0 0.0 904 !PXN-ALU Seton et al. 2012 @xo_ys +930 83.0 32.1 36.98 -79.55 984 !PXN-CAQ Phoenix-Southeast Manihiki/Catequil Seton et al. 2012 +930 250.0 -32.1 -143.02 79.55 984 !PXN-CAQ +932 0.0 0.0 0.0 0.0 918 !KUL2-KUL Kula/Farallon-Kula +932 83.0 0.0 0.0 0.0 918 !KUL2-KUL Far iso that become Kula @xo_ys +932 83.0 62.72 28.24 68.62 902 !KUL2-FAR Kula/Farallon-Farallon crossover +932 240.0 62.72 28.24 68.62 902 !KUL2-FAR @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" +938 0.0 0.0 0.0 0.0 918 !KUL3-KUL Kula Plate 3-Kula Plate +938 83.0 0.0 0.0 0.0 918 !KUL3-KUL @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @xo_ys +938 83.0 54.96 -163.55 -49.28 926 !KUL3-IZA Kula Plate 3-Izanagi Plate crossover +938 250.0 54.96 -163.55 -49.28 926 !KUL3-IZA @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" +939 0.0 0.0 0.0 0.0 918 !KUL4-KUL Kula Plate 4-Kula Plate +939 83.0 0.0 0.0 0.0 918 !KUL4-KUL @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @xo_ys +939 83.0 30.22 139.25 -38.5 901 !KUL4-PAC Kula Plate 4-Pacific Plate crossover +939 250.0 30.22 139.25 -38.5 901 !KUL4-PAC @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" +941 0.0 0.0 0.0 0.0 101 !ALT-NAM Aleutian Basin-North America +941 50.0 0.0 0.0 0.0 101 !ALT-NAM @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage @xo_ys +941 50.0 -82.25 75.4 22.19 926 !ALT-IZA Aleutian Basin-Izanagi crossover @absage +941 200.0 -82.25 75.4 22.19 926 !ALT-IZA @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +943 0.0 0.0 0.0 0.0 801 !SLBA4-AUS Rotations for an hypothesised arc that was active from 85-55 Ma associated with opening of the South Loyalty BAB +943 55.0 -16.92 135.17 0.03 801 !SLBA4-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" From 0-45 Ma it is fixed to 801 - @Au KJM @xo_of @absage +943 55.0 15.69 -46.96 -1.66 8333 !SLBA4-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM @absage +943 85.0 -34.06 -65.51 3.75 8333 !SLBA4-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" Hypothesised arc associated with opening of the South Loyalty BAB - @Au KM +943 250.0 -34.06 -65.51 3.75 8333 !SLBA4-AUS +945 0.0 0.0 0.0 0.0 855 !SLB6-NLB E isochron of SLB MOR +945 43.8 -54.11 -151.26 0.46 855 !SLB6-NLB @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KJM @xo_of @absage +945 43.8 -5.7 26.9 7.99 965 !SLB6-NLB @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +945 85.0 -5.7 26.9 7.99 965 !SLB6-NLB +949 0.0 0.0 0.0 0.0 890 !SLB7-KP E isochron of SLB MOR +949 55.0 0.0 0.0 0.0 890 !SLB7-KP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @xo_of @absage +949 55.0 25.51 -7.65 -13.58 960 !SLB7-SLB8 E isochron of SLB MOR - @Au KM @T 20140908 @absage +949 85.0 25.51 -7.65 -13.58 960 !SLB7-SLB8 +950 0.0 0.0 0.0 0.0 813 !WCPB-CPB Western Campbell Plateau-Campbell Plateau +950 250.0 0.0 0.0 0.0 813 !WCPB-CPB +951 0.0 0.0 0.0 0.0 201 !SAMT1-SAM South America Terrane 1-South America +951 250.0 0.0 0.0 0.0 201 !SAMT1-SAM +952 0.0 0.0 0.0 0.0 201 !SAMT2-SAM South America Terrane 2-South America +952 250.0 0.0 0.0 0.0 201 !SAMT2-SAM +953 0.0 0.0 0.0 0.0 201 !SAMT3-SAM South America Terrane 3-South America +953 250.0 0.0 0.0 0.0 201 !SAMT3-SAM +954 0.0 0.0 0.0 0.0 201 !SAMT4-SAM South America Terrane 4-South America +954 250.0 0.0 0.0 0.0 201 !SAMT4-SAM +955 0.0 0.0 0.0 0.0 201 !SAMT5-SAM South America Terrane 5-South America +955 250.0 0.0 0.0 0.0 201 !SAMT5-SAM +957 0.0 0.0 0.0 0.0 212 !CAMT1-GYP Central America Terrane 1-Guayape-Honduras +957 250.0 0.0 0.0 0.0 212 !CAMT1-GYP @absage (450 Ma) +960 0.0 0.0 0.0 0.0 844 !SLB8-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR +960 55.0 53.74 26.96 -0.54 844 !SLB8-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @xo_of @absage +960 55.0 0.0 0.0 0.0 872 !SLB8-SLBA3 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +960 85.0 0.0 0.0 0.0 872 !SLB8-SLBA3 +961 0.0 0.0 0.0 0.0 865 !SLB9-SLBA2 E isochron of SLB MOR +961 55.0 19.63 -28.9 -0.01 865 !SLB9-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KJM @xo_of @absage +961 55.0 25.51 -7.65 -13.58 841 !SLB9-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +961 85.0 25.51 -7.65 -13.58 841 !SLB9-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +962 0.0 0.0 0.0 0.0 865 !SLB10-SLBA2 E isochron of SLB MOR +962 55.0 15.73 -46.75 0.01 865 !SLB10-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KJM @xo_of @absage +962 55.0 15.93 -46.53 1.6 943 !SLB10-SLBA4 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +962 85.0 15.93 -46.53 1.6 943 !SLB10-SLBA4 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM +963 0.0 0.0 0.0 0.0 865 !SLB10-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR +963 55.0 19.63 -28.9 -0.01 865 !SLB10-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KJM @xo_of @absage +963 55.0 25.51 -7.65 -13.58 841 !SLB10-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM 20140908 @absage +963 85.0 25.51 -7.65 -13.58 841 !SLB10-SLBA +964 0.0 0.0 0.0 0.0 865 !SLB11-SLBA2 E isochron of SLB MOR +964 55.0 0.0 0.0 0.0 865 !SLB11-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +964 85.0 0.0 0.0 0.0 865 !SLB11-SLBA2 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" @absage +965 0.0 0.0 0.0 0.0 844 !SLB12-LYR E isochron of SLB MOR +965 55.0 53.56 17.07 -0.57 844 !SLB12-LYR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - KJM @xo_of @absage +965 55.0 0.0 0.0 0.0 841 !SLB12-SLBA @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM @absage +965 85.0 0.0 0.0 0.0 841 !SLB12-SLBA +966 0.0 0.0 0.0 0.0 801 !SLB13-AUS E isochron of SLB MOR +966 50.0 61.6 3.38 -0.59 801 !SLB13-AUS @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KJM @xo_of @absage +966 50.0 28.26 -9.1 -7.87 960 !SLB13-SLB8 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", E isochron of SLB MOR - @Au KM 20140908 @absage +966 85.0 28.26 -9.1 -7.87 960 !SLB13-SLB8 @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +969 0.0 0.0 0.0 0.0 901 !MAT-PAC Mathematician-Pacific +969 3.28 0.0 0.0 0.0 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1", midpoint between 2An3 and 2An2 +969 5.1 27.7 -109.7 -6.29 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3n4c" +969 5.9 11.1 -111.9 10.74 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3An1y" +969 6.6 12.2 -111.7 16.08 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3An2o" +969 7.0 6.4 -112.4 9.98 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3Bc" +969 7.9 8.2 -112.1 14.29 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c4n2c" +969 8.7 5.3 -112.6 14.02 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c4Ay" +969 9.9 -5.0 -114.0 10.69 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c5n2y" +969 10.9 -16.7 -115.6 9.39 901 !MAT-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c5n2o" @xo_ys +969 10.9 -22.76 74.06 -34.0 924 !MAT-FAR Mathematician-Farallon crossover +969 100.0 22.76 -105.94 34.0 924 !MAT-FAR @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" +970 0.0 0.0 0.0 0.0 901 !RIV-PAC Rivera Microplate-Pacific +970 0.8 26.7 -105.2 -3.66 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c1o" +970 1.0 28.0 -104.4 -3.98 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c1r1c" +970 1.9 30.3 -102.8 -4.93 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c2c" +970 2.6 34.7 -100.1 -4.6 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c2An1y" +970 3.6 31.3 -103.2 -8.63 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c2An3o" +970 4.2 28.4 -105.3 -14.74 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3n1c" +970 4.6 27.5 -105.9 -18.7 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3n2o" +970 5.1 28.0 -105.7 -19.5 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3n4c" +970 5.9 28.7 -105.6 -21.21 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3An1y" +970 6.6 33.4 -103.5 -14.89 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3An2o" +970 7.0 34.0 -103.2 -15.23 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c3Bc" +970 7.9 35.8 -102.7 -15.17 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c4n2c" +970 8.7 34.7 -103.9 -18.45 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c4Ay" +970 9.9 31.9 -106.0 -27.2 901 !RIV-PAC @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" @CHRONID"c5n2y" @xo_ys +970 9.9 -1.17 78.36 2.87 924 !RIV-FAR Rivera-Farallon crossover +970 100.0 -1.17 78.36 2.87 924 !RIV-FAR @REF DeMets_Traylen_2000 @DOI"10.1016/S0040-1951(99)00309-1" +971 0.0 0.0 0.0 0.0 911 !BAU-NAZ Bauer Microplate-Nazca +971 5.9 0.0 0.0 0.0 911 !BAU-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" @CHRONID"c3An1o" +971 7.4 -28.0 -103.0 -3.9 911 !BAU-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" @CHRONID"4n1y" +971 10.9 -27.25 -101.3 -19.3 911 !BAU-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" @CHRONID"c5n2o" +971 15.2 -24.86 -98.5 -40.63 911 !BAU-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" @CHRONID"c5Bn.2o" +971 18.0 -24.86 -98.5 -40.63 911 !BAU-NAZ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" @absage +972 0.0 0.0 0.0 0.0 971 !BAUC-BAU Bauer Microplate core-Bauer +972 15.2 0.0 0.0 0.0 971 !BAUC-BAU @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" based on @REF Eakins_Lonsdale_2003 @DOI"10.1007/s11001-004-5882-4" +973 0.0 -19.4109 31.5918 6.9036 2007 !TCAR-CARPI Trapped Caribbean-Caribbean plate interior +973 135.0 -19.4109 31.5918 6.9036 2007 !TCAR-CARPI This model @absage @xo_os +973 135.0 24.87 137.28 123.5 902 !TCAR-FAR Trapped Caribbean-Farallon this model @absage +973 250.0 24.87 137.28 123.5 902 !TCAR-FAR +977 0.0 0.0 0.0 0.0 301 !JMN-EUR Jan Mayen Plate-Northern European Craton +977 27.0 0.0 0.0 0.0 301 !JMN-EUR spreading stops between C11 and C7 CG2010 after Gaina et al., 2009 +977 33.1 65.52 -9.45 -16.21 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C13y" +977 40.1 63.92 -12.96 -17.02 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C18o" +977 43.8 64.12 -12.9 -26.52 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C20o" +977 47.9 -64.52 169.08 47.19 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C21o" +977 49.7 64.16 -11.47 -49.09 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C22o" +977 53.3 52.07 -28.49 -15.31 301 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C24o" @xo_ys +977 53.3 81.57 2.13 -20.59 102 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C24o" +977 80.0 81.57 2.13 -20.59 102 !JMN-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C24o" @absage +977 250.0 81.57 2.13 -20.59 102 !JMMC-EUR @REF Gaina_++_2009 @DOI"10.1144/0016-76492008-112" @Au CG @T 2010 @CHRONID"C24o" +979 0.0 0.0 0.0 0.0 114 !MAR-LMN Makarov Basin-Lomonosov Ridge +979 57.0 0.0 0.0 0.0 114 !MAR-LMN @REF Alvey_++_2008 @DOI"10.1016/j.epsl.2008.07.036" @absage +979 68.0 40.27 -24.81 -1.96 114 !MAR-LMN @REF Alvey_++_2008 @DOI"10.1016/j.epsl.2008.07.036" @absage +979 70.0 40.27 -24.81 -1.96 114 !MAR-LMN @REF Alvey_++_2008 @DOI"10.1016/j.epsl.2008.07.036" @absage +981 0.0 0.0 0.0 0.0 901 !OJP-PAC Ontong Java-Pacific +981 250.0 0.0 0.0 0.0 901 !OJP-PAC @REF Alvey_++_2008 @DOI"10.1016/j.epsl.2008.07.036" +982 0.0 0.0 0.0 0.0 981 !MPP-OJP Manihiki-Ontong Java +982 86.0 0.0 0.0 0.0 981 !MPP-OJP @absage +982 100.0 76.03 159.59 -12.42 981 !MPP-OJP @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @Au NW @T 2015 edited stage @absage +982 110.0 81.54 4.98 -17.86 981 !MPP-OJP @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @Au NW @T 2015 +982 120.6 74.0 -21.45 -25.11 981 !MPP-OJP @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @Au NW @T 2015 +982 250.0 74.0 -21.45 -25.11 981 !MPP-OJP @REF Wright_++_2016 @DOI"10.1016/j.earscirev.2015.11.015" @Au NW @T 2015 +983 0.0 0.0 0.0 0.0 982 !HIK-MPP Hikurangi-Manihiki +983 86.0 0.0 0.0 0.0 982 !HIK-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +983 100.0 1.03 99.54 9.63 982 !HIK-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +983 120.6 -0.23 132.63 31.23 982 !HIK-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @xo_ys +983 120.6 55.57 -24.57 138.66 919 !HIK-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 +983 250.0 -55.57 155.43 -138.66 919 !HIK-MPP @Au GS @T 2011 +984 0.0 0.0 0.0 0.0 911 !CAQ-NAZ Southeast Manihiki/Catequil-Nazca @Au NW @T 2015 +984 23.0 0.0 0.0 0.0 911 !CAQ-NAZ @xo_ys +984 23.0 16.27 -82.32 -7.28 902 !CAQ-FAR Southeast Manihiki/Catequil-Farallon +984 86.0 16.27 -82.32 -7.28 902 !CAQ-FAR @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage @xo_ys +984 86.0 -81.04 -47.3 92.06 982 !CAQ-MPP Southeast Manihiki/Catequil-Manihiki @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" crossover @Au GS @T 2011 @absage +984 100.0 -86.89 -97.88 97.52 982 !CAQ-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage +984 110.0 -81.27 154.85 99.6 982 !CAQ-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage +984 120.6 75.32 -34.43 -100.09 982 !CAQ-MPP @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 & @Au NW @T 2015 +985 0.0 0.0 0.0 0.0 901 !CAQ-PAC Southeast Manihiki/Catequil-Pacific +985 83.0 0.0 0.0 0.0 901 !CAQ-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @xo_ys +985 83.0 61.23 -4.2 142.06 904 !CAQ-ALU Southeast Manihiki/Catequil-Aluk crossover +985 86.0 61.23 -4.2 142.06 904 !CAQ-ALU @absage @xo_ys +985 86.0 81.45 135.19 88.34 984 !CAQ-CAQ Southeast Manihiki/Catequil-Catequil Seton et al. 2012 crossover * GS11 @absage +985 250.0 -81.45 -44.81 -88.34 984 !CAQ-CAQ @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 +986 0.0 0.0 0.0 0.0 904 !CAQ-ALU Southeast Manihiki/Catequil-Aluk @Au NW @T 2015 +986 86.0 0.0 0.0 0.0 904 !CAQ-ALU @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage @xo_ys +986 86.0 32.1 36.98 -79.55 984 !CAQ-CAQ Southeast Manihiki/Catequil-Catequil @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage +986 250.0 32.1 36.98 -79.55 984 !CAQ-CAQ @Au GS @T 2011 +987 0.0 0.0 0.0 0.0 804 !CAQ-MBL Southeast Manihiki/Catequil-Marie Byrd Land +987 86.0 0.0 0.0 0.0 804 !CAQ-MBL @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage @xo_ys +987 86.0 64.0929 -59.3303 -60.3042 983 !CAQ-HIK Southeast Manihiki/Catequil-Hikurangi @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @absage +987 250.0 64.0929 -59.3303 -60.3042 983 !CAQ-HIK @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 +988 0.0 0.0 0.0 0.0 680 !PHIL-EHA Philippine Sea plate-East Halmahera +988 250.0 0.0 0.0 0.0 680 !PHIL-EHA @absage +990 0.0 0.0 0.0 0.0 901 !PPHX-PAC Trapped Phoenix-Pacific +990 120.6 0.0 0.0 0.0 901 !PPHX-PAC @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 @xo_ys +990 120.6 45.11 -20.45 177.94 919 !PPHX-PHX Trapped Phoenix-Phoneix @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011c +990 250.0 45.11 -20.45 177.94 919 !PPHX-PHX @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @Au GS @T 2011 +7001 0.0 0.0 0.0 0.0 401 !WSF-SIB Western syntaxis flowline - Siberia @absage +7001 200.0 0.0 0.0 0.0 401 !WSF-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7002 0.0 0.0 0.0 0.0 401 !EASF-SIB eastern syntaxis flowline - Siberia @absage +7002 200.0 0.0 0.0 0.0 401 !EASF-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7003 0.0 0.0 0.0 0.0 7086 !BAG-SSE Bangong-Nujiang suture west of Karakoram Fault @absage +7003 13.0 34.93 70.7 2.72 7086 !BAG-SSE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage Calculated interactively by GPlates +7003 30.0 37.48 62.62 2.75 7086 !BAG-SSE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage Calculated interactively by GPlates +7003 40.0 35.08 71.4 12.07 7086 !BAG-SSE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908", Age Change @Au JAL @T 2015-07-22 @absage Calculated interactively by GPlates +7003 140.0 35.08 71.4 12.07 7086 !BAG-SSE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7003 250.0 35.08 71.4 12.07 7086 !BAG-SSE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7007 0.0 0.0 0.0 0.0 501 !INP-IND India proper-India @absage +7007 200.0 0.0 0.0 0.0 501 !INP-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7008 0.0 0.0 0.0 0.0 401 !HAN-SIB Hangai-Siberia @absage +7008 7.0 -78.68 4.82 0.27 401 !HAN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7008 250.0 -78.68 4.82 0.27 401 !HAN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7009 0.0 0.0 0.0 0.0 401 !WMLB-SIB Western Margin Lake Baikal-Siberia @absage +7009 250.0 0.0 0.0 0.0 401 !WMLB-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7010 0.0 0.0 0.0 0.0 401 !MOAL-SIB Mongolian Altai topology-Siberia @absage +7010 250.0 0.0 0.0 0.0 401 !MOAL-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7011 0.0 0.0 0.0 0.0 401 !SWMA-SIB Southweastern boundary Mongolian Altai-Siberia @absage +7011 25.0 9.17 -2.43 -0.17 401 !SWMA-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7011 250.0 9.17 -2.43 -0.17 401 !SWMA-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7012 0.0 0.0 0.0 0.0 7008 !NEMA-HAN Northeastern boundary Mongolian Altai-Hangai @absage +7012 250.0 0.0 0.0 0.0 7008 !NEMA-HAN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7013 0.0 0.0 0.0 0.0 501 !INC-IND India coastline-India @absage +7013 250.0 0.0 0.0 0.0 501 !INC-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7014 0.0 0.0 0.0 0.0 7035 !MAMT-NPT Main Mantle Thrust-North Pamir Thrust @absage +7014 10.0 33.64 80.46 14.33 7035 !MAMT-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7014 30.0 28.69 79.27 27.16 7035 !MAMT-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7014 30.0 32.08 81.76 21.37 7015 !MAMT-IYKF Main Mantle Thrust-Indus-Yarling Suture of Karakoram Fault @absage +7014 200.0 32.08 81.76 21.37 7015 !MAMT-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7015 0.0 0.0 0.0 0.0 7065 !IYKF-GDT Indus-Yarling suture east of Karakoram Fault-Gangdese Thrust @absage +7015 10.0 0.0 0.0 0.0 7065 !IYKF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7015 13.0 -1.29 -1.84 -0.21 7065 !IYFF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7015 24.0 -1.29 -1.84 -0.21 7065 !IYKF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7015 24.0 -1.29 -1.84 -0.21 7132 !IYKF-GDF Indus-Yarling suture east of Karakoram Fault-Gangdese Forearc Outline @absage +7015 30.0 -1.29 -1.84 -0.21 7132 !IYKF-GDF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7015 30.0 -1.01 -2.07 -0.68 7065 !IYKF-GDT Indus-Yarling suture east of Karakoram Fault-Gangdese Thrust @absage +7015 140.0 -1.01 -2.07 -0.68 7065 !IYKF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7015 250.0 -1.01 -2.07 -0.68 7065 !IYKF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7016 0.0 0.0 0.0 0.0 7035 !MKT-NPT Main Karakoram Thrust (Shyok suture; Bangong Nujiang suture west of Karakoram Fault?)-North Pamir Thrust @absage +7016 13.0 34.43 71.51 -24.01 7035 !MKT-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7016 30.0 37.93 68.62 -29.64 7035 !MKT-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7016 30.0 -33.28 -108.16 22.66 7017 !MKT-BNS Main Karakoram Thrust-Bangong Nujiang suture east of Karakoram fault @absage +7016 100.0 -33.28 -108.16 22.66 7017 !MKT-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7016 140.0 -33.28 -108.16 22.66 7017 !MKT-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7016 250.0 -33.28 -108.16 22.66 7017 !MKT-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7017 0.0 0.0 0.0 0.0 7064 !BNS-LSB Bangong Nujiang suture east of Karakoram Fault-Southern Boundary Qiantang/Lhasa +7017 13.0 41.85 -47.26 -0.26 7064 !BNS-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" +7017 20.0 41.85 -47.26 -0.26 7064 !BNS-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" +7017 21.0 25.93 -138.06 -0.15 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" [van Hinsbergen pole but 15 Ma later] +7017 40.0 -34.89 -114.02 27.11 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", @REF Gibbons_2012 p'lats from Achache_++_1984 & Sun_++_2010 +7017 150.0 -39.63 -126.31 28.93 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", @REF Gibbons_2012 p'lats from Achache_++_1984 & Sun_++_2010 +7017 180.0 -39.07 -125.15 29.37 7064 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", @REF Gibbons_2012 p'lats from Achache_++_1984 & Sun_++_2010 @xo_ys +7017 180.0 -47.98 148.26 -63.17 530 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001", @REF Gibbons_2012 p'lats from Achache_++_1984 & Sun_++_2010 +7017 250.0 -47.98 148.26 -63.17 530 !BNS-LSB @REF Gibbons_++_2015 @DOI"10.1016/j.gr.2015.01.001" +7018 0.0 0.0 0.0 0.0 7035 !JINW-NPT Jinsha suture west of Karakoram Fault-North Pamir Thrust @absage +7018 13.0 36.49 69.04 -15.41 7035 !JINW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7018 30.0 38.12 69.92 -30.36 7035 !JINW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7018 30.0 -32.68 -108.45 36.15 7020 !JINW-JINE Jinsha suture west of Karakoram Fault-Jinsha suture east of Altyn Tagh Fault @absage +7018 140.0 -32.68 -108.45 36.15 7020 !JINW-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7018 250.0 -32.68 -108.45 36.15 7020 !JINW-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7019 0.0 0.0 0.0 0.0 7022 !JSEK-AKME Jinsha suture east of Karakoram Fault - Ayimaqin-Kunlun-Mutztagh suture east of Karakoram Fault @absage +7019 13.0 0.0 0.0 0.0 7022 !JSEK-AKME @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7019 30.0 33.55 80.29 10.31 7022 !JSEK-AKME @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7019 30.0 -41.42 -101.85 -27.7 7020 !JSEK-JINE Jinsha suture east of Karakoram Fault-Jinsha suture east of Altyn Tagh Fault @absage +7019 140.0 -41.42 -101.85 -27.7 7020 !JSEK-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7019 250.0 -41.42 -101.85 -27.7 7020 !JSEK-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7020 0.0 0.0 0.0 0.0 7064 !JINE-LSB Jinsha suture east of Altyn Tagh Fault-Southern Boundary Qiantang/Lhasa @absage +7020 13.0 -54.13 97.57 0.89 7064 !JINE-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7020 13.0 -48.82 94.68 -0.63 7023 !JINE-AKMEA Jinsha suture east of Altyn Tagh Fault - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7020 23.0 44.92 -118.31 0.71 7023 !JINE-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7020 30.0 44.92 -118.31 0.71 7023 !JINE-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7020 50.0 29.39 -151.5 1.6 7023 !JINE-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7020 140.0 29.39 -151.5 1.6 7023 !JINE-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7020 250.0 29.39 -151.5 1.6 7023 !JINE-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7021 0.0 0.0 0.0 0.0 7035 !AKMWK-NPT Ayimaqin-Kunlun-Mutztagh suture west of Karakoram Fault-North Pamir Thrust @absage +7021 13.0 35.55 73.15 -5.97 7035 !AKMWK-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7021 23.0 37.87 72.65 -26.17 7035 !AKMWK-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7021 30.0 38.27 72.05 -27.44 7035 !AKMWK-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7021 200.0 35.55 73.15 -5.97 7035 !AKMWK-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7022 0.0 0.0 0.0 0.0 7045 !AKME-NWKF Ayimaqin-Kunlun-Mutztagh suture east of Karakoram Fault-Northern western Kunlun fault @absage +7022 13.0 0.0 0.0 0.0 7045 !AKME-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7022 23.0 22.73 79.18 1.41 7045 !AKME-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7022 30.0 35.06 80.96 7.96 7045 !AKME-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7022 200.0 35.06 80.96 7.96 7045 !AKME-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7023 0.0 0.0 0.0 0.0 7064 !AKMEA-LSB Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault - Southern Boundary Qiantang/Lhasa @absage +7023 13.0 -51.94 96.26 1.52 7064 !AKMEA-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7023 13.0 53.78 74.73 -4.35 7079 !AKMEA-TAM Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault - Tarim @absage +7023 30.0 -46.44 125.71 3.55 7079 !AKMEA-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7023 250.0 -46.44 125.71 3.55 7079 !AKMEA-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7024 0.0 0.0 0.0 0.0 7079 !NQS-TAM North Qilian suture - Tarim @absage +7024 200.0 0.0 0.0 0.0 7079 !NQS-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7025 0.0 0.0 0.0 0.0 402 !STSS-KAZ South Tien Shan suture: Kazakhstan collage - Tarim suture east of Talasso Fergana Fault - Kazakhstan @absage +7025 23.0 -49.33 -85.09 -4.25 402 !STSS-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7025 200.0 0.0 0.0 0.0 402 !STSS-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7026 0.0 0.0 0.0 0.0 402 !TFF-KAZ Talasso Fergana Fault - Kazakhstan @absage +7026 200.0 0.0 0.0 0.0 402 !TFF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7027 0.0 0.0 0.0 0.0 402 !KAZC-KAZ Kazakhstan collage - Tarim suture west of Talasso Fergana Fault - Kazakhstan @absage +7027 23.0 38.15 69.29 -12.75 402 !KAZC-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7027 200.0 0.0 0.0 0.0 402 !KAZC-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7028 0.0 0.0 0.0 0.0 402 !IGS-KAZ Irtysh-Gornostaev shear zone - Kazakhstan @absage +7028 200.0 0.0 0.0 0.0 402 !IGS-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7029 0.0 0.0 0.0 0.0 402 !WBK-KAZ Western boundary Kazakhstania - Kazakhstan @absage +7029 200.0 0.0 0.0 0.0 402 !WBK-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7030 0.0 0.0 0.0 0.0 402 !MCHM-KAZ Manchurides-Mongolian terranes boundary - Kazakhstan @absage +7030 200.0 0.0 0.0 0.0 402 !MCHM-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7031 0.0 0.0 0.0 0.0 402 !SGSC-KAZ Songpan-Ganzi-South China Block suture - Kazakhstan @absage +7031 200.0 0.0 0.0 0.0 402 !SGSC-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7032 0.0 0.0 0.0 0.0 7079 !STSN-TAM Southern margin Tien Shan Neogene shortening topology - Tarim @absage +7032 250.0 0.0 0.0 0.0 7079 !STSN-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7033 0.0 0.0 0.0 0.0 7080 !NTSN-WNTS Northern margin Tien Shan Neogene shortening topology- Working line Northern Tien Shan @absage +7033 250.0 0.0 0.0 0.0 7080 !NTSN-WNTS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7034 0.0 0.0 0.0 0.0 402 !DAF-KAZ Darvaz Fault-Kazakhstan @absage +7034 13.0 36.28 67.5 -28.6 402 !DAF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7034 23.0 34.91 67.21 -50.64 402 !DAF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7034 30.0 33.91 66.43 -50.71 402 !DAF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7034 65.0 33.91 66.43 -50.71 402 !DAF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7035 0.0 0.0 0.0 0.0 402 !NPT-KAZ North Pamir Thrust-Kazakhstan @absage +7035 13.0 -14.26 -4.39 -1.83 402 !NPT-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7035 23.0 -16.76 -2.19 -4.08 402 !NPT-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7035 30.0 -17.74 -1.38 -5.12 402 !NPT-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7035 65.0 -17.74 -1.38 -5.12 402 !NPT-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7036 0.0 0.0 0.0 0.0 402 !KBTF-KAZ right-lateral transform fault connecting the main boundary thrust from the Chaman fault, NE boundary of the Kabul block - Kazakhstan @absage +7036 65.0 0.0 0.0 0.0 402 !KBTF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7037 0.0 0.0 0.0 0.0 402 !CHF-KAZ Chaman Fault-Kazakhstan @absage +7037 65.0 0.0 0.0 0.0 402 !CHF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7038 0.0 0.0 0.0 0.0 402 !GAF-KAZ Gardez Fault-Kazakhstan @absage +7038 65.0 0.0 0.0 0.0 402 !GAF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7039 0.0 0.0 0.0 0.0 402 !HEF-KAZ Helmand Fault-Kazakhstan @absage +7039 65.0 0.0 0.0 0.0 402 !HEF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7040 0.0 0.0 0.0 0.0 402 !HERF-KAZ Herat Fault-Kazakhstan @absage +7040 65.0 0.0 0.0 0.0 402 !HERF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7041 0.0 0.0 0.0 0.0 7079 !KTF-TAR Kashgar Techeng transfer fault-Tarim @absage +7041 65.0 0.0 0.0 0.0 7079 !HTF-TAR @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7042 0.0 0.0 0.0 0.0 401 !SWGS-SIB SW Gissar - western Tien Shan - northern Peter the First range boundary fault - Siberia @absage +7042 250.0 0.0 0.0 0.0 401 !SWGS-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7043 0.0 0.0 0.0 0.0 7035 !KSE-NPT Kongur Shan extensional system - North Pamir Thrust @absage +7043 65.0 0.0 0.0 0.0 7035 !NSE-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7044 0.0 0.0 0.0 0.0 7035 !KSW-NPT Kongur Shan western break-away - North Pamir Thrust @absage +7044 9.0 37.91 75.14 -8.35 7035 !KSW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7044 65.0 37.91 75.14 -8.35 7035 !KSW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7045 0.0 0.0 0.0 0.0 7079 !NWKF-TAM Northern western Kunlun fault - Tarim @absage +7045 13.0 0.0 0.0 0.0 7079 !NWKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7045 30.0 38.72 82.76 9.14 7079 !NWKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7045 140.0 38.72 82.76 9.14 7079 !NWKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7046 0.0 0.0 0.0 0.0 7079 !KOF-TAM Korla Fault-Tarim @absage +7046 65.0 0.0 0.0 0.0 7079 !KOF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7047 0.0 0.0 0.0 0.0 7079 !LNFT-TAM Lop Nor fold-thrust belt southern boundary - Tarim @absage +7047 65.0 0.0 0.0 0.0 7079 !LNFT-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7048 0.0 0.0 0.0 0.0 7049 !SEKF-CKF SE Part of the Karakoram fault; 66 km displacement since 10 Ma - Central Part of Karakoram fault @absage +7048 10.0 30.44 79.36 -3.4 7049 !SEKF-CKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7049 0.0 0.0 0.0 0.0 7079 !CKF-TAM Central Part of the Karakoram fault; 17-150 km displacement since 13 Ma - Tarim @absage +7049 10.0 27.67 77.94 2.23 7079 !CKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7049 65.0 27.67 77.94 2.23 7079 !CKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7050 0.0 0.0 0.0 0.0 7079 !NKF-TAM Northern part of the Karakoram fault, between Rushan Pshart and Longmu Ghoza - Tarim @absage +7050 65.0 0.0 0.0 0.0 7079 !NKF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7051 0.0 0.0 0.0 0.0 7079 !LUGF-TAM Longmu Ghoza fault-Tarim @absage +7051 65.0 0.0 0.0 0.0 7079 !LUGF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7052 0.0 0.0 0.0 0.0 7045 !TKSB-NWKF southern boundary Tianshaihui-Kunlun shortening system - Northern western Kunlun fault @absage +7052 13.0 0.0 0.0 0.0 7045 !TKSB-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7052 23.0 38.56 75.43 -13.94 7045 !TKSB-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7052 65.0 41.18 79.71 -13.98 7045 !TKSB-NWKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7053 0.0 0.0 0.0 0.0 7079 !CATF-TAM Central part Altyn Tagh fault between Karakax and junction Northern Altyn Tagh - Tarim @absage +7053 65.0 0.0 0.0 0.0 7079 !CATF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7054 0.0 0.0 0.0 0.0 7079 !SATF-TAM Southern part Altyn Tagh fault between Karakax and southern boundary Tianshaihui-Kunlun system - Tarim @absage +7054 65.0 0.0 0.0 0.0 7079 !SATF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7055 0.0 0.0 0.0 0.0 7079 !NEATF-TAM Northeastern segment of the Altyn Tagh fault, bounding the deforming topology of the Qilian Shan-Eastern Kunlun Shan - Tarim @absage +7055 65.0 0.0 0.0 0.0 7079 !NEATF-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7056 0.0 0.0 0.0 0.0 7079 !NTQS-TAM Northern thrust Qilian Shan - Tarim @absage +7056 65.0 0.0 0.0 0.0 7079 !NTQS-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7057 0.0 0.0 0.0 0.0 7023 !SEKT-AKMEA Southern Eastern Kunlun Thrust - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7057 65.0 0.0 0.0 0.0 7023 !SEKT-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7058 0.0 0.0 0.0 0.0 7023 !NMQ-AKMEA Northern margin Qaidam marker line - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7058 13.0 14.26 -3.51 0.4 7023 !NMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7058 23.0 45.14 -47.5 1.9 7023 !NMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7058 65.0 45.14 -47.5 1.9 7023 !NMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7059 0.0 0.0 0.0 0.0 7023 !SMQ-AKMEA Southern margin Qaidam marker line - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7059 13.0 43.66 -46.48 0.24 7023 !SMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7059 23.0 44.5 -47.74 1.36 7023 !SMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7059 65.0 44.5 -47.74 1.36 7023 !SMQ-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7060 0.0 0.0 0.0 0.0 401 !NWIS-SIB Marker line NW Indian motion wrt Siberia - Siberia @absage +7060 65.0 0.0 0.0 0.0 401 !NWIS-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7061 0.0 0.0 0.0 0.0 401 !NEIS-SIB Marker line NE Indian motion wrt Siberia - Siberia @absage +7061 65.0 0.0 0.0 0.0 401 !NEIS-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7062 0.0 0.0 0.0 0.0 7023 !KUF-AKMEA Kunlun Fault - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7062 65.0 0.0 0.0 0.0 7023 !KUF-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7063 0.0 0.0 0.0 0.0 7064 !FSSB-LSB Southern boundary Fenghuo Shan - Southern Boundary Qiantang/Lhasa @absage +7063 13.0 51.94 -69.95 -0.35 7064 !FSSB-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7063 13.0 -51.6 92.22 -1.18 7023 !FSSB-AKMEA Southern boundary Fenghuo Shan - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7063 30.0 51.6 -87.78 1.18 7023 !FSSB-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7063 50.0 19.62 -158.73 1.87 7023 !FSSB-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7063 250.0 19.62 -158.73 1.87 7023 !FSSB-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7064 0.0 0.0 0.0 0.0 7079 !LSB-TAM Southern Boundary Qiangtang/Lhasa - Tarim @absage +7064 13.0 33.64 79.54 -4.16 7079 !LSB-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7064 13.0 51.94 -83.74 1.52 7023 !LSB-AKMEA Southern Boundary Qiangtang/Lhasa - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7064 20.0 51.94 -83.74 1.52 7023 !LSB-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7064 20.0 -51.92 110.32 -0.35 7063 !LSB-FSSB Southern Boundary Qiangtang/Lhasa - Southern boundary Fenghuo Shan @absage +7064 50.0 16.05 -166.88 0.93 7063 !LSB-FSSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7064 65.0 16.05 -166.88 0.93 7063 !LSB-FSSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7064 250.0 16.05 -166.88 0.93 7063 !LSB-FSSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7065 0.0 0.0 0.0 0.0 7064 !GDT-LSB Gangdese thrust - Southern Boundary Qiangtang/Lhasa @absage +7065 10.0 -58.58 67.72 -0.22 7064 !GDT-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7065 20.0 -58.58 67.72 -0.22 7064 !GDT-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7065 50.0 -13.0 169.48 0.45 7064 !GDT-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7065 65.0 -9.91 171.84 1.16 7064 !GDT-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7065 250.0 -9.91 171.84 1.16 7064 !GDT-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7066 0.0 0.0 0.0 0.0 7017 !JIF-BNS Jiali Fault - Bangong Nujiang suture east of Karakoram fault @absage +7066 13.0 0.0 0.0 0.0 7017 !JIF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7067 0.0 0.0 0.0 0.0 7096 !LTF-SCHI Longmenshan thrust front - South China @absage +7067 10.0 -55.63 76.66 0.23 7096 !LTF-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7067 145.0 -55.63 76.66 0.23 7096 !LTF-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7068 0.0 0.0 0.0 0.0 7096 !QLF-SCHI Qinling fault - South China @absage +7068 65.0 0.0 0.0 0.0 7096 !QLF-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7069 0.0 0.0 0.0 0.0 7096 !XSF-SCHI Xianshuihe fault - South China @absage +7069 65.0 0.0 0.0 0.0 7096 !XSF-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7070 0.0 0.0 0.0 0.0 7096 !RRFZ-SCHI Red River fault zone - South China @absage +7070 65.0 0.0 0.0 0.0 7096 !RRFZ-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7071 0.0 0.0 0.0 0.0 7017 !NYGR-BNS Nyaingtentanghla-Yadon-Gulu rift - Bangong Nujiang suture east of Karakoram fault @absage +7071 10.0 -58.14 68.46 0.1 7017 !NYGR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7071 13.0 -58.14 68.46 0.1 7017 !NYGR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7072 0.0 0.0 0.0 0.0 7065 !GMD-GDT Gurla Mandhata detachment - Gangdese Thrust @absage +7072 10.0 -40.09 21.55 -0.5 7065 !GMD-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7073 0.0 0.0 0.0 0.0 7065 !GUM-GDT Gurla Mandhata - MBT connecting strike-slip system - Gangdese Thrust @absage +7073 10.0 27.51 83.66 -3.78 7065 !GUM-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7074 0.0 0.0 0.0 0.0 7014 !LEOP-MAMT Leo Pargil detachment - Main Mantle Thrust @absage +7074 10.0 -49.69 -86.84 0.77 7014 !LEOP-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7074 16.0 -41.18 -97.98 0.73 7014 !LEOP-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7074 65.0 -49.69 -86.84 0.77 7014 !LEOP-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7075 0.0 0.0 0.0 0.0 7077 !MBTH-MCTH Main Boundary thrust - Main Central Thrust southern outline @absage +7075 65.0 0.0 0.0 0.0 7077 !MBTH-MCTH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7076 0.0 0.0 0.0 0.0 7015 !STID-IYKF South Tibetan Detachment - Indus-Yarling suture east of Karakoram Fault @absage +7076 20.0 0.0 0.0 0.0 7015 !STID-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7076 65.0 0.0 0.0 0.0 7015 !STID-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7077 0.0 0.0 0.0 0.0 7076 !MCTH-STID Main Central Thrust southern outline - South Tibetan Detachment @absage +7077 65.0 0.0 0.0 0.0 7076 !MCTH-STID @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7078 0.0 0.0 0.0 0.0 7092 !COBU-MMTW Coward & Butler 1985 section - Main Mantle Thrust West @absage +7078 65.0 0.0 0.0 0.0 7092 !COBU-MMTW @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7079 0.0 0.0 0.0 0.0 7033 !TAM-NTSN Tarim - Northern margin Tien Shan Neogene shortening topology @absage +7079 23.0 -40.36 -81.74 -6.89 7033 !TAM-NTSN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7079 250.0 -40.36 -81.74 -6.89 7033 !TAM-NTSN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7080 0.0 0.0 0.0 0.0 7011 !WNTS-SWMA Working line Northern Tien Shan - South Western Boundary Mongolian Altai @absage +7080 23.0 -47.15 -77.1 0.54 7011 !WNTS-SWMA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7080 250.0 -47.15 -77.1 0.54 7011 !WNTS-SWMA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7081 0.0 0.0 0.0 0.0 7079 !ATDB1-TAM Akato Tagh double bend 1 - Tarim @absage +7081 65.0 0.0 0.0 0.0 7079 !ATDB1-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7082 0.0 0.0 0.0 0.0 7079 !ATDB2-TAM Akato Tagh double bend 2 - Tarim @absage +7082 18.0 50.03 -72.46 0.26 7079 !ATDB2-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7082 65.0 0.0 0.0 0.0 7079 !ATDB2-TAM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7083 0.0 0.0 0.0 0.0 402 !ALF-KAZ Alburz Fault - Kazakhstan @absage +7083 65.0 0.0 0.0 0.0 402 !ALF-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7084 0.0 0.0 0.0 0.0 7035 !JKE-NPT Jinsha Karakoram East - North Pamir Thrust @absage +7084 13.0 38.62 77.26 20.15 7035 !JKE-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7084 30.0 37.14 75.37 45.26 7035 !JKE-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7084 30.0 -41.25 -100.87 -39.74 7020 !JKE-JINE Jinsha Karakoram East - Jinsha suture east of Altyn Tagh Fault @absage +7084 140.0 -41.25 -100.87 -39.74 7020 !JKE-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7084 250.0 -41.25 -100.87 -39.74 7020 !JKE-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7085 0.0 -51.38 72.93 0.07 7035 !AKMS-NPT Ayimaqin-Kunlun-Mustagh suture east within Pamir - Pamir @absage +7085 13.0 -37.02 -104.45 -5.0 7035 !AKMS-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7085 30.0 -37.03 -105.3 -16.01 7035 !AKMS-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7085 140.0 -37.02 -104.45 -5.0 7035 !AKMS-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7086 0.0 0.0 0.0 0.0 7035 !SSE-NPT Shyok Suture east - North Pamir Thrust @absage +7086 13.0 38.88 83.27 7.39 7035 !SSE-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7086 30.0 29.91 79.06 18.59 7035 !SSE-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7086 30.0 -37.3 -103.29 -25.38 7017 !SSE-BNS Shyok Suture east - Bangong Nujiang suture east of Karakoram fault @absage +7086 50.0 39.18 78.0 16.57 7017 !SSE-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7086 140.0 39.18 78.0 16.57 7017 !SSE-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7086 250.0 39.18 78.0 16.57 7017 !SSE-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7087 23.0 0.0 0.0 0.0 402 !TBM-KAZ Outline pre-23 Ma Tadjik Basin margin - Kazakhstan @absage +7087 65.0 0.0 0.0 0.0 402 !TBM-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7088 0.0 0.0 0.0 0.0 7014 !STDW-MAMT South Tibetan Detachment west - Main Mantle Thrust @absage +7088 65.0 0.0 0.0 0.0 7014 !STDW-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7089 0.0 0.0 0.0 0.0 7035 !MBTC-NPT Main Boundary Thrust center - North Pamir Thrust @absage +7089 20.0 26.92 82.79 12.12 7035 !MBTC-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7089 65.0 26.92 82.79 12.12 7035 !MBTC-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7090 0.0 0.0 0.0 0.0 7035 !MBTW-NPT Main Boundary Thrust west - North Pamir Thrust @absage +7090 65.0 0.0 0.0 0.0 7035 !MBTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7091 0.0 0.0 0.0 0.0 7035 !MCTW-NPT Main Central Thrust west - North Pamir Thrust @absage +7091 10.0 33.31 82.6 8.78 7035 !MCTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7091 23.0 33.31 82.6 8.78 7035 !MCTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7092 0.0 0.0 0.0 0.0 7035 !MMTW-NPT Main Mantle Thrust west - North Pamir Thrust @absage +7092 10.0 -34.18 -79.69 -3.04 7035 !MMTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7092 30.0 -20.09 -94.26 -10.5 7035 !MMTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7092 30.0 -24.16 -78.86 -4.76 7015 !MMTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7092 200.0 -24.16 -78.86 -4.76 7015 !MMTW-NPT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7093 0.0 0.0 0.0 0.0 7065 !GMB-GDT Gurla Mandhata breakaway - Gangdese Thrust @absage +7093 65.0 0.0 0.0 0.0 7065 !GMB-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7094 0.0 0.0 0.0 0.0 402 !FIWM-KAZ Outline future western margin India proper - Kazakhstan @absage +7094 65.0 0.0 0.0 0.0 402 !FIWM-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7095 0.0 0.0 0.0 0.0 7017 !NYGR-BNS Nyaingtentanghla-Yadon-Gulu rift breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7095 13.0 0.0 0.0 0.0 7017 !NYGR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7096 0.0 0.0 0.0 0.0 401 !SCHI-SIB South China - Siberia @absage +7096 10.0 6.5 101.4 1.6 401 !SCHI-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7096 180.0 6.5 101.4 1.6 401 !SCHI-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage Merger changed by @REF Torsvik_2006 @xo_ys +7096 180.0 30.58 74.73 13.38 602 !SCHI-SCH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage Merger changed by @REF Torsvik_2006 +7096 250.0 30.58 74.73 13.38 602 !SCHI-SCH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage Merger changed by @REF Torsvik_2006 +7097 0.0 0.0 0.0 0.0 7023 !TB1-AKMEA marker illustrating E-W Tibetan extension since 10 Ma - 1 - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7097 10.0 -54.31 -63.65 3.12 7023 !TB1-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7097 13.0 -54.31 -63.65 3.12 7023 !TB1-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7098 0.0 0.0 0.0 0.0 7023 !TB2-AKMEA marker illustrating E-W Tibetan extension since 10 Ma - 2 - Ayimaqin-Kunlun-Mutztagh suture east of Altyn Tagh Fault @absage +7098 10.0 -56.48 -65.55 2.87 7023 !TB2-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7098 13.0 -56.48 -65.55 2.87 7023 !TB2-AKMEA @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7099 0.0 0.0 0.0 0.0 7017 !GAF-BNS Ganzi Fault - Bangong Nujiang suture east of Karakoram fault @absage +7099 13.0 0.0 0.0 0.0 7017 !GAF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7100 0.0 0.0 0.0 0.0 7017 !GCF-BNS strike-slip fault of @REF Murphy_2010 - Bangong Nujiang suture east of Karakoram fault @absage +7100 13.0 0.0 0.0 0.0 7017 !GCF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7101 0.0 0.0 0.0 0.0 7017 !GCF-BNS connected rift of @REF Murphy_2010 - Bangong Nujiang suture east of Karakoram fault @absage +7101 10.0 -50.98 44.33 0.04 7017 !GCF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7101 13.0 -50.98 44.33 0.04 7017 !GCF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7102 0.0 0.0 0.0 0.0 7017 !GCF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7102 13.0 0.0 0.0 0.0 7017 !GCF-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7103 0.0 0.0 0.0 0.0 7017 !USSR-BNS Unnamed strike-slip and connected rift - Bangong Nujiang suture east of Karakoram fault @absage +7103 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7104 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7104 13.0 -58.79 77.84 0.03 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7105 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7105 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7106 0.0 0.0 0.0 0.0 7017 !TAKG-BNS Takkhola Graben - Bangong Nujiang suture east of Karakoram fault @absage +7106 10.0 -58.94 61.54 0.03 7017 !TAKG-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7106 13.0 -58.94 61.54 0.03 7017 !TAKG-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7107 0.0 0.0 0.0 0.0 7017 !TKGB-BNS Takkhola Graben breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7107 13.0 0.0 0.0 0.0 7017 !TKGB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7108 0.0 0.0 0.0 0.0 7017 !LPK-BNS Lopukangri graben @REF Murphy_2010 - Bangong Nujiang suture east of Karakoram fault @absage +7108 10.0 -59.17 68.97 0.06 7017 !LPK-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7108 13.0 -59.17 68.97 0.06 7017 !LPK-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7109 0.0 0.0 0.0 0.0 7017 !LPKB-BNS Lopukangri break-away - Bangong Nujiang suture east of Karakoram fault @absage +7109 10.0 0.0 0.0 0.0 7017 !LPKB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7109 13.0 0.0 0.0 0.0 7017 !LPKB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7110 0.0 0.0 0.0 0.0 7017 !USSR-BNS Unnamed strike-slip and connected rift - Bangong Nujiang suture east of Karakoram fault @absage +7110 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7111 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7111 10.0 -38.23 22.06 0.04 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7111 13.0 -38.23 22.06 0.04 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7112 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7112 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7113 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7113 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7114 0.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7114 13.0 0.0 0.0 0.0 7017 !USSR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7115 0.0 0.0 0.0 0.0 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7115 13.0 0.0 0.0 0.0 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7116 0.0 0.0 0.0 0.0 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7116 10.0 -46.39 32.8 0.06 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7116 13.0 -46.39 32.8 0.06 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7117 0.0 0.0 0.0 0.0 7017 !SSCRB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7117 13.0 0.0 0.0 0.0 7017 !SSCRB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7118 0.0 0.0 0.0 0.0 7017 !RCF1-BNS Riganpei Co fault 1 (@REF Taylor_Yin_2009) - Bangong Nujiang suture east of Karakoram fault @absage +7118 13.0 0.0 0.0 0.0 7017 !RCF1-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7119 0.0 0.0 0.0 0.0 7017 !RCF2-BNS Riganpei Co fault 2 (@REF Taylor_Yin_2009) - Bangong Nujiang suture east of Karakoram fault @absage +7119 10.0 45.48 -44.82 0.19 7017 !RCF2-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7119 13.0 45.48 -44.82 0.19 7017 !RCF2-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7120 0.0 0.0 0.0 0.0 7017 !SSCR-BNS Unnamed strike-slip and connected rift - Bangong Nujiang suture east of Karakoram fault @absage +7120 10.0 48.58 -56.38 -0.05 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7120 13.0 48.58 -56.38 -0.05 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7121 0.0 0.0 0.0 0.0 7017 !UNB-BNS Unnamed breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7121 13.0 0.0 0.0 0.0 7017 !UNB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7122 0.0 0.0 0.0 0.0 7017 !SSCR-BNS Unnamed strike-slip and connected rift - Bangong Nujiang suture east of Karakoram fault @absage +7122 10.0 51.16 -61.93 -0.08 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7122 13.0 51.16 -61.93 -0.08 7017 !SSCR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7123 0.0 0.0 0.0 0.0 7017 !UNB-BNS Unnamed breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7123 13.0 0.0 0.0 0.0 7017 !UNB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7124 0.0 0.0 0.0 0.0 7017 !UNR-BNS Unnamed rift - Bangong Nujiang suture east of Karakoram fault @absage +7124 10.0 52.64 -69.34 -0.05 7017 !UNR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7124 13.0 52.64 -69.34 -0.05 7017 !UNR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7125 0.0 0.0 0.0 0.0 7017 !UNB-BNS Unnamed breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7125 13.0 0.0 0.0 0.0 7017 !UNB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7126 0.0 0.0 0.0 0.0 7017 !SSR1-BNS Unnamed strike-slip and rift 1 - Bangong Nujiang suture east of Karakoram fault @absage +7126 13.0 0.0 0.0 0.0 7017 !SSR1-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7127 0.0 0.0 0.0 0.0 7017 !SSR2-BNS Unnamed strike-slip and rift 2 - Bangong Nujiang suture east of Karakoram fault @absage +7127 10.0 54.4 -66.52 0.14 7017 !SSR2-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7127 13.0 54.4 -66.52 0.14 7017 !SSR2-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7128 0.0 0.0 0.0 0.0 7017 !UNR-BNS Unnamed rift - Bangong Nujiang suture east of Karakoram fault @absage +7128 10.0 -55.63 88.16 0.07 7017 !UNR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7128 13.0 -55.63 88.16 0.07 7017 !UNR-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7129 0.0 0.0 0.0 0.0 7017 !UNB-BNS Unnamed breakaway - Bangong Nujiang suture east of Karakoram fault @absage +7129 13.0 0.0 0.0 0.0 7017 !UNB-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7130 10.0 33.68 79.22 3.2 7017 !GCTD-BNS working line Great Counter Thrust displacement - Bangong Nujiang suture east of Karakoram fault @absage +7130 13.0 -34.38 -97.07 -4.18 7017 !GCTD-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7131 0.0 -38.18 18.46 -0.17 7074 !LPB-LEOP Leo Pargil Breakaway - Leo Pargil detachment @absage +7131 10.0 -38.18 18.46 -0.17 7074 !LPB-LEOP @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7131 16.0 0.0 0.0 0.0 7074 !LPB-LEOP @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7132 0.0 0.0 0.0 0.0 7065 !GDF-GDT Gangdese forearc outline - Gangdese Thrust @absage +7132 24.0 0.0 0.0 0.0 7065 !GDF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7132 30.0 -0.88 -2.17 -0.47 7065 !GDF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7132 65.0 -0.88 -2.17 -0.47 7065 !GDF-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7133 0.0 0.0 0.0 0.0 7014 !PSL-MAMT Srivastava_Mitra_1994 profile sensu Long - Main Mantle Thrust @absage +7133 50.0 0.0 0.0 0.0 7014 !PSL-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7134 0.0 0.0 0.0 0.0 7014 !RPSL-MAMT Robinson_++_2006 profile sensu Long - Main Mantle Thrust @absage +7134 50.0 0.0 0.0 0.0 7014 !RPSL-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7135 0.0 0.0 0.0 0.0 7014 !SPSL-MAMT Schelling_1992 profile sensu Long - Main Mantle Thrust @absage +7135 50.0 0.0 0.0 0.0 7014 !SPSL-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7136 0.0 0.0 0.0 0.0 7076 !SASL-STID Schelling_Arita_1991 profile sensu Long - South Tibetan Detachment @absage +7136 50.0 0.0 0.0 0.0 7076 !SASL-STID @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7137 0.0 0.0 0.0 0.0 7076 !MPSL-STID Mitra_2010 profile sensu Long - South Tibetan Detachment @absage +7137 50.0 0.0 0.0 0.0 7076 !MPSL-STID @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7138 0.0 0.0 0.0 0.0 7076 !LOB-STID Long_++_2010 profile Bhutan - South Tibetan Detachment @absage +7138 50.0 0.0 0.0 0.0 7076 !LOB-STID @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7139 0.0 0.0 0.0 0.0 7076 !YPAP-STID Yin et al 2010 profile Arunachal Pradesh - South Tibetan Detachment @absage +7139 65.0 0.0 0.0 0.0 7076 !YPAP-STID @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7140 0.0 0.0 0.0 0.0 7092 !MMTH-MMTW Main Mantle Thrust @ 7133 - Main Mantle Thrust west @absage +7140 65.0 0.0 0.0 0.0 7092 !MMTH-MMTW @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7141 0.0 0.0 0.0 0.0 7140 !MCT-MMTH @ 7133 - Main Mantle Thrust @ 7133 @absage +7141 13.0 0.0 0.0 0.0 7140 !MCT-MMTH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7141 65.0 -5.09 -13.27 0.32 7140 !MCT-MMTH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7142 0.0 0.0 0.0 0.0 7141 !MBT-MCT @ 7133 - @ 7133 @absage +7142 1.0 0.0 0.0 0.0 7141 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7142 1.0 39.82 58.88 0.63 501 !MBT-IND @ 7133 - India Craton @absage +7142 29.0 39.82 58.88 0.63 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7142 29.0 35.56 59.36 -20.49 7141 !MBT-MCT @ 7133 - @ 7133 @absage +7142 50.0 35.56 59.36 -20.49 7141 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7143 0.0 0.0 0.0 0.0 7141 !MFT-MCT @ 7133 - @ 7133 @absage +7143 28.0 0.0 0.0 0.0 7141 !MFT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7143 28.0 36.11 59.4 20.12 501 !MFT-IND @ 7133 - India Craton @absage +7143 50.0 36.11 59.4 20.12 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7144 0.0 0.0 0.0 0.0 7014 !MMT-MAMT @ 7134 - Main Mantle Thrust @absage +7144 65.0 0.0 0.0 0.0 7014 !MMT-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7145 0.0 0.0 0.0 0.0 7144 !STD-MMT @ 7134 - @ 7134 @absage +7145 13.0 0.0 0.0 0.0 7144 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7145 50.0 35.41 -35.82 -1.54 7144 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7145 65.0 35.41 -35.82 -1.54 7144 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7146 0.0 0.0 0.0 0.0 7145 !MCT-STD @ 7134 - @ 7134 @absage +7146 13.0 0.0 0.0 0.0 7145 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7146 65.0 37.83 -38.31 0.32 7145 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7147 0.0 0.0 0.0 0.0 7146 !MBT-MCT @ 7134 - @ 7134 @absage +7147 1.2 0.0 0.0 0.0 7146 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7147 1.2 35.77 69.88 2.11 501 !MBT-IND @ 7134 - India Craton @absage +7147 11.6 35.77 69.88 2.11 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7147 11.6 -12.13 -80.13 -2.32 7193 !MBT-MSH @ 7134 - Missing shortening @ 7078 @absage +7147 50.0 -12.13 -80.13 -2.32 7193 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7148 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7134 - India Craton @absage +7148 13.0 31.88 -31.92 1.55 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7148 23.0 26.56 -27.16 3.39 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7148 50.0 26.56 -27.16 3.39 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7149 0.0 0.0 0.0 0.0 7014 !MMT-MAMT @ 7135 - Main Mantle Thrust @absage +7149 65.0 0.0 0.0 0.0 7014 !MMT-MAMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7150 0.0 0.0 0.0 0.0 7149 !STD-MMT @ 7135 - @ 7135 @absage +7150 13.0 0.0 0.0 0.0 7149 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7150 50.0 24.93 -24.75 -1.05 7149 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7150 65.0 24.93 -24.75 -1.05 7149 !STD-MMT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7151 0.0 0.0 0.0 0.0 7150 !MCT-STD @ 7135 - @ 7135 @absage +7151 13.0 0.0 0.0 0.0 7150 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7151 65.0 24.98 -24.76 0.31 7150 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7152 0.0 0.0 0.0 0.0 7151 !MBT-MCT @ 7135 - @ 7135 @absage +7152 1.2 0.0 0.0 0.0 7151 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7152 1.2 35.77 69.88 2.11 501 !MBT-IND @ 7135 - India Craton @absage +7152 23.0 35.77 69.88 2.11 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7152 23.0 38.11 69.01 -27.77 7151 !MBT-MCT @ 7135 - @ 7135 @absage +7152 65.0 38.11 69.01 -27.77 7151 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7153 0.0 0.0 0.0 0.0 7151 !MFT-MCT @ 7135 - @ 7135 @absage +7153 16.5 0.0 0.0 0.0 7151 !MFT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7153 23.0 29.48 79.78 -24.66 7151 !MFT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7153 23.0 43.01 13.03 7.78 501 !MFT-IND @ 7135 - India Craton @absage +7153 50.0 43.01 13.03 7.78 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7154 0.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @ 7136 - Indus-Yarling Suture east of Karakoram Fault @absage +7154 65.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7155 0.0 0.0 0.0 0.0 7154 !STD-IYSZ @ 7136 - @ 7136 @absage +7155 13.0 0.0 0.0 0.0 7154 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7155 50.0 12.83 -11.47 -1.22 7154 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7155 65.0 12.83 -11.47 -1.22 7154 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7156 0.0 0.0 0.0 0.0 7155 !MCT-STD @ 7136 - @ 7136 @absage +7156 13.0 0.0 0.0 0.0 7155 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7156 65.0 10.46 -10.2 0.32 7155 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7157 0.0 0.0 0.0 0.0 7156 !MBT-MCT @ 7136 - @ 7136 @absage +7157 0.6 0.0 0.0 0.0 7156 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7157 0.6 31.05 15.55 0.25 501 !MBT-IND @ 7136 - India Craton @absage +7157 10.8 31.05 15.55 0.25 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7157 10.8 19.61 -19.18 -1.8 7197 !MBT-MSH @7136 - Missing shortening @ 7136 @absage +7157 65.0 19.61 -19.18 -1.8 7197 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7158 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7136 - India Craton @absage +7158 13.0 21.29 -15.42 2.42 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7158 23.0 18.96 -14.15 3.67 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7158 50.0 18.96 -14.15 3.67 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7159 0.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @ 7137 - Indus-Yarling Suture east of Karakoram Fault @absage +7159 65.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7160 0.0 0.0 0.0 0.0 7159 !STD-IYSZ @ 7137 - @ 7137 @absage +7160 13.0 0.0 0.0 0.0 7159 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7160 50.0 5.2 -4.81 -1.26 7159 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7160 65.0 5.2 -4.81 -1.26 7159 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7161 0.0 0.0 0.0 0.0 7160 !MCT-STD @ 7137 - @7137 @absage +7161 13.0 0.0 0.0 0.0 7160 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7161 65.0 1.55 -2.87 0.31 7160 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7162 0.0 0.0 0.0 0.0 7161 !MBT-MCT @ 7137 - @ 7137 @absage +7162 0.6 0.0 0.0 0.0 7161 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7162 0.6 31.05 15.55 0.25 501 !MBT-IND @ 7137 - India Craton @absage +7162 9.6 31.05 15.55 0.25 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7162 9.6 20.75 -17.55 -1.62 7199 !MBT-MSH @7137 - Missing shortening @ 7137 @xo_ys +7162 23.0 20.75 -17.55 -1.62 7199 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7162 65.0 20.75 -17.55 -1.62 7199 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7163 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7137 - India Craton @absage +7163 13.0 22.43 -13.58 2.49 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7163 23.0 20.28 -12.24 3.38 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7163 50.0 20.28 -12.24 3.38 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7164 0.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @ 7138 - Indus-Yarling Suture east of Karakoram Fault @absage +7164 65.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7165 0.0 0.0 0.0 0.0 7164 !STD-IYSZ @ 7138 - @ 7138 @absage +7165 13.0 0.0 0.0 0.0 7164 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7165 50.0 3.71 -3.05 -1.26 7164 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7165 65.0 3.71 -3.05 -1.26 7164 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7166 0.0 0.0 0.0 0.0 7165 !MCT-STD @ 7138 - @ 7138 @absage +7166 13.0 0.0 0.0 0.0 7165 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7166 65.0 0.12 -1.17 0.33 7165 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7167 0.0 0.0 0.0 0.0 7201 !MBT-MSH @ 7138 - Missing shortening @ 7137 @absage +7167 11.1 0.0 0.0 0.0 7201 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7167 65.0 0.0 0.0 0.0 7201 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7168 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7138 - India Craton @absage +7168 3.0 -6.45 2.13 0.03 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7168 13.0 22.31 -12.26 2.38 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7168 23.0 19.71 -9.54 4.12 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7168 50.0 19.71 -9.54 4.12 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7169 0.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @ 7139 - Indus-Yarling Suture east of Karakoram Fault @absage +7169 65.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7170 0.0 0.0 0.0 0.0 7169 !STD-IYSZ @ 7139 - @ 7139 @absage +7170 13.0 0.0 0.0 0.0 7169 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7170 50.0 -1.31 1.8 -1.25 7169 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7170 65.0 -1.31 1.8 -1.25 7169 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7171 0.0 0.0 0.0 0.0 7170 !MCT-STD @ 7139 - @ 7139 @absage +7171 13.0 0.0 0.0 0.0 7170 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7171 65.0 -3.83 3.15 0.32 7170 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7172 0.0 0.0 0.0 0.0 7171 !MBT-MCT @ 7139 - @ 7139 @absage +7172 0.2 0.0 0.0 0.0 7171 !MBT-MCT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7172 0.2 31.0 15.55 0.08 501 !MBT-IND @ 7139 - India Craton @absage +7172 10.3 31.0 15.55 0.08 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7172 10.3 21.26 -10.55 -2.05 7203 !MBT-MSH @ 7139 - Missing shortening @ 7138 @absage +7172 65.0 21.26 -10.55 -2.05 7203 !MBT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7173 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7139 - India Craton @absage +7173 13.0 21.69 -9.63 2.68 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7173 23.0 19.07 -7.63 4.15 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7173 50.0 19.07 -7.63 4.15 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7174 0.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @ 7140 - Indus-Yarling Suture east of Karakoram Fault @absage +7174 65.0 0.0 0.0 0.0 7015 !IYSZ-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7175 0.0 0.0 0.0 0.0 7174 !STD-IYSZ @ 7140 - @ 7140 @absage +7175 13.0 0.0 0.0 0.0 7174 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7175 50.0 16.0 -5.51 -1.9 7174 !STD-IYSZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7176 0.0 0.0 0.0 0.0 7175 !MCT-STD @ 7140 - @ 7140 @absage +7176 13.0 0.0 0.0 0.0 7175 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7176 65.0 -22.91 15.87 0.32 7175 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7177 0.0 0.0 0.0 0.0 501 !MBT-IND @ 7140 - India Craton @absage +7177 13.0 22.67 -7.54 2.53 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7177 23.0 18.83 -5.1 4.37 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7177 50.0 18.83 -5.1 4.37 501 !MBT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7178 0.0 0.0 0.0 0.0 501 !MFT-IND @ 7140 - India Craton @absage +7178 65.0 0.0 0.0 0.0 501 !MFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7179 50.0 0.0 0.0 0.0 501 !HIMM-IND Himalayan microcontinent - India Craton @absage +7179 200.0 0.0 0.0 0.0 501 !HIMM-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7180 50.0 0.0 0.0 0.0 7179 !FSTD-HIMM Future STD - Himalayan microcontinent @absage +7180 200.0 0.0 0.0 0.0 7179 !FSTD-HIMM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7181 50.0 0.0 0.0 0.0 7179 !THLH-HIMM TH-LH boundary - Himalayan microcontinent @absage +7181 200.0 0.0 0.0 0.0 7179 !THLH-HIMM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7182 0.0 0.0 0.0 0.0 501 !NMIB-IND Northern modern India boundary - India Craton @absage +7182 65.0 0.0 0.0 0.0 501 !NMIB-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7183 0.0 0.0 0.0 0.0 501 !MFTS-IND Main frontal thrust shortening topology - India Craton @absage +7183 23.0 0.0 0.0 0.0 501 !MFTS-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7184 0.0 0.0 0.0 0.0 7015 !LHT-IYKF Lesser Himalayas topology - Indus-Yarling Suture east of Karakoram Fault @absage +7184 23.0 0.0 0.0 0.0 7015 !LHT-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7185 0.0 0.0 0.0 0.0 7015 !GRHS-IYKF Greater Himalayas south of STD topology - Indus-Yarling Suture east of Karakoram Fault @absage +7185 23.0 0.0 0.0 0.0 7015 !GRHS-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7186 0.0 0.0 0.0 0.0 7015 !ERGH-IYKF Eroded GH section topology - Indus-Yarling Suture east of Karakoram Fault @absage +7186 23.0 0.0 0.0 0.0 7015 !ERGH-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7187 23.0 0.0 0.0 0.0 7015 !TEHI-IYKF Tethyan Himalayas pre-STD topology - Indus-Yarling Suture east of Karakoram Fault @absage +7187 50.0 0.0 0.0 0.0 7015 !TEHI-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7188 0.0 0.0 0.0 0.0 402 !AVPI-KAZ southern boundary Alay Valley-Peter I - Chatkal range topology - Kazakhstan @absage +7188 23.0 -11.8 -6.11 -2.19 402 !AVPI-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7188 160.0 -18.58 -0.91 -1.1 402 !AVPI-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7189 0.0 0.0 0.0 0.0 7096 !ICHI-SCHI Indo China, combining N & South, using poles of Hall_++_2008 - South China @absage +7189 5.0 -29.9 61.5 -0.25 7096 !ICHI-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7189 17.0 -29.9 61.5 -0.25 7096 !ICHI-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7189 30.0 -20.9 61.5 2.5 7096 !ICHI-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7189 210.0 -20.92 61.51 2.5 7096 !ICHI-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7190 0.0 0.0 0.0 0.0 7096 !BIRB-SCHI Birma block - South China @absage +7190 10.0 -13.44 -32.93 -5.22 7096 !BIRB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7190 20.0 -3.53 -19.23 -7.29 7096 !BIRB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7190 20.0 8.55 144.22 9.3 603 !BIRB-SBM Birma block - Sino Burma Malaya @absage +7190 50.0 -5.71 -149.23 8.87 603 !BIRB-SBM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7190 65.0 -5.71 -149.23 8.87 603 !BIRB-SBM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7191 0.0 0.0 0.0 0.0 501 !WKJT-IND werklijntje - India Craton @absage +7191 50.0 0.0 0.0 0.0 501 !WKJT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7192 0.0 0.0 0.0 0.0 7143 !MSH-MFT missing shortening @ 7078 - @ 7133 @absage +7192 50.0 0.0 0.0 0.0 7143 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7193 0.0 0.0 0.0 0.0 7148 !MLSH-MFT missing LH shortening @ 7134 - @ 7134 @absage +7193 50.0 0.0 0.0 0.0 7148 !MLSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7194 0.0 0.0 0.0 0.0 7153 !MSH-MFT missing shortening @ 7135 - @ 7135 @absage +7194 50.0 0.0 0.0 0.0 7153 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7195 23.0 0.0 0.0 0.0 501 !NMI-IND Northern margin India @ 7134 - India Craton @absage +7195 65.0 0.0 0.0 0.0 501 !NMI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7196 23.0 0.0 0.0 0.0 501 !NMI-IND Northern margin India @ 7135 - India Craton @absage +7196 65.0 0.0 0.0 0.0 501 !NMI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7197 0.0 0.0 0.0 0.0 7158 !MSH-MFT missing shortening @ 7136 - @ 7136 @absage +7197 50.0 0.0 0.0 0.0 7158 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7198 23.0 0.0 0.0 0.0 501 !NMI-IND Northern margin India @ 7136 - India Craton @absage +7198 65.0 0.0 0.0 0.0 501 !NMI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7199 0.0 0.0 0.0 0.0 7163 !MSH-MFT missing shortening @ 7137 - @ 7137 @absage +7199 50.0 0.0 0.0 0.0 7163 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7200 23.0 0.0 0.0 0.0 501 !NMI-IND Northern margin India @ 7137 - India Craton @absage +7200 65.0 0.0 0.0 0.0 501 !NMI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7201 0.0 0.0 0.0 0.0 7168 !MSH-MFT missing shortening @ 7137 - @ 7138 @absage +7201 50.0 0.0 0.0 0.0 7168 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7202 23.0 0.0 0.0 0.0 501 !NMI-IND Northern margin India @ 7138 - India craton @absage +7202 65.0 0.0 0.0 0.0 501 !NMI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7203 0.0 0.0 0.0 0.0 7173 !MSH-MFT missing shortening @ 7138 - @ 7139 @absage +7203 50.0 0.0 0.0 0.0 7173 !MSH-MFT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7204 0.0 0.0 0.0 0.0 7177 !MSH-MBT missing shortening @ 7139 - @ 7140 @absage +7204 50.0 0.0 0.0 0.0 7177 !MSH-MBT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7205 23.0 0.0 0.0 0.0 501 !RLH-IND reconstructed LH pre-23 - India craton @absage +7205 250.0 0.0 0.0 0.0 501 !RLH-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7206 23.0 0.0 0.0 0.0 501 !LHT-IND LH Topology 28-23 - India craton @absage +7206 250.0 0.0 0.0 0.0 501 !LHT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7207 23.0 0.0 0.0 0.0 501 !LHST-IND LH 28-23 south of Tibet - India craton @absage +7207 250.0 0.0 0.0 0.0 501 !LHST-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7208 23.0 0.0 0.0 0.0 501 !SMFT-IND modern Siwaliks plus MFT shortening segment - India craton @absage +7208 250.0 0.0 0.0 0.0 501 !SMFT-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7209 0.0 0.0 0.0 0.0 7015 !THIM-IYKF Tethyan Himalaya topology - Indus-Yarling Suture east of Karakoram Fault @absage +7209 50.0 0.0 0.0 0.0 7015 !THIM-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7210 50.0 0.0 0.0 0.0 501 !TGHI-IND Tethyan/Greater Himalaya polygon - India craton @absage +7210 90.0 0.0 0.0 0.0 501 !TGHI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7210 130.0 37.46 48.54 -24.44 501 !TGHI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7210 250.0 37.46 48.54 -24.44 501 !TGHI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7211 100.0 0.0 0.0 0.0 7017 !LHBL-BNS Lhasa block pre-100 - Bangong Nujiang suture east of Karakoram fault @absage +7211 140.0 0.0 0.0 0.0 7017 !LHBL-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7211 140.0 32.24 36.54 -26.59 401 !LHBL-SIB Lhasa block pre-100 - Siberia @absage +7211 240.0 -38.02 -141.93 101.84 401 !LHBL-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7211 250.0 -32.24 -143.46 26.59 401 !LHBL-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7212 140.0 0.0 0.0 0.0 401 !QIT-SIB Qiangtang block pre-Cenozoic - Siberia @absage +7212 180.0 5.56 -7.16 -3.12 401 !QIT-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7212 250.0 0.0 0.0 0.0 401 !QIT-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7213 65.0 0.0 0.0 0.0 401 !SPG-SIB Songpan Ganzi block pre-Cenozoic - Siberia @absage +7213 250.0 0.0 0.0 0.0 401 !SPG-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7214 65.0 0.0 0.0 0.0 401 !KNL-SIB Kunlun terranes pre-Cenozoic - Siberia @absage +7214 250.0 0.0 0.0 0.0 401 !KNL-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7215 50.0 0.0 0.0 0.0 7017 !KLOP-BNS Kohistan Ladakh arc-ophiolite pre-Cenozoic - Bangong Nujiang suture east of Karakoram fault @absage +7215 70.0 0.0 0.0 0.0 7017 !KLOP-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7215 70.0 -37.01 -114.6 27.11 7065 !KLOP-LSB Kohistan Ladakh arc-ophiolite pre-Cenozoic - Southern Boundary Qiangtang/Lhasa @absage +7215 110.0 -37.01 -114.6 27.11 7065 !KLOP-LSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7216 65.0 0.0 0.0 0.0 401 !GDFC-SIB Gangdese fore-arc pre-Cenozoic - Siberia @absage +7216 250.0 0.0 0.0 0.0 401 !GDFC-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7217 65.0 0.0 0.0 0.0 401 !GRT-SIB Greater Tarim pre-Cenozoic - Siberia @absage +7217 250.0 0.0 0.0 0.0 401 !GRT-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7218 65.0 0.0 0.0 0.0 401 !PRP-SIB Proto-pamir embayment pre-Cenozoic - Siberia @absage +7218 250.0 0.0 0.0 0.0 401 !PRP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7219 50.0 0.0 0.0 0.0 7015 !SZN-IYKF subduction zone post-65 - Indus-Yarling Suture east of Karakoram Fault @absage +7219 65.0 0.0 0.0 0.0 7015 !SZN-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7220 0.0 0.0 0.0 0.0 7015 !INYL-IYKF Indus-Yarlung ophiolites - Indus-Yarling Suture east of Karakoram Fault @absage +7220 52.0 0.0 0.0 0.0 7015 !INYL-IYKF @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7221 23.0 0.0 0.0 0.0 7155 !MCT-STD more or less arbitarily chosen within the 'missing shortening interval' - @ 7136 @absage +7221 250.0 0.0 0.0 0.0 7155 !MCT-STD @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7222 23.0 0.0 0.0 0.0 501 !LHSI-IND LH & Siwalik/MFT part of Greater India - India craton @absage +7222 250.0 0.0 0.0 0.0 501 !LHSI-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7223 50.0 0.0 0.0 0.0 7210 !LHGH-TGHI LH - GH boundary - Tethyan/Greater Himalaya polygon @absage +7223 250.0 0.0 0.0 0.0 7210 !LHGH-TGHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7224 0.0 0.0 0.0 0.0 401 !GRA-SIB Greater Asia: northern boundary - Siberia @absage +7224 50.0 0.0 0.0 0.0 401 !GRA-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7225 0.0 0.0 0.0 0.0 7209 !GHT-THIM GH Topology - Tethyan Himalaya topology @absage +7225 23.0 0.0 0.0 0.0 7209 !GHT-THIM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7226 0.0 0.0 0.0 0.0 7225 !MSH-GHT 'still missing shortening' in LH/GH Topology (explained as uncertainties in estimates rather than geologically meaningful) - GH Topology @absage +7226 23.0 0.0 0.0 0.0 7225 !MSH-GHT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7227 0.0 0.0 0.0 0.0 7226 !LHT-MSH LH Topology - 'still missing shortening in LH/GH @absage +7227 23.0 0.0 0.0 0.0 7226 !LHT-MSH @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7228 75.0 0.0 0.0 0.0 000 !ITSZ-000 Intra-tethyan subduction zone 100-75 Ma @absage +7228 100.0 0.0 0.0 0.0 000 !ITSZ-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7229 65.0 0.0 0.0 0.0 7215 !ITKP-KLOP Intra-tethyan subduction zone Kohistan/Pakistan segment 75-65 Ma - Kohistan Ladakh arc-ophiolite pre-Cenozoic @absage +7229 75.0 0.0 0.0 0.0 7215 !ITKP-KLOP @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7230 0.0 22.33 59.68 -123.86 503 !ITOM-ARB Intra-tethyan subduction zone UAE/Oman segment 75-65 Ma - Arabia @absage +7230 65.0 22.33 59.68 -123.86 503 !ITOM-ARB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7230 75.0 0.0 0.0 0.0 503 !ITOM-ARB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7231 50.0 0.0 0.0 0.0 7017 !LHTO-BNS Lhasa topology 100-50 - Bangong Nujiang suture east of Karakoram fault @absage +7231 100.0 0.0 0.0 0.0 7017 !LHTO-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7232 100.0 0.0 0.0 0.0 7020 !LHTP-JINE Lhasa topology 100-50 - Jinsha Suture east of Altyn Tagh Fault @absage +7232 140.0 0.0 0.0 0.0 7020 !LHTP-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7233 0.0 0.0 0.0 0.0 401 !INAP-SIB India with poles of Achache_Patriat_1984 - Siberia +7233 10.21 16.6 37.6 -7.44 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A5 (timescale unclear) +7233 20.98 18.5 33.3 -12.85 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A6 +7233 29.22 16.9 34.8 -17.75 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A8 +7233 36.47 13.3 40.7 -23.82 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A13 +7233 41.81 17.7 37.0 -26.89 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A18 +7233 44.4 20.7 34.0 -28.44 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A20 +7233 47.69 16.0 36.0 -33.27 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A21 +7233 49.68 26.0 24.0 -30.5 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A22 +7233 51.62 18.1 28.7 -36.44 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A23 +7233 53.03 19.0 25.8 -38.37 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A24 +7233 55.35 20.1 22.1 -40.81 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A25 +7233 56.92 19.8 20.7 -43.17 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A26 +7233 59.31 16.2 22.7 -48.67 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A27 +7233 60.57 17.3 20.6 -49.47 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A28 +7233 62.49 14.9 21.5 -54.65 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A29 +7233 70.62 18.8 13.3 -60.72 401 !INAP-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" A32 +7234 0.0 0.0 0.0 0.0 401 !LHSN-SIB Lhasa sensu Replumaz_Tapponnier - Siberia +7234 5.0 34.3 9.7 -1.4 401 !LHSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7234 10.0 27.7 -34.5 -2.9 401 !LHSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7234 15.0 34.7 -26.7 -4.2 401 !LHSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7234 30.0 6.7 -73.28 -12.5 401 !LHSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7235 0.0 0.0 0.0 0.0 401 !QTSN-SIB Qiangtang sensu Replumaz_Tapponnier - Siberia @absage +7235 5.0 20.5 99.5 6.7 401 !QTSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7235 10.0 12.04 102.8 8.28 401 !QTSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7235 15.0 4.4 109.5 8.48 401 !QTSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7235 30.0 7.4 -67.72 -7.6 401 !QTSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7236 0.0 0.0 0.0 0.0 401 !HISN-SIB Himalaya sensu Replumaz_Tapponnier - Siberia @absage +7236 5.0 -0.4 154.2 1.3 401 !HISN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7236 10.0 0.3 -20.4 -2.8 401 !HISN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7236 15.0 1.7 146.4 4.4 401 !HISN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7236 30.0 22.03 31.1 -8.9 401 !HISN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7237 0.0 0.0 0.0 0.0 401 !PMSN-SIB Pamir sensu Replumaz_Tapponnier - Siberia @absage +7237 5.0 -0.4 154.2 1.3 401 !PMSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7237 10.0 0.3 -20.4 -2.8 401 !PMSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7237 15.0 1.7 146.4 4.4 401 !PMSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7237 30.0 19.0 7.2 -6.8 401 !PMSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7238 0.0 0.0 0.0 0.0 401 !ODSN-SIB Ordos sensu Replumaz_Tapponnier - Siberia @absage +7238 5.0 42.2 117.0 -2.5 401 !ODSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7238 10.0 42.2 117.0 -5.0 401 !ODSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7238 180.0 42.2 117.0 -5.0 401 !ODSN-SIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 0.0 0.0 0.0 0.0 7065 !BGN-GDT Bangong Nujiang 2 - Gangdese Thrust @absage +7239 10.0 -52.56 56.04 1.04 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 15.0 -58.6 78.25 0.98 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 20.0 -34.18 -83.55 9.92 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 30.0 -30.39 -83.54 33.64 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 50.0 -44.92 -66.19 3.02 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 100.0 -32.73 -69.28 13.7 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 140.0 -32.73 -69.28 13.7 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7239 250.0 -32.73 -69.28 13.7 7065 !BGN-GDT @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 0.0 0.0 0.0 0.0 7246 !BNBN-ICSB Bangong Nujiang Burma North - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7240 10.0 -11.45 14.43 0.86 7246 !BNBN-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 20.0 -56.39 54.68 0.42 7246 !BNBN-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 30.0 -25.71 -83.93 33.36 7246 !BNBN-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 50.0 -26.2 -84.06 29.76 7246 !BNBN-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 100.0 -27.07 -84.6 29.78 7246 !BNBN-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7240 100.0 -8.35 -167.96 -16.46 7017 !BNBN-BNS Bangong Nujiang Burma North - Bangong Nujiang suture east of Karakoram fault @absage +7240 140.0 -8.35 -167.96 -16.46 7017 !BNBN-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7240 250.0 -8.35 -167.96 -16.46 7017 !BNBN-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 0.0 0.0 0.0 0.0 7020 !JIN2-JINE Jinsha 2 - Jinsha Suture east of Altyn Tagh Fault @absage +7241 10.0 -29.98 -86.02 -15.01 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 15.0 -30.6 -83.91 -22.86 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 30.0 -30.6 -83.91 -22.86 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 50.0 -30.93 -83.95 -19.75 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 140.0 -31.44 -83.71 -19.75 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7241 250.0 -31.44 -83.71 -19.75 7020 !JIN2-JINE @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7242 0.0 0.0 0.0 0.0 7245 !JIN3-XISN Jinsha 3 - Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ @absage +7242 30.0 0.0 0.0 0.0 7245 !JIN3-XISN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7242 140.0 0.0 0.0 0.0 7245 !JIN3-XISN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7242 250.0 0.0 0.0 0.0 7245 !JIN3-XISN @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7243 0.0 0.0 0.0 0.0 7189 !IY2-ICHI Indus Yarlung 2 - Indo China @absage +7243 50.0 0.0 0.0 0.0 7189 !IY2-ICHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7244 0.0 0.0 0.0 0.0 7246 !IYB-ICSB Indus Yarlung Burma North - Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ @absage +7244 20.0 -29.85 -85.59 13.51 7246 !IYB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7244 30.0 -26.13 -84.11 46.05 7246 !IYB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7244 48.0 -25.87 -84.22 37.92 7246 !IYB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7244 140.0 0.0 0.0 0.0 7246 !IYB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7244 250.0 0.0 0.0 0.0 7246 !IYB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7245 0.0 0.0 0.0 0.0 7096 !XSD-SCHI Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ - South China @absage +7245 10.0 -12.54 17.87 0.7 7096 !XSD-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7245 140.0 -12.54 17.87 0.7 7096 !XSD-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7245 250.0 -12.54 17.87 0.7 7096 !XSD-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7246 0.0 0.0 0.0 0.0 7096 !ICSB-SCHI Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault - South China @absage +7246 5.0 -29.9 61.5 -0.25 7096 !ICSB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7246 8.0 -34.82 51.54 -0.39 7096 !ICSB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7246 20.0 -34.82 51.54 -0.39 7096 !ICSB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7246 30.0 16.53 99.19 13.7 7096 !ICSB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7246 250.0 16.53 99.19 13.7 7096 !ICSB-SCHI @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7247 0.0 0.0 0.0 0.0 7246 !ISIB-ICSB Indochina-Sibumasu suture S of Mae Ping fault - Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ @absage +7247 23.0 0.0 0.0 0.0 7246 !ISIB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7247 40.0 -46.99 27.11 0.88 7246 !ISIB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7247 250.0 -46.99 27.11 0.88 7246 !ISIB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7248 0.0 0.0 0.0 0.0 7246 !SAF-ICSB Sagain fault - N & W Andaman rift margin - Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ @absage +7248 200.0 0.0 0.0 0.0 7246 !SAF-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7249 0.0 0.0 0.0 0.0 7255 !SIWS-ICSM Sibumasu-west-Sumatra Block suture - Indochina-Sibumasu (Bentong-Raub) suture Malaysia and Sumatra @absage +7249 200.0 0.0 0.0 0.0 7255 !SIWS-ICSM @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7250 0.0 0.0 0.0 0.0 501 !BANS-IND Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block - India Craton @absage +7250 7.0 -15.92 -79.05 -0.93 501 !BANS-IND @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +7250 11.0 -38.74 -77.84 -1.49 501 !BANS-IND @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +7250 23.0 71.47 86.99 4.44 501 !BANS-IND @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" Initiation of rifting related to Andaman Sea @xo_ys +7250 23.0 15.02 36.89 -11.18 7255 !BANS-ICSM West Burma - Indochina-Sibumasu (Bentong-Raub) suture Malaysia and Sumatra, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +7250 140.0 15.02 36.89 -11.18 7255 !BANS-ICSM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +7250 175.0 -28.86 -177.92 11.73 7255 !BANS-ICSM @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" @xo_ys +7250 175.0 19.55 63.4 -16.37 603 !BANS-SBM Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block - Sino Burma Malaya +7250 250.0 19.55 63.4 -16.37 603 !BANS-SBM +7251 0.0 0.0 0.0 0.0 7250 !IDBU-BANS Inner-Outer Indo-Burma Wedge boundary - Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block @absage +7251 140.0 0.0 0.0 0.0 7250 !IDBU-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7251 250.0 0.0 0.0 0.0 7250 !IDBU-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7252 0.0 0.0 0.0 0.0 7246 !EINC-ICSB Eastern Indochina Block boundary; East Vietnam Fault Zone; N of Mae Ping - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7252 140.0 0.0 0.0 0.0 7246 !EINC-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7252 250.0 0.0 0.0 0.0 7246 !EINC-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7253 0.0 0.0 0.0 0.0 7246 !MAPI-ICSB Mae Ping fault zone - Xianshuihe-displacement: SW S China edge sensu Pubelier_++_ @absage +7253 140.0 0.0 0.0 0.0 7246 !MAPI-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7253 250.0 0.0 0.0 0.0 7246 !MAPI-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7254 0.0 0.0 0.0 0.0 7247 !TPG-ISIB Three Pagodas - Tho Chu fault zone - Indochina-Sibumasu suture S of Mae Ping fault @absage +7254 140.0 0.0 0.0 0.0 7247 !TPG-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7254 250.0 0.0 0.0 0.0 7247 !TPG-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7255 0.0 0.0 0.0 0.0 7247 !ICSM-ISIB Indochina-Sibumasu (Bentong-Raub) suture Malaysia and Sumatra - Indochina-Sibumasu suture S of Mae Ping fault @absage +7255 23.0 0.0 0.0 0.0 7247 !ICSM-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7255 40.0 -2.97 79.58 1.98 7247 !ICSM-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7255 140.0 -2.97 79.58 1.98 7247 !ICSM-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7255 250.0 -2.97 79.58 1.98 7247 !ICSM-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7256 0.0 0.0 0.0 0.0 7247 !EIBB-ISIB Eastern Indochina Block boundary; East Vietnam Fault Zone; S of Mae Ping - Indochina-Sibumasu suture S of Mae Ping fault @absage +7256 140.0 0.0 0.0 0.0 7247 !EIBB-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7256 250.0 0.0 0.0 0.0 7247 !EIBB-ISIB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7257 0.0 0.0 0.0 0.0 7251 !OIBB-IDBU Outer Indo-Burma Wedge boundary - Inner-Outer Indo-Burma Wedge boundary @absage +7257 140.0 0.0 0.0 0.0 7251 !OIBB-IDBU @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7257 250.0 0.0 0.0 0.0 7251 !OIBB-IDBU @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7258 0.0 0.0 0.0 0.0 7250 !NANS-BANS Northern margin Andaman Sea - Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block @absage +7258 140.0 0.0 0.0 0.0 7250 !NANS-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7258 250.0 0.0 0.0 0.0 7250 !NANS-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7259 0.0 0.0 0.0 0.0 7250 !BNSF-BANS Bangong-Nujiang west of Sagaing Fault: Jurassic-early Cretaceous Jadeitite - Neotethys suture Burma-Andaman; western boundary Burma-Andaman Block @absage +7259 160.0 0.0 0.0 0.0 7250 !BNSF-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7260 0.0 0.0 0.0 0.0 7249 !WOYS-SIWS Woyla suture Sumatra (~Melawai Fault) - Sibumasu-west-Sumatra Block suture @absage +7260 5.0 -32.12 8.3 -0.56 7249 !WOYS-SIWS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7260 23.0 -20.84 7.11 -3.35 7249 !WOYS-SWIS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7260 160.0 -20.84 7.11 -3.35 7249 !WOYS-SWIS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7261 0.0 0.0 0.0 0.0 402 !ETAD-KAZ eastern boundary Tadjik Depression topology - Kazakhstan @absage +7261 23.0 36.81 69.18 -55.36 402 !ETAD-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7261 160.0 36.81 69.18 -55.36 402 !ETAD-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7262 0.0 0.0 0.0 0.0 402 !CHPI-KAZ connection Chatkal-Peter I topology - Kazakhstan @absage +7262 23.0 -35.05 21.41 -0.62 402 !CHPI-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7262 160.0 -35.05 21.41 -0.62 402 !CHPI-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7263 0.0 0.0 0.0 0.0 402 !SEMP-KAZ southeastern marin Peter I - Kazakhstan @absage +7263 23.0 42.62 95.44 6.34 402 !SEMP-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7263 160.0 42.62 95.44 6.34 402 !SEMP-KAZ @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7264 0.0 0.0 0.0 0.0 7250 !TGCP-BANS Tadjik-Ghissar-Chatkal-Peter I-Alai valley topology - Neotethys suture Burma-Andaman @absage +7264 23.0 0.0 0.0 0.0 7250 !TGCP-BANS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7265 0.0 0.0 0.0 0.0 7246 !SHS-ICSB Shan Scarp - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7265 140.0 0.0 0.0 0.0 7246 !SHS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7265 250.0 0.0 0.0 0.0 7246 !SHS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7266 0.0 0.0 0.0 0.0 7246 !BNBS-ICSB Bangong Nujiang Burma South - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7266 30.0 -37.63 26.52 -0.3 7246 !BNBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7266 100.0 -37.63 26.52 -0.3 7246 !BNBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage @xo_ys +7266 100.0 -33.12 -115.0 -36.22 7017 !BNBS-BNS Bangong Nujiang Burma South - Bangong Nujiang suture east of Karakoram fault @absage +7266 140.0 -33.12 -115.0 -36.22 7017 !BNBS-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7266 250.0 -33.12 -115.0 -36.22 7017 !BNBS-BNS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7267 0.0 0.0 0.0 0.0 7269 !NSF1-IYBS Northward growing Sagaing Fault 1 - Indus Yarlung Burma South @absage +7267 7.0 0.0 0.0 0.0 7269 !NSF1-IYBS @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7268 0.0 0.0 0.0 0.0 7244 !NSF2-IYB Northward growing Sagaing Fault 2 - Indus Yarlung Burma North @absage +7268 3.0 0.0 0.0 0.0 7244 !NSF2-IYB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7269 0.0 0.0 0.0 0.0 7246 !IYBS-ICSB Indus Yarlung Burma South - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7269 20.0 -23.99 -83.11 -18.12 7246 !IYBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7269 30.0 -25.36 -79.69 -15.78 7246 !IYBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7269 50.0 -25.63 -80.94 -19.31 7246 !IYBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7269 140.0 0.0 0.0 0.0 7246 !IYBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7269 250.0 0.0 0.0 0.0 7246 !IYBS-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 0.0 0.0 0.0 0.0 7246 !TLB-ICSB Truncation Lhasa Burma against Sagaing - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7270 10.0 -28.79 -83.48 -6.57 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 20.0 -21.82 16.65 -0.31 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 30.0 8.45 70.4 -2.32 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 70.0 -21.53 -86.83 14.17 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 140.0 0.0 0.0 0.0 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7270 250.0 0.0 0.0 0.0 7246 !TLB-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7271 0.0 0.0 0.0 0.0 7246 !ETT-ICSB Extending Tibet topology - Indochina-Sibumasu (Bentong-Raub) suture N of Mae Ping fault @absage +7271 10.0 0.0 0.0 0.0 7246 !ETT-ICSB @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7272 50.0 0.0 0.0 0.0 501 !GRIN-IND Greater India assuming 50 Ma collision - Inda craton @absage +7272 140.0 0.0 0.0 0.0 501 !GRIN-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7272 250.0 0.0 0.0 0.0 501 !GRIN-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7300 75.0 0.0 0.0 0.0 000 !SZOE-000 intra-oceanic subduction zone creating ophiolites east @absage +7300 100.0 0.0 0.0 0.0 000 !SZOE-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7301 65.0 0.0 0.0 0.0 000 !SZOW-000 intra-oceanic subduction zone creating ophiolites west @absage +7301 68.0 10.63 56.46 -18.86 000 !SZOW-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7301 71.0 8.67 57.6 -37.45 000 !SZOW-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7301 75.0 6.68 58.01 -62.18 000 !SZOW-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7301 100.0 6.68 58.01 -62.18 000 !SZOW-000 @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7302 50.0 0.0 0.0 0.0 501 !OPE-IND ophiolites east - India craton @absage +7302 75.0 0.0 0.0 0.0 501 !OPE-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +7303 50.0 0.0 0.0 0.0 501 !OPW-IND ophiolites west - India craton @absage +7303 100.0 0.0 0.0 0.0 501 !OPW-IND @REF vanHinsbergen_++_2011 @DOI"10.1029/2011TC002908" @absage +8330 0.0 0.0 0.0 0.0 801 !LHR-AUS Lord Howe Rise - Australia +8330 52.2 0.0 0.0 0.0 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" +8330 53.3 -14.19 130.41 -0.72 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN24o" +8330 55.9 -15.93 133.47 -2.11 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN25y" +8330 57.9 -16.93 136.23 -3.79 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN26o" +8330 61.3 -4.65 131.51 -4.43 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN27o" +8330 62.5 -4.71 132.68 -5.17 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN28y" +8330 64.0 -0.19 130.37 -5.46 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN29y" +8330 65.6 -3.99 131.8 -6.73 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN30y" +8330 67.7 -9.04 134.46 -8.83 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN31y" +8330 71.1 -14.72 139.04 -13.08 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN32y" +8330 73.6 -9.53 137.2 -12.94 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @CHRONID"AN33y" +8330 100.0 -9.66 -47.61 15.85 801 !LHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8330 250.0 -9.66 -47.61 15.85 801 !LHR-AUS +8690 0.0 0.0 0.0 0.0 8691 !NLHR-LHR for Aus-LHR Points @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8690 64.0 0.0 0.0 0.0 8691 !NLHR-LHR for Aus-LHR Points @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8690 78.23 8.1 -35.62 -2.72 8691 !NLHR-LHR for Aus-LHR Points @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8690 250.0 8.1 -35.62 -2.72 8691 !NLHR-LHR for Aus-LHR Points @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 0.0 0.0 0.0 0.0 801 !ALHR-AUS Alteration of 833 rotations as used in Aus-LHR points script - Australia +8691 52.2 0.0 0.0 0.0 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 53.3 -14.19 130.41 -0.72 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 55.9 -15.93 133.47 -2.11 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 57.9 -16.93 136.23 -3.79 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 61.3 -4.65 131.51 -4.43 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 62.5 -4.71 132.68 -5.17 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 64.0 -0.19 130.37 -5.46 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 65.6 -3.99 131.8 -6.73 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 67.7 -9.04 134.46 -8.83 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 71.1 -14.72 139.04 -13.08 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 73.6 -9.53 137.2 -12.94 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 100.0 3.27 -42.59 18.34 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8691 250.0 3.27 -42.59 18.34 801 !ALHR-AUS @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8331 0.0 0.0 0.0 0.0 8330 !NLHR-LHR Northern Lord Howe Rise-Lord Howe Rise +8331 78.23 0.0 0.0 0.0 8330 !NLHR-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" @xo_ys +8331 78.23 -5.6 136.21 -13.32 801 !NLHR-LHR - LHR crossover +8331 100.0 -16.55 148.5 -33.56 801 !NLHR-LHR @REF Gaina_++_1998 @DOI"10.1029/98JB00386" & @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8331 250.0 -16.55 148.5 -33.56 801 !NLHR-LHR +8333 0.0 0.0 0.0 0.0 8330 !SNFR-LHR South Norfolk Ridge - Lord Howe Rise +8333 85.0 0.0 0.0 0.0 8330 !SNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8333 91.0 -36.4 168.4 5.5 8330 !SNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8333 100.0 -46.47 175.5 5.79 8330 !SNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8333 250.0 -46.47 175.5 5.79 8330 !SNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8334 0.0 0.0 0.0 0.0 8331 !NNFR-LHR North Norfolk Ridge - Lord Howe Rise +8334 85.0 0.0 0.0 0.0 8331 !NNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8334 91.0 -36.4 168.4 5.5 8331 !NNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8334 100.0 0.13 151.7 -4.25 8331 !NNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8334 250.0 0.13 151.7 -4.25 8331 !NNFR-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8335 0.0 0.0 0.0 0.0 8330 !RER-LHR Reinga Ridge - Lord Howe Rise +8335 85.0 0.0 0.0 0.0 8330 !RER-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8335 91.0 -38.2 174.9 6.4 8330 !RER-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8335 100.0 -47.72 -179.79 6.64 8330 !RER-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8335 250.0 -38.2 174.9 6.4 8330 !RER-LHR @REF Grobys_++_2008 @DOI"10.1029/2007GC001691" +8680 0.0 0.0 0.0 0.0 8330 !CLP-LHR Challenger Plateau-Lord Howe Rise +8680 76.46 0.0 0.0 0.0 8330 !CLP-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8680 90.0 11.95 -28.96 2.28 8330 !CLP-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8680 100.0 -8.36 162.3 -3.99 8330 !CLP-LHR @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008" +8680 250.0 -8.36 162.3 -3.99 8330 !CLP-LHR +816 0.0 0.0 0.0 0.0 801 !PSOL-AUS Present-day Solomon Sea-Australia +816 12.0 0.0 0.0 0.0 801 !PSOL-AUS +816 25.0 -12.75 162.12 -23.47 801 !PSOL-AUS +816 200.0 -12.75 162.12 -23.47 801 !PSOL-AUS +821 0.0 0.0 0.0 0.0 823 !TON-LAU Tonga Ridge-Lau Ridge +821 0.8 -34.0 -178.5 1.12 823 !TON-LAU @REF Yan_Kroenke_1993 @CHRONID"An1" +821 1.8 -34.0 -178.5 4.77 823 !TON-LAU @REF Yan_Kroenke_1993 @CHRONID"An2" +821 7.0 -26.87 -178.28 18.5 823 !TON-LAU Lau Basin closed extrapolated from @REF Yan_Kroenke_1993 +821 86.0 -26.85 -177.78 46.77 823 !TON-LAU @REF Seton_++_2012 @DOI"10.1016/j.earscirev.2012.03.002" @absage +821 120.6 -26.87 -178.28 18.5 823 !TON-LAU +822 0.0 0.0 0.0 0.0 821 !NLB-TON North Lau Basin-Tonga Ridge +822 36.0 0.0 0.0 0.0 821 !NLB-TON @absage +823 0.0 0.0 0.0 0.0 839 !LAU-ESF Lau Ridge-East South Fiji Basin +823 35.0 0.0 0.0 0.0 839 !LAU-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +823 41.0 -44.51 174.61 6.74 839 !LAU-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +823 86.0 -44.51 174.61 6.74 839 !LAU-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage @xo_ys +823 86.0 51.99 -2.53 -54.3 901 !LAU-ESF @REF Sdrolias_++_2003 @DOI"10.1130/0-8137-2372-8.343" @absage +823 120.6 51.99 -2.53 -54.3 901 !LAU-ESF +824 0.0 0.0 0.0 0.0 901 !VIT-LAU Vitiaz Trench-Lau Ridge +824 12.0 0.0 0.0 0.0 901 !VIT-LAU @xo_ys +824 12.0 -57.92 -174.76 -13.15 801 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +824 25.0 -18.81 178.69 -40.34 801 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +824 44.0 -9.93 169.61 -57.6 801 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +824 55.0 -2.95 169.73 -30.39 801 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys +824 55.0 -15.68 -14.12 17.56 872 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +824 90.0 -58.16 -34.63 7.87 872 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +824 250.0 15.68 -14.12 17.56 872 !VIT-LAU @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +825 0.0 0.0 0.0 0.0 823 !FIJ-LAU Fiji-Lau Ridge +825 3.0 0.0 0.0 0.0 823 !FIJ-LAU @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" @absage +825 12.0 -15.75 -178.5 -135.02 823 !FIJ-LAU @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" @xo_ys +825 12.0 14.04 -3.33 125.45 824 !FIJ-LAU @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" @absage +825 250.0 14.04 -3.33 125.45 824 !FIJ-LAU +826 0.0 0.0 0.0 0.0 861 !SLBD-ERR Northern part of South Loyalty Basin, becomes part of d'Entrecasteaux Basin +826 55.0 0.0 0.0 0.0 861 !SLBD-ERR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @absage cross-over @xo_ys +826 55.0 22.7684 -16.8499 -36.2622 960 !SLB-SLB8 @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +826 200.0 22.7684 -16.8499 -36.2622 960 !SLB-SLB8 +827 0.0 0.0 0.0 0.0 824 !NHB-VIT New Hebrides-Vitiaz Trench +827 1.2 0.0 0.0 0.0 824 !NHB-VIT @REF Yan_Kroenke_1993 +827 1.8 -10.13 163.64 2.49 824 !NHB-VIT @REF Yan_Kroenke_1993 An2 +827 2.9 -10.13 163.64 5.35 824 !NHB-VIT @REF Yan_Kroenke_1993 An2A +827 4.5 -10.13 163.64 9.33 824 !NHB-VIT @REF Yan_Kroenke_1993 An3 +827 6.0 -10.13 163.64 15.75 824 !NHB-VIT @REF Yan_Kroenke_1993 An3A +827 7.3 -10.13 163.64 24.69 824 !NHB-VIT @REF Yan_Kroenke_1993 An4 +827 12.0 -8.58 165.35 39.4 824 !NHB-VIT @REF Yan_Kroenke_1993 An4 +827 250.0 -8.58 165.35 39.4 824 !NHB-VIT @absage +829 0.0 0.0 0.0 0.0 836 !NWB-NCS North Woodlark Basin-North Coral Sea +829 0.52 -12.0 144.0 -2.44 836 !NWB-NCS @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" +829 3.6 -10.25 145.87 -6.67 836 !NWB-NCS @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" +829 6.5 -9.54 148.31 -16.97 836 !NWB-NCS @REF Taylor_++_2000 @DOI"10.1029/1999JB900305" & Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +829 250.0 -9.54 148.31 -16.97 836 !NWB-NCS @absage @xo_ys +830 0.0 0.0 0.0 0.0 847 !SBK-NBK South Bismark Basin-North Bismark Basin +830 5.0 -5.16 154.16 -39.77 847 !SBK-NBK An2a after Gaina & Muller 2007 +830 55.0 -5.16 154.16 -39.77 847 !NBK-SBK @absage +832 0.0 0.0 0.0 0.0 615 !NBK-PNG North Bismark-Papua New Guinea +832 250.0 0.0 0.0 0.0 615 !NBK-PNG +847 0.0 0.0 0.0 0.0 901 !MELA-PAC Melanesian Arc-Pacific +847 12.0 0.0 0.0 0.0 901 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_yf +847 12.0 -57.92 -174.76 -13.15 801 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +847 25.0 -42.32 -161.63 -20.82 801 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +847 55.0 -14.88 179.96 -13.29 801 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +847 62.0 -12.17 167.64 -11.63 801 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +847 90.0 -8.84 -38.71 21.13 801 !MELA-PAC @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +847 250.0 -8.84 -38.71 21.13 801 !MELA-PAC +849 0.0 0.0 0.0 0.0 801 !SOL-AUS +849 25.0 0.0 0.0 0.0 801 !SOL-AUS @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" North-dipping subduction beneath Toricelli Arc @xo_ys @absage +849 25.0 -42.32 -161.63 20.82 847 !SOL-AUS @REF Gaina_Muller_2007 @DOI"10.1016/j.earscirev.2007.04.004" @absage +849 250.0 -42.32 -161.63 20.82 847 !SOL-AUS +858 0.0 0.0 0.0 0.0 889 !REN-MEL Rennell Island Ridge-Mellish Rise +858 85.0 0.0 0.0 0.0 889 !REN-MEL @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +859 0.0 0.0 0.0 0.0 861 !WTP-ERR West Torres Plateau-Lord Howe Rise +859 12.0 0.0 0.0 0.0 861 !WTP-ERR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +859 25.0 -66.88 -68.79 1.9 861 !WTP-ERR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +859 85.0 -66.88 -68.79 1.9 861 !WTP-ERR +860 0.0 0.0 0.0 0.0 889 !WRR-MEL Western Rennell Ridge-Mellish Rise +860 200.0 0.0 0.0 0.0 889 !WRR-MEL @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +861 0.0 0.0 0.0 0.0 860 !ERR-WRR East Rennell Ridge-West Rennell Ridge (Santa Cruz Basin) +861 25.0 0.0 0.0 0.0 860 !SERR-WRR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @Au MS +861 33.5 32.28 -34.79 -1.06 860 !ERR-WRR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @Au MS @CHRONID"C13o" +861 40.1 17.99 -21.46 -19.32 860 !ERR-WRR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @Au MS @CHRONID"C18o" +861 48.0 17.99 -21.46 -23.05 860 !ERR-WRR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +861 200.0 17.99 -21.46 -23.05 860 !ERR-WRR +862 0.0 0.0 0.0 0.0 829 !WRR-MEL Western Rennell Ridge-Mellish Rise +862 12.0 0.0 0.0 0.0 829 !WRR-MEL @xo_ys +862 12.0 0.0 0.0 0.0 922 !WRR-MEL +862 25.0 0.0 0.0 0.0 922 !WRR-MEL @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys +862 25.0 12.19 -10.06 22.63 889 !WRR-MEL @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +862 200.0 12.19 -10.06 22.63 889 !WRR-MEL +9862 0.0 0.0 0.0 0.0 859 !SSC-WTP South Santa Cruz Basin-West Torres Plateau +9862 200.0 0.0 0.0 0.0 859 !SSC-WTP @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +863 0.0 0.0 0.0 0.0 9862 !NSC-SSC North Santa Cruz Basin-South Santa Cruz Basin +863 200.0 0.0 0.0 0.0 9862 !SSC-WTP @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +8824 0.0 0.0 0.0 0.0 824 !VIT-LAU Vitiaz Trench-Lau Ridge +8824 12.0 11.38 -7.22 27.23 824 !OVIT-LAU Vitiaz Trench-Lau Ridge +8824 250.0 11.38 -7.22 27.23 824 !OVIT-LAU Vitiaz Trench-Lau Ridge +8847 0.0 0.0 0.0 0.0 901 !MALT-PAC Malaita Terrane, Solomon Islands +8847 125.0 0.0 0.0 0.0 901 !MALT-PAC +880 0.0 0.0 0.0 0.0 801 !EMO1-AUS Emo Basin SE of PNG-Australia +880 63.0 0.0 0.0 0.0 801 !EMO1-AUS S isochron in Emo Basin SE of PNG (obduction during Coral Sea opening) @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", modified in @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys +880 63.0 2.89 -43.55 -11.42 836 !EMO1-LP @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", modified in @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @AU KJM & MS +880 85.0 2.89 -43.55 -11.42 836 !EMO1-LP +881 0.0 0.0 0.0 0.0 801 !EMO1-AUS Emo Basin SE of PNG-Australia +881 63.0 0.0 0.0 0.0 801 !EMO1-AUS N isochron in Emo Basin SE of PNG (obduction during Coral Sea opening)@REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @Au KJM & MS @xo_ys +881 63.0 -10.94 166.01 11.85 847 !EMO1-MELA N isochron in Emo Basin SE of PNG @REF Matthews_++_2015 @DOI"10.1016/j.earscirev.2014.10.008", @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @Au KJM & MS +881 85.0 -10.94 166.01 11.85 847 !EMO1-MELA +922 0.0 0.0 0.0 0.0 829 !MELN1-NWB Melanesian Sea North-North Woodlark Basin +922 12.0 0.0 0.0 0.0 829 !MELN1-NWB Melanesian Sea north @xo_ys @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +922 12.0 -31.69 -58.86 14.51 847 !MELBN-MELA Melanesian Sea north-Melanesian Arc @absage MELN1-NWB +922 200.0 31.69 121.14 -14.51 847 !MELBN-MELA +9922 0.0 0.0 0.0 0.0 816 !MELN1-PSOL Melanesian Sea northeast-present day solomon sea +9922 12.0 0.0 0.0 0.0 816 !MELN1-NWB @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys @absage +9922 12.0 9.83 167.4 -32.84 827 !MELN1-NHB Melanesian Sea northeast-New hebrides @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +9922 200.0 9.83 167.4 -32.84 827 !MELN1-NHB +9923 0.0 0.0 0.0 0.0 829 !MELS1-NWB Melanesia Basin (Solomon Sea) south flank-North Woodlark Basin +9923 12.0 0.0 0.0 0.0 829 !MELS1-NWB @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys @absage +9923 12.0 -31.69 -58.86 14.51 847 !MELS1-MELA Melanesia Basin (Solomon Sea) south flank-Melanesia Arc @absage +9923 25.0 -31.69 -58.86 14.51 847 !MELS1-MELA @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys @absage +9923 25.0 12.19 -10.07 22.63 860 !MELS1-WRR Melanesia Basin (Solomon Sea) south flank-West Rennell Ridge @absage +9923 50.0 12.19 -10.07 22.63 860 !MELS1-WRR @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" @xo_ys @absage +9923 50.0 12.19 -10.07 22.63 881 !MELS1-EMO2 Melanesia Basin (Solomon Sea) south flank-Emo Basin @absage +9923 200.0 12.19 -10.07 22.63 881 !MELS1-EMO2 @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +8853 0.0 0.0 0.0 0.0 9923 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin +8853 25.0 0.0 0.0 0.0 9923 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin MS @xo_ys @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +8853 25.0 12.19 -10.07 22.63 853 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin MS @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +8853 40.0 12.19 -10.07 22.63 853 !WSOL2-MEL2 @absage +6698 0.0 0.0 0.0 0.0 9923 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin +6698 25.0 0.0 0.0 0.0 9923 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin MS @xo_ys @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +6698 25.0 12.19 -10.07 22.63 698 !WSOL2-MEL2 West Solomon Sea that becomes fixed to Melanesian Basin MS @absage @REF Seton_++_(2016) @DOI"10.1016/j.gr.2016.06.011" +6698 40.0 12.19 -10.07 22.63 698 !WSOL2-MEL2 @absage +001 250.0 0.0 0.0 0.0 000 !Paleozoic portion of rotation file below +001 600.0 0.0 0.0 0.0 000 ! +004 250.0 0.0 0.0 0.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 260.0 0.0 0.0 0.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 280.0 0.0 11.0 7.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 300.0 0.0 11.0 7.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 350.0 0.0 11.0 -22.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 380.0 0.0 11.0 -22.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 410.0 0.0 11.0 -31.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 420.0 0.0 11.0 -31.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 430.0 0.0 11.0 -35.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 460.0 0.0 11.0 -62.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 490.0 0.0 11.0 -62.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +004 520.0 0.0 11.0 -42.0 001 !TWPC TPW correction FROM PM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +070 250.0 0.0 0.0 0.0 004 !LGS-TPWC Longitudinal shift-TPW correction, transitioning to no longitudinal shift +070 600.0 0.0 0.0 0.0 004 !LGS-TPWC Longitudinal shift-TPW correction, no longitudinal shift +101 250.0 64.78 -13.96 78.58 714 !NAM-NWA Noth America-NW Africa (Gondwana) Labails et al. 2010 Gradstein1994TS - closure max @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +101 310.0 64.78 -13.96 78.58 714 !NAM-NWA Labails et al. 2010 Gradstein1994TS - closure max @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +101 320.0 64.78 -13.96 78.58 714 !NAM-NWA Pangea in place @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +101 330.0 53.21 -21.16 79.73 714 !NAM-NWA Finetuded longitude 4th ITE; PM60 27 LAU Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 340.0 51.01 -17.1 79.19 714 !NAM-NWA PM60 10 LAU Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 350.0 30.39 -15.5 89.13 714 !NAM-NWA Finetuded longitude 4th ITE @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 360.0 17.89 -19.89 109.69 714 !NAM-NWA PM60 -25 LAU Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 370.0 9.43 -22.77 139.38 714 !NAM-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 380.0 12.41 -25.79 140.24 714 !NAM-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 390.0 10.18 -26.74 140.64 714 !NAM-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 400.0 8.66 -25.87 133.24 714 !NAM-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +101 410.0 4.53 -24.79 121.08 714 !NAM-NWA IT6 finetune POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +101 420.0 4.33 -23.41 96.62 714 !NAM-NWA Finetuning after IT5 POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1011 250.0 -26.22 60.64 51.9 16104 !Slide Mountain isochrons @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1011 270.0 -26.22 60.64 51.9 16104 !Slide Mountain isochrons @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1011 270.0 0.0 0.0 0.0 101 !Slide Mountain isochrons @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1011 340.0 0.0 0.0 0.0 101 !Slide Mountain isochrons @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +102 250.0 61.76 -132.95 -10.98 101 ! GRN - NAM full fit modification of Hosseinpour et al. 2013 (Barnett-Moore 2015) @absage +102 1100.0 61.76 -132.95 -10.98 101 ! GRN - NAM full fit modification of Hosseinpour et al. 2013 (Barnett-Moore 2015) @absage +103 250.0 64.18 -129.65 -34.25 101 !NSL-NAM North Slope Alaska-North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +103 400.0 64.18 -129.65 -34.25 101 !NSL-NAM End of Ellesmerian @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +103 410.0 66.28 -122.78 -34.99 101 !NSL-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +103 420.0 66.9 -114.09 -35.05 101 !NSL-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +103 430.0 67.38 -105.21 -35.43 101 !NSL-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +103 445.0 34.0 154.0 16.6 101 !NSL-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +103 460.0 14.8 137.5 25.56 101 !NSL-NAM THT2009 Midway LAU and SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +103 600.0 14.8 137.5 25.56 101 !NSL-NAM Fauna suggest Alaska and Chkotka half between SIB and LAU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +104 250.0 35.0 -14.0 -1.5 101 !MEX-NAM Mexico-North America FIT Ross & Scotese 1988 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +104 600.0 35.0 -14.0 -1.5 101 !MEX-NAM Ross & Scotese 1988 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +107 250.0 -69.79 101.72 5.98 101 !BIS-NAM Baffin Island-North America (Laurentia/Laurussia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +107 306.0 -69.79 101.72 5.98 101 !BIS-NAM @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +107 410.0 -69.79 101.72 5.98 101 !BIS-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +108 250.0 0.0 0.0 0.0 101 !AVA-NAM Avalonia/Acadia-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +108 430.0 0.0 0.0 0.0 101 !AVA-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +108 440.0 30.46 122.0 7.71 101 !AVA-NAM smooth collison THT12 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +108 440.0 0.0 0.0 0.0 315 !AVA-ENG crossover THT2007 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +108 1100.0 0.0 0.0 0.0 315 !AVA-ENG THT2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +109 250.0 0.0 0.0 0.0 101 !PDM-NAM Piedmont-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +109 310.0 0.0 0.0 0.0 101 !PDM-NAM Labails et al. 2010 Gradstein1994TS - closure max @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +109 310.0 64.78 -13.96 78.58 714 !PDM-NWA Piedmont-Northwest Africa Labails et al. 2010 Gradstein1994TS - closure max @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +109 1100.0 64.78 -13.96 78.58 714 !PDM-NWA Labails et al. 2010 Gradstein1994TS - closure max @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +110 250.0 0.0 0.0 0.0 101 !ALR-NAM Alpha Ridge/Cordillera-North America Alvey test model 6-Mar @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +110 600.0 0.0 0.0 0.0 101 !ALR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +111 250.0 24.82 60.8 8.3 101 !MNR-NAM Mendeleyev Ridge-North America modified after Alvey et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +111 600.0 24.82 60.8 8.3 101 !MNR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +112 250.0 0.0 0.0 0.0 113 !CHP-NWR Chukchi Cap-Northwind Ridge @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +112 600.0 0.0 0.0 0.0 113 !CHP-NWR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +113 250.0 -74.62 18.27 -23.99 103 !NWR-NAM Northwind Ridge-North America modified after Alvey et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +113 600.0 -74.62 18.27 -23.99 103 !NWR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +114 250.0 56.99 145.4 13.74 301 !LMN-EUR @REF Gaina_++_2002 @absage @DOI"10.1016/S0012-81X(02)00499-5" @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +114 600.0 56.99 145.4 13.74 301 !101 ! LMN-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +120 250.0 57.15 -137.0 -1.07 101 !CAIN-NAM Canadian Arctic Islands North-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +120 360.0 57.15 -137.0 -1.07 101 !CAIN-NAM Temp fix to NAM to avoid COB Arctic problems @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +120 400.0 7.0 35.0 -3.5 101 !CAIN-NAM Switch to emulate Ellesmerian @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +120 1100.0 7.0 35.0 -3.5 101 !CAIN-NAM THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +121 250.0 79.0 8.5 2.91 122 !ELA-ELB @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" restore Parrish Glacier @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +121 600.0 79.0 8.5 2.91 122 !ELA-ELB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +122 250.0 64.7 -111.1 -2.91 123 !ELB-ELC @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +122 600.0 64.7 -111.1 -2.91 123 !ELB-ELC @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +123 250.0 -11.0 -127.9 -1.0 124 !ELC-ELD @REF Lawver_++_1990 @DOI"10.1007/978-94-009-2029-3_3" @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +123 600.0 -11.0 -127.9 -1.0 124 !ELC-ELD @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +124 250.0 0.0 0.0 0.0 120 !ELD-CAIN North Ellesmere Island (Pearya)-Canadian Arctic Islands North @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +124 600.0 0.0 0.0 0.0 120 !ELD-CAIN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +131 250.0 22.59 -110.66 39.41 101 !CCO-NAM Cache Creek Ocean Shephard et al., GS13 @absage updated KJM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +131 1100.0 22.59 -110.66 39.41 101 !CCO-NAM Cache Creek Ocean Shephard et al., GS13 @absage updated KJM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +132 250.0 0.0 0.0 0.0 131 !CCO Flank 2-CCO Cache Creek Ocean Shephard et al., GS13 @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +132 1100.0 0.0 0.0 0.0 131 !CCO Flank 2-CCO Cache Creek Ocean Shephard et al., GS13 @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +141 250.0 0.0 0.0 0.0 121 !CAIS-ELA Canadian Arctic Islands South (Ellesmerian Terrane)-South Ellesmere Island THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +141 360.0 0.0 0.0 0.0 121 !CAIS-ELA Together after Ellesmerian deformation THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +141 400.0 7.0 35.0 -3.0 121 !CAIS-ELA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +141 600.0 7.0 35.0 -3.0 121 !CAIS-ELA THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +154 250.0 71.87 97.94 -0.5 101 !LPA-NAM Laurentia Parautochthon-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +154 260.0 71.87 97.94 -1.0 101 !LPA-NAM Start Sonoma event 260-240 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +154 360.0 71.87 97.94 -1.0 101 !LPA-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +154 375.0 71.87 97.94 -2.0 101 !LPA-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +154 1100.0 71.87 97.94 -2.0 101 !LPA-NAM Keep off west coast of NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +155 250.0 51.61 -147.6 33.73 103 !FARW-NSL Farewell Terrane-North Slope Alaska Keep close to Arctic Alaska @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +155 1100.0 51.61 -147.6 33.73 103 !FARW-NSL Farewell Terrane close to AA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +16101 250.0 0.0 0.0 0.0 16104 !STK-YTT Stikinia Terrane - Yukon-Tanana Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16101 600.0 0.0 0.0 0.0 16104 !STK-YTT +16102 250.0 0.0 0.0 0.0 16104 !QES-YTT Quesnellia Terrane - Yukon-Tanana Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16102 600.0 0.0 0.0 0.0 16104 !QES-YTT +16103 250.0 0.0 0.0 0.0 101 !SMT-NAM Slide Mountain Terrane-North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16103 600.0 0.0 0.0 0.0 101 !SMT-NAM +16104 250.0 22.2317 106.2264 227.8555 902 !YTT-FAR Yukon-Tanana Terrane - Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @absage +16104 270.0 -22.2317 -73.7736 -227.8555 902 !YTT-FAR Yukon-Tanana Terrane - Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @absage @xo_ys +16104 270.0 -26.22 60.64 -51.9 101 !YTT-NAM Seton et al., 2012, GS12, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @absage +16104 360.0 0.0 0.0 0.0 101 !YTT-NAM Yukon-Tanana rifts from Laurentian margin Nelson et al. 2006 @absage +16104 600.0 0.0 0.0 0.0 101 !YTT-NAM +16105 250.0 0.0 0.0 0.0 101 !YTUP-NAM Yukon-Tanana UPLAND - North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16105 600.0 0.0 0.0 0.0 101 !YTUP-NAM +16106 250.0 0.0 0.0 0.0 101 !CSR-NAM Cassiar Terrane-North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16106 600.0 0.0 0.0 0.0 101 !CSR-NAM +16107 250.0 0.0 0.0 0.0 101 !KOO-NAM Kootenay Terrane-North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16107 600.0 0.0 0.0 0.0 101 !KOO-NAM +16110 250.0 0.0 0.0 0.0 16111 !WRG-ALX Wrangellia Terrane- Alexander Terrane +16110 600.0 0.0 0.0 0.0 16111 !WRG-ALX +16111 250.0 2.5085 60.4721 -55.6995 101 ! ALX-NAM Alexander Terrane-NAM @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16111 270.0 -6.696 53.592 -69.9672 101 ! ALX-NAM Alexander Terrane-NAM @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16111 360.0 27.3801 -10.7958 -32.5953 101 ! ALX-NAM Alexander Terrane-NAM @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +16111 360.0 -11.8845 -3.6152 -36.8005 302 !ALX-BAL Alexander Terrane-Baltic Shield @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16111 400.0 45.1308 -38.484 -67.0041 302 !ALX-BAL Rifting of Alexander from Baltica (following Klakas Orogeny), @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @absage +16111 410.0 45.1308 -38.484 -67.0041 302 !ALX-BAL @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16112 250.0 0.0 0.0 0.0 16110 !PNT-WRG Peninsular Terrane-Wrangellia Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16112 600.0 0.0 0.0 0.0 16110 !PNT-WRG +16113 250.0 0.0 0.0 0.0 101 !CCT-NAM Cache Creek Terrane-North America @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16113 600.0 0.0 0.0 0.0 101 !CCT-NAM +16122 250.0 0.0 0.0 0.0 126 !CHG2-TBG Chugach Terrane2 - Talkeetna-Bonanza Subduction Zone Seton et al., 2012 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +16122 600.0 0.0 0.0 0.0 126 !CHG2-TBG +1614 250.0 0.0 0.0 0.0 16104 !SBB-YTT Stikinia BAB isochrons-Yukon-Tanana Terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1614 270.0 0.0 0.0 0.0 16104 !SBB-YTT Stikinia BAB isochrons-Yukon-Tanana Terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16150 250.0 27.07 50.89 22.97 16111 !AXB-ALX Alexander BAB isochron rotations-Alexander Terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16150 1100.0 27.07 50.89 22.97 16111 !AXB-ALX Alexander BAB isochron rotations-Alexander Terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16151 250.0 0.0 0.0 0.0 902 !TCCO-AXB Trapped Farallon crust in Cache Creek-Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16151 1100.0 0.0 0.0 0.0 902 !TCCO-AXB Trapped Farallon crust in Cache Creek-Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16152 250.0 0.0 0.0 0.0 101 !TALX-NAM iso rot - trapped crust from Alexander BAB-Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +16152 1100.0 0.0 0.0 0.0 101 !TALX-NAM iso rot - trapped crust from Alexander BAB-Farallon, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +173 250.0 0.0 0.0 0.0 154 !PUM-LPA Purcell Mountains-Laurentia Parautochthon @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +173 450.0 0.0 0.0 0.0 154 !PUM-LPA @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +176 250.0 0.0 0.0 0.0 101 !EKL-NAM East Klamath - NAM, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +176 260.0 33.5534 -121.865 47.0876 101 !EKL-NAM East Klamath - NAM @absage @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +176 260.0 -13.2723 134.03 0.0002 16104 !EKL-YTT East Klamath - Yukon-Tanana Subduction Zone @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +176 270.0 13.2723 -45.97 -0.0002 16104 !EKL-YTT East Klamath - Yukon-Tanana Subduction Zone @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +176 360.0 13.2723 -45.97 -0.0002 16104 !EKL-YTT East Klamath - Yukon-Tanana Subduction Zone @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys @absage +176 360.0 71.87 97.94 1.0 178 !EKL-RMG East Klamath - Roberts Mnt and Golkonda @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @absage +176 600.0 71.87 97.94 1.0 178 !EKL-RMG East Klamath - Roberts Mnt and Golkonda @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +178 250.0 71.87 97.94 -0.5 101 !RMG-NAM Roberts Mnt and Golkonda-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +178 260.0 71.87 97.94 -1.0 101 !RMG-NAM Start Sonoma Orogeny 260-240 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +178 360.0 71.87 97.94 -1.0 101 !RMG-NAM Ca End of Antler Orogen and collision @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +178 375.0 71.87 97.94 -4.1 101 !RMG-NAM Start Antler Orogen @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +178 1100.0 71.87 97.94 -4.1 101 !RMG-NAM Keep offshore west Laurentia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +18102 250.0 0.0 0.0 0.0 103 !RUBY-NSL Ruby Terrane-North Slope Seton et al., 2012 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18102 600.0 0.0 0.0 0.0 103 !RUBY-NSL +18103 250.0 0.0 0.0 0.0 103 !ANG-NSL Angayucham Terrane-North Slope Seton et al., 2012 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18103 600.0 0.0 0.0 0.0 103 !ANG-NSL +18104 250.0 0.0 0.0 0.0 103 !FWT-NSL Farewell Terrane-North Slope Seton et al., 2012 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18104 600.0 0.0 0.0 0.0 103 !FWT-NSL +18106 250.0 0.0 0.0 0.0 103 !KOY-NSL Koyukuk Terrane-North Slope Seton et al., 2012 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18106 600.0 0.0 0.0 0.0 103 !KOY-NSL +18202 250.0 0.0 0.0 0.0 112 !SNCB-CHP Southern North Chukchi Basin-Chukchi Cap @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18202 600.0 0.0 0.0 0.0 112 !SNCB-CHP +18203 250.0 0.0 0.0 0.0 112 !NCB-CHP North Chukchi Basin-Chukchi cap @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +18203 600.0 0.0 0.0 0.0 112 !NCB-CHP +183 250.0 0.0 0.0 0.0 108 !MEG-AVA Meguma-Avalonia +183 600.0 0.0 0.0 0.0 108 !MEG-AVA Meguma-Avalonia +184 250.0 0.0 0.0 0.0 108 !GAN-AVA Ganderia-Avalonia +184 600.0 0.0 0.0 0.0 108 !GAN-AVA Ganderia-Avalonia +185 250.0 0.0 0.0 0.0 108 !CAR-AVA Carolinia-Avalonia +185 600.0 0.0 0.0 0.0 108 !CAR-AVA Carolinia-Avalonia +201 250.0 51.78 -34.96 53.08 714 !SAM-NWA South America-Northwest Africa CHHEI2012 +201 600.0 51.78 -34.96 53.08 714 !SAM-NWA CHHEI2012 +202 250.0 0.0 0.0 0.0 201 !PRB-SAM PRB-SAM Parana Basin-South America Heine et al. 2013 +202 600.0 0.0 0.0 0.0 201 !PRB-SAM Heine et al. 2013 +204 250.0 26.58 -84.36 -51.99 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +204 600.0 26.58 -84.36 -51.99 101 !HON-NAM @REF Boschman_++_2014 @DOI"10.1016/j.earscirev.2014.08.007" +205 250.0 1.45 -81.97 -72.44 201 !YUC-SAM Yucatan-South America EarthByte 2014 +205 750.0 1.45 -81.97 -72.44 201 !YUC-SAM +212 250.0 0.0 0.0 0.0 204 !GYP-HON Guayape-Honduras/Chortis @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +212 410.0 0.0 0.0 0.0 204 !GYP-HON @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +215 250.0 16.58 71.41 42.06 201 !GUE-SAM Guerrero-South America THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +215 260.0 4.49 78.46 70.02 201 !GUE-SAM THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +215 500.0 4.49 78.46 70.02 201 !GUE-SAM THT13 Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +215 600.0 4.49 78.46 70.02 201 !GUE-SAM THT2009 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +225 250.0 -1.52 -62.24 9.5 201 !MRB-SAM Maricaibo-South America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +225 600.0 -1.52 -62.24 9.5 201 !MRB-SAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +226 250.0 0.0 0.0 0.0 225 !RML-MRB Romeral-Maricaibo @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +226 600.0 0.0 0.0 0.0 225 !RML-MRB No motion at any time EarthByteGroup, RDM 1997 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +233 250.0 66.78 -17.5 -6.16 109 !FLS-PDM Florida Straits Block-Piedmont (Florida/Suwannee) +233 410.0 66.78 -17.5 -6.16 109 !FLS-PDM +276 250.0 62.58 -39.21 -4.48 281 !SPE-SPW Sandwich Plate East-Sandwich Plate West Seton et al. 2012 +276 600.0 62.58 -39.21 -4.48 281 !SPE-SPW Seton et al. 2012 +278 250.0 -48.13 10.2 -8.05 280 !CSS-BDW Central Scotia Sea South-Burdwood Plate Based Barker 2001 to simulate opening, no magnetics, Muller et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +278 600.0 -48.13 10.2 -8.05 280 !CSS-BDW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +280 250.0 0.0 0.0 0.0 291 !BDW-RAW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +280 600.0 0.0 0.0 0.0 291 !BDW-DPN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28011 250.0 0.0 0.0 0.0 28800 !SPB-DMB South Patagonian Batholith-Deseado Massif Block +28011 600.0 0.0 0.0 0.0 28800 !SPB-DMB +281 250.0 0.0 0.0 0.0 280 !SPW-BDW Sandwich Plate West-Burdwood Plate +281 600.0 0.0 0.0 0.0 280 !SPW-BDW +283 250.0 -32.5 -59.58 4.9 290 !NPM-SSP North Patagonian Massif-Salado Subplate Heine et al. 2013 +283 600.0 -32.5 -59.58 4.9 290 !NPM-SSP +285 250.0 0.0 0.0 0.0 820 !SGR-WSE South Georgia-Western Scotia Sea @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +285 600.0 0.0 0.0 0.0 820 !SGR-WSE +28800 250.0 -41.11 -73.68 2.3 283 !DMB-NPM Deseado Massif Block-North Patagonian Massif extended Heine et al. (2013) rotation from Mesozoic KTM +28800 300.0 -41.11 -73.68 2.3 283 !DMB-NPM extended Heine et al. (2013) rotation from Mesozoic KTM +28800 305.0 -54.07 -65.43 20.73 283 !DMB-NPM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +28800 305.0 49.84 -119.16 -76.67 902002 !DMB-SWG South Patagonia-Southwest Gondwana outboard subduction zone (Panthalassa) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 310.0 -49.84 60.84 76.67 902002 !DMB-SWG @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 340.0 -49.84 60.84 76.67 902002 !DMB-SWG @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 340.0 -10.91 -7.96 64.53 701 !DMB-AFR South Patagonia-Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 360.0 10.91 172.04 -64.53 701 !DMB-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 368.0 10.91 172.04 -64.53 701 !DMB-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +28800 368.0 25.94 -8.59 -80.63 101 !DMB-NAM South Patagonia-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 370.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 380.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 390.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 400.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 410.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +28800 420.0 -25.94 171.41 80.63 101 !DMB-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +2881 250.0 0.0 0.0 0.0 28800 !SJUB-DMB San Julian Block-Deseado Massif Block Heine et al. 2013 +2881 600.0 0.0 0.0 0.0 28800 !SJUB-DMB +28900 250.0 32.88 -30.2 58.4 701 !FIM-AFR Falkland Islands/Malvinas Microplate-Africa Heine et al. 2013 +28900 600.0 32.88 -30.2 58.4 701 !FIM-AFR +2891 250.0 -47.39 -62.07 -5.0 28900 !NFB-FIM North Falkland Block-Falkland Islands/Malvinas Microplate Heine et al. 2013 +2891 600.0 -47.39 -62.07 -5.0 28900 !NFB-FIM +290 250.0 -33.02 -60.52 8.5 201 !SSP-SAM Salado Subplate-South America Heine et al. 2013 +290 600.0 -33.02 -60.52 8.5 201 !SSP-SAM +2901 250.0 0.0 0.0 0.0 290 !PMP-SSP Pampean Terrane-Salado Subplate Heine et al. 2013 +2901 600.0 0.0 0.0 0.0 290 !PMP-SSP +291 250.0 0.0 0.0 0.0 283 !RAW-NPM Rawson Block-North Patagonian Massif Heine et al. 2013 +291 600.0 0.0 0.0 0.0 283 !RAW-NPM +29800 250.0 47.93 -33.82 55.89 701 !MEB-AFR Maurice Ewing Bank-Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +29800 750.0 47.93 -33.82 55.89 701 !MEB-AFR CHHEI2012 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +301 250.0 71.41 152.6 -23.68 101 ! Full fit between EUR and NAM, initial rifting (Barnett-Moore 2015) @absage +301 390.0 71.41 152.6 -23.68 101 ! Full fit between EUR and NAM, initial rifting (Barnett-Moore 2015) @absage +301 430.0 -69.57 -24.64 24.02 101 !EUR-NAM THT Final 2006 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +302 250.0 0.0 0.0 0.0 301 !BAL-EUR Baltic Shield-Northern European Craton @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +302 430.0 0.0 0.0 0.0 301 !BAL-EUR Finetuded longitude 4th ITE @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3021 250.0 -26.6 60.18 75.72 16111 !AXB1-ALX Alexander BAB isochron rotations 1-Alexander terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +3021 270.0 -24.8682 59.4022 76.9183 16111 !AXB1-ALX Alexander BAB isochron rotations 1-Alexander terrane, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +3021 270.0 0.0 0.0 0.0 302 !AXB1-BAL Alexander BAB isochron rotations 1-Baltica, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +3021 375.0 0.0 0.0 0.0 302 !AXB1-BAL Alexander BAB isochron rotations 1-Baltica, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +304 250.0 48.94 -3.08 -48.46 301 !IBR-NAM Iberia-North America Full fit between IB and NAM, initial rifting (Barnett-Moore 2015) +304 320.0 48.94 -3.08 -48.46 301 !IBR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +304 320.0 48.94 -3.08 -48.46 305 !IBR-NAM switch from 305 (Armorica) same as 301 at this time @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +304 365.0 48.94 -3.08 -48.46 305 !IBR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +304 390.0 47.96 -8.7 -127.92 305 !IBR-NAM TEST THT 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +304 480.0 47.96 -8.7 -127.92 305 !IBR-NAM THT2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +304 600.0 47.96 -8.7 -127.92 305 !IBR-NAM TEST as above THT08 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 250.0 0.0 0.0 0.0 302 !CEU-BAL Central Europe (Armorica and Moldanubia)-Baltic Shield @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 340.0 0.0 0.0 0.0 302 !CEU-BAL End of Variscan Orogeny @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 360.0 -35.4 -39.8 -10.7 302 !CEU-BAL Variscan Orogeny @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 370.0 18.03 -10.99 -48.25 302 !CEU-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +305 370.0 2.29 -4.52 97.33 714 !CEU-NWA Central Europe (Armorica and Moldanubia)-NW Africa cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +305 380.0 6.75 -6.41 81.04 714 !CEU-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +305 390.0 9.78 -5.47 58.37 714 !CEU-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +305 400.0 15.37 1.93 36.54 714 !CEU-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +305 410.0 39.15 27.15 20.06 714 !CEU-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +305 420.0 55.74 45.77 18.51 714 !CEU-NWA Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 480.0 55.74 45.77 18.51 714 !CEU-NWA TORSVIK2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +305 600.0 55.74 45.77 18.51 714 !CEU-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +306 250.0 44.49 10.28 -29.3 304 !COR-IBR Corsica-Iberia Schettino and Turco, 2006 was COR-EUR in ST +306 320.0 44.49 10.28 -29.3 304 !COR-IBR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +306 600.0 44.49 10.28 -29.3 304 !COR-IBR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3061 250.0 52.18 -14.62 2.45 306 !SCOR-COR South Corsica-Corsica Schettino and Turco, 2006 +3061 600.0 52.18 -14.62 2.45 306 !SCOR-COR +3062 250.0 62.3 -50.82 1.29 3063 !SSAR-NSAR South Sardinia-North Sardinia Schettino and Turco, 2006 +3062 600.0 62.3 -50.82 1.29 3063 !SSAR-NSAR +3063 250.0 47.38 12.58 -25.96 304 !NSAR-IBR North Sardinia-Iberia, Schettino and Turco, 2006 +3063 600.0 47.38 12.58 -25.96 304 !NSAR-IBR +307 250.0 -26.5 -166.58 7.73 3307 !ADR-APU Adria-Apulia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +307 330.0 -26.5 -166.58 7.73 3307 !ADR-APU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +308 250.0 41.18 6.9 -3.6 307 !DIN-ADR Eastern Dinaride Platform-Adria MH2014 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +308 600.0 41.18 6.9 -3.6 307 !DIN-ADR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 250.0 0.0 0.0 0.0 311 !WSV-BAR West Svalbard-Barentsia and East Svalbard @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 360.0 0.0 0.0 0.0 311 !WSV-BAR THT2006 Post Svalbardian_Ellesmerian location @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 400.0 58.13 -45.29 2.32 311 !WSV-BAR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 430.0 58.13 -45.29 2.32 311 !WSV-BAR switch but with strikeslip to do later @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 430.0 47.24 121.81 -14.15 102 !WSV-GRN Silurian Collision Caledonides @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 440.0 -5.96 122.63 -10.9 102 !WSV-GRN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +309 600.0 -5.96 122.63 -10.9 102 !WSV-GRN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 250.0 0.0 0.0 0.0 302 !BAR-BAL Barentsia and East Svalbard-Baltic Shield END BARENTS SEA EXTENSION @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 340.0 74.59 145.72 0.9 302 !BAR-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 410.0 74.59 145.72 0.9 302 !BAR-BAL Switch to 302 THT 2009 some overlap for later rifting @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 410.0 54.06 121.77 -14.32 102 !BAR-GRN Barentsia and East Svalbard-Greenland @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 430.0 55.84 121.82 -14.96 102 !BAR-GRN THT2006 Post Svalbardian_Ellesmerian location @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 435.0 79.41 85.28 -28.17 102 !BAR-GRN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 440.0 85.76 16.95 -39.82 102 !BAR-GRN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +311 1100.0 85.76 16.95 -39.82 102 !BAR-GRN keep along east Greenland @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +315 250.0 0.0 0.0 0.0 302 !ENG-BAL South England (East Avalonia)-Baltic Shield THT2007 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +315 420.0 0.0 0.0 0.0 302 !ENG-BAL THT2007 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +317 250.0 67.13 155.32 -22.54 101 !POR-NAM Porcupine-North America AnM0 Srivastava & Roest 1989 at 118 Ma @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +317 600.0 67.13 155.32 -22.54 101 !POR-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +318 250.0 0.0 0.0 0.0 301 !RKL-NHL Rockall-Northern Highlands @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +318 600.0 0.0 0.0 0.0 301 !RKL-NHL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +319 250.0 0.0 0.0 0.0 301 !STR-EUR Strandja (Mosesia)-Northern European Craton @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +319 600.0 0.0 0.0 0.0 301 !STR-EUR JG/LG 1996 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3201 250.0 34.04 -3.39 6.8 304 !MEN-IBR Menorca-Iberia Schettino and Turco, 2006 +3201 600.0 34.04 -3.39 6.8 304 !MEN-IBR +3202 250.0 34.04 -3.39 6.1 304 !MAL-IBR Mallorca-Iberia Schettino and Turco, 2006 +3202 600.0 34.04 -3.39 6.1 304 !MAL-IBR +3203 250.0 24.29 -18.04 0.93 304 !IBZ-IBR Ibiza-Iberia Schettino and Turco, 2006 +3203 600.0 24.29 -18.04 0.93 304 !IBZ-IBR +322 250.0 32.84 -3.36 4.55 306 !CAL-COR Calabria-Corsica MHV2014 Hosseinpour et al. (2016) +322 600.0 32.84 -3.36 4.55 306 !CAL-COR MHV2014 +3222 250.0 0.0 0.0 0.0 3062 !STP-SSR South Tyrrhenian Block-Southern Sardinia MH2014 Hosseinpour et al. (2016) +3222 600.0 0.0 0.0 0.0 3062 !STP-SSR +3223 250.0 0.0 0.0 0.0 3062 !SCH-SSR Sardinian Channel-Southern Sardinia MH2014 Hosseinpour et al. (2016) +3223 600.0 0.0 0.0 0.0 3062 !SCH-SSR +323 250.0 -37.4 -172.6 1.99 7701 !SIC-TUN Sicily-Tunesia Schettino and Turco, 2011 +323 410.0 -37.4 -172.6 1.99 7701 !SIC-TUN +328 250.0 19.07 -2.88 5.4 308 !DINW-DINP Eastern Dinaride accretionary wedge-Eastern Dinaride platform, Schettino and Turco, 2011 +328 600.0 19.07 -2.88 5.4 308 !DINW-DINP +329 250.0 0.0 0.0 0.0 304 !BET-SPN Betic (Spain)-Iberia JG/LG 1996 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +329 750.0 0.0 0.0 0.0 304 !BET-SPN JG/LG 1996 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +330 250.0 24.19 36.2 0.59 331 !TOB-UKB Tornquist Block-United Kingdom Block Muller et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +330 410.0 24.19 36.2 0.59 331 !TOB-UKB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3307 250.0 49.67 -0.95 -64.71 301 !APU-EUR Apulia-Northern European Craton Schettino and Turco, 2011 +3307 320.0 49.67 -0.95 -64.71 301 !APU-EUR Schettino and Turco, 2011 @xo_ys +3307 320.0 48.77 -8.82 1.08 715 !APU-NEA Apulia-Northeast Africa +3307 600.0 48.77 -8.82 1.08 715 !APU-NEA +331 250.0 0.0 0.0 0.0 301 !UKB-NAM United Kingdom Block-North America Roest & Srivastiva 1989 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +331 600.0 0.0 0.0 0.0 301 !UKB-NAM Roest & Srivastiva 1989 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3323 250.0 0.0 0.0 0.0 3307 !PNO-APU Pnormide Platform-Apulia +3323 600.0 0.0 0.0 0.0 3307 !PNO-APU +334 250.0 24.0 14.0 14.0 328 !PES-EDAW Pelso-Eastern Dinaride accretionary wedge @REF Hosseinpour_++_2016 DOI"10.1080/00206814.2016.1183146" +334 410.0 24.0 14.0 14.0 328 !PES-EDAW +335 250.0 0.0 0.0 0.0 331 !EALP-UKB Eastern (Calcareous) Alps-United Kingdom Block Muller et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +335 600.0 0.0 0.0 0.0 331 !EALP-UKB JG/LG 1996 @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +335 600.0 0.0 0.0 0.0 305 !EALP-CEU Eastern (Calcareous) Alps-Central Europe (Armorica and Moldanubia) cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +335 750.0 0.0 0.0 0.0 305 !EALP-CEU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +337 250.0 -36.15 14.41 1.84 334 !TIS-PEL Tisza-Pelso, Schettino and Turco. 2011 +337 600.0 -36.15 14.41 1.84 334 !TIS-PEL +338 250.0 48.47 16.28 -38.93 319 !ROD-STR Rhodopes-Strandja (Moesia) +338 270.0 49.25 15.0 -65.0 319 !ROD-STR Schettino and Turco, 2011 +338 600.0 49.25 15.0 -65.0 319 !ROD-STR Rotations extended back to 600 Ma +340 250.0 -19.16 -154.96 1.61 337 !SPN-TIS Southern Panonian-Tisza Schettino & Turco 2011 +340 410.0 -19.16 -154.96 1.61 337 !SPN-TIS Southern Panonian-Tisza Schettino & Turco 2011 +344 250.0 0.0 0.0 0.0 331 !WALP-UKB Western Alps-United Kingdom Block @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +344 600.0 0.0 0.0 0.0 331 !WALP-UKB JG/LG 1996 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +3446 250.0 0.0 0.0 0.0 346 !GRC-PEL Greece-Peloponnese +3446 600.0 0.0 0.0 0.0 346 !GRC-PEL +346 250.0 38.62 27.05 -4.95 3307 !PEL-APU Peloponnese-Apulia Schettino & Turco 2011 +346 600.0 38.62 27.05 -4.95 3307 !PEL-APU Schettino & Turco 2011 +347 250.0 35.09 23.41 44.81 346 !CRT-PEL Crete-Peloponnese Schettino and Turco 2011 +347 600.0 35.09 23.41 44.81 346 !CRT-PEL Schettino and Turco 2011 +349 250.0 0.0 0.0 0.0 319 !SMD-STR Serbo/Macedonia-Strandja (Moesia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +349 600.0 0.0 0.0 0.0 319 !SMD-STR JG/LG 1996 suture @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +355 250.0 0.0 0.0 0.0 308 !Isochron of AFR-EUR, Vardar Ocean By MH 05082014 @REF Hosseinpour_++_2016 DOI"10.1080/00206814.2016.1183146" +355 600.0 0.0 0.0 0.0 308 !Isochron of AFR-EUR, Vardar Ocean By MH 05082014 @REF Hosseinpour_++_2016 DOI"10.1080/00206814.2016.1183146" +372 250.0 0.0 0.0 0.0 401 !YWK-SIB Yamal Peninsula (Western Kara Sea)-Siberia +372 600.0 0.0 0.0 0.0 401 !YWK-SIB +373 250.0 77.0 144.6 4.0 302 !NVS-BAL Novaya-Semya - Baltic Shield Torsvik 2005 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +373 550.0 77.0 144.6 4.0 302 !NVS-BAL Torsvik 2005 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 250.0 0.0 0.0 0.0 375 !PER-SAX Perunica-Saxothuringia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 370.0 0.0 0.0 0.0 375 !PER-SAX Closed Saxothuringian Ocean @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 380.0 51.37 28.19 26.22 375 !PER-SAX Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 390.0 51.77 27.83 27.19 375 !PER-SAX Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 400.0 -50.78 -154.91 -31.87 375 !PER-SAX Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 410.0 -51.18 -153.45 -28.79 375 !PER-SAX Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +374 420.0 -50.29 -147.14 -61.91 375 !PER-SAX @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 250.0 0.0 0.0 0.0 302 !SAX-BAL Saxothuringia-Baltic Shield TORSVIK 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 340.0 0.0 0.0 0.0 302 !SAX-BAL End of Variscan Orogeny @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 360.0 25.17 -21.28 -5.0 302 !SAX-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 370.0 -12.43 -39.3 -18.58 302 !SAX-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 380.0 11.12 -29.33 -38.43 302 !SAX-BAL @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +375 380.0 32.79 -2.49 28.08 305 !SAX-CEU Saxothuringia-Central Europe (Armorica & Moldanubia) cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +375 390.0 -31.81 177.41 -27.17 305 !SAX-CEU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +375 400.0 -33.12 177.99 -28.46 305 !SAX-CEU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +375 410.0 -32.27 177.29 -27.22 305 !SAX-CEU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +375 420.0 65.6 39.44 -13.72 305 !SAX-CEU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +380 250.0 0.0 0.0 0.0 430 !MOO-AMU Mongol-Okhotsk Ocean plate-Amuria @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +380 600.0 0.0 0.0 0.0 430 !MOO-AMU Mongol-Okhotsk Ocean plate-Amuria @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +390 250.0 0.0 0.0 0.0 302 !UPB-BAL Urals Peri Baltica-Baltic Shield @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +390 360.0 0.0 0.0 0.0 302 !UPB-BAL Accretion South @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +390 600.0 0.0 0.0 0.0 302 !UPB-BAL Accretion South @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +401 250.0 77.0 144.6 2.0 301 !SIB-EUR Siberia-Northern European Craton @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +401 280.0 83.0 143.8 5.0 301 !SIB-EUR Smooth almost rotogonal collision THT @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +401 320.0 83.0 143.8 10.0 301 !SIB-EUR THT preliminary @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +401 340.0 26.0 -30.4 -10.7 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +401 350.0 3.76 157.95 19.26 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +401 360.0 10.51 155.84 40.36 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +401 400.0 9.98 128.44 74.03 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +401 410.0 13.55 123.99 84.85 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +401 412.0 3.68 162.9 66.73 301 !SIB-EUR Finetune IT5 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +401 420.0 14.46 157.43 70.56 301 !SIB-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +4011 250.0 0.0 0.0 0.0 401 ! Mongol-Okhotsk isochron KJM +4011 410.0 0.0 0.0 0.0 401 ! Mongol-Okhotsk isochron KJM +402 250.0 0.0 0.0 0.0 302 !KAZ-BAL Kazakhstan-Baltic Shield @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +402 310.0 0.0 0.0 0.0 302 !KAZ-BAL COLLISION WESPH. @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +402 320.0 22.64 55.74 -10.18 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 330.0 14.9 4.47 -12.38 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 340.0 -11.63 -1.45 -18.01 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 350.0 -3.14 4.09 -27.36 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 360.0 0.57 6.51 -46.32 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 370.0 2.87 4.71 -56.19 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 380.0 7.67 6.46 -60.64 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 390.0 5.94 -1.88 -65.4 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 400.0 3.48 -8.17 -65.23 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 410.0 -0.83 -15.66 -66.35 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +402 420.0 -14.46 -22.57 -70.56 302 !KAZ-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +404 250.0 77.0 144.6 -1.0 302 !KAR-BAL Kara-Baltica THT 2006 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +404 420.0 77.0 144.6 -1.0 302 !KAR-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +406 250.0 60.8 162.3 -60.0 401 !KAM-SIB Kamchatka peninsula-Siberia Muller et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +406 600.0 60.8 162.3 -60.0 401 !KAM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 250.0 24.1 86.0 -57.15 401 !MNG-SIB Mongolia-Siberia LMG 98-06-08 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 255.0 52.84 97.5 -117.62 401 !MNG-SIB LMG 98-06-08 @xo_of @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 255.0 68.2 116.7 -71.08 004 !MNG-000 cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 342.0 70.0 37.9 -83.98 004 !MNG-000 Van der Voo 1993 pmag poles @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 363.0 73.7 71.8 -76.28 004 !MNG-000 Van der Voo 1993 pmag poles @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 390.0 76.59 3.49 -56.11 004 !MNG-000 Van der Voo 1993 pmag poles @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +410 422.0 51.61 -86.86 -56.87 004 !MNG-000 Van der Voo 1993 pmag poles @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +42100 250.0 -46.6 38.04 19.36 101 !NSDL-NAM Northern Siberian Shelf De Long Islands-North America GS12 @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42100 600.0 -46.6 38.04 19.36 101 !NSDL-NAM GS12 +42101 250.0 0.0 0.0 0.0 42100 !KSI-NSDL Kotel'nyi New Siberian Islands-Northern Siberian Shelf De Long Islands @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42101 600.0 0.0 0.0 0.0 42100 !KSI-NSDL GS12 +42102 250.0 0.0 0.0 0.0 42100 !NVB-NSDL Novaya Block-Northern Siberian Shelf De Long Islands @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42102 600.0 0.0 0.0 0.0 42100 !NVB-NSDL GS12 +42103 250.0 0.0 0.0 0.0 42100 !VTB-NSDL Vil'kitski Trough Basin-Northern Siberian Shelf De Long Islands @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42103 600.0 0.0 0.0 0.0 42100 !VTB-NSDL GS12 +42150 250.0 0.0 0.0 0.0 42100 !ESM-NSDL East Siberian Microplate-Northern Siberian Shelf De Long Islands@REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42150 600.0 0.0 0.0 0.0 42100 !ESM-NSDL GS12 +42200 250.0 0.0 0.0 0.0 42100 !NSS2-NSDL Northern Siberian Shelf Province 2 general-Northern Siberian Shelf De Long Islands @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42200 300.0 0.0 0.0 0.0 42100 !NSS2-NSDL +42300 250.0 -84.13 88.04 17.08 43300 !WRA-CKP Wrangel Island (South of deformation zone) Province-Chukotka Peninsula @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +42300 600.0 -84.13 88.04 17.08 43300 !WRA-CKP +430 250.0 39.59 83.12 -93.9 401 !AMU-SIB Amuria-Siberia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 260.0 38.38 83.6 -84.92 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 270.0 36.57 83.64 -74.78 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 280.0 36.1 85.15 -67.88 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 290.0 34.4 85.3 -60.69 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 300.0 32.1 85.04 -53.76 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 310.0 29.09 84.22 -46.54 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 320.0 25.92 83.71 -39.8 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 330.0 26.52 82.74 -41.32 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 340.0 -18.38 -94.37 30.94 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 350.0 -18.38 -95.61 31.82 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 360.0 -14.06 -95.04 28.01 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 370.0 3.16 84.21 -23.34 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 380.0 -12.05 83.79 -19.38 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 390.0 -20.28 85.13 -18.53 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 400.0 -35.04 86.88 -17.56 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 410.0 -50.46 87.95 -17.68 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +430 420.0 66.26 -88.43 19.54 401 !AMU-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +43101 250.0 0.0 0.0 0.0 401 !CVK-SIB Central Verkhoyansk Province general-Siberia @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43101 600.0 0.0 0.0 0.0 401 !CVK-SIB +43102 250.0 0.0 0.0 0.0 401 !WVK-SIB Western Verkhoyansk Province general-Siberia @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43102 600.0 0.0 0.0 0.0 401 !WVK-SIB +43200 250.0 78.97 162.1 13.52 401 !KOST-SIB Kolyma-Omolon Superterrane Province general - Siberia @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43200 1100.0 78.97 162.1 13.52 401 !KOST-SIB GS12 +43201 250.0 45.06 -91.81 2.6 43200 !OMT-KOST Omolon Terrane - Kolyma-Omolon Superterrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43201 1100.0 45.06 -91.81 2.6 43200 !OMT-KOST GS12 +43202 250.0 0.0 0.0 0.0 43200 !CHE-KOST Chersky Range - Kolyma-Omolon Superterrane Province @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43202 600.0 0.0 0.0 0.0 43200 !CHE-KOST GS12 +43203 250.0 0.0 0.0 0.0 43201 !PRK-OMT Prikolyma Terrane - Omolon Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43203 600.0 0.0 0.0 0.0 43201 !PRK-OMT GS12 +43204 250.0 0.0 0.0 0.0 43200 !OMU-KOST Omulevka Terrane - Kolyma-Omolon Superterrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43204 600.0 0.0 0.0 0.0 43200 !OMU-KOST GS12 +43205 250.0 0.0 0.0 0.0 43200 !ALZ-KOST Alazeya Terrane - Kolyma-Omolon Superterrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43205 600.0 0.0 0.0 0.0 43200 !ALZ-KOST +43206 250.0 0.0 0.0 0.0 43201 !OLO-OMT Oloy Terrane - Omolon Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43206 600.0 0.0 0.0 0.0 43201 !OLO-OMT GS12 +43207 250.0 0.0 0.0 0.0 43201 !YRK-OMT Yarakvaam Terrane - Omolon Terrane @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43207 600.0 0.0 0.0 0.0 43201 !YRK-OMT GS12 +43300 250.0 0.0 0.0 0.0 42100 !CSBP-NSDL Chukotka Peninsula and South Bering Sea Province general-Northern Siberian Shelf De Long Islands @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43300 600.0 0.0 0.0 0.0 42100 !CSBP-NSDL +43301 250.0 0.0 0.0 0.0 43300 !BSE-CSBP Bering Strait East (Nome Alaska)-Chukotka Peninsula and South Bering Sea Province @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43301 600.0 0.0 0.0 0.0 43300 !BSE-CSBP +43400 250.0 -2.37 57.35 -3.69 401 !VOP-SIB Viligia/Okhotsk Province 43400 general-Siberia @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +43400 600.0 -2.37 57.35 -3.69 401 !VOP-SIB GS12 +44100 250.0 0.0 0.0 0.0 406 !EKAM-KAM East Kamchatka and Vetlovskiy Terranes-Kamchatka peninsula @REF Shephard_++_2013, @DOI"10.1016/j.earscirev.2013.05.012" +44100 600.0 0.0 0.0 0.0 406 !EKAM-KAM +44101 250.0 0.0 0.0 0.0 43200 !NKAM-KOST North Kamchatka-Kolyma-Omolon Superterrane Province +44101 600.0 0.0 0.0 0.0 43200 !NKAM-KOST +44102 250.0 0.0 0.0 0.0 44101 !KKAM-NKAM Koryak/Kamchatka-North Kamchatka +44102 600.0 0.0 0.0 0.0 44101 !KKAM-NKAM +44103 250.0 0.0 0.0 0.0 44101 !KAMO-NKAM East Kamchatka/Okhotsk-North Kamchatka +44103 600.0 0.0 0.0 0.0 44101 !KAMO-NKAM +446 250.0 10.7 116.33 127.56 801 !BMP-AUS Burma Plate-Australia Heine et al. 2004 *recalculated GS11 +446 600.0 10.7 116.33 127.56 801 !BMP-AUS Fit Recon Burma-Australia +450 250.0 0.0 0.0 0.0 402 !JNG-KAZ Junggar-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +450 410.0 0.0 0.0 0.0 402 !JNG-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +451 250.0 0.0 0.0 0.0 601 !ALA-NCH Ala Shan-North China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +451 420.0 0.0 0.0 0.0 601 !ALA-NCH Accretd Tarim 300-280 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +453 250.0 0.0 0.0 0.0 430 !HUS-AMU Hutang Uul-Songliao - Amuria @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +453 420.0 0.0 0.0 0.0 430 !HUS-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +454 250.0 0.0 0.0 0.0 430 !KJB-AMU Khanka-Jiamusu Bureya - Amuria @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +454 420.0 0.0 0.0 0.0 430 !KJB-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +455 250.0 0.0 0.0 0.0 430 !HIN-AMU Hinggan Nuhetsdavaa-Amuria @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +455 420.0 0.0 0.0 0.0 430 !HIN-AMU accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +456 250.0 0.0 0.0 0.0 601 !QAI-NCH Qaidam-Qilian - North China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +456 410.0 0.0 0.0 0.0 601 !QAI-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +457 250.0 0.0 0.0 0.0 601 !KUN-NCH Kunlun-North China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +457 410.0 0.0 0.0 0.0 601 !KUN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +458 250.0 0.0 0.0 0.0 402 !KOI-KAZ Kokchevtav-Ishim - Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +458 460.0 0.0 0.0 0.0 402 !KOI-KAZ Time of Devonian Magmatism @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +459 250.0 0.0 0.0 0.0 402 !NTI-KAZ North Tien Shan-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +459 460.0 0.0 0.0 0.0 402 !NTI-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +460 250.0 0.0 0.0 0.0 402 !CUI-KAZ Chu-Ili - Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +460 460.0 0.0 0.0 0.0 402 !CUI-KAZ Time of Devonian Magmatism @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +461 250.0 0.0 0.0 0.0 402 !ATZ-KAZ Atashu-Zhamshi - Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +461 460.0 0.0 0.0 0.0 402 !ATZ-KAZ Time of Devonian Magmatism @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +462 250.0 0.0 0.0 0.0 402 !TBG-KAZ Tarbagatay Range Terrane-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +462 460.0 0.0 0.0 0.0 402 !TBG-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +463 250.0 0.0 0.0 0.0 402 !NBA-KAZ North Balkhash-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +463 280.0 0.0 0.0 0.0 402 !NBA-KAZ Near end of Orocline @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +463 600.0 0.0 0.0 0.0 402 !NBA-KAZ Near end of Orocline @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +464 250.0 0.0 0.0 0.0 402 !JBA-KAZ Junggar-Balkash - Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +464 280.0 0.0 0.0 0.0 402 !JBA-KAZ Near end of Orocline @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +464 600.0 0.0 0.0 0.0 402 !JBA-KAZ Near end of Orocline @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +465 250.0 0.0 0.0 0.0 402 !TOU-KAZ Tourgai-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +465 360.0 0.0 0.0 0.0 402 !TOU-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +465 600.0 0.0 0.0 0.0 402 !TOU-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +466 250.0 0.0 0.0 0.0 402 !CTI-KAZ Central Tien Shan-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +466 360.0 0.0 0.0 0.0 402 !CTI-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +466 600.0 0.0 0.0 0.0 402 !CTI-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +467 250.0 0.0 0.0 0.0 402 !STI-KAZ South Tien Shan-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +467 360.0 0.0 0.0 0.0 402 !STI-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +467 600.0 0.0 0.0 0.0 402 !STI-KAZ accreted @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +468 250.0 0.0 0.0 0.0 402 !WSI-KAZ West Siberian Basin-Kazakhstan @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +468 350.0 0.0 0.0 0.0 402 !WSI-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +468 600.0 0.0 0.0 0.0 402 !WSI-KAZ @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +498 250.0 56.21 -144.57 -33.75 499 !JUN1-JUN2 Junction plate 1-Junction plate 2 Seton et al. (2012) +498 260.0 56.16 -144.41 -37.12 499 !JUN1-JUN2 Seton et al. (2012) +498 410.0 56.16 -144.41 -37.12 499 !JUN1-JUN2 Seton et al. (2012) +499 250.0 34.75 96.62 107.02 534 !JUN2-EMT2 Junction plate 2-Eastern Mesotethys 2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +499 410.0 34.75 96.62 107.02 534 !JUN2-EMT2 @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +501 250.0 3.64 -165.79 88.28 802 !IND-ANT India Craton-Antarctica Gibbons et al. (2013) +501 600.0 3.64 -165.79 88.28 802 !IND-ANT +502 250.0 9.66 79.95 -43.96 501 !SLK-IND Sri Lanka-India Gibbons 2012 +502 1100.0 9.66 79.95 -43.96 501 !SLK-IND Gibbons 2012 +503 250.0 26.46 21.66 -7.83 709 !ARA-SOM @REF Fournier_++_2010 @DOI"10.1029/2008JB006257", @CHRONID"C6no" +503 600.0 26.46 21.66 -7.83 709 !ARB-AFR +505 250.0 43.49 21.0 -51.99 302 !IRN-BAL MS KJM 2014-07-25 modelled to be continuous with East Pontides terranes of Schettino and Turco 2011, MÃ??Ã?¼ller et al. (2016) +505 275.0 49.1 2.32 -67.97 302 !IRN-BAL @absage @xo_ys @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +505 275.0 17.8295 8.5136 6.8331 503 !IRN-ARB Muller et al. 2008 @absage @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +505 750.0 17.8295 8.5136 6.8331 503 !IRN-ARB @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +50501 250.0 0.0 0.0 0.0 505 !iso north of Cimmerian terranes MÃ??Ã?¼ller et al. (2016) +50501 1100.0 0.0 0.0 0.0 505 !iso north of Cimmerian terranes +506 250.0 26.64 48.66 -34.58 505 !AFF-IRN Afghanistan (Farah)-Iran (Lut) @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +506 265.0 26.64 48.66 -34.58 505 !AFF-IRN @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +506 285.0 -27.71 -122.77 61.97 505 !AFF-IRN predrift extension @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +506 750.0 -27.71 -122.77 61.97 505 !AFF-IRN PM Tuned longitude tht12 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +50601 250.0 0.0 0.0 0.0 506 !HEL-AFF Helmand-Afghanistan (Farah) +50601 410.0 0.0 0.0 0.0 506 !HEL-AFF +50602 250.0 0.0 0.0 0.0 50601 !MAK-HEL Makran-Helmand +50602 410.0 0.0 0.0 0.0 50601 !MAK-HEL +508 250.0 33.0 21.0 -3.0 503 !SIN-ARB @REF Badawya_Horvath_1999 @DOI"10.1016/S0264-3707(98)00023-4" +508 600.0 33.0 21.0 -3.0 503 !SIN-AFR +517 250.0 35.71 73.89 -26.12 518 !WKOHA-KOHA West Kohistan Arc - Kohistan Arc @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +517 410.0 35.71 73.89 -26.12 518 !WKOHA-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +518 250.0 -34.99 15.39 -2.66 529 !KOHA-KOH Kohistan Arc - Kohistan back-arc @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +518 410.0 -34.99 15.39 -2.66 529 !KOHA-KOH @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +520 250.0 0.0 0.0 0.0 526 !WPT-EPT Western Pontides-Eastern Pontides MH2014 Hosseinpour et al. (2016) +520 600.0 0.0 0.0 0.0 526 !WPT-EPT MH2014 +521 250.0 49.25 15.0 -32.5 301 !SAK-EUR Sakarya-Northern European Craton MH2014 Hosseinpour et al. (2016) +521 270.0 49.25 15.0 -65.0 301 !SAK-EUR MH2014 +521 600.0 49.25 15.0 -65.0 301 !SAK-EUR MH2014 +522 250.0 39.79 43.69 -10.11 715 !MTB-NEA Menderes Taurides Block-NE Africa +522 600.0 39.79 43.69 -10.11 715 !MTB-NEA +525 250.0 32.19 14.06 2.46 522 !KIR-MTB Kirsehir-Menderes Taurides block Schettino and Turco 2011, MH26012014 Hosseinpour et al. (2016) +525 600.0 32.19 14.06 2.46 522 !KIR-MTB Schettino and Turco 2011, MH26012014 +526 250.0 49.25 15.0 -32.5 301 !EPT-EUR East Pontides-Northern European Craton MHV2014 +526 270.0 49.25 15.0 -65.0 301 !EPT-EUR MHV2014 +526 600.0 49.25 15.0 -65.0 301 !EPT-EUR MHV2014 +528 250.0 0.0 0.0 0.0 606 !NKOH-LHA North Kohistan back arc-Lhasa @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +528 410.0 0.0 0.0 0.0 606 !NKOH-LHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +529 250.0 0.0 0.0 0.0 606 !SKOH-LHA South Kohistan back arc-Lhasa +529 410.0 0.0 0.0 0.0 606 !SKOH-LHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +530 250.0 -57.93 170.67 66.67 505 !CMT1-IRN Central Mesotethys 1-Iran Seton et al. (2012) @absage +530 260.0 -57.3 170.99 66.14 505 !CMT1-IRN Seton et al. (2012) @absage +530 280.0 -56.19 172.31 81.22 505 !CMT1-IRN Seton et al. (2012) @absage +530 400.0 -56.19 172.31 81.22 505 !CMT1-IRN Seton et al. (2012) @absage +53001 250.0 -76.46 -18.63 1.03 606 !CMT3-LHA @absage +53001 1100.0 -76.46 -18.63 1.03 606 !CMT3-LHA @absage +531 250.0 9.9132 -41.1341 -15.6394 505 !Isochrons of ARB-IRN Meso Neothetys after introducing intra oceanic subduction zone +531 600.0 9.9132 -41.1341 -15.6394 505 !Isochrons of ARB-IRN Meso Neothetys after introducing intra oceanic subduction zone +532 250.0 57.37 15.37 -68.07 505 !EMT1-IRN, Eastern Mesotethys1-Iran Seton et al. 2012 @absage +532 260.0 57.52 15.05 -68.07 505 !EMT1-IRN, Seton et al. 2012 @absage +532 400.0 57.52 15.05 -68.07 505 !EMT1-IRN, Seton et al. 2012 @absage +533 250.0 0.0 0.0 0.0 446 !EMT2-BMP Eastern Mesotethys 2-Burma Plate Muller et al. 2008 @absage +533 280.0 0.0 0.0 0.0 446 !EMT2-BMP Muller et al. 2008 @absage +533 600.0 0.0 0.0 0.0 446 !EMT2-BMP Muller et al. 2008 +534 250.0 -33.33 -85.69 107.12 533 !CMT2-EMT2 Central Mesotethys 2-Eastern Mesotethys 2 Gibbons et al. (2013) recalculated SZ2013 +534 410.0 -33.33 -85.69 107.12 533 !CMT2-EMT2 +53401 250.0 0.0 0.0 0.0 534 !CMT4-CMT2 @absage +53401 1100.0 0.0 0.0 0.0 534 !CMT4-CMT2 @absage +540 250.0 0.0 0.0 0.0 506 !PT1-AFF Paleotethys1-Afghanistan (Farah) +540 410.0 0.0 0.0 0.0 506 !PT1-AFF +544 250.0 42.2616 130.0375 3.3567 522 !Isochron of ARB-IRN, Meso Neo Tethys By MH 05082014 Hoseinpour et al. (2016) +544 600.0 -42.2616 -49.9625 -3.3567 522 !Isochron of ARB-IRN, Meso Neo Tethys By MH 05082014 +545 250.0 47.79 -0.25 -95.34 505 !Isochron of ARB-IRN, Meso Neo Tethys By MH 05082014 Hoseinpour et al. (2016) +545 600.0 47.79 -0.25 -95.34 505 !Isochron of ARB-IRN, Meso Neo Tethys By MH 05082014 +551 250.0 0.0 0.0 0.0 301 !GGS-EURGagra/Shatsky-Northern European Craton @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +551 410.0 0.0 0.0 0.0 301 !GGS-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +554 250.0 0.0 0.0 0.0 518 !LAD-KOHA Ladakh Arc-Kohistan Arc +554 410.0 0.0 0.0 0.0 518 !LAD-KOHA @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +555 250.0 46.76 -4.54 -53.68 521 !Isochron of AFR-EUR, Vardar Ocean By MH 05082014 @REF Hosseinpour_++_2016 DOI"10.1080/00206814.2016.1183146" +555 600.0 46.76 -4.54 -53.68 521 !Isochron of AFR-EUR, Vardar Ocean By MH 05082014 +565 250.0 4.77 -59.2 -19.97 667 !SES-NES Southeast Sulawesi-Northeast Sulawesi +565 410.0 4.77 -59.2 -19.97 667 !SES-NES +566 250.0 40.48 -109.37 -6.74 667 !SWS-WSW Southwest Sulawesi-West Sulawesi +566 410.0 40.48 -109.37 -6.74 667 !SWS-WSW +580 250.0 38.2 80.84 -12.87 401 !TRM-SIB Tarim-Siberia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 260.0 33.46 79.58 -14.34 401 !TRM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 270.0 32.22 79.0 -18.14 401 !TRM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 280.0 34.71 76.86 -19.91 401 !TRM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 285.0 36.25 77.27 -21.72 401 !TRM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 290.0 35.71 78.61 -25.37 401 !TRM-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +580 290.0 37.97 88.72 112.15 601 !TRM-NCH Tarim-North China cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 300.0 37.98 88.75 112.34 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 310.0 37.95 88.67 113.44 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 320.0 37.93 88.79 112.13 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 330.0 37.96 88.76 112.9 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 340.0 37.94 88.79 112.62 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 350.0 37.96 88.74 112.76 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 360.0 38.01 88.66 112.13 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 370.0 37.98 88.71 112.83 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 380.0 37.88 88.74 111.82 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 390.0 37.92 88.68 112.97 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 400.0 37.89 89.11 109.91 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +580 410.0 37.85 89.09 109.65 601 !TRM-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +590 250.0 0.0 0.0 0.0 61601 !NPAM-WQIA North Pamirs-West Qiangtang @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +590 410.0 0.0 0.0 0.0 61601 !NPAM-WQIA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +591 250.0 0.0 0.0 0.0 61601 !CPAM-WQIA Central Pamirs-West Qaingtang @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +591 550.0 0.0 0.0 0.0 61601 !CPAM-WQIA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +601 250.0 39.98 83.17 -81.04 580 !NCH-TRM North China Platform-Tarim PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 260.0 40.29 79.14 -87.34 580 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 270.0 39.7 82.6 -96.42 580 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 275.0 38.81 85.21 -103.98 580 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 280.0 38.11 88.31 -111.99 580 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +601 280.0 36.34 87.63 -131.64 401 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 290.0 36.13 87.83 -137.28 401 !NCH-TRM PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +601 290.0 -53.08 -56.55 140.32 602 !NCH-SCH North China Platform-South China Platform cross-overPM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 300.0 51.69 122.81 -150.38 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +601 300.0 41.76 124.52 -125.07 604 !NCH-ICH North China Platform-Indochina cross-over PM60 Torsvik 2011 POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +601 310.0 41.21 123.36 -126.58 604 !NCH-ICH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 320.0 38.74 121.4 -129.16 604 !NCH-ICH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 330.0 36.15 124.87 -118.32 604 !NCH-ICH PM60 Torsvik 2011 @xo_ys @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 330.0 45.54 123.52 -141.13 602 !NCH-SCH North China Platform-South China Platform cross-over PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 340.0 -43.29 -54.96 138.23 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 350.0 -43.7 -46.24 136.09 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 360.0 -42.59 -42.8 137.73 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 370.0 43.7 146.79 -138.82 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 380.0 41.29 148.34 -141.04 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 390.0 -41.69 -31.87 139.23 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 400.0 -46.66 -30.61 124.65 602 !NCH-SCH PM60 Torsvik 2011 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +601 410.0 -53.64 -33.17 119.89 602 !NCH-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 250.0 -4.58 127.3 -52.53 701 !SCH-AFR South China Platform-Austral Africa @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 260.0 -41.53 77.27 -38.89 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 270.0 -53.5 69.72 -38.56 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 280.0 -63.56 66.17 -38.5 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 290.0 -70.46 41.5 -37.51 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 300.0 -71.64 10.75 -37.07 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 310.0 -73.65 13.64 -31.98 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 320.0 -73.44 -12.64 -29.01 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 330.0 -72.43 -28.62 -25.45 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 340.0 -69.51 -44.4 -21.42 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 350.0 -60.64 -65.16 -18.4 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 360.0 -45.25 -79.05 -16.83 701 !SCH-AFR Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +602 370.0 42.16 91.51 14.48 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 380.0 29.41 110.2 15.91 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 390.0 21.77 117.19 20.1 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 400.0 2.33 149.71 15.06 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 410.0 7.78 -6.87 -18.78 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602 420.0 13.91 -12.57 -19.69 701 !SCH-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6022 250.0 -35.0 -57.24 -50.65 602 !Rollback motion for 259-250 Ma BAB SZ outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6022 260.0 -43.46 -74.7 -1.03 602 !Rollback motion for 259-250 Ma BAB SZ outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6022 1100.0 -37.11 -49.9 -37.45 602 !Rollback motion for 259-250 Ma BAB SZ outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602201 250.0 0.0 0.0 0.0 602 !Isochron rotations for 259-250 Ma BAB outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602201 259.0 0.0 0.0 0.0 602 !Isochron rotations for 259-250 Ma BAB outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602202 250.0 0.0 0.0 0.0 6022 !Isochron rotations for 259-250 Ma BAB outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +602202 259.0 0.0 0.0 0.0 6022 !Isochron rotations for 259-250 Ma BAB outboard of South China, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +60201 250.0 -51.8 43.08 0.92 602 !HAI-SCH Hainan Island-South China +60201 410.0 -51.8 43.08 0.92 602 !HAI-SCH +603 250.0 8.89 113.79 30.73 647 !SBM-MLP Sino Burma Malaya-Malay Peninsula, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +603 550.0 8.89 113.79 30.73 647 !SBM-MLP Sino Burma Malaya-Malay Peninsula +60301 250.0 0.0 0.0 0.0 603 !MP1-SBM Malay Peninsula 1-Sino Burma Malaya +60301 410.0 0.0 0.0 0.0 603 !MP1-SBM +60302 250.0 0.0 0.0 0.0 603 !MP2-SBM Malay Peninsula 2-Sino Burma Malaya +60302 410.0 0.0 0.0 0.0 603 !MP2-SBM +604 250.0 53.58 -127.18 -13.4 602 !ICH-SCH Indochina (Annamia)-South China Platform @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 260.0 22.57 -125.15 -32.13 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +604 270.0 42.45 -136.38 -34.59 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 275.0 44.27 -136.64 -33.72 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 280.0 49.88 -141.04 -32.64 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 290.0 51.76 -161.06 -31.71 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 300.0 51.13 179.9 -31.4 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 310.0 51.19 -179.24 -29.65 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 320.0 50.11 178.5 -29.24 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 330.0 49.58 176.08 -28.48 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 380.0 44.71 166.53 -24.89 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 390.0 41.43 143.69 -31.61 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 410.0 41.43 143.69 -31.61 602 !ICH-SCH Calculated interactively by GPlates @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" minor modifications by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +604 450.0 35.48 138.04 -29.37 602 !ICH-SCH ModbyMat (Arbitrary placement) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +604 550.0 25.92 114.33 -114.1 602 !ICH-SCH ModbyMat (Arbitrary placement) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +60401 250.0 0.0 0.0 0.0 604 !SIM-ICH Simao (Metcalfe 1994)-Indochina +60401 410.0 0.0 0.0 0.0 604 !SIM-ICH +60402 250.0 0.0 0.0 0.0 60401 !SICH-ICH South Indochina-Indochina following Hall 2002 +60402 410.0 0.0 0.0 0.0 60401 !SICH-ICH +60403 250.0 -63.56 51.45 -0.08 604 !ICH1-ICH Indochina sliver 1 - Indochina (Khorat platform) +60403 410.0 -63.56 51.45 -0.08 604 !ICH1-ICH +60404 250.0 -25.73 -62.87 -1.1 60403 !ICH2-ICH1 Indochina sliver 2 - Indochina sliver 1 +60404 410.0 -25.73 -62.87 -1.1 60403 !ICH2-ICH1 +60405 250.0 15.62 -112.61 1.09 60404 !ICH3-ICH2 Indochina sliver 3 - Indochina sliver 2 +60405 410.0 15.62 -112.61 1.09 60404 !ICH3-ICH2 +60406 250.0 -19.83 -77.57 5.16 60405 !ICH4-ICH3 Indochina sliver 4 - Indochina sliver 3 +60406 410.0 -19.83 -77.57 5.16 60405 !ICH4-ICH3 +606 250.0 11.62 24.29 -6.7 616 !LHA-EQIA Lhasa (South Tibet)-East Qiangtang Interpolated from Gibbons et al. (2012), @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +606 290.0 11.62 24.29 -6.7 616 !LHA-EQIA +606 410.0 11.62 24.29 -6.7 616 !LHA-EQIA +60601 250.0 0.0 0.0 0.0 606 !isochrons north of Cimmerian terranes +60601 1100.0 0.0 0.0 0.0 606 !isoisochrons north of Cimmerian terranes +607 250.0 32.96 91.81 101.37 769 !MAW-WAR Mawgyi (Central Argoland)-West Argoland Gibbons et al. (2012) +607 550.0 32.96 91.81 101.37 769 !MAW-WAR +612 250.0 0.0 0.0 0.0 602 !NCS-SCH Northside South China Sea-South China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +612 410.0 0.0 0.0 0.0 602 !NCS-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +613 250.0 7.9 85.7 11.1 612 !SCS-NCS Southside South China Sea (Dangerous Grounds and Reed Bank)-Northside South China Sea @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +613 600.0 7.9 85.7 11.1 612 !SCS-NSC Briais et al. 1993 - relative age @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +614 250.0 0.95 -73.68 77.79 647 !KLM-MLP Kalimantan (Borneo core)-Malay Peninsula (Sibumasu) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +614 600.0 0.95 -73.68 77.79 647 !KLM-ICH Zahirovic et al. 2014 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +61404 250.0 0.0 0.0 0.0 613 !LUC-SCS Luconia-Southside South China Sea +61404 410.0 0.0 0.0 0.0 613 !LUC-SCS +61405 250.0 3.55 -66.27 86.78 736 !EKLM-EJAV Easternmost Kalimantan-East Java @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +61405 600.0 3.55 -66.27 86.78 736 !EKLM-EJAV +615 250.0 0.0 0.0 0.0 801 !PNG-AUS Papua New Guinea-Australia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +615 600.0 0.0 0.0 0.0 801 !PNG-AUS @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +61501 250.0 4.77 -45.83 16.51 615 !BH1-PNG Bird's Head Plate 1 - Papua New Guinea Heine et al. (2012) +61501 600.0 4.77 -45.83 16.51 615 !BH1-PNG +61502 250.0 1.73 -44.3 -19.12 61501 !BH2-BH1 Bird's Head Plate 2 - Bird's Head Plate 1 +61502 600.0 1.73 -44.3 -19.12 61501 !BH2-BH1 +616 250.0 21.32 84.4 10.39 506 !EQIA-AFF East Qiangtang (North Qiangtang/North Tibet)-Farah (Afghanistan) +616 275.0 49.02 16.71 -5.53 506 !EQIA-AFF @xo_ys +616 275.0 -9.88 1.35 -48.82 801 !EQIA-AUS East Qiangtang (North Qiangtang/North Tibet)-Australia +616 410.0 -9.88 1.35 -48.82 801 !EQIA-AUS +61601 250.0 0.0 0.0 0.0 616 !WQIA-EQIA West Qiangtang (South Qiangtang)-East Qiangtang +61601 600.0 0.0 0.0 0.0 616 !WQIA-EQIA +61602 250.0 0.0 0.0 0.0 606 !AMD-LHA Amdo-Lhasa +61602 600.0 0.0 0.0 0.0 606 !AMD-LHA +619 250.0 11.79 30.53 -2.59 301 !SIK-EUR Sikhote Alin-Eurasia Otsuki & Ehiro 1978 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +619 600.0 11.79 30.53 -2.59 301 !SIK-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +621 250.0 0.0 0.0 0.0 619 !CSA-SIK Central Sikhote Alin sliver-Sikhote @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +621 600.0 0.0 0.0 0.0 619 !CSA-SIK @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +622 250.0 0.0 0.0 0.0 301 !NSA-EUR North Sikhote Alin sliver-Northern European Craton (Eurasia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +622 600.0 0.0 0.0 0.0 301 !NSA-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +623 250.0 0.0 0.0 0.0 301 !NMS-EUR Northernmost Sikhote Alin Sliver-Northern European Craton (Eurasia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +623 600.0 0.0 0.0 0.0 301 !NMS-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +624 250.0 0.0 0.0 0.0 301 !SAK-EUR Sakhalin-Eurasia * Rotations deleted GS12 +624 600.0 0.0 0.0 0.0 301 !SAK-EUR +625 250.0 -4.5 -149.96 -2.45 301 !CHK-EUR Central Hokkaido-Northern European Craton (Eurasia) Otsuki & Ehiro 1979 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +625 600.0 -4.5 -149.96 -2.45 301 !CHK-EUR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +626 250.0 0.0 0.0 0.0 625 !WHK-CHK Western Hokkaido-Central Hokkaido @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +626 600.0 0.0 0.0 0.0 625 !WHK-CHK @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +627 250.0 0.0 0.0 0.0 625 !NEH-CHK Northeast Honshu-Central Hokkaido @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +627 600.0 0.0 0.0 0.0 625 !NEH-CHK @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +628 250.0 -13.71 -113.4 -4.06 601 !CHN-NCH Central Honshu-North China Platform Otsuki & Ehiro 1979 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +628 600.0 -13.71 -113.4 -4.06 601 !CHN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +629 250.0 -15.4 -113.43 -3.15 601 !KAN-NCH Kanto Region-North China Platform Otsuki & Ehiro 1979 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +629 600.0 -15.4 -113.43 -3.15 601 !KAN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +630 250.0 -13.71 -113.4 -3.62 601 !NSH-NCH North Southwest Honshu/Kyushu-North China Platform Otsuki & Ehiro 1979 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +630 600.0 -13.71 -113.4 -3.62 601 !NSH-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +631 250.0 -15.4 -113.43 -3.15 601 !SSH-NCH South Southwest Honshu/Kyushu-North China Platform Otsuki & Ehiro 1979 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +631 600.0 -15.4 -113.43 -3.15 601 !SSH-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +641 250.0 0.0 0.0 0.0 601 !SOJ-NCH Sea of Japan-North China Platform @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +641 600.0 0.0 0.0 0.0 601 !SOJ-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +647 250.0 27.44 81.16 77.27 606 !MLP-LHA interpolated from Muller et al. 2008, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +647 275.0 27.44 81.16 77.27 606 !MLP-LHA Malay Peninsula-Lhasa +647 600.0 27.44 81.16 77.27 606 !MLP-LHA Malay Peninsula-Lhasa +64701 250.0 0.0 0.0 0.0 647 !MLP2-MLP East Malay Peninsula (east of Bentong-Raub Suture)-Malay Peninsula +64701 410.0 0.0 0.0 0.0 647 !MLP2-MLP +657 250.0 4.74 -75.27 78.83 673 !WJAV-SUM West Java-Sumatra, Zahirovic et al. 2014 +657 600.0 4.74 -75.27 78.83 673 !WJAV-SUM +662 250.0 50.0 155.0 -7.5 641 !EJS-WJS Muller et al. 2008 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +662 258.0 50.0 155.0 -7.5 641 !EJS-WJS Muller et al. 2008 @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +666 250.0 7.99 103.4 72.46 602 !ISEM-BOR Intermediate rotation for Semitau, @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +666 410.0 7.99 103.4 72.46 602 !ISEM-BOR +667 250.0 64.92 62.71 9.3 615 !ESW-PNG Northeast Sulawesi-Papua New Guinea +667 410.0 64.92 62.71 9.3 615 !ESW-PNG +668 250.0 2.06 120.93 -21.2 61405 !WSW-EKLM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +668 600.0 2.06 120.93 -21.2 61405 !WSW-EKLM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +670 250.0 83.37 -103.19 9.33 61502 !SLA-BH2 Sula/Banggai-Bird's Head Plate 2 Lee & Lawver 1995 +670 600.0 83.37 -103.19 9.33 61502 !SLA-BH2 +673 250.0 0.0 0.0 0.0 647 !SUM-MLP North Sumatra-Malay Peninsula +673 600.0 0.0 0.0 0.0 647 !SUM-MLP +67301 250.0 0.0 0.0 0.0 673 !NWSUM1-SUM Northwest Sumatra1-Sumatra +67301 410.0 0.0 0.0 0.0 673 !NWSUM1-SUM +67302 250.0 0.0 0.0 0.0 673 !NWSUM2-SUM Northwest Sumatra2-Sumatra +67302 410.0 0.0 0.0 0.0 673 !NWSUM2-SUM +67350 250.0 0.0 0.0 0.0 673 !WOY-SUM +67350 600.0 0.0 0.0 0.0 673 !WOY-SUM +67351 250.0 -7.18 148.5 2.67 67350 !BAR-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67351 600.0 -7.18 148.5 2.67 67350 !BAR-WOY @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +67352 250.0 0.0 0.0 0.0 67350 !WOY-SUM +67352 600.0 0.0 0.0 0.0 67350 !WOY-SUM +675 250.0 7.48 -55.32 -36.48 801 !SMB-AUS Sumba-Australia @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +675 600.0 7.48 -55.32 -36.48 801 !SMB-AUS +681 250.0 0.0 0.0 0.0 61501 !SER-BH1 Seram-Bird's Head Plate 1 after Hall 2002 +681 600.0 0.0 0.0 0.0 61501 !SER-BH1 +684 250.0 -38.89 61.58 -0.85 801 !TIM-AUS Timor-Australia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +684 600.0 -38.89 61.58 -0.85 801 !TIM-AUS @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +698 250.0 0.0 0.0 0.0 801 !CNG-AUS Central New Guinea (Sepik)-Australia +698 600.0 0.0 0.0 0.0 801 !CNG-AUS +701 250.0 -2.78 150.08 45.34 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 260.0 -3.81 148.98 45.87 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 270.0 7.4 -35.85 -51.9 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 280.0 -7.21 143.43 58.41 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 290.0 -14.93 137.7 60.97 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 300.0 20.57 -47.73 -64.52 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 310.0 19.53 -53.66 -67.86 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 320.0 11.5 -60.73 -74.46 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 330.0 7.86 -66.19 -73.18 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 340.0 13.52 -74.58 -76.26 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 350.0 1.55 -69.58 -72.48 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 360.0 8.81 115.68 77.64 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 370.0 18.89 126.95 89.51 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 380.0 15.33 120.65 88.91 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 390.0 -15.29 -62.94 -81.53 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 400.0 -14.06 -67.19 -72.25 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 410.0 -9.35 -75.71 -64.06 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +701 420.0 5.99 -92.66 -67.78 070 !AFR-LGS Africa-Longitudinal shift, PMAG reference frame @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +702 250.0 -10.65 -26.45 -42.17 802 !MAD-ANT Madagascar-Antarctica Muller et al. 2008 +702 600.0 -10.65 -26.45 -42.17 802 !MAD-ANT Muller et al. 2008 @xo_ys +704 250.0 17.76 24.48 -13.75 702 !SEY-MAD Seychelles-Madagascar Gibbons 2012 (based on Yatheesh et al., 2006) @absage, model dependent +704 410.0 17.76 24.48 -13.75 702 !SEY-MAD +706 250.0 0.0 0.0 0.0 714 !ORA-NWA Oran Meseta-Northwest Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +706 600.0 0.0 0.0 0.0 714 !ORA-NWA @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +707 250.0 33.14 -1.08 15.2 3203 !GKAB1-IBZ Grande Kabylie1-Ibiza Schettino and Turco, 2006 +707 600.0 33.14 -1.08 15.2 3203 !GKAB1-IBZ +708 250.0 40.74 5.07 34.63 3062 !PKAB-SSR Petite Kabylie-South Sardinia Schettino and Turco, 2011 +708 600.0 40.74 5.07 34.63 3062 !PKAB-SSAR +70822 250.0 33.14 -1.08 15.2 3203 !GKAB2-IBZ Grande Kabylie2-Ibiza Schettino and Turco, 2006 +70822 600.0 33.14 -1.08 15.2 3203 !GKAB2-IBZ +70833 250.0 33.14 -1.08 13.2 3203 !GKAB3-IBZ Grande Kabylie3-Ibiza Schettino and Turco, 2006 +70833 600.0 33.14 -1.08 13.2 3203 !GKAB3-IBZ +70844 250.0 33.14 -1.08 15.5 3202 !GKAB4-MAL Grande Kabylie4-Mallorca Schettino and Turco, 2006 +70844 600.0 33.14 -1.08 15.5 3202 !GKAB4-MAL +709 250.0 -48.85 17.57 1.01 701 !SOM-AFR @REF Iaffaldano_++_2014 @DOI"10.1002/2013GC005089" +709 600.0 -48.85 17.57 1.01 701 !SOM-AFR +710 250.0 19.0 42.0 -7.7 701 ! DAN-AFR, Eagles et al 2002 +710 600.0 19.0 42.0 -7.7 701 ! DAN-AFR, Eagles et al 2002 +712 250.0 0.0 0.0 0.0 701 !LVB-AFR Lake Victoria Block-Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +712 1100.0 0.0 0.0 0.0 701 !LVB-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +713 250.0 0.0 0.0 0.0 701 !NMZ-AFR North Mozambique-Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +713 600.0 0.0 0.0 0.0 701 !NMZ-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +714 250.0 25.21 5.47 2.87 715 !NWA-NEA Northwest Africa-Northeast Africa +714 300.0 25.21 5.47 2.87 715 !NWA-NEA CHHEI2012 @absage +714 600.0 25.21 5.47 2.87 715 !NWA-NEA CHHEI2012 +715 250.0 4.0 34.0 1.61 701 !NEA-AFR Northeast Africa-Africa CHHEI2011 +715 600.0 4.0 34.0 1.61 701 !NEA-AFR CHHEI2011 +716 250.0 25.21 5.47 -0.89 714 !ILL-NWA Illumemden platelet-Northwest Africa +716 600.0 25.21 5.47 -0.89 714 !ILL-NWA +718 250.0 0.0 0.0 0.0 706 !TEL-MOR Tellian(Atlas)-Morocco +718 300.0 0.0 0.0 0.0 706 !TEL-MOR @absage +718 600.0 0.0 0.0 0.0 706 !TEL-MOR +720 250.0 0.0 0.0 0.0 304 !ALB-IBR Alboran-Iberia +720 600.0 0.0 0.0 0.0 304 !ALB-IBR +721 250.0 0.0 0.0 0.0 706 !RIF-ORA Rif-Oran Meseta +721 300.0 0.0 0.0 0.0 706 !RIF-ORA @absage +721 600.0 0.0 0.0 0.0 706 !RIF-ORA +723 250.0 0.0 0.0 0.0 701 !BNE-AFR Benue-Africa @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +723 300.0 0.0 0.0 0.0 701 !BNE-AFR @absage @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +723 600.0 0.0 0.0 0.0 701 !BNE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +7250 250.0 19.55 63.4 -16.37 603 !WBU-SBM West Burma-Sino Burma Malaya +7250 600.0 19.55 63.4 -16.37 603 !WBU-SBM +726 250.0 13.72 12.01 3.51 715 !BGR-NEA Bongor Microplate-Northeast Africa +726 600.0 13.72 12.01 3.51 715 !BGR-NEA +735 250.0 6.1764 109.78 70.8589 613 !SEM-SCS +735 600.0 6.1764 109.78 70.8589 613 !SEM-SCS +736 250.0 34.53 10.52 49.56 780 !EJAV-NPMOL East Java-North Proto Molucca Plate @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +736 600.0 34.53 10.52 49.56 780 !EJAV-NPMOL +740 250.0 0.0 0.0 0.0 498 !JUN4-JUN1 Junction Plate 4 - Junction Plate 1 +740 600.0 0.0 0.0 0.0 498 !JUN4-JUN1 +762 250.0 9.05 179.53 -59.81 501 !WAL-IND Wallaby/W.Cuvier-India Craton Ana_Gibbons_phd_2011 +762 600.0 9.05 179.53 -59.81 501 !WAL-IND Ana_Gibbons_phd_2011 +763 250.0 7.83 178.6 -58.4 501 !ZEN-IND Zenith Plateau-India Craton, Ana_Gibbons_phd_2011 +763 600.0 7.83 178.6 -58.4 501 !ZEN-IND +765 250.0 8.79 178.68 -59.76 501 !WWQ-IND West Wallaby/Quokka Rise-India Craton Ana_Gibbons_phd_2011 +765 600.0 8.79 178.68 -59.76 501 !WWQ-IND +769 250.0 24.26 83.11 -87.18 770 !WAR-EAR West Argoland-Eastern Argoland Gibbons et al. (2013) @absage +769 410.0 24.26 83.11 -87.18 770 !WAR-EAR +770 250.0 4.51 116.05 101.4 801 !EAR-AUS Eastern Argoland-Australia Gibbons et al. (2013) +770 600.0 4.51 116.05 101.4 801 !EAR-AUS Gibbons et al. (2013) +7701 250.0 0.0 0.0 0.0 715 !TUN-AFR Tunisia-Africa Schettino and Turco, 2011 +7701 600.0 0.0 0.0 0.0 715 !TUN-AFR MH 28012014 Changed to have No motion before 230Ma +774 250.0 -52.11 3.53 -14.54 801 !PER-AUS West Perth Block/Gulden Draak and Batavia Knolls-Australia, Ana Gibbons phd 2011 +774 600.0 -52.11 3.53 -14.54 801 !PER-AUS Ana Gibbons phd 2011 +780 250.0 7.96 45.59 -31.63 698 !NPMOL-SEP North Proto Molucca Isochrons-Sepik @REF Zahirovic_++_2014 @DOI"10.5194/se-5-227-2014" +780 600.0 7.96 45.59 -31.63 698 !NPMOL-SEP +786 250.0 0.0 0.0 0.0 498 !JUN3-JUN1 Junction Plate 3 - Junction Plate 1 +786 600.0 0.0 0.0 0.0 498 !JUN3-JUN1 +801 250.0 -3.91 37.9 -30.86 802 !AUS-ANT Australia-Antarctica Fit Williams et al. 2011 +801 551.0 -3.91 37.9 -30.86 802 !AUS-ANT Williams et al. 2011 +802 250.0 7.8 146.0 -56.8 701 !ANT-AFR Antarctica-Africa fit Eagles & KÃ??Ã?¶nig 2008 +802 360.0 7.8 146.0 -56.8 701 !ANT-AFR Gondwana fit Eagles & KÃ??Ã?¶nig 2008 @absage +802 550.0 7.8 146.0 -56.8 701 !ANT-AFR Gondwana fit Eagles & KÃ??Ã?¶nig 2008 +804 250.0 -78.76 -46.5 7.72 802 !MBL-ANT Marie Byrd Land-East Antarctica SW 2013 +804 600.0 -78.76 -46.5 7.72 802 !MBL-ANT +806 250.0 0.0 0.0 0.0 868 !NNZ-CLP North New Zealand-Challenger Plateau +806 600.0 0.0 0.0 0.0 868 !NNZ-CLP +807 250.0 0.0 0.0 0.0 879 !SNZ-CHA South New Zealand-Chatham Rise +807 600.0 0.0 0.0 0.0 879 !SNZ-CHA +813 250.0 63.6 -58.1 58.8 804 !CBP-MBL Campbell Plateau-Marie Byrd Land Eagles et al. 2004 +813 540.0 63.6 -58.1 58.8 804 !CBP-MBL Eagles et al. 2004 +833 250.0 3.27 -42.59 18.34 801 !LHR-AUS Lord Howe Rise-Australia Gaina et al. (1998) +833 600.0 3.27 -42.59 18.34 801 !LHR-AUS +836 250.0 2.89 -43.55 11.42 801 !LP-AUS Louisiade Plateau-Australia Gaina et al. 1999 +836 600.0 2.89 -43.55 11.42 801 !LP-AUS +850 250.0 -1.04 55.95 0.32 801 !TAS-AUS Tasmania-Australia from EarthByte2014 +850 750.0 -1.04 55.95 0.32 801 !TAS-AUS +851 250.0 11.85 34.55 -24.94 802 !WSTR-ANT Western South Tasman Rise-East Antarctica JW&SW 2011 +851 600.0 11.85 34.55 -24.94 802 !WSTR-ANT +852 250.0 -2.67 -142.6 26.53 802 !ESTR-ANT Eastern South Tasman Rise-East Antarctica +852 600.0 -2.67 -142.6 26.53 802 !ESTR-ANT +866 250.0 27.2 92.2 -4.14 801 !CS-AUS Chesterfield Plateau-Australia Gaina et al. 1998 +866 600.0 27.2 92.2 -4.14 801 !CS-AUS Gaina et al. 1998 +867 250.0 -2.66 64.32 -27.89 802 !GSM-ANT Gilbert Seamount Complex-Antarctica Gaina et al. 1998 @absage +867 600.0 -2.66 64.32 -27.89 802 !GSM-ANT +868 250.0 65.04 108.97 -1.39 833 !CLP-LHR Challenger Plateau-Lord Howe Rise CG 13/8/96 +868 600.0 65.04 108.97 -1.39 833 !CLP-LHR CG 13/8/96 +869 250.0 -0.75 134.44 -11.73 801 !NLHR-AUS Northern Lord Howe Rise-Australia Gaina et al. 1998 +869 600.0 -0.75 134.44 -11.73 801 !NLHR-AUS Gaina et al. 1998 +878 250.0 -2.89 136.45 -10.14 801 !PP-AUS Papuan Plateau-Australia Gaina et al. 1998 +878 600.0 -2.89 136.45 -10.14 801 !PP-AUS Gaina et al. 1998 +879 250.0 -47.5 166.0 -6.25 813 !CHA-CBP Chatham Rise-Campbell Plateau +879 600.0 -47.5 166.0 -6.25 813 !CHA-CBP +883 250.0 -9.43 135.58 -10.36 801 !NDR-AUS North Dampier Ridge-Australia Gaina et al. 1998 +883 600.0 -9.43 135.58 -10.36 801 !NDR-AUS Gaina et al. 1998 +884 250.0 -9.51 135.94 -10.91 801 !M1DR-AUS Middle 1 Dampier Ridge-Australia Gaina et al. 1998 +884 600.0 -9.51 135.94 -10.91 801 !M1DR-AUS Gaina et al. 1998 +885 250.0 -8.38 135.87 -11.48 801 !M2DR-AUS Middle 2 Dampier Ridge-Australia Gaina et al. 1998 +885 600.0 -8.38 135.87 -11.48 801 !M2DR-AUS Gaina et al. 1998 +886 250.0 2.27 131.96 -10.91 801 !SDR-AUS South Dampier Ridge-Australia Gaina et al. 1998 +886 600.0 2.27 131.96 -10.91 801 !SDR-AUS Gaina et al. 1998 +887 250.0 81.73 -40.96 -2.59 801 !ETP-AUS East Tasman Plateau-Australia Gaina et al. 1998 +887 600.0 81.73 -40.96 -2.59 801 !ETP-AUS Gaina et al. 1998 +888 250.0 -6.85 137.27 -12.21 801 !EPP-AUS Eastern Papuan Plateau-Australia Gaina et al. 1998 +888 600.0 -6.85 137.27 -12.21 801 !EP-AUS Gaina et al. 1998 +889 250.0 50.56 8.59 -1.66 890 !MR-KP Mellish Rise-Kenn Plateau Gaina et al. 1998 +889 600.0 50.56 8.59 -1.66 890 !MR-KP Gaina et al. 1998 +890 250.0 -9.98 134.33 -6.15 801 !KP-AUS Kenn Plateau-Australia Gaina et al. 1998 +890 600.0 -9.98 134.33 -6.15 801 !KP-AUS Gaina et al. 1998 +902 250.0 -45.8355 -106.6709 160.0959 9000 !FAR-PTJ Farallon Plate (Panthalassa Plate 2)-Panthalassa Triple Junction @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 260.0 -41.9466 -103.988 165.2169 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 270.0 -38.8248 -102.0922 169.3719 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 290.0 -32.5519 -98.7796 177.7874 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 310.0 -26.2324 -95.9141 186.2314 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 320.0 -23.0348 -94.5912 190.4265 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 330.0 -18.9927 -93.0136 195.6161 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 340.0 -14.4712 -91.3416 201.2211 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 350.0 -9.0102 -89.4184 207.6557 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 360.0 -2.9452 -87.3442 214.2714 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 370.0 4.251 -84.9155 221.3168 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 390.0 11.7531 -82.3307 227.6617 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 410.0 19.5916 -79.4552 233.1604 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902 420.0 45.8355 73.3291 -160.0959 9000 !FAR-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9021 250.0 34.49 102.76 -221.66 16111 !FTALX-ALX Farallon trapped crust in Alexander Plate (isochron rotations)-Alexander Terrane SZ & KJM 2015, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9021 270.0 36.4698 103.374 -221.6125 16111 !FTALX-ALX Farallon trapped crust in Alexander Plate (isochron rotations)-Alexander Terrane SZ & KJM 2015, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_of @DOI"10.1016/j.gsf.2014.01.002" +9021 270.0 0.0 0.0 0.0 902 !FTALX-FAR Farallon trapped crust in Alexander Plate (isochron rotations)-Farallon, SZ & KJM 2015, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9021 345.0 0.0 0.0 0.0 902 !FTALX-FAR Farallon trapped crust in Alexander Plate (isochron rotations)-Farallon, SZ & KJM 2015, @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +919 250.0 -43.739 -16.9255 -194.4709 9000 !PHX-PTJ Phoenix Plate (Panthalassa Plate 1)-Panthalassa Triple Junction @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" modified by @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +919 260.0 48.6575 162.4654 196.5239 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 270.0 52.6127 161.8852 198.073 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 290.0 60.549 160.3261 200.9159 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 310.0 68.5323 157.7123 203.3508 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 320.0 72.5251 155.5532 204.4075 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 330.0 77.4752 150.9864 205.5505 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 340.0 82.731 138.9336 206.5906 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 350.0 -86.641 -107.3889 -207.4899 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 360.0 -81.8635 -169.5123 -208.0692 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 370.0 -73.9849 178.0773 -208.1954 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 390.0 -65.8699 173.8082 -207.7734 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 410.0 -57.7169 171.6113 -206.7922 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +919 420.0 -43.739 -16.9255 -194.4709 9000 !PHX-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 250.0 7.1345 -69.4227 111.7509 9000 !IZA-PTJ Izanagi Plate (Panthalassa Plate 3)-Panthalassa Triple Junction stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 260.0 3.7839 -67.8132 119.5344 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 270.0 1.2855 -66.6306 125.8984 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 290.0 -3.3156 -64.4552 138.9117 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 310.0 -7.5332 -62.4395 152.1997 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 320.0 -9.5423 -61.4636 158.9141 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 330.0 -11.9908 -60.259 167.3409 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 340.0 -14.6325 -58.933 176.6563 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 350.0 -17.728 -57.3259 187.6612 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 360.0 -21.0911 -55.5051 199.4821 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 370.0 -25.0648 -53.2387 212.8886 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 390.0 -29.2829 -50.6421 226.0861 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 410.0 -33.8682 -47.5089 238.9619 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +926 420.0 7.1345 -69.4227 111.7509 9000 !IZA-PTJ stages preserved from @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +950 250.0 0.0 0.0 0.0 813 !WCPB-CPB Western Campbell Plateau-Campbell Plateau +950 450.0 0.0 0.0 0.0 813 !WCPB-CPB @absage +951 250.0 0.0 0.0 0.0 201 !SAMT1-SAM South America Terrane 1-South America +951 450.0 0.0 0.0 0.0 201 !SAMT1-SAM @absage +952 250.0 0.0 0.0 0.0 201 !SAMT2-SAM South America Terrane 2-South America +952 450.0 0.0 0.0 0.0 201 !SAMT2-SAM @absage +953 250.0 0.0 0.0 0.0 201 !SAMT3-SAM South America Terrane 3-South America +953 450.0 0.0 0.0 0.0 201 !SAMT3-SAM @absage +954 250.0 0.0 0.0 0.0 201 !SAMT4-SAM South America Terrane 4-South America +954 450.0 0.0 0.0 0.0 201 !SAMT4-SAM @absage +955 250.0 0.0 0.0 0.0 201 !SAMT5-SAM South America Terrane 5-South America +955 450.0 0.0 0.0 0.0 201 !SAMT5-SAM @absage +1001 0.0 0.0 0.0 0.0 1002 !PKT1-PKT2 Proto-Kazakhstania terrane 1-Proto Kazakhstania terrane 2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1001 250.0 0.0 0.0 0.0 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1001 310.0 17.09 4.16 -25.7 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 320.0 19.66 0.97 -60.14 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 330.0 20.4 -1.06 -93.69 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 340.0 21.01 -0.87 -131.25 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 350.0 20.61 -1.45 -147.39 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 360.0 20.92 -1.65 -177.35 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 370.0 20.89 -1.67 -178.14 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 380.0 20.48 -1.67 -166.12 1002 !PKT1-PKT2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +1001 380.0 35.33 30.86 -171.75 401 !PKT1-SIB Proto-Kazakhstania terrane 1-Siberia cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 390.0 36.32 29.09 -173.93 401 !PKT1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 400.0 37.1 28.04 -174.5 401 !PKT1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1001 410.0 38.21 26.44 -175.51 401 !PKT1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 0.0 0.0 0.0 0.0 401 !PKT2-SIB Proto-Kazakhstania terrane 2-Siberia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1002 250.0 0.0 0.0 0.0 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1002 310.0 27.92 -117.61 57.05 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 320.0 40.47 -114.27 59.77 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 330.0 48.53 -116.77 66.27 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 340.0 67.48 -101.96 83.2 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 350.0 60.48 -108.17 77.01 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 360.0 63.76 -103.12 72.73 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 370.0 -53.5 66.84 -66.75 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 380.0 -42.95 62.74 -64.23 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 390.0 -40.07 61.18 -62.99 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 400.0 -39.65 60.27 -62.61 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +1002 420.0 -39.65 60.27 -62.61 401 !PKT2-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 250.0 44.27 121.05 7.62 601 !SQT-NCH South Qinling terrane-North China Platform @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 310.0 44.27 121.05 7.62 601 !SQT-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 320.0 36.48 114.97 37.89 601 !SQT-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 330.0 40.49 116.66 62.93 601 !SQT-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 340.0 36.5 120.25 126.31 601 !SQT-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" @xo_ys +1003 340.0 -21.71 -2.43 18.47 602 !SQT-SCH South Qinling terrane-South China Platform @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 410.0 -21.71 -2.43 18.47 602 !SQT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +1003 420.0 -21.71 -2.43 18.47 602 !SQT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6002 250.0 0.0 0.0 0.0 701 !LGT-AFR Laurussia-Gondwana transform-Africa (Gondwana) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6002 320.0 -9.29 -63.41 79.86 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 330.0 -12.75 -61.59 81.45 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 340.0 -12.26 -62.4 80.98 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 350.0 -14.34 -60.29 81.74 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 360.0 13.88 119.36 -79.8 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 370.0 18.88 126.75 -89.49 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6002 420.0 18.88 126.75 -89.49 701 !LGT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6004 250.0 0.0 0.0 0.0 9012 !TPT1-TKN Turkestan-Paleotethys transform 1-Turkestan Plate @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6004 375.0 8.4 31.5 -9.77 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6004 380.0 -9.42 40.34 -2.17 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6004 390.0 15.88 -126.56 1.95 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6004 400.0 33.45 53.2 -1.01 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6004 410.0 1.8 67.65 0.32 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6004 420.0 1.8 67.65 0.32 9012 !TPT1-TKN @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 250.0 0.0 0.0 0.0 601 !TPT2-NCH Turkestan-Paleotethys transform 2-North China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6005 370.0 67.71 49.95 56.72 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 380.0 68.17 44.15 64.5 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 390.0 69.05 41.08 69.66 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 400.0 70.64 39.01 72.45 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 410.0 70.12 37.65 78.21 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6005 420.0 70.12 37.65 78.21 601 !TPT2-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6006 250.0 0.0 0.0 0.0 401 !AKT-SIB Altai Sayan-Kazakhstania transform_Siberia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6006 280.0 13.85 -125.58 81.34 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 290.0 13.18 -125.94 81.61 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 300.0 13.82 -125.7 81.58 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 310.0 10.75 -127.23 87.35 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 320.0 10.6 -127.27 87.46 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 330.0 15.06 -126.8 89.49 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 340.0 25.7 -120.34 89.38 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 350.0 22.65 -121.64 90.05 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 360.0 23.69 -122.48 82.9 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 370.0 -20.45 55.79 -83.73 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 380.0 -17.75 55.52 -81.75 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 390.0 -14.1 54.35 -81.61 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 400.0 -14.29 54.44 -81.49 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 410.0 -13.91 54.45 -81.43 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6006 420.0 -14.61 54.78 -81.14 401 !AKT-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 250.0 0.0 0.0 0.0 604 !GAT-ICH Gondwana-Annamia transform-Indochina (Annamia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6007 265.0 -5.64 -56.5 82.23 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 267.0 -4.32 -54.04 86.99 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 270.0 -5.23 -55.04 84.78 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 275.0 -6.66 -57.89 85.12 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 280.0 7.81 121.88 -85.6 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 290.0 8.64 120.89 -87.06 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 300.0 9.44 120.82 -87.71 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 310.0 8.84 121.15 -87.2 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 320.0 7.93 121.26 -88.12 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 330.0 7.83 121.38 -87.99 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 340.0 7.83 121.5 -87.3 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 350.0 8.42 121.23 -87.21 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 360.0 8.15 121.37 -87.21 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 370.0 7.46 121.75 -86.25 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6007 420.0 7.46 121.75 -86.25 604 !GAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6008 260.0 -25.91 52.08 39.62 602 !SCAT-SCH S.China-Annamia transform-South China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 270.0 -50.33 60.99 41.96 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 275.0 -29.77 70.16 45.13 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 280.0 -62.39 69.77 46.94 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 290.0 -69.88 48.51 44.48 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 300.0 -69.05 44.86 37.27 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 310.0 -69.47 51.25 33.42 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 320.0 -73.81 39.35 30.63 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 330.0 -75.7 35.52 27.59 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 340.0 -75.52 33.88 27.38 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 350.0 -77.13 23.67 26.07 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 360.0 -79.08 3.29 24.26 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 370.0 82.45 144.15 -18.44 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 380.0 66.02 155.59 -17.23 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6008 420.0 66.02 155.59 -17.23 602 !SCAT-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 250.0 22.48 -92.85 99.12 604 !NCAT-ICH N.China-Annamia transform-Indochina (Annamia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 260.0 19.91 -94.08 100.9 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 270.0 19.94 -94.88 100.64 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 275.0 18.45 -95.63 101.59 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 280.0 16.55 -93.93 98.09 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 290.0 15.01 -94.89 99.22 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 300.0 13.99 -95.28 100.24 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 310.0 12.3 -97.55 93.35 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 320.0 8.75 -99.82 87.11 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 330.0 12.67 -98.23 86.18 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 340.0 14.01 -97.84 87.49 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 350.0 6.67 -93.98 81.1 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 360.0 9.18 -92.51 83.34 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 370.0 12.4 -91.33 83.67 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 380.0 -13.5 91.18 -80.96 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 390.0 -16.58 94.43 -74.77 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 400.0 -24.79 98.8 -61.31 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 410.0 -28.44 103.51 -51.89 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6009 420.0 -28.44 103.51 -51.89 604 !NCAT-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6010 250.0 0.0 0.0 0.0 101 !LST-NAM Laurussia-Siberia transform-North America (Laurussia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6010 340.0 4.83 34.4 -76.18 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 350.0 -11.99 14.49 -101.31 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 360.0 15.05 -171.67 100.38 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 370.0 18.28 -174.39 100.39 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 380.0 18.27 -174.45 98.91 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 390.0 17.43 -176.4 98.14 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 400.0 15.7 -176.33 97.22 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 410.0 21.13 -177.98 93.81 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6010 420.0 21.13 -177.98 93.81 101 !LST-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 250.0 0.0 0.0 0.0 701 !KPT-AFR Kazakhstania-Paleotethys transform-Africa (Pangea) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +6012 275.0 19.4 -53.76 67.71 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 280.0 -19.53 126.4 -67.76 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 290.0 -19.71 126.48 -67.85 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 300.0 19.45 -53.7 67.99 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 310.0 19.54 -53.66 67.78 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +6012 420.0 19.54 -53.66 67.78 701 !KPT-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9000 250.0 21.74 -69.5 112.41 004 !PTJ-TPW Panthalassa triple junction-True Polar Wander correction @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 260.0 21.76 -70.87 115.62 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 270.0 22.19 -72.97 109.72 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 280.0 22.89 -74.54 104.0 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 290.0 -19.7 98.6 -99.84 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 300.0 -15.88 93.91 -97.89 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 310.0 -13.18 93.33 -89.06 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 320.0 -11.07 97.85 -73.1 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 330.0 -6.45 96.71 -73.35 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 340.0 4.71 89.02 -69.12 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 350.0 7.06 90.81 -67.35 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 360.0 -4.5 86.93 -64.94 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 370.0 -14.84 83.16 -66.64 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 380.0 -9.84 78.89 -63.89 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 390.0 -5.37 77.23 -65.67 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 400.0 -6.78 79.81 -68.77 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 410.0 -5.84 78.81 -63.36 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9000 420.0 22.89 -74.54 104.0 004 !PTJ-TPW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9004 250.0 0.0 0.0 0.0 701 !RHES-AFR Rheic Plate South-AFR (Gondwana) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9004 360.0 -2.47 93.36 -87.51 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 370.0 10.5 105.4 -91.01 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 380.0 6.93 101.53 -92.62 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 390.0 -4.62 -78.77 87.91 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 400.0 -2.37 -79.64 81.12 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 410.0 2.95 -84.07 71.86 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9004 420.0 6.03 -92.58 67.68 701 !RHES-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 250.0 0.0 0.0 0.0 9004 !RHEN-RHES Rheic Plate North-Rheic Plate South @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9005 360.0 -65.89 162.62 44.75 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 370.0 -66.54 158.09 40.95 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 380.0 -67.01 152.38 37.21 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 390.0 -67.68 145.66 32.9 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 400.0 67.22 -49.03 -24.35 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 410.0 61.78 -80.37 -18.39 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9005 420.0 61.78 -80.37 -18.39 9004 !RHEN-RHES @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 250.0 0.0 0.0 0.0 701 !PTE-AFR Paleotethys Plate East-Africa (Pangea/Gondwana) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9006 275.0 -4.2 -50.67 172.7 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 280.0 4.37 128.78 -168.08 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 290.0 4.37 127.34 -158.04 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 300.0 -4.7 -53.66 151.12 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 310.0 -4.9 -54.76 144.41 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 320.0 -5.09 -56.35 137.6 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 330.0 -5.52 -57.85 129.42 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 340.0 -5.93 -59.25 120.75 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 350.0 -8.1 -60.69 112.54 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 360.0 10.29 118.12 -104.94 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 370.0 12.59 117.15 -98.11 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 380.0 11.46 114.86 -93.96 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 390.0 -11.95 -66.53 84.55 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 400.0 -11.8 -69.12 73.78 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 410.0 -9.39 -75.75 63.94 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9006 420.0 -9.39 -75.75 63.94 701 !PTE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 0.0 0.0 0.0 0.0 701 !PTW-AFR Paleotethys Plate West-Africa (Gondwana) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9007 250.0 -2.87 150.08 -45.34 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 340.0 -7.49 -60.5 84.05 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 350.0 -13.35 -59.02 83.02 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 360.0 16.96 122.68 -83.66 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 370.0 18.89 126.94 -89.51 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9007 420.0 18.89 126.94 -89.51 701 !PTW-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 250.0 0.0 0.0 0.0 701 !PTSE-AFR Paleotethys Plate Southeast-Africa (Pangea) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9008 265.0 -35.04 136.99 -87.87 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 270.0 34.25 -44.23 79.39 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 275.0 33.35 -47.56 72.74 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 280.0 -29.66 131.99 -70.41 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 290.0 -25.02 131.82 -67.41 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 300.0 20.57 -47.78 64.46 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9008 420.0 20.57 -47.78 64.46 701 !PTSE-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 250.0 26.37 -119.56 69.94 401 !MOK1-SIB Mongol-Okhotsk Plate 1-Siberia @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9009 260.0 25.29 -120.15 70.73 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 270.0 24.16 -120.75 71.09 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 280.0 23.11 -121.5 71.56 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 290.0 21.57 -121.89 72.48 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 300.0 17.71 -123.11 73.83 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 310.0 16.72 -123.72 73.93 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 320.0 14.53 -123.84 74.78 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 330.0 -10.44 54.5 -77.78 401 !MOK1-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +9009 330.0 -43.01 56.61 -56.21 430 !MOK1-AMU Mongol-Okhotsk Plate 1-Amuria crossover @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 340.0 -27.13 50.66 -58.42 430 !MOK1-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 350.0 -24.74 49.9 -58.64 430 !MOK1-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 360.0 -19.17 48.4 -61.26 430 !MOK1-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9009 420.0 -19.17 48.4 -61.26 430 !MOK1-AMU @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 250.0 35.59 4.85 -105.82 9009 !MOK2-MOK1 Mongol-Okhotsk Plate 2-Mongol-Okhotsk Plate 2 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9010 260.0 36.89 3.84 -92.34 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 270.0 38.93 2.72 -80.34 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 280.0 -41.95 -179.66 70.71 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 290.0 -44.66 178.03 58.34 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 300.0 -49.17 174.56 40.12 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 310.0 -53.75 171.12 30.03 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 320.0 61.65 -30.42 -19.62 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 330.0 64.54 -71.79 -14.26 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9010 420.0 64.54 -71.79 -14.26 9009 !MOK2-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 250.0 31.48 -7.93 -161.68 9009 !SPUD-MOK1 Minor plate between Siberia and Laurussia-Mongol-Okhotsk Plate 1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 350.0 27.48 44.13 -47.63 9009 !SPUD-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 351.0 28.52 42.58 -45.92 9009 !SPUD-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 360.0 -38.7 -153.7 40.25 9009 !SPUD-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 410.0 6.56 -132.46 0.18 9009 !SPUD-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9011 420.0 6.56 -132.46 0.18 9009 !SPUD-MOK1 @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 250.0 0.0 0.0 0.0 601 !TKN-NCH Turkestan Plate-North China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9012 360.0 65.9 61.42 51.1 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 365.0 66.48 61.99 50.84 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 370.0 66.96 59.8 51.7 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 380.0 69.4 53.7 56.62 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 390.0 70.35 47.54 62.75 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 400.0 70.95 41.87 69.32 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 410.0 70.26 37.62 78.07 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9012 420.0 70.26 37.62 78.07 601 !TKN-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 250.0 0.0 0.0 0.0 602 !JNG-SCH Junggar Plate-South China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9013 300.0 -15.59 -71.14 63.63 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 310.0 -15.04 -73.78 63.84 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 320.0 -15.02 -81.04 72.35 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 330.0 -8.35 -81.63 75.47 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 340.0 -1.36 -82.39 80.34 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9013 420.0 -1.36 -82.39 80.34 602 !JNG-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 250.0 48.45 -139.9 26.93 902013 !PAP-BEI Minor Paleoasian Plate-Beishan Backarc/Subduction Zone @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 260.0 -34.11 25.1 -32.27 902013 !PAP-BEI @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +9014 260.0 35.7 120.39 -45.84 602 !PAP-SCH Minor Paleoasion Plate 1-South China cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 270.0 -31.8 -65.16 53.8 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 280.0 -27.46 -68.29 60.7 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 290.0 -23.93 -69.79 68.99 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 300.0 -20.67 -71.28 76.66 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 310.0 -18.54 -73.56 77.77 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 320.0 -14.88 -76.6 79.1 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 330.0 -10.07 -75.73 78.97 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9014 420.0 -10.07 -75.73 78.97 602 !PAP-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9015 260.0 40.06 77.01 -74.69 101 !SMO-NAM west Slide Mountain Plate-North America @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9015 265.0 14.33 76.26 -68.98 101 !SMO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9015 270.0 42.92 75.34 -68.18 101 !SMO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9015 280.0 46.28 73.49 -66.99 101 !SMO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9015 420.0 46.28 73.49 -66.99 101 !SMO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9016 250.0 -44.62 -17.52 55.55 602 !PAPS-SCH Minor Paleoasian Plate South-South China @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9016 260.0 -40.73 -24.6 56.05 602 !PAPS-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9016 270.0 -36.16 -31.78 58.03 602 !PAPS-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9016 280.0 -36.16 -31.78 58.03 602 !PAPS-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9016 420.0 -36.16 -31.78 58.03 602 !PAPS-SCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9017 250.0 0.0 0.0 0.0 101 !POO-NAM microplate between Laurentia and Gondwana-North America (Laurussia) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +9017 360.0 7.92 -156.96 78.9 101 !POO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9017 370.0 11.96 -163.7 85.2 101 !POO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +9017 420.0 11.96 -163.7 85.2 101 !POO-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 250.0 -6.31 129.44 -61.58 701 !GBS-AFR Gympie-Brook Street subduction zone (Panthalassa)-Africa (Pangea) @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 260.0 -10.36 129.05 -59.79 701 !GBS-AFR @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 270.0 13.51 -49.78 56.69 701 !GBS-AFR @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 280.0 -13.03 130.19 -56.08 701 !GBS-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 290.0 -13.22 130.78 -56.22 701 !GBS-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 300.0 13.78 -49.81 56.95 701 !GBS-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902001 420.0 13.78 -49.81 56.95 701 !GBS-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 250.0 0.0 0.0 0.0 701 !SWG-AFR Southwest Gondwana outboard subduction zone (Panthalassa)-Africa (Pangea) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902002 285.0 -23.3 100.46 -114.99 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 290.0 -27.66 99.79 -109.91 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 295.0 -26.02 98.72 -107.6 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 300.0 25.03 -81.71 105.88 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 310.0 22.66 -80.34 98.31 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 320.0 -20.36 102.41 -91.32 701 !SWG-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +902002 320.0 2.84 44.94 -80.27 101 !SWG-NAM SW Gondwana outboard SZ (Panthalassa)-North America (Laurussia) cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 330.0 5.59 39.87 -75.27 101 !SWG-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 340.0 7.25 38.43 -74.22 101 !SWG-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902002 420.0 7.25 38.43 -74.22 101 !SWG-NAM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902003 250.0 0.0 0.0 0.0 302 !MAG-BAL Magnitogorsk subduction zone-Baltica @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902003 360.0 -26.73 23.96 -103.72 302 !MAG-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 370.0 -21.58 20.51 -104.53 302 !MAG-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 375.0 -18.62 18.56 -105.19 302 !MAG-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 380.0 -15.46 16.44 -105.44 302 !MAG-BAL @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +902003 380.0 -16.35 -141.75 82.11 401 !MAG-SIB Magnitogorsk subduction zone-Siberia cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 390.0 29.75 29.71 -89.65 401 !MAG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 400.0 40.69 19.62 -100.0 401 !MAG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 410.0 40.23 20.43 -99.96 401 !MAG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 415.0 40.71 19.74 -99.96 401 !MAG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902003 420.0 17.59 38.6 -106.23 401 !MAG-SIB @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 250.0 0.0 0.0 0.0 9007 !IPTH1-PTW Intra-Paleotethys subduction zone 1-Paleotethys Plate West @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902005 360.0 -44.34 -127.21 22.8 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 370.0 44.36 54.71 -22.85 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 380.0 12.08 26.17 -16.82 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 390.0 -37.3 34.62 -22.32 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 400.0 -53.97 38.77 -34.32 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 410.0 -61.0 43.08 -44.17 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902005 420.0 -58.01 47.56 -24.35 9007 !IPTH1-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 250.0 0.0 0.0 0.0 305 !VAR-ARM South Variscan subduction zone-Armorica @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902006 320.0 -17.68 45.52 -84.32 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 330.0 -18.75 44.96 -85.02 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 340.0 -17.7 45.21 -84.72 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 350.0 -16.95 43.57 -85.78 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 360.0 -17.36 46.92 -83.6 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902006 370.0 20.09 -122.54 76.77 305 !VAR-ARM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902007 250.0 0.0 0.0 0.0 9007 !IPTH2-PTW Intra-Paleotethys subduction zone 2-Paleotethys Plate West @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902007 340.0 -35.26 14.42 -0.3 9007 !IPTH2-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902007 350.0 -35.37 46.21 -0.27 9007 !IPTH2-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902007 360.0 0.21 -14.86 -0.17 9007 !IPTH2-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902007 370.0 63.3 5.41 0.1 9007 !IPTH2-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902007 420.0 63.3 5.41 0.1 9007 !IPTH2-PTW @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 250.0 14.69 -67.57 59.66 505 !SWA-NTH SW Annamia subduction zone/backarc plate-Cimmerian-Neotethys Plate @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 260.0 15.49 -58.65 57.6 505 !SWA-NTH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 265.0 13.45 -54.02 62.33 505 !SWA-NTH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 267.0 13.38 -52.29 64.1 505 !SWA-NTH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +902009 267.0 8.68 -62.39 63.92 604 !SWA-ICH SW Annamia subduction zone/backarc plate-Indochina (Annamia) cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 270.0 8.6 -62.69 64.21 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 275.0 8.74 -62.28 63.92 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 280.0 9.58 -61.49 62.95 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 290.0 -11.17 119.85 -61.83 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 300.0 -13.0 120.23 -62.12 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902009 420.0 -13.0 120.23 -62.12 604 !SWA-ICH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902010 250.0 0.92 64.73 44.2 9014 !PASZ-PAP Paleoasian Intraoceanic subduction zone-Paleoasian Plate @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902010 260.0 0.55 64.67 43.57 9014 !PASZ-PAP @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902010 270.0 -14.88 61.69 32.93 9014 !PASZ-PAP @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902010 275.0 -30.61 61.18 27.09 9014 !PASZ-PAP @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902010 420.0 -30.61 61.18 27.09 9014 !PASZ-PAP @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902013 250.0 24.9 85.61 -45.85 580 !BEI-TRM Beishan subduction zone/backarc-Tarim @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902013 260.0 26.99 83.6 -45.77 580 !BEI-TRM @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" @xo_ys +902013 260.0 46.0 61.05 44.01 601 !BEI-NCH Beishan subduction zone/backarc-North China cross-over @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902013 270.0 45.07 71.5 59.18 601 !BEI-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902013 280.0 43.24 81.51 81.74 601 !BEI-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902013 420.0 43.24 81.51 81.74 601 !BEI-NCH @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902014 250.0 0.0 0.0 0.0 701 !GAC-AFR Gamilaroi-Calliope (Panthalassa) subduction zone-Africa (Gondwana) @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" +902014 380.0 13.41 103.7 -68.44 701 !GAC-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902014 390.0 -9.25 -75.71 64.22 701 !GAC-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902014 400.0 -9.67 -75.75 63.49 701 !GAC-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902014 410.0 -9.35 -75.8 64.12 701 !GAC-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" +902014 420.0 -9.35 -75.8 64.12 701 !GAC-AFR @REF Domeier_Torsvik_2014 @DOI"10.1016/j.gsf.2014.01.002" POLE_RECALCULATED- @REF Matthews_++_InPress @DOI"10.1016/j.gloplacha.2016.10.002" diff -Nru gmt-5.4.3+dfsg/share/tools/CMakeLists.txt gmt-5.4.5+dfsg/share/tools/CMakeLists.txt --- gmt-5.4.3+dfsg/share/tools/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -38,16 +38,12 @@ endif (NOT DEFINED BASH_COMPLETION_DIR) if (GMT_INSTALL_TRADITIONAL_FOLDERNAMES) - install (PROGRAMS - gmt_completion.bash - DESTINATION ${GMT_DATADIR}/tools - COMPONENT Runtime) -else (GMT_INSTALL_TRADITIONAL_FOLDERNAMES) - install (FILES - gmt_completion.bash - DESTINATION ${BASH_COMPLETION_DIR} - COMPONENT Runtime - RENAME gmt) + set (BASH_COMPLETION_DIR ${GMT_DATADIR}/tools) endif (GMT_INSTALL_TRADITIONAL_FOLDERNAMES) +install (FILES + gmt_completion.bash + DESTINATION ${BASH_COMPLETION_DIR} + COMPONENT Runtime) + # vim: textwidth=78 noexpandtab tabstop=2 softtabstop=2 shiftwidth=2 diff -Nru gmt-5.4.3+dfsg/share/tools/gmt5syntax.in gmt-5.4.5+dfsg/share/tools/gmt5syntax.in --- gmt-5.4.3+dfsg/share/tools/gmt5syntax.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt5syntax.in 2019-01-03 20:39:17.000000000 +0000 @@ -2,9 +2,9 @@ #! -*-perl-*- eval 'exec perl -x -wS $0 ${1+"$@"}' if 0; -# $Id: gmt5syntax.in 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_aliases.csh gmt-5.4.5+dfsg/share/tools/gmt_aliases.csh --- gmt-5.4.3+dfsg/share/tools/gmt_aliases.csh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_aliases.csh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -# $Id: gmt_aliases.csh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_completion.bash gmt-5.4.5+dfsg/share/tools/gmt_completion.bash --- gmt-5.4.3+dfsg/share/tools/gmt_completion.bash 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_completion.bash 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -# $Id: gmt_completion.bash 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_functions.sh gmt-5.4.5+dfsg/share/tools/gmt_functions.sh --- gmt-5.4.3+dfsg/share/tools/gmt_functions.sh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_functions.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash -# $Id: gmt_functions.sh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_links.sh gmt-5.4.5+dfsg/share/tools/gmt_links.sh --- gmt-5.4.3+dfsg/share/tools/gmt_links.sh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_links.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash -# $Id: gmt_links.sh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_prepmex.sh gmt-5.4.5+dfsg/share/tools/gmt_prepmex.sh --- gmt-5.4.3+dfsg/share/tools/gmt_prepmex.sh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_prepmex.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash -# $Id: gmt_prepmex.sh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/gmt_uninstall.sh gmt-5.4.5+dfsg/share/tools/gmt_uninstall.sh --- gmt-5.4.3+dfsg/share/tools/gmt_uninstall.sh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/gmt_uninstall.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/bash -# $Id: gmt_uninstall.sh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/tools/ncdeflate gmt-5.4.5+dfsg/share/tools/ncdeflate --- gmt-5.4.3+dfsg/share/tools/ncdeflate 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/share/tools/ncdeflate 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ #!/bin/bash # -# $Id: ncdeflate 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, # J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # diff -Nru gmt-5.4.3+dfsg/share/x2sys/dat.def gmt-5.4.5+dfsg/share/x2sys/dat.def --- gmt-5.4.3+dfsg/share/x2sys/dat.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/dat.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: dat.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of mgd77 tools "DAT" format # diff -Nru gmt-5.4.3+dfsg/share/x2sys/geo.def gmt-5.4.5+dfsg/share/x2sys/geo.def --- gmt-5.4.3+dfsg/share/x2sys/geo.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/geo.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: geo.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of ASCII lon,lat files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/geoz.def gmt-5.4.5+dfsg/share/x2sys/geoz.def --- gmt-5.4.3+dfsg/share/x2sys/geoz.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/geoz.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: geoz.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of ASCII lon,lat,z files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/gmt.def gmt-5.4.5+dfsg/share/x2sys/gmt.def --- gmt-5.4.3+dfsg/share/x2sys/gmt.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/gmt.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmt.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of GMT/MGG files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/mgd77.def gmt-5.4.5+dfsg/share/x2sys/mgd77.def --- gmt-5.4.3+dfsg/share/x2sys/mgd77.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/mgd77.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: mgd77.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of MGD77 files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/mgd77+.def gmt-5.4.5+dfsg/share/x2sys/mgd77+.def --- gmt-5.4.3+dfsg/share/x2sys/mgd77+.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/mgd77+.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: mgd77+.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of MGD77+ netCDF files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/xy.def gmt-5.4.5+dfsg/share/x2sys/xy.def --- gmt-5.4.3+dfsg/share/x2sys/xy.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/xy.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: xy.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of ASCII xy files # diff -Nru gmt-5.4.3+dfsg/share/x2sys/xyz.def gmt-5.4.5+dfsg/share/x2sys/xyz.def --- gmt-5.4.3+dfsg/share/x2sys/xyz.def 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/share/x2sys/xyz.def 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: xyz.def 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Define file for X2SYS processing of ASCII xyz files # diff -Nru gmt-5.4.3+dfsg/src/blockmean.c gmt-5.4.5+dfsg/src/blockmean.c --- gmt-5.4.3+dfsg/src/blockmean.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/blockmean.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: blockmean.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/blockmedian.c gmt-5.4.5+dfsg/src/blockmedian.c --- gmt-5.4.3+dfsg/src/blockmedian.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/blockmedian.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: blockmedian.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/blockmode.c gmt-5.4.5+dfsg/src/blockmode.c --- gmt-5.4.3+dfsg/src/blockmode.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/blockmode.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: blockmode.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -185,7 +185,7 @@ return (n_errors ? GMT_PARSE_ERROR : GMT_NOERROR); } -GMT_LOCAL struct BIN_MODE_INFO *bin_setup (struct GMT_CTRL *GMT, struct BLK_DATA *d, double width, bool center, int mode_choice, bool is_integer, uint64_t n, uint64_t k) { +GMT_LOCAL struct BIN_MODE_INFO *bin_setup (struct GMT_CTRL *GMT, double width, bool center, int mode_choice, bool is_integer, double z_min, double z_max) { /* Estimate mode by finding a maximum in the histogram resulting * from binning the data with the specified width. Note that the * data array is already sorted on a[k]. We check if we find more @@ -217,8 +217,8 @@ B->o_offset = (center) ? 0.0 : 0.5; B->width = width; B->i_width = 1.0 / width; - B->min = irint (floor ((d[0].a[k] * B->i_width) + B->i_offset)); - B->max = irint (ceil ((d[n-1].a[k] * B->i_width) + B->i_offset)); + B->min = irint (floor ((z_min * B->i_width) + B->i_offset)); + B->max = irint (ceil ((z_max * B->i_width) + B->i_offset)); B->n_bins = B->max - B->min + 1; B->count = gmt_M_memory (GMT, NULL, B->n_bins, double); B->mode_choice = (mode_choice == BLOCKMODE_DEF) ? BLOCKMODE_AVE : mode_choice; @@ -412,6 +412,7 @@ size_t n_alloc = 0, nz_alloc = 0; double out[7], wesn[4], i_n_in_cell, d_intval, weight, half_dx, *in = NULL, *z_tmp = NULL; + double z_min = DBL_MAX, z_max = -DBL_MAX; char format[GMT_LEN256] = {""}, *old_format = NULL; @@ -535,6 +536,11 @@ if (!doubleAlmostEqual (d_intval, in[GMT_Z])) is_integer = false; } + if (Ctrl->D.active) { /* Must find extreme values in z since sorting is per index, not on z alone */ + if (in[GMT_Z] < z_min) z_min = in[GMT_Z]; + else if (in[GMT_Z] > z_max) z_max = in[GMT_Z]; + } + node = gmt_M_ijp (Grid->header, row, col); /* Bin node */ if (n_pitched == n_alloc) data = gmt_M_malloc (GMT, data, n_pitched, &n_alloc, struct BLK_DATA); @@ -595,7 +601,7 @@ qsort (data, n_pitched, sizeof (struct BLK_DATA), BLK_compare_index_z); if (Ctrl->D.active) { /* Choose to compute unweighted modes by histogram binning */ - B = bin_setup (GMT, data, Ctrl->D.width, Ctrl->D.center, Ctrl->D.mode, is_integer, n_pitched, GMT_Z); + B = bin_setup (GMT, Ctrl->D.width, Ctrl->D.center, Ctrl->D.mode, is_integer, z_min, z_max); Ctrl->Q.active = true; /* Cannot do modal positions */ } diff -Nru gmt-5.4.3+dfsg/src/block_subs.h gmt-5.4.5+dfsg/src/block_subs.h --- gmt-5.4.3+dfsg/src/block_subs.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/block_subs.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: block_subs.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/CMakeLists.txt gmt-5.4.5+dfsg/src/CMakeLists.txt --- gmt-5.4.3+dfsg/src/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -57,12 +57,21 @@ if (NOT DEFINED GMT_EXCLUDE_PCRE) find_package (PCRE) endif (NOT DEFINED GMT_EXCLUDE_PCRE) +if (NOT PCRE_FOUND AND NOT DEFINED GMT_EXCLUDE_PCRE2) + find_package (PCRE2) +endif (NOT PCRE_FOUND AND NOT DEFINED GMT_EXCLUDE_PCRE2) if (PCRE_FOUND) set (HAVE_PCRE TRUE CACHE INTERNAL "System has PCRE") set (GMT_CONFIG_REGEX_MESSAGE "PCRE (${PCRE_LIBRARIES})" CACHE INTERNAL "Regex config message") include_directories (${PCRE_INCLUDE_DIR}) list (APPEND GMT_OPTIONAL_LIBRARIES ${PCRE_LIBRARIES}) +elseif (PCRE2_FOUND) + set (HAVE_PCRE2 TRUE CACHE INTERNAL "System has PCRE2") + set (GMT_CONFIG_REGEX_MESSAGE "PCRE2 (${PCRE2_LIBRARIES})" + CACHE INTERNAL "Regex config message") + include_directories (${PCRE2_INCLUDE_DIR}) + list (APPEND GMT_OPTIONAL_LIBRARIES ${PCRE2_LIBRARIES}) else (PCRE_FOUND) find_package (REGEX) if (REGEX_FOUND) @@ -279,7 +288,7 @@ gmt_dev.h gmt_common.h gmt_constants.h compat/qsort.h gmt_contour.h gmt_customio.h gmt_dcw.h gmt_decorate.h gmt_defaults.h gmt_error.h gmt_gdalread.h gmt_glib.h gmt_grd.h gmt_grdio.h gmt_hash.h - gmt_internals.h gmt_io.h gmt_macros.h gmt_media_name.h + gmt_internals.h gmt_io.h gmt_macros.h gmt_media_name.h gmt_mb.h gmt_media_size.h gmt_mgg_header2.h gmt_sharedlibs.h gmt_memory.h gmt_core_module.h gmt_nan.h gmt_notposix.h gmt_pennames.h gmt_plot.h gmt_project.h gmt_prototypes.h gmt_psl.h gmt_shore.h @@ -649,7 +658,7 @@ gmt_dcw.h gmt_decorate.h gmt_defaults.h gmt_error.h gmt_error_codes.h gmt_fft.h gmt_gdalread.h gmt_grd.h gmt_grdio.h gmt_hash.h gmt_io.h gmt_macros.h gmt_memory.h gmt_nan.h gmt_notposix.h gmt_plot.h gmt_private.h gmt_project.h gmt_prototypes.h gmt_psl.h gmt_shore.h gmt_symbol.h gmt_synopsis.h - gmt_texture.h gmt_time.h gmt_types.h gmt_dev.h gmt_customio.h + gmt_texture.h gmt_time.h gmt_types.h gmt_dev.h gmt_customio.h gmt_mb.h gmt_core_module.h gmt_supplements_module.h compat/qsort.h DESTINATION ${GMT_INCLUDEDIR} COMPONENT Runtime) diff -Nru gmt-5.4.3+dfsg/src/Colors.txt gmt-5.4.5+dfsg/src/Colors.txt --- gmt-5.4.3+dfsg/src/Colors.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/Colors.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: Colors.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # This file lists the names and the equivalent Red, Green, and Blue values # of more than 500 unique colors that can be used as pen and fill attributes diff -Nru gmt-5.4.3+dfsg/src/common_byteswap.h gmt-5.4.5+dfsg/src/common_byteswap.h --- gmt-5.4.3+dfsg/src/common_byteswap.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_byteswap.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_byteswap.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_math.c gmt-5.4.5+dfsg/src/common_math.c --- gmt-5.4.3+dfsg/src/common_math.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_math.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_math.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_math.h gmt-5.4.5+dfsg/src/common_math.h --- gmt-5.4.3+dfsg/src/common_math.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_math.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_math.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_runpath.c gmt-5.4.5+dfsg/src/common_runpath.c --- gmt-5.4.3+dfsg/src/common_runpath.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_runpath.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_runpath.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_runpath.h gmt-5.4.5+dfsg/src/common_runpath.h --- gmt-5.4.3+dfsg/src/common_runpath.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_runpath.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_runpath.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_sighandler.c gmt-5.4.5+dfsg/src/common_sighandler.c --- gmt-5.4.3+dfsg/src/common_sighandler.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_sighandler.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_sighandler.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_sighandler.h gmt-5.4.5+dfsg/src/common_sighandler.h --- gmt-5.4.3+dfsg/src/common_sighandler.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_sighandler.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_sighandler.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_string.c gmt-5.4.5+dfsg/src/common_string.c --- gmt-5.4.3+dfsg/src/common_string.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_string.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_string.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/common_string.h gmt-5.4.5+dfsg/src/common_string.h --- gmt-5.4.3+dfsg/src/common_string.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/common_string.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: common_string.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/compat/qsort.h gmt-5.4.5+dfsg/src/compat/qsort.h --- gmt-5.4.3+dfsg/src/compat/qsort.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/compat/qsort.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: qsort.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/config.h.in gmt-5.4.5+dfsg/src/config.h.in --- gmt-5.4.3+dfsg/src/config.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/config.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: config.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/Datums.txt gmt-5.4.5+dfsg/src/Datums.txt --- gmt-5.4.3+dfsg/src/Datums.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/Datums.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: Datums.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # List of Datums available in GMT # The (Dx,Dy,Dz) values are in meters relative to WGS-84 diff -Nru gmt-5.4.3+dfsg/src/declspec.h gmt-5.4.5+dfsg/src/declspec.h --- gmt-5.4.3+dfsg/src/declspec.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/declspec.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: declspec.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/Ellipsoids.txt gmt-5.4.5+dfsg/src/Ellipsoids.txt --- gmt-5.4.3+dfsg/src/Ellipsoids.txt 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/Ellipsoids.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: Ellipsoids.txt 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # This is the core listing of supported ellipsoids in GMT map projections. # Please adhere to the format. diff -Nru gmt-5.4.3+dfsg/src/filter1d.c gmt-5.4.5+dfsg/src/filter1d.c --- gmt-5.4.3+dfsg/src/filter1d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/filter1d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: filter1d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -907,11 +907,11 @@ if ((error = gmt_set_cols (GMT, GMT_IN, 1)) != 0) Return (error, "Error in gmt_set_cols"); save_col = GMT->current.io.col_type[GMT_IN][GMT_X]; /* Save col type in case it is a time column */ GMT->current.io.col_type[GMT_IN][GMT_X] = GMT_IS_FLOAT; /* Always read the weights as floats */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -F files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -F files */ if ((F.Fin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_NONE, GMT_READ_NORMAL, NULL, Ctrl->F.file, NULL)) == NULL) { Return (API->error, "Error Reading input\n"); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ GMT->current.io.col_type[GMT_IN][GMT_X] = save_col; /* Reset this col type to whatever it actually is */ GMT_Report (API, GMT_MSG_VERBOSE, "Read %" PRIu64 " filter weights from file %s.\n", F.Fin->n_records, Ctrl->F.file); break; diff -Nru gmt-5.4.3+dfsg/src/fitcircle.c gmt-5.4.5+dfsg/src/fitcircle.c --- gmt-5.4.3+dfsg/src/fitcircle.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/fitcircle.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: fitcircle.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/fprototype.f gmt-5.4.5+dfsg/src/fprototype.f --- gmt-5.4.3+dfsg/src/fprototype.f 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/fprototype.f 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -C $Id: fprototype.f 12822 2014-01-31 23:39:56Z remko $ +C $Id$ C Example of using GMTAPI from Fortran C C We will need some sort of include file to set the parameters later diff -Nru gmt-5.4.3+dfsg/src/getopt.c gmt-5.4.5+dfsg/src/getopt.c --- gmt-5.4.3+dfsg/src/getopt.c 2016-02-17 05:43:33.000000000 +0000 +++ gmt-5.4.5+dfsg/src/getopt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: getopt.c 15720 2016-02-17 05:43:33Z pwessel $ + * $Id$ * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. diff -Nru gmt-5.4.3+dfsg/src/getopt.h gmt-5.4.5+dfsg/src/getopt.h --- gmt-5.4.3+dfsg/src/getopt.h 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/getopt.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: getopt.h 12822 2014-01-31 23:39:56Z remko $ + * $Id$ * * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. diff -Nru gmt-5.4.3+dfsg/src/gmt2kml.c gmt-5.4.5+dfsg/src/gmt2kml.c --- gmt-5.4.3+dfsg/src/gmt2kml.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt2kml.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt2kml.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_agc_io.c gmt-5.4.5+dfsg/src/gmt_agc_io.c --- gmt-5.4.3+dfsg/src/gmt_agc_io.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_agc_io.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: gmt_agc_io.c 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_api.c gmt-5.4.5+dfsg/src/gmt_api.c --- gmt-5.4.3+dfsg/src/gmt_api.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_api.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_api.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -207,7 +207,7 @@ /* extern functions from various gmt_* only used here */ EXTERN_MSC void gmtfft_fourt_stats (struct GMT_CTRL *GMT, unsigned int n_columns, unsigned int n_rows, unsigned int *f, double *r, size_t *s, double *t); EXTERN_MSC unsigned int gmtgrdio_free_grid_ptr (struct GMT_CTRL *GMT, struct GMT_GRID *G, bool free_grid); -EXTERN_MSC int gmtgrdio_init_grdheader (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, struct GMT_OPTION *options, uint64_t dim[], double wesn[], double inc[], unsigned int registration, unsigned int mode); +EXTERN_MSC int gmtgrdio_init_grdheader (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_GRID_HEADER *header, struct GMT_OPTION *options, uint64_t dim[], double wesn[], double inc[], unsigned int registration, unsigned int mode); #define GMTAPI_MAX_ID 999999 /* Largest integer that will fit in the %06d format */ #define GMTAPI_UNLIMITED 0 /* Using 0 to mean we may allow 1 or more data objects of this family */ @@ -1703,7 +1703,7 @@ /*! . */ GMT_LOCAL int api_init_grid (struct GMTAPI_CTRL *API, struct GMT_OPTION *opt, uint64_t dim[], double *range, double *inc, int registration, unsigned int mode, unsigned int direction, struct GMT_GRID *G) { if (direction == GMT_OUT) return (GMT_OK); /* OK for creating a blank container for output */ - gmtgrdio_init_grdheader (API->GMT, G->header, opt, dim, range, inc, registration, mode); + gmtgrdio_init_grdheader (API->GMT, direction, G->header, opt, dim, range, inc, registration, mode); return (GMT_OK); } @@ -1713,7 +1713,7 @@ if (direction == GMT_OUT) return (GMT_OK); /* OK for creating blank container for output */ alpha = (dim && (dim[GMT_Z] == 2 || dim[GMT_Z] == 4)); /* Must allocate alpha array later */ if (alpha) dim[GMT_Z]--; /* Remove this flag before grdheader is set */ - gmtgrdio_init_grdheader (API->GMT, I->header, opt, dim, range, inc, registration, mode); + gmtgrdio_init_grdheader (API->GMT, direction, I->header, opt, dim, range, inc, registration, mode); if (alpha) dim[GMT_Z]++; /* Restore */ return (GMT_OK); } @@ -1740,7 +1740,7 @@ } M->type = dim[3]; /* Use selected data type for export */ M->dim = (M->shape == GMT_IS_ROW_FORMAT) ? M->n_columns : M->n_rows; - size = M->n_rows * M->n_columns * M->n_layers; /* Size in bytes of the initial matrix allocation */ + size = M->n_rows * M->n_columns * ((size_t)M->n_layers); /* Size in bytes of the initial matrix allocation */ if (size && (mode & GMT_CONTAINER_ONLY) == 0) { /* Must allocate memory */ if ((error = gmtlib_alloc_univector (API->GMT, &(M->data), M->type, size)) != GMT_OK) return (error); @@ -2397,7 +2397,7 @@ case GMT_IS_GRID: /* Grids need to update the grdtype setting, possibly rotate geographic grids, and maybe deal with subsets */ G = api_get_grid_data (data); /* Get the right grid pointer */ gmtlib_grd_get_units (API->GMT, G->header); /* Set the unit names */ - G->header->grdtype = gmtlib_get_grdtype (API->GMT, G->header); + G->header->grdtype = gmtlib_get_grdtype (API->GMT, GMT_IN, G->header); if (wesn && G->data) { /* Subset or global rotation was requested */ if (gmt_M_grd_is_global (API->GMT, G->header)) { /* May have to rotate a geographic grid since we are not reading from file this time */ double shift_amount = wesn[XLO] - G->header->wesn[XLO]; @@ -2425,7 +2425,7 @@ case GMT_IS_IMAGE: /* Images need to update the grdtype setting, possibly rotate geographic grids, and maybe deal with subsets */ I = api_get_image_data (data); /* Get the right image pointer */ gmtlib_grd_get_units (API->GMT, I->header); /* Set the unit names */ - I->header->grdtype = gmtlib_get_grdtype (API->GMT, I->header); + I->header->grdtype = gmtlib_get_grdtype (API->GMT, GMT_IN, I->header); if (wesn && I->data) { /* Subset or global rotation was requested */ if (gmt_M_grd_is_global (API->GMT, I->header)) { /* May have to rotate geographic grid since we are not reading from file here */ double shift_amount = wesn[XLO] - I->header->wesn[XLO]; diff -Nru gmt-5.4.3+dfsg/src/gmt_bcr.c gmt-5.4.5+dfsg/src/gmt_bcr.c --- gmt-5.4.3+dfsg/src/gmt_bcr.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_bcr.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_bcr.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt.c gmt-5.4.5+dfsg/src/gmt.c --- gmt-5.4.3+dfsg/src/gmt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_calclock.c gmt-5.4.5+dfsg/src/gmt_calclock.c --- gmt-5.4.3+dfsg/src/gmt_calclock.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_calclock.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_calclock.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_cdf.c gmt-5.4.5+dfsg/src/gmt_cdf.c --- gmt-5.4.3+dfsg/src/gmt_cdf.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_cdf.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_cdf.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_clip_test.sh gmt-5.4.5+dfsg/src/gmt_clip_test.sh --- gmt-5.4.3+dfsg/src/gmt_clip_test.sh 2016-06-16 22:49:46.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_clip_test.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: gmt_clip_test.sh 16555 2016-06-16 22:49:46Z pwessel $ +# $Id$ # Test program for new rectangular clipping. We create N random points # in the x/y plane with mean 0 and sigma = 3. Then, sort these points # according to the angle they make with (0,0) so we get a non-intersecting diff -Nru gmt-5.4.3+dfsg/src/gmt_common.h gmt-5.4.5+dfsg/src/gmt_common.h --- gmt-5.4.3+dfsg/src/gmt_common.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_common.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_common.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -126,6 +126,7 @@ bool active[2]; /* true if current input/output is in native binary format */ bool nc[2]; /* True if netcdf i/o */ bool o_delay; /* true if we don't know number of output columns until we have read at least one input record */ + bool bin_primary; /* true if we need to switch back to binary after reading a secondary file in ascii */ enum GMT_swap_direction swab[2]; /* k_swap_in or k_swap_out if current binary input/output must be byte-swapped, else k_swap_none */ uint64_t ncol[2]; /* Number of expected columns of input/output 0 means it will be determined by program */ diff -Nru gmt-5.4.3+dfsg/src/gmt_compat.c gmt-5.4.5+dfsg/src/gmt_compat.c --- gmt-5.4.3+dfsg/src/gmt_compat.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_compat.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_compat.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_config.h.in gmt-5.4.5+dfsg/src/gmt_config.h.in --- gmt-5.4.3+dfsg/src/gmt_config.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_config.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmt_config.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * @@ -42,8 +42,9 @@ #include "config.h" -/* which regex library , */ +/* which regex library , , */ #cmakedefine HAVE_PCRE +#cmakedefine HAVE_PCRE2 #cmakedefine HAVE_POSIX_ERE /* compile with GDAL support */ diff -Nru gmt-5.4.3+dfsg/src/gmt-config.in gmt-5.4.5+dfsg/src/gmt-config.in --- gmt-5.4.3+dfsg/src/gmt-config.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt-config.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ #!/bin/bash #-------------------------------------------------------------------- -# $Id: gmt-config.in 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -54,7 +54,7 @@ CONFIG_GDAL_ENABLED=no fi -if [ "@HAVE_PCRE@" == "TRUE" ]; then +if [ "@HAVE_PCRE@" == "TRUE" ] || [ "@HAVE_PCRE2@" == "TRUE" ]; then CONFIG_PCRE_ENABLED=yes else CONFIG_PCRE_ENABLED=no diff -Nru gmt-5.4.3+dfsg/src/gmtconnect.c gmt-5.4.5+dfsg/src/gmtconnect.c --- gmt-5.4.3+dfsg/src/gmtconnect.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtconnect.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmtconnect.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_constants.h gmt-5.4.5+dfsg/src/gmt_constants.h --- gmt-5.4.3+dfsg/src/gmt_constants.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_constants.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_constants.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_contour.h gmt-5.4.5+dfsg/src/gmt_contour.h --- gmt-5.4.3+dfsg/src/gmt_contour.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_contour.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_contour.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtconvert.c gmt-5.4.5+dfsg/src/gmtconvert.c --- gmt-5.4.3+dfsg/src/gmtconvert.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtconvert.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtconvert.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_core_module.c gmt-5.4.5+dfsg/src/gmt_core_module.c --- gmt-5.4.3+dfsg/src/gmt_core_module.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_core_module.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_core_module.c 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * * Copyright (c) 2012-2018 * by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe @@ -111,7 +111,7 @@ {"psimage", "core", "Place images or EPS files on maps", "X}"}, {"pslegend", "core", "Plot legends on maps", "X}"}, {"psmask", "core", "Clip or mask map areas with no data table coverage", "X},LG)"}, - {"psrose", "core", "Plot a polar histogram (rose, sector, windrose diagrams)", "X}"}, + {"psrose", "core", "Plot a polar histogram (rose, sector, windrose diagrams)", "X},>D),>DI@X},ZD("}, {"pssolar", "core", "Plot day-light terminators and other sunlight parameters", ">X},>DI,>DM"}, {"psternary", "core", "Plot data on ternary diagrams", "X},>DM,C-("}, @@ -198,7 +198,7 @@ {"psimage", "core", "Place images or EPS files on maps", "X}", &GMT_psimage}, {"pslegend", "core", "Plot legends on maps", "X}", &GMT_pslegend}, {"psmask", "core", "Clip or mask map areas with no data table coverage", "X},LG)", &GMT_psmask}, - {"psrose", "core", "Plot a polar histogram (rose, sector, windrose diagrams)", "X}", &GMT_psrose}, + {"psrose", "core", "Plot a polar histogram (rose, sector, windrose diagrams)", "X},>D),>DI@X},ZD(", &GMT_psscale}, {"pssolar", "core", "Plot day-light terminators and other sunlight parameters", ">X},>DI,>DM", &GMT_pssolar}, {"psternary", "core", "Plot data on ternary diagrams", "X},>DM,C-(", &GMT_psternary}, diff -Nru gmt-5.4.3+dfsg/src/gmt_core_module.h gmt-5.4.5+dfsg/src/gmt_core_module.h --- gmt-5.4.3+dfsg/src/gmt_core_module.h 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_core_module.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_core_module.h 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * * Copyright (c) 2012-2018 * by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe diff -Nru gmt-5.4.3+dfsg/src/gmt_customio.c gmt-5.4.5+dfsg/src/gmt_customio.c --- gmt-5.4.3+dfsg/src/gmt_customio.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_customio.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_customio.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_customio.h gmt-5.4.5+dfsg/src/gmt_customio.h --- gmt-5.4.3+dfsg/src/gmt_customio.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_customio.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_customio.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_dcw.c gmt-5.4.5+dfsg/src/gmt_dcw.c --- gmt-5.4.3+dfsg/src/gmt_dcw.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_dcw.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_dcw.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_dcw.h gmt-5.4.5+dfsg/src/gmt_dcw.h --- gmt-5.4.3+dfsg/src/gmt_dcw.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_dcw.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_dcw.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_decorate.h gmt-5.4.5+dfsg/src/gmt_decorate.h --- gmt-5.4.3+dfsg/src/gmt_decorate.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_decorate.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_decorate.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtdefaults.c gmt-5.4.5+dfsg/src/gmtdefaults.c --- gmt-5.4.3+dfsg/src/gmtdefaults.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtdefaults.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtdefaults.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_defaults.h gmt-5.4.5+dfsg/src/gmt_defaults.h --- gmt-5.4.3+dfsg/src/gmt_defaults.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_defaults.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_defaults.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_dev.h gmt-5.4.5+dfsg/src/gmt_dev.h --- gmt-5.4.3+dfsg/src/gmt_dev.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_dev.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_dev.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -159,6 +159,8 @@ #include "gmt_prototypes.h" /* All GMT low-level API */ #include "common_string.h" /* All code shared between GMT and PSL */ +#include "gmt_mb.h" /* GMT redefines for MB-system compatibility */ + /* If GLIBC compatible qsort_r is not available */ #ifndef HAVE_QSORT_R_GLIBC # include "compat/qsort.h" diff -Nru gmt-5.4.3+dfsg/src/gmt_dimensions.h.in gmt-5.4.5+dfsg/src/gmt_dimensions.h.in --- gmt-5.4.3+dfsg/src/gmt_dimensions.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_dimensions.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmt_dimensions.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/gmt_error.c gmt-5.4.5+dfsg/src/gmt_error.c --- gmt-5.4.3+dfsg/src/gmt_error.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_error.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_error.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_error_codes.c gmt-5.4.5+dfsg/src/gmt_error_codes.c --- gmt-5.4.3+dfsg/src/gmt_error_codes.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_error_codes.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_error_codes.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_error_codes.h gmt-5.4.5+dfsg/src/gmt_error_codes.h --- gmt-5.4.3+dfsg/src/gmt_error_codes.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_error_codes.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_error_codes.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_error.h gmt-5.4.5+dfsg/src/gmt_error.h --- gmt-5.4.3+dfsg/src/gmt_error.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_error.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_error.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_esri_io.c gmt-5.4.5+dfsg/src/gmt_esri_io.c --- gmt-5.4.3+dfsg/src/gmt_esri_io.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_esri_io.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_esri_io.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -634,7 +634,7 @@ return (GMT_NOERROR); } -int gmt_esri_write_grd (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, float *grid, double wesn[], unsigned int *pad, unsigned int complex_mode, int floating) { +int gmt_esri_write_grd (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, float *grid, double wesn[], unsigned int *pad, unsigned int complex_mode, bool floating) { unsigned int i2, j, j2, width_out, height_out, last; int first_col, last_col, first_row, last_row; unsigned int i, *actual_col = NULL; @@ -642,7 +642,7 @@ char item[GMT_LEN64], c[2] = {0, 0}; FILE *fp = NULL; - if (!doubleAlmostEqual ((header->inc[GMT_X] / header->inc[GMT_Y]), 1.0)) + if (fabs (header->inc[GMT_X] / header->inc[GMT_Y] - 1.0) > GMT_CONV8_LIMIT) return (GMT_GRDIO_ESRI_NONSQUARE); /* Only square pixels allowed */ if (!strcmp (header->name, "=")) /* Write to pipe */ fp = GMT->session.std[GMT_OUT]; diff -Nru gmt-5.4.3+dfsg/src/gmt_fft.c gmt-5.4.5+dfsg/src/gmt_fft.c --- gmt-5.4.3+dfsg/src/gmt_fft.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_fft.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_fft.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_fft.h gmt-5.4.5+dfsg/src/gmt_fft.h --- gmt-5.4.3+dfsg/src/gmt_fft.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_fft.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_fft.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_gdal_librarified.c gmt-5.4.5+dfsg/src/gmt_gdal_librarified.c --- gmt-5.4.3+dfsg/src/gmt_gdal_librarified.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_gdal_librarified.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_gdal_librarified.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_gdalread.c gmt-5.4.5+dfsg/src/gmt_gdalread.c --- gmt-5.4.3+dfsg/src/gmt_gdalread.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_gdalread.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_gdalread.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_gdalread.h gmt-5.4.5+dfsg/src/gmt_gdalread.h --- gmt-5.4.3+dfsg/src/gmt_gdalread.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_gdalread.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_gdalread.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_gdalwrite.c gmt-5.4.5+dfsg/src/gmt_gdalwrite.c --- gmt-5.4.3+dfsg/src/gmt_gdalwrite.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_gdalwrite.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_gdalwrite.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -107,13 +107,15 @@ to_GDALW->driver = strdup(gdal_drv[k]); } if (to_GDALW->driver == NULL) { /* None of those; need to give a driver */ - if ((c = strchr(fname, '='))) { /* Found an '=' part */ + if ((c = strchr(fname, ':'))) { /* Found an ':' part */ to_GDALW->driver = strdup(&c[1]); c[0] = '\0'; /* Remove the driver code from the name */ + if ((c = strstr(fname, "=gd"))) /* Check if we have not a stray =gd in name*/ + c[0] = '\0'; /* Yes, remove it too */ } else { GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Unupported image format. Supported formats are:\nBMP,GIF,JPG,PNG & TIF\n"); - GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Alternatively, append = for a valid GDAL driver\n"); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Alternatively, append : for a valid GDAL driver\n"); return GMT_NOTSET; } } diff -Nru gmt-5.4.3+dfsg/src/gmtget.c gmt-5.4.5+dfsg/src/gmtget.c --- gmt-5.4.3+dfsg/src/gmtget.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtget.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtget.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_glib.h gmt-5.4.5+dfsg/src/gmt_glib.h --- gmt-5.4.3+dfsg/src/gmt_glib.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_glib.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_glib.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_grd.h gmt-5.4.5+dfsg/src/gmt_grd.h --- gmt-5.4.3+dfsg/src/gmt_grd.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_grd.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_grd.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_grdio.c gmt-5.4.5+dfsg/src/gmt_grdio.c --- gmt-5.4.3+dfsg/src/gmt_grdio.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_grdio.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_grdio.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -117,7 +117,7 @@ if ((complex_mode & GMT_GRID_IS_COMPLEX_MASK) == 0) return GMT_OK; /* Regular, non-complex grid, nothing special to do */ - needed_size = 2ULL * header->mx * header->my; /* For the complex array */ + needed_size = 2ULL * ((size_t)header->mx) * ((size_t)header->my); /* For the complex array */ if (header->size < needed_size) { GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Internal Error: Complex grid not large enough to hold both components!.\n"); GMT_exit (GMT, GMT_DIM_TOO_SMALL); return GMT_DIM_TOO_SMALL; @@ -515,9 +515,9 @@ gmt_M_unused(GMT); if (pole == -1) - node = gmt_M_ijp (header, 0, 0); /* First node at S pole */ + node = gmt_M_ijp (header, header->n_rows-1, 0); /* First node at S pole */ else - node = gmt_M_ijp (header, header->n_rows-1, 0); /* First node at N pole */ + node = gmt_M_ijp (header, 0, 0); /* First node at N pole */ if (GMT->current.io.col_type[GMT_OUT][GMT_Z] == GMT_IS_AZIMUTH || GMT->current.io.col_type[GMT_OUT][GMT_Z] == GMT_IS_ANGLE) { /* Must average azimuths */ uint64_t orig = node; double s, c, sum_s = 0.0, sum_c = 0.0; @@ -546,7 +546,7 @@ if (!gmt_M_is_geographic (GMT, GMT_OUT)) return; /* Not geographic */ if (header->wesn[YLO] == -90.0) { /* Check consistency of S pole duplicates */ double sum; - node = gmt_M_ijp (header, 0, 0); /* First node at S pole */ + node = gmt_M_ijp (header, header->n_rows-1, 0); /* First node at S pole */ sum = grid[node++]; p_conflicts = 0; for (col = 1; col < header->n_columns; col++, node++) { @@ -561,7 +561,7 @@ } if (header->wesn[YHI] == +90.0) { /* Check consistency of N pole duplicates */ double sum; - node = gmt_M_ijp (header, header->n_rows-1, 0); /* First node at N pole */ + node = gmt_M_ijp (header, 0, 0); /* First node at N pole */ sum = grid[node++]; p_conflicts = 0; for (col = 1; col < header->n_columns; col++, node++) { @@ -629,7 +629,7 @@ /* See if the index of start of last new row exceeds index of last node in old grid */ start_last_new_row = gmt_M_get_nm (GMT, G->header->pad[YHI] + G->header->n_rows - 1, G->header->pad[XLO] + G->header->n_columns + G->header->pad[XHI]) + G->header->pad[XLO]; end_last_old_row = gmt_M_get_nm (GMT, h_old->pad[YHI] + h_old->n_rows - 1, h_old->pad[XLO] + h_old->n_columns + h_old->pad[XHI]) + h_old->pad[XLO] + h_old->n_columns - 1; - if (start_last_new_row > end_last_old_row) { /* May copy whole rows from bottom to top */ + if (start_last_new_row > end_last_old_row && (start_last_new_row - end_last_old_row) > G->header->n_columns) { /* May copy whole rows from bottom to top */ GMT_Report (GMT->parent, GMT_MSG_DEBUG, "grdio_pad_grd_on_sub can copy row-by-row\n"); for (row = G->header->n_rows; row > 0; row--) { ij_new = gmt_M_ijp (G->header, row-1, 0); /* Index of this row's first column in new padded grid */ @@ -1177,9 +1177,9 @@ } } -int gmtlib_get_grdtype (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *h) { +int gmtlib_get_grdtype (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_GRID_HEADER *h) { /* Determine if grid is Cartesian or geographic, and if so if longitude range is <360, ==360, or >360 */ - if (gmt_M_x_is_lon (GMT, GMT_IN)) { /* Data set is geographic with x = longitudes */ + if (gmt_M_x_is_lon (GMT, direction)) { /* Data set is geographic with x = longitudes */ if (fabs (h->wesn[XHI] - h->wesn[XLO] - 360.0) < GMT_CONV4_LIMIT) { GMT_Report (GMT->parent, GMT_MSG_LONG_VERBOSE, "Geographic grid, longitudes span exactly 360\n"); /* If w/e is 360 and gridline reg then we have a repeat entry for 360. For pixel there are never repeat pixels */ @@ -1215,6 +1215,59 @@ return (GMT_GRID_CARTESIAN); } +GMT_LOCAL void doctor_geo_increments (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header) { + /* Check for sloppy arc min/sec increments due to divisions by 60 or 3600 */ + double round_inc, scale, inc, slop; + unsigned int side; + static char *type[2] = {"longitude", "latitude"}; + + for (side = GMT_X; side <= GMT_Y; side++) { /* Check both increments */ + scale = (header->inc[side] < GMT_MIN2DEG) ? 3600.0 : 60.0; /* Check for clean multiples of minutes or seconds */ + inc = header->inc[side] * scale; + round_inc = rint (inc); + slop = fabs (inc - round_inc); + if (slop > 0 && slop < GMT_CONV4_LIMIT) { + inc = header->inc[side]; + header->inc[side] = round_inc / scale; + GMT_Report (GMT->parent, GMT_MSG_LONG_VERBOSE, "Round-off patrol changed geographic grid increment for %s from %.16g to %.16g\n", + type[side], inc, header->inc[side]); + } + } +} + +GMT_LOCAL void grdio_round_off_patrol (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header) { + /* This function is called after the read info functions return. We use it to make + * sure there are no tiny inconsistencies between grid increments and limits, and + * also check that geographic latitudes are within bounds. For geographic data we + * also examine if the increment * 60 or 3600 is very close (< 1e-4) to an integer, + * in which case we reset it to the exact reciprocal value. */ + unsigned int k; + double norm_v, round_v, d, slop; + static char *type[4] = {"xmin", "xmax", "ymin", "ymax"}; + + if (gmt_M_is_geographic (GMT, GMT_IN)) { /* Correct any slop in geographic increments */ + doctor_geo_increments (GMT, header); + if ((header->wesn[YLO]+90.0) < (-GMT_CONV4_LIMIT*header->inc[GMT_Y])) + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Round-off patrol found south latitude outside valid range (%.16g)!\n", header->wesn[YLO]); + if ((header->wesn[YHI]-90.0) > (GMT_CONV4_LIMIT*header->inc[GMT_Y])) + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Round-off patrol found north latitude outside valid range (%.16g)!\n", header->wesn[YHI]); + } + + /* If boundaries are close to multiple of inc/2 fix them */ + for (k = XLO; k <= YHI; k++) { /* Check all limits for closeness to 0.5*increments */ + d = 0.5 * ((k < YLO) ? header->inc[GMT_X] : header->inc[GMT_Y]); + norm_v = header->wesn[k] / d; + round_v = rint (norm_v); + slop = fabs (norm_v - round_v); + if (slop > GMT_CONV12_LIMIT && slop < GMT_CONV4_LIMIT) { /* Ignore super tiny-slop and larger mismatches */ + header->wesn[k] = round_v * d; + norm_v = header->wesn[k]; + GMT_Report (GMT->parent, GMT_MSG_LONG_VERBOSE, "Round-off patrol changed grid limit for %s from %.16g to %.16g\n", + type[k], norm_v, header->wesn[k]); + } + } +} + int gmtlib_read_grd_info (struct GMT_CTRL *GMT, char *file, struct GMT_GRID_HEADER *header) { /* file: File name * header: grid structure header @@ -1250,7 +1303,8 @@ header->nan_value = invalid; gmtlib_grd_get_units (GMT, header); - header->grdtype = gmtlib_get_grdtype (GMT, header); + grdio_round_off_patrol (GMT, header); /* Ensure limit/inc consistency */ + header->grdtype = gmtlib_get_grdtype (GMT, GMT_IN, header); gmt_M_err_pass (GMT, gmt_grd_RI_verify (GMT, header, 0), file); n_columns = header->n_columns; n_rows = header->n_rows; /* Save copy */ @@ -1340,7 +1394,7 @@ gmt_M_memcpy (header->wesn, wesn, 4, double); gmt_M_grd_setpad (GMT, header, pad); /* Copy the pad to the header */ gmt_set_grddim (GMT, header); /* Update all dimensions */ - header->grdtype = gmtlib_get_grdtype (GMT, header); /* Since may change if a subset */ + header->grdtype = gmtlib_get_grdtype (GMT, GMT_IN, header); /* Since may change if a subset */ if (expand) gmt_grd_zminmax (GMT, header, grid); /* Reset min/max since current extrema includes the padded region */ grdio_pack_grid (GMT, header, grid, k_grd_unpack); /* revert scale and offset */ gmt_BC_init (GMT, header); /* Initialize grid interpolation and boundary condition parameters */ @@ -1535,6 +1589,11 @@ else if (wesn[XLO] < header->wesn[XLO] || wesn[XHI] > header->wesn[XHI]) geo = true; /* Probably dealing with periodic grid */ + x = fabs (header->wesn[YLO] - wesn[YLO]); /* if |x| < GMT_CONV4_LIMIT * header->inc[GMT_Y] we set wesn to the grid limit */ + if (x > 0.0 && x < GMT_CONV4_LIMIT * header->inc[GMT_Y]) wesn[YLO] = header->wesn[YLO]; /* Avoid snafu */ + x = fabs (header->wesn[YHI] - wesn[YHI]); /* if |x| < GMT_CONV4_LIMIT * header->inc[GMT_Y] we set wesn to the grid limit */ + if (x > 0.0 && x < GMT_CONV4_LIMIT * header->inc[GMT_Y]) wesn[YHI] = header->wesn[YHI]; /* Avoid snafu */ + if (wesn[YLO] < header->wesn[YLO] || wesn[YHI] > header->wesn[YHI]) return (GMT_GRDIO_DOMAIN_VIOLATION); /* Calling program goofed... */ one_or_zero = (header->registration == GMT_GRID_PIXEL_REG) ? 0 : 1; @@ -2365,7 +2424,7 @@ } /* Here the pads differ (or G has no pad at all) */ is_complex = (G->header->complex_mode & GMT_GRID_IS_COMPLEX_MASK); - size = gmt_M_grd_get_nxpad (G->header, pad) * gmt_M_grd_get_nypad (G->header, pad); /* New array size after pad is added */ + size = ((size_t)gmt_M_grd_get_nxpad (G->header, pad)) * ((size_t)gmt_M_grd_get_nypad (G->header, pad)); /* New array size after pad is added */ if (is_complex) size *= 2; /* Twice the space for complex grids */ if (size > G->header->size) { /* Must allocate more space, but since no realloc for aligned memory we must do it the hard way */ float *f = NULL; @@ -2517,7 +2576,7 @@ return (false); } -int gmtgrdio_init_grdheader (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, struct GMT_OPTION *options, +int gmtgrdio_init_grdheader (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_GRID_HEADER *header, struct GMT_OPTION *options, uint64_t dim[], double wesn[], double inc[], unsigned int registration, unsigned int mode) { /* Convenient way of setting a header struct wesn, inc, and registartion, then compute dimensions, etc. */ double wesn_dup[4] = {0.0, 0.0, 0.0, 0.0}, inc_dup[2] = {0.0, 0.0}; @@ -2572,7 +2631,7 @@ header->registration = registration; /* mode may contain complex mode information */ header->complex_mode = (mode & GMT_GRID_IS_COMPLEX_MASK); - header->grdtype = gmtlib_get_grdtype (GMT, header); + header->grdtype = gmtlib_get_grdtype (GMT, direction, header); gmt_RI_prepare (GMT, header); /* Ensure -R -I consistency and set n_columns, n_rows in case of meter units etc. */ gmt_M_err_pass (GMT, gmt_grd_RI_verify (GMT, header, 1), ""); gmt_M_grd_setpad (GMT, header, GMT->current.io.pad); /* Assign default GMT pad */ @@ -2580,7 +2639,7 @@ gmt_set_grddim (GMT, header); /* Set all dimensions before returning */ gmtlib_grd_get_units (GMT, header); gmt_BC_init (GMT, header); /* Initialize grid interpolation and boundary condition parameters */ - header->grdtype = gmtlib_get_grdtype (GMT, header); /* Set grid type (i.e. periodicity for global grids) */ + header->grdtype = gmtlib_get_grdtype (GMT, direction, header); /* Set grid type (i.e. periodicity for global grids) */ return (GMT_NOERROR); } @@ -2811,17 +2870,17 @@ } /* Reverses the grid vertically, that is, from north up to south up or vice versa. */ -void gmtlib_grd_flip_vertical (void *gridp, const unsigned n_cols, const unsigned n_rows, const unsigned n_stride, size_t cell_size) { +void gmtlib_grd_flip_vertical (void *gridp, const unsigned n_cols32, const unsigned n_rows32, const unsigned n_stride32, size_t cell_size) { /* Note: when grid is complex, pass 2x n_rows */ - unsigned rows_over_2 = (unsigned) floor (n_rows / 2.0); - unsigned row; - unsigned stride = n_cols; /* stride is the distance between rows. defaults to n_cols */ + size_t row, n_cols = n_cols32, n_rows = n_rows32; + size_t rows_over_2 = (size_t) floor (n_rows / 2.0); + size_t stride = n_cols; /* stride is the distance between rows. defaults to n_cols */ char *grid = (char*)gridp; - char *tmp = malloc (n_cols * cell_size); + char *tmp = calloc (n_cols, cell_size); char *top, *bottom; - if (n_stride != 0) - stride = n_stride; + if (n_stride32 != 0) + stride = (size_t)n_stride32; for (row = 0; row < rows_over_2; ++row) { /* pointer to top row: */ @@ -2919,6 +2978,7 @@ int gmtlib_read_image_info (struct GMT_CTRL *GMT, char *file, struct GMT_IMAGE *I) { size_t k; + char *p; double dumb; struct GMT_GDALREAD_IN_CTRL *to_gdalread = NULL; struct GMT_GDALREAD_OUT_CTRL *from_gdalread = NULL; @@ -2936,6 +2996,7 @@ I->header->pocket = strdup (&file[k+2]); file[k] = '\0'; } + if ((p = strchr (file, '=')) != NULL) *p = '\0'; /* Chop off any = */ if (gmt_gdalread (GMT, file, to_gdalread, from_gdalread)) { GMT_Report (GMT->parent, GMT_MSG_NORMAL, "ERROR reading image with gdalread.\n"); diff -Nru gmt-5.4.3+dfsg/src/gmt_grdio.h gmt-5.4.5+dfsg/src/gmt_grdio.h --- gmt-5.4.3+dfsg/src/gmt_grdio.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_grdio.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_grdio.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt.h gmt-5.4.5+dfsg/src/gmt.h --- gmt-5.4.3+dfsg/src/gmt.h 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: gmt.h 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1991-2018 * P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe diff -Nru gmt-5.4.3+dfsg/src/gmt_hash.h gmt-5.4.5+dfsg/src/gmt_hash.h --- gmt-5.4.3+dfsg/src/gmt_hash.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_hash.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_hash.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtinfo.c gmt-5.4.5+dfsg/src/gmtinfo.c --- gmt-5.4.3+dfsg/src/gmtinfo.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtinfo.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtinfo.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -390,6 +390,8 @@ Return (API->error); } if ((error = gmt_set_cols (GMT, GMT_OUT, 5)) != 0) Return (error); + for (col = 0; col < 5; col++) GMT->current.io.col_type[GMT_OUT][col] = GMT_IS_FLOAT; + switch (Ctrl->F.mode) { case GMT_INFO_TOTAL: /* Report total number of tables */ out[0] = (double)D->n_tables; diff -Nru gmt-5.4.3+dfsg/src/gmt_init.c gmt-5.4.5+dfsg/src/gmt_init.c --- gmt-5.4.3+dfsg/src/gmt_init.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_init.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_init.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -66,8 +66,6 @@ * gmt_parse_R_option * gmt_parse_range * gmt_parse_d_option - * gmt_disable_ih_opts - * gmt_reenable_ih_opts * gmt_parse_i_option * gmt_parse_o_option * gmt_parse_model @@ -2463,6 +2461,8 @@ if ((this_c = getenv ("HOME")) != NULL) /* HOME was set */ GMT->session.HOMEDIR = strdup (this_c); #ifdef WIN32 + else if ((this_c = getenv ("USERPROFILE")) != NULL) /* USERPROFILE was set */ + GMT->session.HOMEDIR = strdup (this_c); else if ((this_c = getenv ("HOMEPATH")) != NULL) /* HOMEPATH was set */ GMT->session.HOMEDIR = strdup (this_c); #endif @@ -3233,14 +3233,15 @@ /* First determine that the given -B string is indeed the framesetting option. If not return -1 */ - if (strchr ("pxyz", in[0])) return (-1); /* -B[p[xyz] is definitively not the frame settings (-Bs is tricker; see below) */ + if (strchr ("pxy", in[0])) return (-1); /* -B[p[xy] is definitively not the frame settings (-Bz is tricker; see below) */ if (strstr (in, "+b")) is_frame++; /* Found a +b so likely frame */ if (strstr (in, "+g")) is_frame++; /* Found a +g so likely frame */ if (strstr (in, "+n")) is_frame++; /* Found a +n so likely frame */ if (strstr (in, "+o")) is_frame++; /* Found a +o so likely frame */ if (strstr (in, "+t")) is_frame++; /* Found a +t so likely frame */ - if (strchr ("WESNZwenz", in[0])) is_frame++; /* Found one of the side specifiers so likely frame (left s off since -Bs could trick it) */ - if (in[0] == 's' && (in[1] == 0 || strchr ("WESNZwenz", in[1]) != NULL)) is_frame++; /* Found -Bs (just draw south axis) or -Bs */ + if (in[0] != 'z' && strchr ("WESNZwenzlrbtu", in[0])) is_frame++; /* Found one of the side specifiers so likely frame (check on z since -Bzaf could trick it) */ + if (in[0] == 's' && (in[1] == 0 || strchr ("WESNZwenzlrbtu", in[1]) != NULL)) is_frame++; /* Found -Bs (just draw south axis) or -Bs */ + if (in[0] == 'z' && !is_frame && (in[1] == 0 || strchr ("WESNwenlrbtu", in[1]) != NULL)) is_frame++; /* Found -Bz in frame context, e.g. -Bzwn */ if (is_frame == 0) return (-1); /* No, nothing matched */ /* OK, here we are pretty sure this is a frame -B statement */ @@ -5663,7 +5664,7 @@ gmt_message (GMT, "\t -Jy|Y[/[/]]| (Cylindrical Equal-area)\n"); gmt_message (GMT, "\t Give central meridian (opt), standard parallel (opt) and scale\n"); - gmt_message (GMT, "\t = 50 (Balthasart), 45 (Gall-Peters), 37.5 (Hobo-Dyer), 37.4 (Trystan Edwards),\n"); + gmt_message (GMT, "\t = 50 (Balthasart), 45 (Gall), 37.5 (Hobo-Dyer), 37.4 (Trystan Edwards),\n"); gmt_message (GMT, "\t 37.0666 (Caster), 30 (Behrmann), 0 (Lambert, default)\n"); gmt_message (GMT, "\t -Jx|X[/] (Linear, log, power scaling)\n"); @@ -7209,21 +7210,6 @@ return (GMT_NOERROR); } -/*! Routine will temporarily suspend any -i, -h selections for secondary inputs */ -void gmt_disable_ih_opts (struct GMT_CTRL *GMT) { - /* Temporarily turn off any -i, -h selections */ - GMT->common.i.active = false; - GMT->current.setting.io_header_orig = GMT->current.setting.io_header[GMT_IN]; - GMT->current.setting.io_header[GMT_IN] = false; -} - -/*! Routine will re-enable any suspended -i, -h selections */ -void gmt_reenable_ih_opts (struct GMT_CTRL *GMT) { - /* Turn on again any -i, -h selections */ - GMT->common.i.active = GMT->common.i.orig; - GMT->current.setting.io_header[GMT_IN] = GMT->current.setting.io_header_orig; -} - /*! Routine will decode the -i|[+l][+s][+o],... arguments */ int gmt_parse_i_option (struct GMT_CTRL *GMT, char *arg) { diff -Nru gmt-5.4.3+dfsg/src/gmt_internals.h gmt-5.4.5+dfsg/src/gmt_internals.h --- gmt-5.4.3+dfsg/src/gmt_internals.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_internals.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_internals.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -147,7 +147,7 @@ EXTERN_MSC void gmtlib_str_tolower (char *string); EXTERN_MSC char *gmtlib_file_unitscale (char *name); EXTERN_MSC void gmtlib_set_oblique_pole_and_origin (struct GMT_CTRL *GMT, double plon, double plat, double olon, double olat); -EXTERN_MSC int gmtlib_get_grdtype (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *h); +EXTERN_MSC int gmtlib_get_grdtype (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_GRID_HEADER *h); EXTERN_MSC void gmtlib_grd_real_interleave (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, float *data); EXTERN_MSC void gmtlib_grd_get_units (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header); EXTERN_MSC void gmtlib_grd_set_units (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header); diff -Nru gmt-5.4.3+dfsg/src/gmt_io.c gmt-5.4.5+dfsg/src/gmt_io.c --- gmt-5.4.3+dfsg/src/gmt_io.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_io.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_io.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -79,6 +79,8 @@ * gmt_format_abstime_output * gmt_ascii_format_col * gmt_init_io_columns + * gmt_disable_bhi_opts + * gmt_reenable_bhi_opts * gmt_lon_range_adjust * gmt_quad_reset * gmt_quad_init @@ -378,20 +380,28 @@ /*! . */ GMT_LOCAL void gmtio_handle_bars (struct GMT_CTRL *GMT, char *in, unsigned way) { /* Way = 0: replace | inside quotes with ASCII 1, Way = 1: Replace ASCII 1 with | */ + /* Need to handle cases like ...|"St. George's Channel"|... with a mix of quotes. */ + char the_quote = '\0'; /* Don't know what type of quote is used */ gmt_M_unused(GMT); if (in == NULL || in[0] == '\0') return; /* No string to check */ - if (way == 0) { /* Replace | within quotes with a single ASCII 1 */ + if (way == 0) { /* Replace | found inside quotes with a single ASCII 1 */ char *c = in; bool replace = false; + while (*c && the_quote == '\0') { /* Find the first quote character which we assume is what is used for a sentence which may contain another quote */ + if (*c == '\"' || *c == '\'') the_quote = *c; + ++c; + } + if (the_quote == '\0') the_quote = '\"'; /* No quotes found so just set the default quote */ + c = in; /* Start over */ while (*c) { - if (*c == '\"' || *c == '\'') + if (*c == the_quote) replace = !replace; else if (*c == '|' && replace) *c = 1; ++c; } } - else /* way != 0: Replace single ASCII 1 with + */ + else /* way != 0: Replace single ASCII 1 with | */ gmt_strrepc (in, 1, '|'); } @@ -402,7 +412,7 @@ if (S == NULL || S->n == 0) return (true); /* No selection criteria given, so can only return true */ /* Could be one or n patterns to check */ for (uint64_t k = 0; !match && k < S->n; k++) { -#if !defined(WIN32) || (defined(WIN32) && defined(HAVE_PCRE)) +#if !defined(WIN32) || (defined(WIN32) && defined(HAVE_PCRE)) || (defined(WIN32) && defined(HAVE_PCRE2)) if (S->regexp[k]) match = gmtlib_regexp_match (GMT, record, S->pattern[k], S->caseless[k]); /* true if we matched */ else @@ -4892,6 +4902,32 @@ gmt_M_memset (GMT->current.io.prev_rec, GMT_MAX_COLUMNS, double); } +/*! Routine will temporarily suspend any -i, -h selections for secondary inputs */ +void gmt_disable_bhi_opts (struct GMT_CTRL *GMT) { + /* Temporarily turn off any -i, -h selections */ + GMT->common.i.active = false; + GMT->current.setting.io_header_orig = GMT->current.setting.io_header[GMT_IN]; + GMT->current.setting.io_header[GMT_IN] = false; + /* Then deal with primary binary input selection */ + if (GMT->common.b.active[GMT_IN]) { /* Secondary file input requires ascii */ + GMT->common.b.active[GMT_IN] = false; + GMT->common.b.bin_primary = true; + GMT->current.io.input = &gmtio_ascii_input; + } +} + +/*! Routine will re-enable any suspended -i, -h selections */ +void gmt_reenable_bhi_opts (struct GMT_CTRL *GMT) { + /* Turn on again any -i, -h selections */ + GMT->common.i.active = GMT->common.i.orig; + GMT->current.setting.io_header[GMT_IN] = GMT->current.setting.io_header_orig; + if (GMT->common.b.bin_primary) { /* Switch back to primary i/o mode which was binary */ + GMT->common.b.active[GMT_IN] = true; + GMT->common.b.bin_primary = false; + GMT->current.io.input = &gmtio_bin_input; + } +} + /*! . */ void gmt_lon_range_adjust (unsigned int range, double *lon) { switch (range) { /* Adjust to the desired range */ @@ -5639,7 +5675,7 @@ r->get_gmt_ij = (r->format == GMT_IS_COL_FORMAT) ? gmtio_col_ij : gmtio_row_ij; r->x_period = G->header->n_columns - r->x_missing; r->y_period = G->header->n_rows - r->y_missing; - r->n_expected = r->x_period * r->y_period; + r->n_expected = ((uint64_t)r->x_period) * ((uint64_t)r->y_period); return (GMT_NOERROR); } @@ -6332,7 +6368,7 @@ } } } - if (geometry == GMT_IS_POLY) + if (geometry & GMT_IS_POLY) gmt_set_seg_polar (GMT, S); } diff -Nru gmt-5.4.3+dfsg/src/gmt_io.h gmt-5.4.5+dfsg/src/gmt_io.h --- gmt-5.4.3+dfsg/src/gmt_io.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_io.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_io.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -72,11 +72,12 @@ /* Note: As far as registering or reading data, GMT only needs to know if data type is POINT, LINE, or POLY */ enum GMT_enum_ogr { - GMT_IS_LINESTRING = 2, - GMT_IS_POLYGON, - GMT_IS_MULTIPOINT, - GMT_IS_MULTILINESTRING, - GMT_IS_MULTIPOLYGON}; + GMT_IS_LINESTRING = 2U, + GMT_IS_POLYGON = 4U, + GMT_IS_MULTI = 64U, /* Flag for multi-versions of geometry */ + GMT_IS_MULTIPOINT = 65U, /* 1 plus 64 for multi */ + GMT_IS_MULTILINESTRING = 66U, /* 2 plus 64 for multi */ + GMT_IS_MULTIPOLYGON = 68U}; /* 4 plus 64 for multi */ /*! Codes for aspatial association with segment header options: */ enum GMT_enum_segopt { diff -Nru gmt-5.4.3+dfsg/src/gmt_keywords.d gmt-5.4.5+dfsg/src/gmt_keywords.d --- gmt-5.4.3+dfsg/src/gmt_keywords.d 2014-09-28 17:56:25.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_keywords.d 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmt_keywords.d 13556 2014-09-28 17:56:25Z remko $ +# $Id$ # # List of all deprecated GMT 4 defaults parameters (and some from GMT 5) # This file will eventually be removed when we no longer support GMT 4 diff -Nru gmt-5.4.3+dfsg/src/gmt_keywords.txt gmt-5.4.5+dfsg/src/gmt_keywords.txt --- gmt-5.4.3+dfsg/src/gmt_keywords.txt 2017-04-26 23:09:48.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_keywords.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: gmt_keywords.txt 18041 2017-04-26 23:09:48Z pwessel $ +# $Id$ # # List of all GMT 5 defaults parameters. # diff -Nru gmt-5.4.3+dfsg/src/gmtlogo.c gmt-5.4.5+dfsg/src/gmtlogo.c --- gmt-5.4.3+dfsg/src/gmtlogo.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtlogo.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtlogo.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_macros.h gmt-5.4.5+dfsg/src/gmt_macros.h --- gmt-5.4.3+dfsg/src/gmt_macros.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_macros.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_macros.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_map.c gmt-5.4.5+dfsg/src/gmt_map.c --- gmt-5.4.3+dfsg/src/gmt_map.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_map.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_map.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -6444,7 +6444,7 @@ * parameters[0] is longitude of origin * parameters[1] is scale in inch (or cm)/degree along parallels OR 1:xxxxx OR map-width * - * CYLINDRICAL EQUAL-AREA projections (Behrmann, Gall-Peters): + * CYLINDRICAL EQUAL-AREA projections (Behrmann, Gall): * parameters[0] is longitude of origin * parameters[1] is the standard parallel * parameters[2] is scale in inch (or cm)/degree along parallels OR 1:xxxxx OR map-width diff -Nru gmt-5.4.3+dfsg/src/gmtmath.c gmt-5.4.5+dfsg/src/gmtmath.c --- gmt-5.4.3+dfsg/src/gmtmath.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtmath.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtmath.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -5042,12 +5042,12 @@ GMT_Report (API, GMT_MSG_NORMAL, "Syntax error: Cannot have data files when -A is specified\n"); Return (GMT_RUNTIME_ERROR); } - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -A files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -A files */ if ((A_in = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_NONE, GMT_READ_NORMAL, NULL, Ctrl->A.file, NULL)) == NULL) { GMT_Report (API, GMT_MSG_NORMAL, "Error reading file %s\n", Ctrl->A.file); Return (API->error); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ rhs = A_in->table[0]; /* Only one table */ if (Ctrl->A.w_mode) { /* Need at least 3 columns */ if (rhs->n_columns < 3) { diff -Nru gmt-5.4.3+dfsg/src/gmtmath_explain.h.in gmt-5.4.5+dfsg/src/gmtmath_explain.h.in --- gmt-5.4.3+dfsg/src/gmtmath_explain.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtmath_explain.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: gmtmath_explain.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/gmtmath.h.in gmt-5.4.5+dfsg/src/gmtmath.h.in --- gmt-5.4.3+dfsg/src/gmtmath.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtmath.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: gmtmath.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/gmtmath_op.h.in gmt-5.4.5+dfsg/src/gmtmath_op.h.in --- gmt-5.4.3+dfsg/src/gmtmath_op.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtmath_op.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: gmtmath_op.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/gmt_mb.h gmt-5.4.5+dfsg/src/gmt_mb.h --- gmt-5.4.3+dfsg/src/gmt_mb.h 1970-01-01 00:00:00.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_mb.h 2019-01-03 20:39:17.000000000 +0000 @@ -0,0 +1,81 @@ +/*-------------------------------------------------------------------- + * $Id$ + * + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * See LICENSE.TXT file for copying and redistribution conditions. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3 or any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * Contact info: gmt.soest.hawaii.edu + *--------------------------------------------------------------------*/ + +/* + * File with definitions that allows compatibility between GMT 5 and + * the MB-system programs mbcontour.c, mbgrdtiff.c, and mbswath.c. + * + * Author: Paul Wessel + * Date: 11-Mar-2018 + * Version: 5 API + */ + +/* Only included when compiling the MB system */ +#ifndef GMT_MB_H +#define GMT_MB_H + +/* Compatibility with old lower-function/macro names use prior to GMT 5.3.0 */ +#if GMT_MAJOR_VERSION == 5 && GMT_MINOR_VERSION < 3 +#define gmt_M_180_range GMT_180_RANGE +#define gmt_M_free_options GMT_Free_Options +#define gmt_M_ijp GMT_IJP +#define gmt_M_ijpgi GMT_IJPGI +#define gmt_M_check_condition GMT_check_condition +#define gmt_M_get_inc GMT_get_inc +#define gmt_M_get_n GMT_get_n +#define gmt_M_grd_is_global GMT_grd_is_global +#define gmt_M_grd_same_region GMT_grd_same_region +#define gmt_M_is255 GMT_is255 +#define gmt_M_is_geographic GMT_is_geographic +#define gmt_M_memcpy GMT_memcpy +#define gmt_M_rgb_copy GMT_rgb_copy +#define gmt_M_u255 GMT_u255 +#define gmt_M_err_fail GMT_err_fail +#define gmt_M_free GMT_free +#define gmt_M_is_fnan GMT_is_fnan +#define gmt_M_memory GMT_memory +#define gmt_get_cpt GMT_Get_CPT +#define gmt_access GMT_access +#define gmt_begin_module GMT_begin_module +#define gmt_check_filearg GMT_check_filearg +#define gmt_default_error GMT_default_error +#define gmt_end_module GMT_end_module +#define gmt_geo_to_xy GMT_geo_to_xy +#define gmt_get_api_ptr GMT_get_API_ptr +#define gmt_get_rgb_from_z GMT_get_rgb_from_z +#define gmt_getrgb GMT_getrgb +#define gmt_grd_project GMT_grd_project +#define gmt_grd_setregion GMT_grd_setregion +#define gmt_illuminate GMT_illuminate +#define gmt_map_basemap GMT_map_basemap +#define gmt_map_clip_off GMT_map_clip_off +#define gmt_map_clip_on GMT_map_clip_on +#define gmt_map_setup GMT_map_setup +#define gmt_not_numeric GMT_not_numeric +#define gmt_plane_perspective GMT_plane_perspective +#define gmt_plotcanvas GMT_plotcanvas +#define gmt_plotend GMT_plotend +#define gmt_plotinit GMT_plotinit +#define gmt_project_init GMT_project_init +#define gmt_putrgb GMT_putrgb +#define gmt_rgb_syntax GMT_rgb_syntax +#define gmt_set_grddim GMT_set_grddim +#define gmt_show_name_and_purpose GMT_show_name_and_purpose +#endif + +#endif /* GMT_MB_H */ diff -Nru gmt-5.4.3+dfsg/src/gmt_memory.c gmt-5.4.5+dfsg/src/gmt_memory.c --- gmt-5.4.3+dfsg/src/gmt_memory.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_memory.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_memory.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_memory.h gmt-5.4.5+dfsg/src/gmt_memory.h --- gmt-5.4.3+dfsg/src/gmt_memory.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_memory.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_memory.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_mgg_header2.c gmt-5.4.5+dfsg/src/gmt_mgg_header2.c --- gmt-5.4.3+dfsg/src/gmt_mgg_header2.c 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_mgg_header2.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_mgg_header2.c 17328 2016-11-08 20:38:56Z pwessel $ +/* $Id$ * * Code donated by David Divens, NOAA/NGDC * Distributed under the GNU Public License (see LICENSE.TXT for details) diff -Nru gmt-5.4.3+dfsg/src/gmt_mgg_header2.h gmt-5.4.5+dfsg/src/gmt_mgg_header2.h --- gmt-5.4.3+dfsg/src/gmt_mgg_header2.h 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_mgg_header2.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_mgg_header2.h 15178 2015-11-06 10:45:03Z fwobbe $ +/* $Id$ * * Code donated by David Divens, NOAA/NGDC * Distributed under the GNU Public License (see LICENSE.TXT for details) diff -Nru gmt-5.4.3+dfsg/src/gmt_nan.h gmt-5.4.5+dfsg/src/gmt_nan.h --- gmt-5.4.3+dfsg/src/gmt_nan.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_nan.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_nan.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -45,11 +45,15 @@ # define gmt_M_make_dnan(x) (x = DBL_MAX) # define gmt_M_is_fnan(x) ((x) == FLT_MAX) # define gmt_M_is_dnan(x) ((x) == DBL_MAX) +# define gmt_M_is_finf(x) ((x) == FLT_MAX) +# define gmt_M_is_dinf(x) ((x) == DBL_MAX) #else # define gmt_M_make_fnan(x) (x = (float) NAN) # define gmt_M_make_dnan(x) (x = NAN) # define gmt_M_is_fnan isnan # define gmt_M_is_dnan isnan +# define gmt_M_is_finf isinf +# define gmt_M_is_dinf isinf #endif #endif /* _GMT_NAN_H */ diff -Nru gmt-5.4.3+dfsg/src/gmt_nc.c gmt-5.4.5+dfsg/src/gmt_nc.c --- gmt-5.4.3+dfsg/src/gmt_nc.c 2017-12-28 00:55:59.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_nc.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_nc.c 19525 2017-12-28 00:55:59Z jluis $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -80,6 +80,7 @@ int gmt_cdf_read_grd (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, float *grid, double wesn[], unsigned int *pad, unsigned int complex_mode); static int nc_libvers[] = {-1, -1, -1, -1}; /* holds the version of the netCDF library */ +static char *regtype[2] = {"gridline", "pixel"}; GMT_LOCAL const int * gmtnc_netcdf_libvers (void) { static bool inquired = false; @@ -369,9 +370,9 @@ } GMT_LOCAL int gmtnc_grd_info (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, char job) { - int j, err, has_vector; + int j, err, has_vector, has_range, registration; int old_fill_mode, status; - double dummy[2], *xy = NULL; + double dummy[2], *xy = NULL, tmp; char dimname[GMT_GRID_UNIT_LEN80], coord[8]; nc_type z_type; @@ -527,12 +528,19 @@ if (job == 'u') gmt_M_err_trap (nc_redef (ncid)); if (job == 'r') { + bool set_reg = true; + double dx, dy; /* Get global information */ if (gmtlib_nc_get_att_text (GMT, ncid, NC_GLOBAL, "title", header->title, GMT_GRID_TITLE_LEN80)) gmtlib_nc_get_att_text (GMT, ncid, z_id, "long_name", header->title, GMT_GRID_TITLE_LEN80); if (gmtlib_nc_get_att_text (GMT, ncid, NC_GLOBAL, "history", header->command, GMT_GRID_COMMAND_LEN320)) gmtlib_nc_get_att_text (GMT, ncid, NC_GLOBAL, "source", header->command, GMT_GRID_COMMAND_LEN320); gmtlib_nc_get_att_text (GMT, ncid, NC_GLOBAL, "description", header->remark, GMT_GRID_REMARK_LEN160); + header->registration = GMT_GRID_NODE_REG; + if (!nc_get_att_int (ncid, NC_GLOBAL, "node_offset", &i)) { /* GMT wrote the registration in the grid */ + header->registration = i; + set_reg = false; /* Do not update it below since we know the registration */ + } if (gm_id > 0) { size_t len; @@ -545,57 +553,157 @@ gmt_M_free (GMT, pch); } + /* Explanation for the logic below: Not all netCDF grids are proper COARDS grids and hence we sometime must guess + * regarding the settings. The x and y coordinates may be written as arrays, which reflect the positions of the + * nodes. There may also be the attributes actual_range which specifies the x range. These will differ if the + * grid is pixel registered, hence when both are present we use this difference to detect a pixel grid. However, + * some external tools such as xarray may slice a grid but not update the attributes. In this case the actual_range + * may have an initial range that is no longer the case. We have added a check if these differ by more than a + * half grid increment. If not then we can trust it. If actual_range is missing then we have to guess the registration + * which we do by checking if the range is an integer multiple of the increment. If not, we guess pixel registration. + * Finally, if there is no array just the actual_range, then we cannot tell the registration from the range but try + * and leave it as gridline registration. */ + /* Create enough memory to store the x- and y-coordinate values */ xy = gmt_M_memory (GMT, NULL, MAX (header->n_columns, header->n_rows), double); /* Get information about x variable */ gmtnc_get_units (GMT, ncid, ids[header->xy_dim[0]], header->x_units); - if ((has_vector = !nc_get_var_double (ncid, ids[header->xy_dim[0]], xy))) + /* Set default range to number of nodes in case nothing is found further down */ + dummy[0] = 0.0, dummy[1] = (double) header->n_columns-1; /* Default */ + registration = GMT_GRID_NODE_REG; + + /* Look for the x-coordinate vector */ + if ((has_vector = !nc_get_var_double (ncid, ids[header->xy_dim[0]], xy))) { gmtnc_check_step (GMT, header->n_columns, xy, header->x_units, header->name); - if (!nc_get_att_double (ncid, ids[header->xy_dim[0]], "actual_range", dummy) || - !nc_get_att_double (ncid, ids[header->xy_dim[0]], "valid_range", dummy)) { - /* If actual range differs from end-points of vector then we have a pixel grid */ - header->wesn[XLO] = dummy[0], header->wesn[XHI] = dummy[1]; - header->registration = (has_vector && fabs(dummy[1] - dummy[0]) / fabs(xy[header->n_columns-1] - xy[0]) - 1.0 > 0.5 / (header->n_columns - 1)) ? - GMT_GRID_PIXEL_REG : GMT_GRID_NODE_REG; + dx = fabs (xy[1] - xy[0]); /* Grid spacing in x */ + } + + /* Look for the x-coordinate range attributes */ + has_range = (!nc_get_att_double (ncid, ids[header->xy_dim[0]], "actual_range", dummy) || + !nc_get_att_double (ncid, ids[header->xy_dim[0]], "valid_range", dummy) || + !(nc_get_att_double (ncid, ids[header->xy_dim[0]], "valid_min", &dummy[0]) + + nc_get_att_double (ncid, ids[header->xy_dim[0]], "valid_max", &dummy[1]))); + + if (has_vector && has_range) { /* has both so we can do a basic sanity check */ + if (fabs (dummy[0] - xy[0]) > (0.5001 * dx) || fabs (dummy[1] - xy[header->n_columns-1]) > (0.5001 * dx)) { + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "The x-coordinates and range attribute are in conflict; must rely on coordinates only\n"); + dummy[0] = xy[0], dummy[1] = xy[header->n_columns-1]; + has_range = false; /* Since useless information */ + /* For registration, we have to assume that the actual range is an integer multiple of increment. + * If so, then if the coordinates are off by 0.5*dx then we assume we have pixel registration */ + if (set_reg && fabs (fmod (dummy[0], dx)) > (0.4999 * dx)) /* Pixel registration */ + registration = header->registration = GMT_GRID_PIXEL_REG; + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Guessing registration to be %s\n", regtype[header->registration]); + } + else { /* Data seems OK; determine registration */ + dummy[0] = xy[0], dummy[1] = xy[header->n_columns-1]; + if (set_reg && (fabs(dummy[1] - dummy[0]) / fabs(xy[header->n_columns-1] - xy[0]) - 1.0 > 0.5 / (header->n_columns - 1))) + registration = header->registration = GMT_GRID_PIXEL_REG; + } } - else if (has_vector) { /* Got node vector, so default to gridline registration */ - header->wesn[XLO] = xy[0], header->wesn[XHI] = xy[header->n_columns-1]; - header->registration = GMT_GRID_NODE_REG; - } - else { /* Lacks x-vector entirely so set to point numbers, and gridline registration */ - header->wesn[XLO] = 0.0, header->wesn[XHI] = (double) header->n_columns-1; - header->registration = GMT_GRID_NODE_REG; + else if (has_vector) { /* No attribute for range, use coordinates */ + dummy[0] = xy[0], dummy[1] = xy[header->n_columns-1]; + if (set_reg && fabs (fmod (dummy[0], dx)) > (0.4999 * dx)) /* Pixel registration */ + registration = header->registration = GMT_GRID_PIXEL_REG; + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "No range attribute, guessing registration to be %s\n", regtype[header->registration]); + } + else { /* Only has the valid_range settings */ + if (set_reg && fabs (fmod (dummy[0], dx)) > (0.4999 * dx)) /* Pixel registration */ + registration = header->registration = GMT_GRID_PIXEL_REG; + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "No x-coordinates, guessing registration to be %s\n", regtype[header->registration]); } - header->inc[GMT_X] = gmt_M_get_inc (GMT, header->wesn[XLO], header->wesn[XHI], header->n_columns, header->registration); + + /* Determine grid step */ + header->inc[GMT_X] = gmt_M_get_inc (GMT, dummy[0], dummy[1], header->n_columns, registration); if (gmt_M_is_dnan(header->inc[GMT_X])) header->inc[GMT_X] = 1.0; +#ifdef NC4_DEBUG + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "x registration: %u\n", header->registration); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "x dummy: %g %g\n", dummy[0], dummy[1]); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "x[0] x[nx-1]: %g %g\n", xy[0], xy[header->n_columns-1]); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "xinc: %g %g\n", header->inc[GMT_X]); +#endif + + /* Extend x boundaries by half if we found pixel registration */ + if (registration == GMT_GRID_NODE_REG && header->registration == GMT_GRID_PIXEL_REG) + header->wesn[XLO] = dummy[0] - header->inc[GMT_X] / 2.0, + header->wesn[XHI] = dummy[1] + header->inc[GMT_X] / 2.0; + else /* Use as is */ + header->wesn[XLO] = dummy[0], header->wesn[XHI] = dummy[1]; + /* Get information about y variable */ gmtnc_get_units (GMT, ncid, ids[header->xy_dim[1]], header->y_units); - if ((has_vector = !nc_get_var_double (ncid, ids[header->xy_dim[1]], xy))) + /* Set default range to number of nodes in case nothing is found further down */ + dummy[0] = 0.0, dummy[1] = (double) header->n_rows-1; /* Default */ + registration = GMT_GRID_NODE_REG; + + /* Read the y-coordinate vector (if available), otherwise just look for range attributes */ + if ((has_vector = !nc_get_var_double (ncid, ids[header->xy_dim[1]], xy))) { gmtnc_check_step (GMT, header->n_rows, xy, header->y_units, header->name); - if (!nc_get_att_double (ncid, ids[header->xy_dim[1]], "actual_range", dummy) || - !nc_get_att_double (ncid, ids[header->xy_dim[1]], "valid_range", dummy)) - header->wesn[YLO] = dummy[0], header->wesn[YHI] = dummy[1]; - else if (has_vector) - header->wesn[YLO] = xy[0], header->wesn[YHI] = xy[header->n_rows-1]; - else - header->wesn[YLO] = 0.0, header->wesn[YHI] = (double) header->n_rows-1; + dummy[0] = xy[0], dummy[1] = xy[header->n_rows-1]; + dy = fabs (xy[1] - xy[0]); /* Grid spacing in y */ + } + has_range = (!nc_get_att_double (ncid, ids[header->xy_dim[1]], "actual_range", dummy) || + !nc_get_att_double (ncid, ids[header->xy_dim[1]], "valid_range", dummy) || + !(nc_get_att_double (ncid, ids[header->xy_dim[1]], "valid_min", &dummy[0]) + + nc_get_att_double (ncid, ids[header->xy_dim[1]], "valid_max", &dummy[1]))); + + if (has_vector && has_range) { /* Has both so we can do a basic sanity check */ + if (fabs (dummy[0] - xy[0]) > (0.5001 * dy) || fabs (dummy[1] - xy[header->n_rows-1]) > (0.5001 * dy)) { + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "The y-coordinates and range attribute are in conflict; must rely on coordinates only\n"); + dummy[0] = xy[0], dummy[1] = xy[header->n_rows-1]; + has_range = false; /* Since useless information */ + /* Registration was set using x values, so here we just check that we get the same result. + * If the coordinates are off by 0.5*dy then we assume we have pixel registration */ + if (fabs (fmod (dummy[0], dy)) > (0.4999 * dy) && header->registration == GMT_GRID_NODE_REG) /* Pixel registration? */ + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Guessing of registration in conflict between x and y, using %s\n", regtype[header->registration]); + } + else { /* Data seems OK; determine registration and set dummy from data coordinates */ + dummy[0] = xy[0], dummy[1] = xy[header->n_rows-1]; + if ((fabs(dummy[1] - dummy[0]) / fabs(xy[header->n_rows-1] - xy[0]) - 1.0 > 0.5 / (header->n_rows - 1)) && header->registration == GMT_GRID_NODE_REG) + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Guessing of registration in conflict between x and y, using %s\n", regtype[header->registration]); + } + } + else if (has_vector) { /* No attribute for range, use coordinates */ + dummy[0] = xy[0], dummy[1] = xy[header->n_rows-1]; + if ((fabs (fmod (dummy[0], dy)) > (0.4999 * dy)) && header->registration == GMT_GRID_NODE_REG) /* Pixel registration? */ + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Guessing of registration in conflict between x and y, using %s\n", regtype[header->registration]); + } + else { /* Only has the valid_range settings */ + if (fabs (fmod (dummy[0], dy)) > (0.4999 * dy) && header->registration == GMT_GRID_NODE_REG) /* Pixel registration? */ + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Guessing of registration in conflict between x and y, using %s\n", regtype[header->registration]); + } /* Check for reverse order of y-coordinate */ - if (header->wesn[YLO] > header->wesn[YHI]) { + if (dummy[0] > dummy[1]) { header->row_order = k_nc_start_north; - dummy[0] = header->wesn[YHI], dummy[1] = header->wesn[YLO]; - header->wesn[YLO] = dummy[0], header->wesn[YHI] = dummy[1]; + tmp = dummy[1], dummy[1] = dummy[0], dummy[0] = tmp; } - else if (has_vector && xy[0] > xy[header->n_rows-1]) + else if (has_vector && (xy[0] > xy[header->n_rows-1]) && (dummy[0] > dummy[1])) /* Here the lat vector is top-down but range is bottum-up */ header->row_order = k_nc_start_north; else header->row_order = k_nc_start_south; - header->inc[GMT_Y] = gmt_M_get_inc (GMT, header->wesn[YLO], header->wesn[YHI], header->n_rows, header->registration); + + /* Determine grid step */ + header->inc[GMT_Y] = gmt_M_get_inc (GMT, dummy[0], dummy[1], header->n_rows, registration); if (gmt_M_is_dnan(header->inc[GMT_Y])) header->inc[GMT_Y] = 1.0; - gmt_M_free (GMT, xy); +#ifdef NC4_DEBUG + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "y registration: %u\n", header->registration); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "y dummy: %g %g\n", dummy[0], dummy[1]); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "y[0] y[ny-1]: %g %g\n", xy[0], xy[header->n_rows-1]); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "xinc: %g %g\n", header->inc[GMT_Y]); +#endif + + /* Extend y boundaries by half if we found pixel registration */ + if (registration == GMT_GRID_NODE_REG && header->registration == GMT_GRID_PIXEL_REG) + header->wesn[YLO] = dummy[0] - header->inc[GMT_Y] / 2.0, + header->wesn[YHI] = dummy[1] + header->inc[GMT_Y] / 2.0; + else /* Use as is */ + header->wesn[YLO] = dummy[0], header->wesn[YHI] = dummy[1]; + + gmt_M_free (GMT, xy); /* Done with the array */ /* Get information about z variable */ gmtnc_get_units (GMT, ncid, z_id, header->z_units); @@ -612,6 +720,10 @@ /* Valid range is already in packed units, so do not convert */ header->z_min = dummy[0], header->z_max = dummy[1]; } + if (gmt_M_is_dnan (header->z_min) && gmt_M_is_dnan (header->z_max)) { + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "netCDF grid %s information has zmin = zmax = NaN. Reset to 0/0.\n", header->name); + header->z_min = header->z_max = 0.0; + } { /* get deflation and chunking info */ int storage_mode, shuffle, deflate, deflate_level; @@ -1122,9 +1234,8 @@ wesn[XHI] += 360; } } - else - assert ((wesn[XLO]+GMT_CONV8_LIMIT*header->inc[GMT_X]) >= header->wesn[XLO] && (wesn[XHI]-GMT_CONV8_LIMIT*header->inc[GMT_X]) <= header->wesn[XHI]); - //assert (wesn[XLO] >= header->wesn[XLO] && wesn[XHI] <= header->wesn[XHI]); /* Too harsh */ + else /* Apply a 10^-4 times inc sloppiness in the test [it was zero which was too harsh for sloppy grids] */ + assert ((wesn[XLO]+GMT_CONV4_LIMIT*header->inc[GMT_X]) >= header->wesn[XLO] && (wesn[XHI]-GMT_CONV4_LIMIT*header->inc[GMT_X]) <= header->wesn[XHI]); /* Get dimension of subregion */ *width = urint ((wesn[XHI] - wesn[XLO]) * header->r_inc[GMT_X]) + is_gridline_reg; diff -Nru gmt-5.4.3+dfsg/src/gmt_notposix.c gmt-5.4.5+dfsg/src/gmt_notposix.c --- gmt-5.4.3+dfsg/src/gmt_notposix.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_notposix.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_notposix.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_notposix.h gmt-5.4.5+dfsg/src/gmt_notposix.h --- gmt-5.4.3+dfsg/src/gmt_notposix.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_notposix.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_notposix.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_parse.c gmt-5.4.5+dfsg/src/gmt_parse.c --- gmt-5.4.3+dfsg/src/gmt_parse.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_parse.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_parse.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_plot.c gmt-5.4.5+dfsg/src/gmt_plot.c --- gmt-5.4.3+dfsg/src/gmt_plot.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_plot.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_plot.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -4927,8 +4927,8 @@ int gmt_draw_custom_symbol (struct GMT_CTRL *GMT, double x0, double y0, double size[], struct GMT_CUSTOM_SYMBOL *symbol, struct GMT_PEN *pen, struct GMT_FILL *fill, unsigned int outline) { int action; - unsigned int na, i, id = 0, level = 0, start = 0, *type = NULL; - bool flush = false, this_outline = false, found_elseif = false, skip[GMT_N_COND_LEVELS+1]; + unsigned int na, i, id = 0, level, start = 0, *type = NULL; + bool flush = false, this_outline = false, skip[GMT_N_COND_LEVELS+1], done[GMT_N_COND_LEVELS+1]; uint64_t n = 0; size_t n_alloc = 0; double x, y, lon, lat, angle1, angle2, *xx = NULL, *yy = NULL, *xp = NULL, *yp = NULL, dim[PSL_MAX_DIMS]; @@ -4973,6 +4973,8 @@ gmt_M_memset (dim, PSL_MAX_DIMS, double); gmt_M_memset (&f, 1, struct GMT_FILL); gmt_M_memset (&p, 1, struct GMT_PEN); + gmt_M_memset (skip, GMT_N_COND_LEVELS+1, bool); + gmt_M_memset (done, GMT_N_COND_LEVELS+1, bool); if (symbol->text) { /* This symbol places text, so we must set macros for fonts and fontsizes outside the gsave/grestore around each symbol */ symbol->text = false; /* Only do this once */ @@ -4997,26 +4999,28 @@ gmt_set_meminc (GMT, GMT_SMALL_CHUNK); s = symbol->first; - id = 0; + id = level = 0; while (s) { if (s->conditional > 1) { /* Process if/elseif/else and } by updating level and skip array, then go to next item */ + /* We keep track of all the nested levels of tests via the skip array. If a higher level test fails, then we will skip anything inside + * it (e.g., lower-level nested test) since those tests dont matter since the upper test failed. Hence skip is set to true for all deeper + * tests (regardless of their actual test result) since we will not get there anyway if the earlier test failed. Finally, when we have + * a series if if,elseif,else at the same level then we consult the done[level] array. This is set to true if we pass a test and actually + * draw something and once that is done none of the other tests at the same level can pass. */ if (s->conditional == 2) { /* Beginning of if branch. If we are inside an earlier branch whose test false then all is false */ skip[level+1] = (level > 0 && skip[level]) ? true : plot_custum_failed_bool_test (GMT, s, size), level++; - found_elseif = !skip[level]; - } - if (level == GMT_N_COND_LEVELS) { - GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Error: Symbol macro (%s) logical nesting too deep [> %d]\n", symbol->name, GMT_N_COND_LEVELS); - GMT_exit (GMT, GMT_DIM_TOO_LARGE); return GMT_DIM_TOO_LARGE; - } - if (s->conditional == 4) level--, found_elseif = false; /* Simply reduce indent */ - if (s->conditional == 6) { /* else branch */ - skip[level] = (found_elseif) ? true : !skip[level]; /* Reverse test-result to apply to else branch */ - found_elseif = false; - } - if (s->conditional == 8) { /* Skip if prior if/elseif was true, otherwise evaluate */ - skip[level] = (skip[level]) ? plot_custum_failed_bool_test (GMT, s, size) : true; - if (!skip[level]) found_elseif = true; /* Needed since a final else branch will need to know if any of the if/elseifs kicked in */ + if (level == GMT_N_COND_LEVELS) { + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "Error: Symbol macro (%s) logical nesting too deep [> %d]\n", symbol->name, GMT_N_COND_LEVELS); + GMT_exit (GMT, GMT_DIM_TOO_LARGE); return GMT_DIM_TOO_LARGE; + } + done[level] = false; /* Have not yet taken any action at this level */ } + else if (s->conditional == 4) /* Simply reduce indent */ + level--; + else if (s->conditional == 6) /* else branch */ + skip[level] = (!done[level] && skip[level] && !skip[level-1]) ? false : true; + else if (s->conditional == 8) /* Skip if prior if/elseif was true, otherwise evaluate */ + skip[level] = (!done[level] && skip[level] && !skip[level-1]) ? plot_custum_failed_bool_test (GMT, s, size) : true; s = s->next; continue; } @@ -5029,6 +5033,7 @@ s = s->next; continue; } + done[level] = true; /* Here we will actually draw something */ /* Scale coordinates and size parameters by the scale in size[0] */ diff -Nru gmt-5.4.3+dfsg/src/gmt_plot.h gmt-5.4.5+dfsg/src/gmt_plot.h --- gmt-5.4.3+dfsg/src/gmt_plot.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_plot.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_plot.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_private.h gmt-5.4.5+dfsg/src/gmt_private.h --- gmt-5.4.3+dfsg/src/gmt_private.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_private.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_private.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtprogram.c gmt-5.4.5+dfsg/src/gmtprogram.c --- gmt-5.4.3+dfsg/src/gmtprogram.c 2016-06-16 22:49:46.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtprogram.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: gmtprogram.c 16555 2016-06-16 22:49:46Z pwessel $ + * $Id$ * * Copyright (c) 1991-$year by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/gmt_proj.c gmt-5.4.5+dfsg/src/gmt_proj.c --- gmt-5.4.3+dfsg/src/gmt_proj.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_proj.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_proj.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -46,7 +46,7 @@ * Oblique Mercator * TM Transverse Mercator (Ellipsoidal and Spherical) * UTM Universal Transverse Mercator - * Cylindrical Equal-area (e.g., Gall-Peters, Behrmann) + * Cylindrical Equal-area (e.g., Gall, Behrmann) * Cylindrical Equidistant (e.g., Plate Carree) * Conic: * Albers Equal-Area Conic diff -Nru gmt-5.4.3+dfsg/src/gmt_project.h gmt-5.4.5+dfsg/src/gmt_project.h --- gmt-5.4.3+dfsg/src/gmt_project.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_project.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_project.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -51,9 +51,10 @@ /*! Macros returns true if the two coordinates are lon/lat; way should be GMT_IN or GMT_OUT */ #define gmt_M_x_is_lon(C,way) (C->current.io.col_type[way][GMT_X] == GMT_IS_LON) #define gmt_M_y_is_lon(C,way) (C->current.io.col_type[way][GMT_Y] == GMT_IS_LON) +#define gmt_M_x_is_lat(C,way) (C->current.io.col_type[way][GMT_X] == GMT_IS_LAT) #define gmt_M_y_is_lat(C,way) (C->current.io.col_type[way][GMT_Y] == GMT_IS_LAT) -#define gmt_M_x_is_lat(C,way) (C->current.io.col_type[way][GMT_Y] == GMT_IS_LAT) #define gmt_M_is_geographic(C,way) (gmt_M_x_is_lon(C,way) && gmt_M_y_is_lat(C,way)) +#define gmt_M_is_cartesian(C,way) (!gmt_M_is_geographic(C,way)) #define GMT_N_PROJECTIONS 29 /* Total number of projections in GMT */ diff -Nru gmt-5.4.3+dfsg/src/gmt_prototypes.h gmt-5.4.5+dfsg/src/gmt_prototypes.h --- gmt-5.4.3+dfsg/src/gmt_prototypes.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_prototypes.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_prototypes.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -103,8 +103,6 @@ EXTERN_MSC int gmt_loaddefaults (struct GMT_CTRL *GMT, char *file); EXTERN_MSC int gmt_parse_symbol_option (struct GMT_CTRL *GMT, char *text, struct GMT_SYMBOL *p, unsigned int mode, bool cmd); EXTERN_MSC int gmt_message (struct GMT_CTRL *GMT, char *format, ...); -EXTERN_MSC void gmt_disable_ih_opts (struct GMT_CTRL *GMT); -EXTERN_MSC void gmt_reenable_ih_opts (struct GMT_CTRL *GMT); #ifdef WIN32 EXTERN_MSC void gmt_setmode (struct GMT_CTRL *GMT, int direction); #endif @@ -198,6 +196,8 @@ /* gmt_io.c: */ +EXTERN_MSC void gmt_disable_bhi_opts (struct GMT_CTRL *GMT); +EXTERN_MSC void gmt_reenable_bhi_opts (struct GMT_CTRL *GMT); EXTERN_MSC int gmt_remove_file (struct GMT_CTRL *GMT, const char *file); EXTERN_MSC int gmt_rename_file (struct GMT_CTRL *GMT, const char *oldfile, const char *newfile); EXTERN_MSC void gmt_format_abstime_output (struct GMT_CTRL *GMT, double dt, char *text); @@ -557,6 +557,7 @@ EXTERN_MSC double gmt_quantile_weighted (struct GMT_CTRL *GMT, struct GMT_OBSERVATION *data, uint64_t n, double quantile); EXTERN_MSC double gmt_median_weighted (struct GMT_CTRL *GMT, struct GMT_OBSERVATION *data, uint64_t n); EXTERN_MSC double gmt_mode_weighted (struct GMT_CTRL *GMT, struct GMT_OBSERVATION *data, uint64_t n); +EXTERN_MSC double gmt_std_weighted (struct GMT_CTRL *GMT, double *x, double *w, double wmean, uint64_t n); EXTERN_MSC int gmt_sig_f (struct GMT_CTRL *GMT, double chi1, uint64_t n1, double chi2, uint64_t n2, double level, double *prob); EXTERN_MSC double gmt_t_pdf (struct GMT_CTRL *GMT, double t, uint64_t nu); EXTERN_MSC double gmt_t_cdf (struct GMT_CTRL *GMT, double t, uint64_t nu); diff -Nru gmt-5.4.3+dfsg/src/gmt_psl.h gmt-5.4.5+dfsg/src/gmt_psl.h --- gmt-5.4.3+dfsg/src/gmt_psl.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_psl.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_psl.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtread.c gmt-5.4.5+dfsg/src/gmtread.c --- gmt-5.4.3+dfsg/src/gmtread.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtread.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtread.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_regexp.c gmt-5.4.5+dfsg/src/gmt_regexp.c --- gmt-5.4.3+dfsg/src/gmt_regexp.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_regexp.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_regexp.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -32,11 +32,14 @@ #include "gmt_internals.h" /* - * ERE pattern matching with PCRE or POSIX + * ERE pattern matching with PCRE2, PCRE or POSIX */ #ifdef HAVE_PCRE #include #define OVECCOUNT 30 /* should be a multiple of 3 */ +#elif defined HAVE_PCRE2 +#define PCRE2_CODE_UNIT_WIDTH 8 +#include #elif defined HAVE_POSIX_ERE #include #define MAX_ERR_LENGTH 80 /* max error message length */ @@ -59,11 +62,10 @@ /************************************************************************* * Now we are going to compile the regular expression pattern, and handle * - * and errors that are detected. * + * any errors that are detected. * *************************************************************************/ - if ( caseless ) - options = options|PCRE_CASELESS; /* caseless matching */ + if (caseless) options = options|PCRE_CASELESS; /* caseless matching */ re = pcre_compile( pattern, /* the pattern */ @@ -85,7 +87,8 @@ * further matching is needed, it will be done below. * *************************************************************************/ - rc = pcre_exec( re, /* the compiled pattern */ + rc = pcre_exec( + re, /* the compiled pattern */ NULL, /* no extra data - we didn't study the pattern */ subject, /* the subject string */ (int)strlen(subject), /* the length of the subject */ @@ -106,6 +109,81 @@ GMT_exit (GMT, GMT_RUNTIME_ERROR); return GMT_RUNTIME_ERROR; break; } + return (0); /* Match failed */ + } + + return (1); /* Match succeeded */ + +#elif defined HAVE_PCRE2 + + /* Use PCRE2 for matching + * Based on PCRE2 DEMONSTRATION PROGRAM pcre2demo.c + */ + pcre2_code *re; + PCRE2_SIZE erroffset; + pcre2_match_data *match_data; + int errornumber; + int rc; + int options = 0; /* default options */ + + /************************************************************************* + * Now we are going to compile the regular expression pattern, and handle * + * any errors that are detected. * + *************************************************************************/ + + if (caseless) options = options|PCRE2_CASELESS; /* caseless matching */ + + re = pcre2_compile( + (PCRE2_SPTR) pattern, /* the pattern */ + PCRE2_ZERO_TERMINATED, /* indicates pattern is zero-terminated */ + options, /* options */ + &errornumber, /* for error number */ + &erroffset, /* for error offset */ + NULL); /* use default compile context */ + + /* Compilation failed: print the error message and exit */ + + if (re == NULL) { + PCRE2_UCHAR error[256]; + pcre2_get_error_message(errornumber, error, sizeof(error)); + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "gmtlib_regexp_match: PCRE2 compilation failed at offset %d: %s.\n", erroffset, error); + GMT_exit (GMT, GMT_RUNTIME_ERROR); return GMT_RUNTIME_ERROR; + } + + /************************************************************************* + * If the compilation succeeded, we call PCRE again, in order to do a * + * pattern match against the subject string. This does just ONE match. If * + * further matching is needed, it will be done below. Before running the * + * match we must set up a match_data block for holding the result. * + *************************************************************************/ + + /* Using this function ensures that the block is exactly the right size for + the number of capturing parentheses in the pattern. */ + + match_data = pcre2_match_data_create_from_pattern(re, NULL); + + rc = pcre2_match( + re, /* the compiled pattern */ + (PCRE2_SPTR) subject, /* the subject string */ + (int)strlen(subject), /* the length of the subject */ + 0, /* start at offset 0 in the subject */ + 0, /* default options */ + match_data, /* block for storing the result */ + NULL); /* use default matching context */ + + /* Matching failed: handle error cases */ + + pcre2_code_free(re); /* Release memory used for the compiled pattern */ + pcre2_match_data_free(match_data); /* release memory for the match data */ + if (rc < 0) { + switch(rc) { + case PCRE2_ERROR_NOMATCH: break; + /* Handle other special cases if you like */ + default: + GMT_Report (GMT->parent, GMT_MSG_NORMAL, "gmtlib_regexp_match: PCRE2 matching error %d.\n", rc); + GMT_exit (GMT, GMT_RUNTIME_ERROR); return GMT_RUNTIME_ERROR; + break; + } return (0); /* Match failed */ } diff -Nru gmt-5.4.3+dfsg/src/gmtregress.c gmt-5.4.5+dfsg/src/gmtregress.c --- gmt-5.4.3+dfsg/src/gmtregress.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtregress.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmtregress.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -533,7 +533,7 @@ w_xy = w[GMT_X][i] * w[GMT_Y][i]; alpha_i = sqrt (w_xy); if (w[GMT_Z]) corr_i = w[GMT_Z][i]; - W[i] = w_xy / (w[GMT_X][i] + par[GMTREGRESS_SLOPE] * par[GMTREGRESS_SLOPE] * w[GMT_Y][i] - 2 * par[GMTREGRESS_SLOPE] * corr_i * alpha_i); + W[i] = (w_xy > 0.0) ? w_xy / (w[GMT_X][i] + par[GMTREGRESS_SLOPE] * par[GMTREGRESS_SLOPE] * w[GMT_Y][i] - 2 * par[GMTREGRESS_SLOPE] * corr_i * alpha_i) : 0.0; if (alpha) alpha[i] = alpha_i; } /* Step 4: Compute weighted X_mean, Y_mean, then U, V, and beta */ @@ -666,13 +666,12 @@ GMT_LOCAL double LSRMA_regress1D (struct GMT_CTRL *GMT, double *x, double *y, double *w[], uint64_t n, double *par) { /* Basic LS RMA orthogonal regression with no weights [Reference?] */ uint64_t k; - double mx, sx, my, sy, scale; + double sx, sy, scale; double *U = gmt_M_memory (GMT, NULL, n, double), *V = gmt_M_memory (GMT, NULL, n, double), *W = gmt_M_memory (GMT, NULL, n, double); gmt_M_memset (par, GMTREGRESS_NPAR, double); (void)gmt_demeaning (GMT, x, y, w, n, par, U, V, W, NULL, NULL); - mx = gmt_mean_and_std (GMT, U, n, &sx); - my = gmt_mean_and_std (GMT, V, n, &sy); - GMT_Report (GMT->parent, GMT_MSG_DEBUG, "mx and my should be zero: %g %g\n", mx, my); + sx = gmt_std_weighted (GMT, U, w[GMT_X], 0.0, n); + sy = gmt_std_weighted (GMT, V, w[GMT_Y], 0.0, n); par[GMTREGRESS_SLOPE] = sy / sx; par[GMTREGRESS_ICEPT] = par[GMTREGRESS_YMEAN] - par[GMTREGRESS_SLOPE] * par[GMTREGRESS_XMEAN]; par[GMTREGRESS_ANGLE] = atand (par[GMTREGRESS_SLOPE]); diff -Nru gmt-5.4.3+dfsg/src/gmt_resources.h gmt-5.4.5+dfsg/src/gmt_resources.h --- gmt-5.4.3+dfsg/src/gmt_resources.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_resources.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_resources.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2012-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2012-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtselect.c gmt-5.4.5+dfsg/src/gmtselect.c --- gmt-5.4.3+dfsg/src/gmtselect.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtselect.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtselect.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -669,7 +669,7 @@ else /* Cartesian data */ gmt_init_distaz (GMT, 'R', 0, GMT_MAP_DIST); /* Compute r-squared instead of r to avoid hypot */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if (Ctrl->C.active) { /* Initialize point structure used in test for proximity to points [use Ctrl->C.dist ]*/ if ((Cin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_IO_ASCII, NULL, Ctrl->C.file, NULL)) == NULL) { @@ -773,7 +773,7 @@ } } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ /* Specify input and output expected columns */ if ((error = gmt_set_cols (GMT, GMT_IN, 0)) != 0) Return (error); @@ -890,7 +890,12 @@ if (Ctrl->G.active) { /* Check if we are in/out-side mask cell */ unsigned int row, col; - inside = !gmt_row_col_out_of_bounds (GMT, in, G->header, &row, &col); + if (gmt_M_y_is_outside (GMT, in[GMT_Y], G->header->wesn[YLO], G->header->wesn[YHI]) || /* Outside y-range */ + gmt_x_is_outside (GMT, &in[GMT_X], G->header->wesn[XLO], G->header->wesn[XHI])) { /* Outside x-range */ + inside = false; /* Outside both y- and x-range (or periodic longitude) for this grid */ + } + else + inside = !gmt_row_col_out_of_bounds (GMT, in, G->header, &row, &col); if (inside) { /* Inside -R so check the node value */ uint64_t node = gmt_M_ijp (G->header, row, col); inside = !(gmt_M_is_fnan (G->data[node]) || G->data[node] == 0); diff -Nru gmt-5.4.3+dfsg/src/gmtset.c gmt-5.4.5+dfsg/src/gmtset.c --- gmt-5.4.3+dfsg/src/gmtset.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtset.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtset.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_sharedlibs.c gmt-5.4.5+dfsg/src/gmt_sharedlibs.c --- gmt-5.4.3+dfsg/src/gmt_sharedlibs.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_sharedlibs.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: gmt_sharedlibs.c 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 2012-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2012-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. */ diff -Nru gmt-5.4.3+dfsg/src/gmt_sharedlibs.h gmt-5.4.5+dfsg/src/gmt_sharedlibs.h --- gmt-5.4.3+dfsg/src/gmt_sharedlibs.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_sharedlibs.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: gmt_sharedlibs.h 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 2012-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2012-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. */ diff -Nru gmt-5.4.3+dfsg/src/gmt_shell_functions.sh gmt-5.4.5+dfsg/src/gmt_shell_functions.sh --- gmt-5.4.3+dfsg/src/gmt_shell_functions.sh 2017-04-20 07:06:36.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_shell_functions.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: gmt_shell_functions.sh 18011 2017-04-20 07:06:36Z pwessel $ +# $Id$ # # These functions can be used from any sh/bash script by specifying # . gmt_shell_functions.sh diff -Nru gmt-5.4.3+dfsg/src/gmt_shore.c gmt-5.4.5+dfsg/src/gmt_shore.c --- gmt-5.4.3+dfsg/src/gmt_shore.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_shore.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_shore.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -636,7 +636,7 @@ gmt_shore_cleanup (GMT, c); /* Free what we have so far and bail */ return (err); } - if (c->min_area > 0.0) { /* Want to exclude small polygons so we need info about the node polygons */ + if (c->min_area > 0.0 || (info->flag & GSHHS_NO_RIVERLAKES) || (info->flag & GSHHS_NO_LAKES)) { /* Want to exclude small polygons so we need info about the node polygons, or need info about lakes */ if ((err = nc_get_var1_int (c->cdfid, c->n_node_id, start, &c->n_nodes))) { gmt_shore_cleanup (GMT, c); /* Free what we have so far and bail */ return (err); diff -Nru gmt-5.4.3+dfsg/src/gmt_shore.h gmt-5.4.5+dfsg/src/gmt_shore.h --- gmt-5.4.3+dfsg/src/gmt_shore.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_shore.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_shore.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtsimplify.c gmt-5.4.5+dfsg/src/gmtsimplify.c --- gmt-5.4.3+dfsg/src/gmtsimplify.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtsimplify.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmtsimplify.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtspatial.c gmt-5.4.5+dfsg/src/gmtspatial.c --- gmt-5.4.3+dfsg/src/gmtspatial.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtspatial.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- -* $Id: gmtspatial.c 19521 2017-12-27 22:38:24Z pwessel $ +* $Id$ * -* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +* Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -1416,7 +1416,7 @@ if (Ctrl->S.mode == POL_CLIP) { /* Need to set up a separate table with the clip polygon */ if (Ctrl->T.file) { - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((C = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POLY, GMT_READ_NORMAL, NULL, Ctrl->T.file, NULL)) == NULL) { Return (API->error); } @@ -1424,7 +1424,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least 2 are needed\n", (int)C->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ } else { /* Design a table based on -Rw/e/s/n */ uint64_t dim[GMT_DIM_SIZE] = {1, 1, 5, 2}; @@ -1619,7 +1619,7 @@ struct DUP_INFO **Info = NULL, *I = NULL; if (Ctrl->D.file) { /* Get trial features via a file */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -D files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -D files */ if ((C = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_LINE|GMT_IS_POLY, GMT_READ_NORMAL, NULL, Ctrl->D.file, NULL)) == NULL) { Return (API->error); } @@ -1627,7 +1627,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least 2 are needed\n", (int)C->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ from = Ctrl->D.file; } else { @@ -1765,7 +1765,7 @@ struct GMT_DATATABLE *T = NULL; struct GMT_DATASEGMENT *S = NULL, *S2 = NULL; - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -CN files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -CN files */ if ((C = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POLY, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } @@ -1773,7 +1773,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least 2 are needed\n", (int)C->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ if (Ctrl->N.mode == 1) { /* Just report on which polygon contains each feature */ if (GMT_Init_IO (API, GMT_IS_TEXTSET, GMT_IS_NONE, GMT_OUT, GMT_ADD_DEFAULT, 0, options) != GMT_NOERROR) { /* Registers default output destination, unless already set */ Return (API->error); @@ -1789,6 +1789,9 @@ if (GMT_Init_IO (API, GMT_IS_DATASET, GMT_IS_LINE, GMT_OUT, GMT_ADD_DEFAULT, 0, options) != GMT_NOERROR) { /* Registers default output destination, unless already set */ Return (API->error); } + if (GMT_Begin_IO (API, GMT_IS_DATASET, GMT_OUT, GMT_HEADER_ON) != GMT_NOERROR) { /* Enables data output and sets access mode */ + Return (API->error); + } if (GMT_Set_Geometry (API, GMT_OUT, GMT_IS_LINE) != GMT_NOERROR) { /* Sets output geometry */ Return (API->error); } diff -Nru gmt-5.4.3+dfsg/src/gmt_sph.c gmt-5.4.5+dfsg/src/gmt_sph.c --- gmt-5.4.3+dfsg/src/gmt_sph.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_sph.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_sph.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2008-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2008-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_sph.h gmt-5.4.5+dfsg/src/gmt_sph.h --- gmt-5.4.3+dfsg/src/gmt_sph.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_sph.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_sph.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2008-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2008-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_stat.c gmt-5.4.5+dfsg/src/gmt_stat.c --- gmt-5.4.3+dfsg/src/gmt_stat.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_stat.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_stat.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -1465,6 +1465,7 @@ sign = -1.0; } t_low = gmt_zcrit (GMT, alpha); + if (gmt_M_is_dinf (t_low) || gmt_M_is_dnan (t_low)) return (t_low); t_high = 5.0; NU = irint(nu); gmtstat_student_t_a (GMT, t_high, NU, &p_high); @@ -1692,6 +1693,26 @@ return ((m) ? mean : GMT->session.d_NaN); } +double gmt_std_weighted (struct GMT_CTRL *GMT, double *x, double *w, double wmean, uint64_t n) { + /* Return the weighted standard deviation of the non-NaN values in x. + * If w == NULL then a regular std is computed. */ + uint64_t k, m = 0; + double dx, sumw = 0.0, sum2 = 0.0, wk = 1.0; + for (k = 0; k < n; k++) { + if (gmt_M_is_dnan (x[k])) continue; + if (w) { + if (gmt_M_is_dnan (w[k])) continue; + if (gmt_M_is_zero (w[k])) continue; + wk = w[k]; + } + dx = x[k] - wmean; + sum2 += wk * dx * dx; + sumw += wk; + m++; /* Number of points with nonzero weights */ + } + return (m > 1) ? sqrt (sum2 / (((m-1.0) * sumw) / m)) : GMT->session.d_NaN; +} + int gmt_median (struct GMT_CTRL *GMT, double *x, uint64_t n, double xmin, double xmax, double m_initial, double *med) { double lower_bound, upper_bound, m_guess, t_0, t_1, t_middle; double lub, glb, xx, temp; diff -Nru gmt-5.4.3+dfsg/src/gmt_supplements_module.c gmt-5.4.5+dfsg/src/gmt_supplements_module.c --- gmt-5.4.3+dfsg/src/gmt_supplements_module.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_supplements_module.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_supplements_module.c 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * * Copyright (c) 2012-2018 * by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe diff -Nru gmt-5.4.3+dfsg/src/gmt_supplements_module.h gmt-5.4.5+dfsg/src/gmt_supplements_module.h --- gmt-5.4.3+dfsg/src/gmt_supplements_module.h 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_supplements_module.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: gmt_supplements_module.h 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * * Copyright (c) 2012-2018 * by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe diff -Nru gmt-5.4.3+dfsg/src/gmt_support.c gmt-5.4.5+dfsg/src/gmt_support.c --- gmt-5.4.3+dfsg/src/gmt_support.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_support.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_support.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -8407,7 +8407,7 @@ * code from http://www.geeksforgeeks.org/inplace-m-x-n-size-matrix-transpose * Switched to C-style bit flag. */ - uint64_t size = n_rows * n_cols - 1ULL; + uint64_t size = ((uint64_t)n_rows) * ((uint64_t)n_cols) - 1ULL; float t; /* holds element to be replaced, eventually becomes next element to move */ uint64_t next; /* location of 't' to be moved */ uint64_t cycleBegin; /* holds start of cycle */ @@ -12251,6 +12251,19 @@ if (na < 2 || nb < 2) return (0); /* Need at least 2 points to make a segment */ + if (gmt_M_is_geographic (GMT, GMT_IN)) { /* Since our algorithm is Cartesian we must do some extra checking to prevent shits */ + double amin, amax, bmin, bmax; + gmtlib_get_lon_minmax (GMT, xa, na, &amin, &amax); + gmtlib_get_lon_minmax (GMT, xb, nb, &bmin, &bmax); + GMT_Report (GMT->parent, GMT_MSG_DEBUG, "First line lon range: %g %g Second line lon range: %g %g\n", amin, amax, bmin, bmax); + if (gmt_M_360_range (amin, amax)) + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "First geographic line has 360-degree range. This may fool the Cartesian crossover algorithm\n"); + if (!internal && gmt_M_360_range (bmin, bmax)) + GMT_Report (GMT->parent, GMT_MSG_VERBOSE, "Second geographic line has 360-degree range. This may fool the Cartesian crossover algorithm\n"); + gmtlib_eliminate_lon_jumps (GMT, xa, na); + if (!internal) gmtlib_eliminate_lon_jumps (GMT, xb, nb); + } + this_a = this_b = nx = 0; new_a = new_b = true; nx_alloc = GMT_SMALL_CHUNK; @@ -14089,7 +14102,7 @@ uint64_t k = 0; match = false; while (!match && k < S->n) { -#if !defined(WIN32) || (defined(WIN32) && defined(HAVE_PCRE)) +#if !defined(WIN32) || (defined(WIN32) && defined(HAVE_PCRE)) || (defined(WIN32) && defined(HAVE_PCRE2)) if (S->regexp[k]) match = gmtlib_regexp_match (GMT, T->header, S->pattern[k], S->caseless[k]); /* true if we matched */ else diff -Nru gmt-5.4.3+dfsg/src/gmtswitch gmt-5.4.5+dfsg/src/gmtswitch --- gmt-5.4.3+dfsg/src/gmtswitch 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtswitch 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ #!/bin/bash # -# $Id: gmtswitch 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify @@ -76,7 +76,7 @@ if [ ! -f "$home/.gmtversions" ]; then # No .gmtversions exists yet, first do that part cat << EOF >&2 -GMTSWITCH $Revision: 19521 $ +GMTSWITCH $Revision$ gmtswitch helps you modify your environment to allow for the switching back and forth between several GMT versions, in particular GMT 5 and previous GMT diff -Nru gmt-5.4.3+dfsg/src/gmtswitch.bat gmt-5.4.5+dfsg/src/gmtswitch.bat --- gmt-5.4.3+dfsg/src/gmtswitch.bat 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtswitch.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ @ECHO OFF REM -REM $Id: gmtswitch.bat 19521 2017-12-27 22:38:24Z pwessel $ +REM $Id$ REM -REM Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +REM Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe REM See LICENSE.TXT file for copying and redistribution conditions. REM REM This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_symbol.h gmt-5.4.5+dfsg/src/gmt_symbol.h --- gmt-5.4.3+dfsg/src/gmt_symbol.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_symbol.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_symbol.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_synopsis.h gmt-5.4.5+dfsg/src/gmt_synopsis.h --- gmt-5.4.3+dfsg/src/gmt_synopsis.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_synopsis.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_synopsis.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_texture.h gmt-5.4.5+dfsg/src/gmt_texture.h --- gmt-5.4.3+dfsg/src/gmt_texture.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_texture.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_texture.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_time.h gmt-5.4.5+dfsg/src/gmt_time.h --- gmt-5.4.3+dfsg/src/gmt_time.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_time.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_time.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_types.h gmt-5.4.5+dfsg/src/gmt_types.h --- gmt-5.4.3+dfsg/src/gmt_types.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_types.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_types.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmt_vector.c gmt-5.4.5+dfsg/src/gmt_vector.c --- gmt-5.4.3+dfsg/src/gmt_vector.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_vector.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmt_vector.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtvector.c gmt-5.4.5+dfsg/src/gmtvector.c --- gmt-5.4.3+dfsg/src/gmtvector.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtvector.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- -* $Id: gmtvector.c 19521 2017-12-27 22:38:24Z pwessel $ +* $Id$ * -* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +* Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff -Nru gmt-5.4.3+dfsg/src/gmt_version.h.in gmt-5.4.5+dfsg/src/gmt_version.h.in --- gmt-5.4.3+dfsg/src/gmt_version.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmt_version.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /* - * $Id: gmt_version.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/gmtwhich.c gmt-5.4.5+dfsg/src/gmtwhich.c --- gmt-5.4.3+dfsg/src/gmtwhich.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtwhich.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtwhich.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gmtwrite.c gmt-5.4.5+dfsg/src/gmtwrite.c --- gmt-5.4.3+dfsg/src/gmtwrite.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gmtwrite.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtwrite.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grd2cpt.c gmt-5.4.5+dfsg/src/grd2cpt.c --- gmt-5.4.3+dfsg/src/grd2cpt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grd2cpt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grd2cpt.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grd2rgb.c gmt-5.4.5+dfsg/src/grd2rgb.c --- gmt-5.4.3+dfsg/src/grd2rgb.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grd2rgb.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grd2rgb.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grd2sph.c.template gmt-5.4.5+dfsg/src/grd2sph.c.template --- gmt-5.4.3+dfsg/src/grd2sph.c.template 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grd2sph.c.template 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grd2sph.c.template 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grd2xyz.c gmt-5.4.5+dfsg/src/grd2xyz.c --- gmt-5.4.3+dfsg/src/grd2xyz.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grd2xyz.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grd2xyz.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdblend.c gmt-5.4.5+dfsg/src/grdblend.c --- gmt-5.4.3+dfsg/src/grdblend.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdblend.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdblend.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -776,7 +776,7 @@ switch (Ctrl->C.mode) { case BLEND_FIRST: if (m) continue; break; /* Already set */ case BLEND_UPPER: if (m && blend[k].z[kk] <= z[col]) continue; break; /* Already has a higher value; else set below */ - case BLEND_LOWER: if (m && blend[k].z[kk] >- z[col]) continue; break; /* Already has a lower value; else set below */ + case BLEND_LOWER: if (m && blend[k].z[kk] >= z[col]) continue; break; /* Already has a lower value; else set below */ /* Last case BLEND_LAST is always true in that we always update z[col] */ } z[col] = blend[k].z[kk]; /* Just pick this grid's value */ diff -Nru gmt-5.4.3+dfsg/src/grdclip.c gmt-5.4.5+dfsg/src/grdclip.c --- gmt-5.4.3+dfsg/src/grdclip.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdclip.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdclip.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdcontour.c gmt-5.4.5+dfsg/src/grdcontour.c --- gmt-5.4.3+dfsg/src/grdcontour.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdcontour.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdcontour.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -345,7 +345,7 @@ } else if (opt->arg[0] == '-') Ctrl->A.mode = 1; /* Turn off all labels */ - else if (opt->arg[0] == '+' && (isdigit(opt->arg[1]) || opt->arg[1] == '.')) { + else if (opt->arg[0] == '+' && (isdigit(opt->arg[1]) || strchr ("-+.", opt->arg[1]))) { Ctrl->A.single_cont = atof (&opt->arg[1]); Ctrl->contour.annot = true; } @@ -368,7 +368,7 @@ gmt_M_str_free (Ctrl->C.file); Ctrl->C.file = strdup (opt->arg); } - else if (opt->arg[0] == '+') + else if (opt->arg[0] == '+' && (isdigit(opt->arg[1]) || strchr ("-+.", opt->arg[1]))) Ctrl->C.single_cont = atof (&opt->arg[1]); else Ctrl->C.interval = atof (opt->arg); @@ -466,7 +466,7 @@ case 'W': /* Pen settings */ Ctrl->W.active = true; k = reset = 0; - if (strchr ("-+", opt->arg[0])) { /* Definitively old-style args */ + if (opt->arg[0] == '-' || (opt->arg[0] == '+' && opt->arg[1] != 'c')) { /* Definitively old-style args */ if (opt->arg[k] == '+') Ctrl->W.cptmode = 1, k++; if (opt->arg[k] == '-') Ctrl->W.cptmode = 3, k++; j = (opt->arg[k] == 'a' || opt->arg[k] == 'c') ? k+1 : k; @@ -478,12 +478,14 @@ case 'f': Ctrl->W.cptmode = 2; break; default: Ctrl->W.cptmode = 3; break; } + if (!strncmp (&c[2], "lf", 2U) || !strncmp (&c[2], "fl", 2U)) /* Catch any odd +clf or +cfl modifiers */ + Ctrl->W.cptmode = 3; c[0] = 0; /* Temporarily chop of */ reset = 1; } j = (opt->arg[0] == 'a' || opt->arg[0] == 'c') ? k+1 : k; } - if (j == k) { /* Set both */ + if (j == k && opt->arg[j]) { /* Set both */ if (gmt_getpen (GMT, &opt->arg[j], &Ctrl->W.pen[0])) { gmt_pen_syntax (GMT, 'W', " ", 0); n_errors++; @@ -491,7 +493,7 @@ else Ctrl->W.pen[1] = Ctrl->W.pen[0]; } - else { /* Gave a or c. Because the user may say -Wcyan we must prevent this from being seen as -Wc and color yan! */ + else if (opt->arg[j]) { /* Gave a or c. Because the user may say -Wcyan we must prevent this from being seen as -Wc and color yan! */ /* Get the argument following a or c and up to first comma, slash (or to the end) */ n = k+1; while (!(opt->arg[n] == ',' || opt->arg[n] == '/' || opt->arg[n] == '\0')) n++; @@ -657,9 +659,17 @@ while (!done && col <= stop) { this_lon = gmt_M_grd_col_to_x (GMT, col, G->header); /* Current longitude */ inside = gmt_non_zero_winding (GMT, this_lon, this_lat, save[pol].x, save[pol].y, np); - if (inside == 2) /* OK, this point is inside */ - done = true; - else + /* Worry about this point being ~exactly on the border but returned inside = 2, but + * the grid node will be exactly the contour value and then fail the assignment of high + * below. We therefore check if the value is not equal to the contour value as well */ + if (inside == 2) { /* Might be inside */ + ij = gmt_M_ijp (G->header, row, col); + if (!doubleAlmostEqual (G->data[ij], save[pol].cval)) /* OK, this point is truly inside */ + done = true; + else /* March along to the next point */ + col++; + } + else /* March along to the next point */ col++; } if (!done) continue; /* Failed to find an inside point */ @@ -1105,7 +1115,10 @@ } contour[n_contours] = c * Ctrl->C.interval; if (Ctrl->contour.annot && (contour[n_contours] - aval) > GMT_CONV4_LIMIT) aval += Ctrl->A.interval; - cont_type[n_contours] = (fabs (contour[n_contours] - aval) < GMT_CONV4_LIMIT) ? 'A' : 'C'; + if (Ctrl->A.mode) /* No labels */ + cont_type[n_contours] = 'C'; + else + cont_type[n_contours] = (fabs (contour[n_contours] - aval) < GMT_CONV4_LIMIT) ? 'A' : 'C'; cont_angle[n_contours] = (Ctrl->contour.angle_type == 2) ? Ctrl->contour.label_angle : GMT->session.d_NaN; cont_do_tick[n_contours] = (char)Ctrl->T.active; } @@ -1236,10 +1249,9 @@ Ctrl->contour.line_pen = Ctrl->W.pen[id]; /* Load current pen into contour structure */ if (Ctrl->W.cpt_effect) { - if (Ctrl->W.cptmode & 1) { /* Override pen color according to CPT */ - gmt_get_rgb_from_z (GMT, P, cval, rgb); + gmt_get_rgb_from_z (GMT, P, cval, rgb); + if (Ctrl->W.cptmode & 1) /* Override pen color according to CPT */ gmt_M_rgb_copy (&Ctrl->contour.line_pen.rgb, rgb); - } if (Ctrl->W.cptmode & 2) /* Override label color according to CPT */ gmt_M_rgb_copy (&Ctrl->contour.font_label.fill.rgb, rgb); } diff -Nru gmt-5.4.3+dfsg/src/grdconvert.c gmt-5.4.5+dfsg/src/grdconvert.c --- gmt-5.4.3+dfsg/src/grdconvert.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdconvert.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdconvert.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -260,7 +260,7 @@ /* When converting from netcdf to netcdf, we will keep the old command, so we need to make a copy of it now */ command[0] = '\n'; command[1] = '\t'; strcat(command, "(old cmd) "); - strcat(command, Grid->header->command); + strncat (command, Grid->header->command, GMT_GRID_COMMAND_LEN320-13); gmt_grd_init (GMT, Grid->header, options, true); diff -Nru gmt-5.4.3+dfsg/src/grdcut.c gmt-5.4.5+dfsg/src/grdcut.c --- gmt-5.4.3+dfsg/src/grdcut.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdcut.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdcut.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdedit.c gmt-5.4.5+dfsg/src/grdedit.c --- gmt-5.4.3+dfsg/src/grdedit.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdedit.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdedit.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdfft.c gmt-5.4.5+dfsg/src/grdfft.c --- gmt-5.4.3+dfsg/src/grdfft.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdfft.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdfft.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdfill.c gmt-5.4.5+dfsg/src/grdfill.c --- gmt-5.4.3+dfsg/src/grdfill.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdfill.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdfill.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdfilter.c gmt-5.4.5+dfsg/src/grdfilter.c --- gmt-5.4.3+dfsg/src/grdfilter.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdfilter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdfilter.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -611,7 +611,7 @@ */ unsigned int n_errors = 0, n_files = 0; - char c, a[GMT_LEN64] = {""}, b[GMT_LEN64] = {""}, txt[GMT_LEN256] = {""}, *p = NULL; + char cc, a[GMT_LEN64] = {""}, b[GMT_LEN64] = {""}, txt[GMT_LEN256] = {""}, *p = NULL, *c = NULL; struct GMT_OPTION *opt = NULL; struct GMTAPI_CTRL *API = GMT->parent; @@ -676,30 +676,37 @@ Ctrl->F.operator = (Ctrl->F.filter == 'o'); /* Means weightsum is zero so no normalization, please */ } else if (Ctrl->F.filter == 'h') { /* Histogram-based mode filter */ - sscanf (&txt[1], "%[^/]/%s", a, b); /* Get filter width and bin width */ - Ctrl->F.width = atof (a); - Ctrl->F.bin = atof (b); - sscanf (&txt[1], "%[^+]/%s", a, b); /* Look for modifiers */ - if (b[0]) { /* Gave modifiers */ - if ((p = strstr (b, "+l"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_LOW; - if ((p = strstr (b, "+u"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_HIGH; - if ((p = strstr (b, "+c"))) Ctrl->F.center = true; + if ((c = strchr (txt, '+'))) { /* Gave modifiers */ + if ((p = strstr (c, "+l"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_LOW; + if ((p = strstr (c, "+u"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_HIGH; + if ((p = strstr (c, "+c"))) Ctrl->F.center = true; + c[0] = '\0'; /* Hide modifiers */ + } + if (sscanf (&txt[1], "%[^/]/%s", a, b) != 2) { /* Get filter width and bin width */ + GMT_Report (API, GMT_MSG_NORMAL, "Syntax error -Fh: Must supply /\n"); + n_errors++; + } + else { /* Ok to parse the strings */ + Ctrl->F.width = atof (a); + Ctrl->F.bin = atof (b); } + if (c) c[0] = '+'; /* Restore modifiers */ } else if (Ctrl->F.filter == 'p') { /* LMS-based mode filter */ - sscanf (&txt[1], "%[^+]/%s", a, b); - Ctrl->F.width = atof (a); - if (b[0]) { /* Gave modifiers */ - if ((p = strstr (b, "+l"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_LOW; - if ((p = strstr (b, "+u"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_HIGH; - if ((p = strstr (b, "+s"))) { - Ctrl->F.span = atof (&p[2]) / 100.0; /* Got span in percent */ + if ((c = strchr (txt, '+'))) { /* Gave modifiers */ + if ((p = strstr (c, "+l"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_LOW; + if ((p = strstr (c, "+u"))) Ctrl->F.mode = GRDFILTER_MODE_KIND_HIGH; + if ((p = strstr (c, "+s"))) { + Ctrl->F.span = atof (&c[2]) / 100.0; /* Got span in percent */ if (Ctrl->F.span <= 0.0 || Ctrl->F.span > 0.5) { GMT_Report (API, GMT_MSG_NORMAL, "Syntax error -Fp: Span must be in 0-0.5 range\n"); n_errors++; } } + c[0] = '\0'; /* Hide modifiers */ } + Ctrl->F.width = atof (&txt[1]); + if (c) c[0] = '+'; /* Restore modifiers */ } else if (strchr (txt, '/')) { /* Gave xwidth/ywidth for rectangular Cartesian filtering */ sscanf (&txt[1], "%[^/]/%s", a, b); @@ -713,7 +720,7 @@ if (Ctrl->F.width < 0.0) { /* Old-style specification for high-pass filtering */ if (gmt_M_compat_check (GMT, 5)) { GMT_Report (API, GMT_MSG_COMPAT, - "Warning: Negative filterwidth for highpass-filtering is deprecated; +h was added instead, use this in the future.\n", opt->arg); + "Negative filterwidth for highpass-filtering is deprecated; +h was added instead, use this in the future.\n", opt->arg); Ctrl->F.highpass = true; } else { @@ -723,9 +730,13 @@ } Ctrl->F.width = fabs (Ctrl->F.width); if (Ctrl->F.filter == 'h' || Ctrl->F.filter == 'p') { /* Check for some further info in case of mode filtering */ - c = opt->arg[strlen(txt)-1]; - if (c == '-') Ctrl->F.mode = -1; - if (c == '+') Ctrl->F.mode = +1; + cc = opt->arg[strlen(txt)-1]; + if (cc == '-' || cc == '+') { + GMT_Report (API, GMT_MSG_COMPAT, + "Appending + or - for mode filtering is deprecated; use +l or +u instead.\n", opt->arg); + if (cc == '-') Ctrl->F.mode = -1; + if (cc == '+') Ctrl->F.mode = +1; + } } } else { diff -Nru gmt-5.4.3+dfsg/src/grdfilter_mt.c gmt-5.4.5+dfsg/src/grdfilter_mt.c --- gmt-5.4.3+dfsg/src/grdfilter_mt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdfilter_mt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdfilter_mt.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -1000,7 +1000,7 @@ if (GMT_n_multiples > 0) GMT_Report (API, GMT_MSG_VERBOSE, "Warning: %d multiple modes found by the mode filter\n", GMT_n_multiples); if (Ctrl->F.highpass) { - if (GMT->common.R.active[RSET] || GMT->common.R.active[ISET] || GMT->common.r.active) { /* Must resample result so grids are coregistered */ + if (GMT->common.R.active[RSET] || GMT->common.R.active[ISET] || GMT->common.R.active[GSET]) { /* Must resample result so grids are coregistered */ char in_string[GMT_STR16], out_string[GMT_STR16], cmd[GMT_LEN256]; /* Here we low-passed filtered onto a coarse grid but to get high-pass we must sample the low-pass result at the original resolution */ /* Create a virtual file for the low-pass filtered grid */ diff -Nru gmt-5.4.3+dfsg/src/grdgradient.c gmt-5.4.5+dfsg/src/grdgradient.c --- gmt-5.4.3+dfsg/src/grdgradient.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdgradient.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdgradient.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdhisteq.c gmt-5.4.5+dfsg/src/grdhisteq.c --- gmt-5.4.3+dfsg/src/grdhisteq.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdhisteq.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdhisteq.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdimage.c gmt-5.4.5+dfsg/src/grdimage.c --- gmt-5.4.3+dfsg/src/grdimage.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdimage.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdimage.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdinfo.c gmt-5.4.5+dfsg/src/grdinfo.c --- gmt-5.4.3+dfsg/src/grdinfo.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdinfo.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdinfo.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -448,9 +448,9 @@ GMT_Report (API, GMT_MSG_VERBOSE, "Processing grid %s\n", G->header->name); - if (G->header->ProjRefPROJ4 && !Ctrl->C.active && !Ctrl->T.active) + if (G->header->ProjRefPROJ4 && !Ctrl->C.active && !Ctrl->T.active && !Ctrl->I.active) projStr = strdup(G->header->ProjRefPROJ4); /* Copy proj string to print at the end */ - else if (G->header->ProjRefWKT && !Ctrl->C.active && !Ctrl->T.active) + else if (G->header->ProjRefWKT && !Ctrl->C.active && !Ctrl->T.active && !Ctrl->I.active) projStr = strdup(G->header->ProjRefWKT); for (n = 0; n < GMT_Z; n++) GMT->current.io.col_type[GMT_OUT][n] = GMT->current.io.col_type[GMT_IN][n]; /* Since grids may differ in types */ diff -Nru gmt-5.4.3+dfsg/src/grdlandmask.c gmt-5.4.5+dfsg/src/grdlandmask.c --- gmt-5.4.3+dfsg/src/grdlandmask.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdlandmask.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdlandmask.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdmask.c gmt-5.4.5+dfsg/src/grdmask.c --- gmt-5.4.3+dfsg/src/grdmask.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdmask.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdmask.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdmath.c gmt-5.4.5+dfsg/src/grdmath.c --- gmt-5.4.3+dfsg/src/grdmath.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdmath.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdmath.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdmath_explain.h.in gmt-5.4.5+dfsg/src/grdmath_explain.h.in --- gmt-5.4.3+dfsg/src/grdmath_explain.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdmath_explain.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: grdmath_explain.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/grdmath.h.in gmt-5.4.5+dfsg/src/grdmath.h.in --- gmt-5.4.3+dfsg/src/grdmath.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdmath.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: grdmath.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/grdmath_op.h.in gmt-5.4.5+dfsg/src/grdmath_op.h.in --- gmt-5.4.3+dfsg/src/grdmath_op.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdmath_op.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ /*-------------------------------------------------------------------- * - * $Id: grdmath_op.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/grdpaste.c gmt-5.4.5+dfsg/src/grdpaste.c --- gmt-5.4.3+dfsg/src/grdpaste.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdpaste.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdpaste.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdproject.c gmt-5.4.5+dfsg/src/grdproject.c --- gmt-5.4.3+dfsg/src/grdproject.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdproject.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdproject.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -212,6 +212,8 @@ #define bailout(code) {gmt_M_free_options (mode); return (code);} #define Return(code) {Free_Ctrl (GMT, Ctrl); gmt_end_module (GMT, GMT_cpy); bailout (code);} +EXTERN_MSC int gmtlib_get_grdtype (struct GMT_CTRL *GMT, unsigned int direction, struct GMT_GRID_HEADER *h); + int GMT_grdproject (void *V_API, int mode, void *args) { bool set_n = false, shift_xy = false; unsigned int use_nx = 0, use_ny = 0, offset, k, unit = 0; @@ -352,6 +354,10 @@ gmt_set_geographic (GMT, GMT_OUT); /* Inverse projection expects x,y and gives lon, lat */ gmt_set_cartesian (GMT, GMT_IN); } + else { + gmt_set_geographic (GMT, GMT_IN); /* Forward projection expects lon, la and gives x,y */ + gmt_set_cartesian (GMT, GMT_OUT); + } xmin = (Ctrl->C.active) ? GMT->current.proj.rect[XLO] - GMT->current.proj.origin[GMT_X] : GMT->current.proj.rect[XLO]; xmax = (Ctrl->C.active) ? GMT->current.proj.rect[XHI] - GMT->current.proj.origin[GMT_X] : GMT->current.proj.rect[XHI]; @@ -467,6 +473,7 @@ gmt_grd_project (GMT, Rect, Geo, true); + Geo->header->grdtype = gmtlib_get_grdtype (GMT, GMT_OUT, Geo->header); /* Determine grid type */ gmt_set_pad (GMT, API->pad); /* Reset to session default pad before output */ if (GMT_Set_Comment (API, GMT_IS_GRID, GMT_COMMENT_IS_OPTION | GMT_COMMENT_IS_COMMAND, options, Geo)) Return (API->error); if (GMT_Write_Data (API, GMT_IS_GRID, GMT_IS_FILE, GMT_IS_SURFACE, GMT_CONTAINER_AND_DATA, NULL, Ctrl->G.file, Geo) != GMT_NOERROR) { @@ -546,6 +553,7 @@ strncpy (Rect->header->y_units, unit_name, GMT_GRID_UNIT_LEN80-1); Rect->header->ProjRefPROJ4 = gmt_export2proj4(GMT); /* Convert the GMT -J<...> into a proj4 string and save it in the header */ + Rect->header->grdtype = gmtlib_get_grdtype (GMT, GMT_OUT, Rect->header); /* Determine grid type */ /* rect xy values are here in GMT projected units chosen by user */ diff -Nru gmt-5.4.3+dfsg/src/grdraster.c gmt-5.4.5+dfsg/src/grdraster.c --- gmt-5.4.3+dfsg/src/grdraster.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdraster.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdraster.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -842,8 +842,13 @@ /* OK, here we have a recognized dataset ID */ + if (!GMT->common.R.active[ISET]) { /* No -I was set, so do it via the grdraster.info file */ + GMT->common.R.active[ISET] = true; /* Implicitly set -I */ + gmt_M_memcpy (GMT->common.R.inc, myras.h.inc, 2, double); + } + if ((Grid = GMT_Create_Data (API, GMT_IS_GRID, GMT_IS_SURFACE, GMT_CONTAINER_ONLY, NULL, NULL, NULL, - GMT_GRID_DEFAULT_REG, GMT_NOTSET, NULL)) == NULL) { + myras.h.registration, GMT_NOTSET, NULL)) == NULL) { free (tselect); Return (API->error); } diff -Nru gmt-5.4.3+dfsg/src/grdsample.c gmt-5.4.5+dfsg/src/grdsample.c --- gmt-5.4.3+dfsg/src/grdsample.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdsample.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdsample.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdtrack.c gmt-5.4.5+dfsg/src/grdtrack.c --- gmt-5.4.3+dfsg/src/grdtrack.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdtrack.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdtrack.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdtrend.c gmt-5.4.5+dfsg/src/grdtrend.c --- gmt-5.4.3+dfsg/src/grdtrend.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdtrend.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdtrend.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdvector.c gmt-5.4.5+dfsg/src/grdvector.c --- gmt-5.4.3+dfsg/src/grdvector.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdvector.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdvector.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdview.c gmt-5.4.5+dfsg/src/grdview.c --- gmt-5.4.3+dfsg/src/grdview.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdview.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdview.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/grdvolume.c gmt-5.4.5+dfsg/src/grdvolume.c --- gmt-5.4.3+dfsg/src/grdvolume.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/grdvolume.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdvolume.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/greenspline.c gmt-5.4.5+dfsg/src/greenspline.c --- gmt-5.4.3+dfsg/src/greenspline.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/greenspline.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: greenspline.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -1628,7 +1628,7 @@ } if (GMT->common.b.active[GMT_IN]) GMT->common.b.ncol[GMT_IN]++; /* Must assume it is just one extra column */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((Din = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->A.file, NULL)) == NULL) { for (p = 0; p < nm; p++) gmt_M_free (GMT, X[p]); gmt_M_free (GMT, X); gmt_M_free (GMT, obs); @@ -1638,7 +1638,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least %u are needed\n", (int)Din->n_columns, n_A_cols); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ S = Din->table[0]; /* Can only be one table */ m = S->n_records; /* Total number of gradient constraints */ nm += m; /* New total of linear equations to solve */ @@ -1795,7 +1795,7 @@ Z.nz = 1; } else if (Ctrl->N.active) { /* Read output locations from file */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((Nin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } @@ -1804,7 +1804,7 @@ "Input file %s has %d column(s) but at least %u are needed\n", Ctrl->N.file, (int)Nin->n_columns, dimension); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ T = Nin->table[0]; } else { /* Fill in an equidistant output table or grid */ diff -Nru gmt-5.4.3+dfsg/src/gshhg/CMakeLists.txt gmt-5.4.5+dfsg/src/gshhg/CMakeLists.txt --- gmt-5.4.3+dfsg/src/gshhg/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gshhg/gmt_gshhg.h gmt-5.4.5+dfsg/src/gshhg/gmt_gshhg.h --- gmt-5.4.3+dfsg/src/gshhg/gmt_gshhg.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg/gmt_gshhg.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ -/* $Id: gmt_gshhg.h 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * * Include file defining macros, functions and structures used in gshhg.c * - * Copyright (c) 1996-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1996-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gshhg/gshhg.c gmt-5.4.5+dfsg/src/gshhg/gshhg.c --- gmt-5.4.3+dfsg/src/gshhg/gshhg.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg/gshhg.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: gshhg.c 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 1996-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1996-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * PROGRAM: gshhg.c diff -Nru gmt-5.4.3+dfsg/src/gshhg/gshhg.h gmt-5.4.5+dfsg/src/gshhg/gshhg.h --- gmt-5.4.3+dfsg/src/gshhg/gshhg.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg/gshhg.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ -/* $Id: gshhg.h 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * * Include file defining structures used in the binary GSHHG files * - * Copyright (c) 1996-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1996-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gshhg/README.gshhg gmt-5.4.5+dfsg/src/gshhg/README.gshhg --- gmt-5.4.3+dfsg/src/gshhg/README.gshhg 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg/README.gshhg 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: README.gshhg 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ G S H H G diff -Nru gmt-5.4.3+dfsg/src/gshhg_version.c gmt-5.4.5+dfsg/src/gshhg_version.c --- gmt-5.4.3+dfsg/src/gshhg_version.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg_version.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gshhg_version.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/gshhg_version.h gmt-5.4.5+dfsg/src/gshhg_version.h --- gmt-5.4.3+dfsg/src/gshhg_version.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/gshhg_version.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gshhg_version.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/img/CMakeLists.txt gmt-5.4.5+dfsg/src/img/CMakeLists.txt --- gmt-5.4.3+dfsg/src/img/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/img/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/img/img2google gmt-5.4.5+dfsg/src/img/img2google --- gmt-5.4.3+dfsg/src/img/img2google 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/img/img2google 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: img2google 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # Copyright (c) 2009-2018 by David Sandwell and Paul Wessel # Credit to Joaquim Luis for adding KML output from ps2raster @@ -158,7 +158,7 @@ if [ X"$C" = "X" ]; then # No clipping, just lay down image gmt grdimage $$.tile.nc -I$$.tile_grad.nc -C$$.cpt -Jx1id -Y$off -X$off -O -K $V --PROJ_ELLIPSOID=WGS-84 >> $$.ps else # Use GSHHS high clip path to only show ocean areas - gmt pscoast $R -Jx1id Y$off -X$off -O -K $V --PROJ_ELLIPSOID=WGS-84 -Dh -Sc >> $$.ps + gmt pscoast $R -Jx1id -Y$off -X$off -O -K $V --PROJ_ELLIPSOID=WGS-84 -Dh -Sc >> $$.ps gmt grdimage $$.tile.nc -I$$.tile_grad.nc -C$$.cpt -J -O -K $V --PROJ_ELLIPSOID=WGS-84 >> $$.ps fi gmt psxy $$.track.xyz -J $R -Sc.005i -Gblack $V -O -K --PROJ_ELLIPSOID=WGS-84 >> $$.ps diff -Nru gmt-5.4.3+dfsg/src/img/img2grd.c gmt-5.4.5+dfsg/src/img/img2grd.c --- gmt-5.4.3+dfsg/src/img/img2grd.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/img/img2grd.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: img2grd.c 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * img2grd.c diff -Nru gmt-5.4.3+dfsg/src/img/README.img gmt-5.4.5+dfsg/src/img/README.img --- gmt-5.4.3+dfsg/src/img/README.img 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/img/README.img 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.img 17328 2016-11-08 20:38:56Z pwessel $ + $Id$ Maintained by: W H F Smith Distributed under the GNU Lesser Public License; see file diff -Nru gmt-5.4.3+dfsg/src/isogmt.in gmt-5.4.5+dfsg/src/isogmt.in --- gmt-5.4.3+dfsg/src/isogmt.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/isogmt.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,8 +1,8 @@ #!/bin/bash #-------------------------------------------------------------------- -# $Id: isogmt.in 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/kml2gmt.c gmt-5.4.5+dfsg/src/kml2gmt.c --- gmt-5.4.3+dfsg/src/kml2gmt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/kml2gmt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: kml2gmt.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/makecpt.c gmt-5.4.5+dfsg/src/makecpt.c --- gmt-5.4.3+dfsg/src/makecpt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/makecpt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: makecpt.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/mapproject.c gmt-5.4.5+dfsg/src/mapproject.c --- gmt-5.4.3+dfsg/src/mapproject.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mapproject.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- -* $Id: mapproject.c 19521 2017-12-27 22:38:24Z pwessel $ +* $Id$ * -* Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe +* Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -898,7 +898,7 @@ Return (API->error); } - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -L files */ if ((Lin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_LINE, GMT_READ_NORMAL, NULL, Ctrl->L.file, NULL)) == NULL) { Return (API->error); } @@ -906,7 +906,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least 2 are needed\n", (int)Lin->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ gmt_set_segmentheader (GMT, GMT_OUT, false); /* Since processing of -L file might have turned it on [should be determined below] */ xyline = Lin->table[0]; /* Can only be one table since we read a single file */ if (proj_type == GMT_GEO2CART) { /* Must convert the line points first */ diff -Nru gmt-5.4.3+dfsg/src/meca/CMakeLists.txt gmt-5.4.5+dfsg/src/meca/CMakeLists.txt --- gmt-5.4.3+dfsg/src/meca/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/meca/ERRATA gmt-5.4.5+dfsg/src/meca/ERRATA --- gmt-5.4.3+dfsg/src/meca/ERRATA 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/ERRATA 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: ERRATA 12822 2014-01-31 23:39:56Z remko $ + $Id$ ########### utilmeca.c : diff -Nru gmt-5.4.3+dfsg/src/meca/meca.h gmt-5.4.5+dfsg/src/meca/meca.h --- gmt-5.4.3+dfsg/src/meca/meca.h 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/meca.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: meca.h 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project * Donated to the GMT project by G. Patau upon her retirement from IGPG diff -Nru gmt-5.4.3+dfsg/src/meca/pscoupe.c gmt-5.4.5+dfsg/src/meca/pscoupe.c --- gmt-5.4.3+dfsg/src/meca/pscoupe.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/pscoupe.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: pscoupe.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project diff -Nru gmt-5.4.3+dfsg/src/meca/psmeca.c gmt-5.4.5+dfsg/src/meca/psmeca.c --- gmt-5.4.3+dfsg/src/meca/psmeca.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/psmeca.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: psmeca.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project diff -Nru gmt-5.4.3+dfsg/src/meca/pspolar.c gmt-5.4.5+dfsg/src/meca/pspolar.c --- gmt-5.4.3+dfsg/src/meca/pspolar.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/pspolar.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: pspolar.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project diff -Nru gmt-5.4.3+dfsg/src/meca/pssac.c gmt-5.4.5+dfsg/src/meca/pssac.c --- gmt-5.4.3+dfsg/src/meca/pssac.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/pssac.c 2019-01-03 20:39:17.000000000 +0000 @@ -18,7 +18,7 @@ * Brief synopsis: pssac will plot seismograms in SAC format on maps */ -/* +/* The SAC I/O functions are initially written by Prof. Lupei Zhu, and modified by Dongdong Tian. @@ -83,9 +83,10 @@ struct PSSAC_Q { /* -Q */ bool active; } Q; - struct PSSAC_S { /* -S */ + struct PSSAC_S { /* -S[i][] */ bool active; - double sec_per_measure; + double factor; + char unit; } S; struct PSSAC_T { /* -T+t+r+s */ bool active; @@ -96,6 +97,7 @@ double shift; } T; struct PSSAC_W { /* -W */ + bool active; struct GMT_PEN pen; } W; }; @@ -135,7 +137,7 @@ GMT_Message (API, GMT_TIME_NONE, "usage: pssac [|] %s %s\n", GMT_J_OPT, GMT_Rgeoz_OPT); GMT_Message (API, GMT_TIME_NONE, "\t[%s] [-C[/]] [-D[/]] [-Ea|b|k|d|n[]|u[]] [-F[i][q][r]]\n", GMT_B_OPT); GMT_Message (API, GMT_TIME_NONE, "\t[-G[p|n][+g][+t/][+z]] [-K] [-M[]/] [-O] [-P] [-Q]\n"); - GMT_Message (API, GMT_TIME_NONE, "\t[-S[]] [-T[+t][+r][+s]] \n"); + GMT_Message (API, GMT_TIME_NONE, "\t[-S[i][]] [-T[+t][+r][+s]] \n"); GMT_Message (API, GMT_TIME_NONE, "\t[%s] [%s] [-W]\n", GMT_U_OPT, GMT_V_OPT); GMT_Message (API, GMT_TIME_NONE, "\t[%s] [%s]\n\t[%s] [%s]\n", GMT_X_OPT, GMT_Y_OPT, GMT_h_OPT, GMT_t_OPT); GMT_Message (API, GMT_TIME_NONE, "\n"); @@ -188,7 +190,9 @@ GMT_Message (API, GMT_TIME_NONE, "\t > 0, multiply all traces by size*r^alpha, r is the distance range in km.\n"); GMT_Option (API, "O,P"); GMT_Message (API, GMT_TIME_NONE, "\t-Q Plot traces vertically.\n"); - GMT_Message (API, GMT_TIME_NONE, "\t-S Specify the time scale in seconds per while plotting on geographic plots. Use PROJ_LENGTH_UNIT if is omitted.\n"); + GMT_Message (API, GMT_TIME_NONE, "\t-S Sets time scale in seconds per while plotting on geographic plots. \n"); + GMT_Message (API, GMT_TIME_NONE, "\t Append c, i, or p to indicate cm, inch or points as the unit. Use PROJ_LENGTH_UNIT if is omitted.\n"); + GMT_Message (API, GMT_TIME_NONE, "\t Use -Si to give the reciprocal scale, i.e. cm per second or inch per second.\n"); GMT_Message (API, GMT_TIME_NONE, "\t-T Time alignment. \n"); GMT_Message (API, GMT_TIME_NONE, "\t +t align all trace along time mark. Choose from -5(b), -4(e), -3(o), -2(a), 0-9(t0-t9).\n"); GMT_Message (API, GMT_TIME_NONE, "\t +r reduce velocity in km/s.\n"); @@ -211,7 +215,7 @@ unsigned int n_errors = 0, pos = 0; int j, k; - size_t n_alloc = 0; + size_t n_alloc = 0, len; char txt_a[GMT_LEN256] = {""}, txt_b[GMT_LEN256] = {""}, p[GMT_BUFSIZ] = {""}; char path[GMT_BUFSIZ] = {""}; /* Full path to sac file */ struct GMT_OPTION *opt = NULL; @@ -301,7 +305,7 @@ else if (j == 2) { if (strcmp(txt_b, "s") == 0 ) { /* -Msize/s */ // TODO - } + } else if (strcmp(txt_b, "b") == 0) { /* -Msize/b */ // TODO } @@ -330,7 +334,33 @@ break; case 'S': Ctrl->S.active = true; - Ctrl->S.sec_per_measure = gmt_M_to_inch (GMT, opt->arg); + len = strlen (opt->arg) - 1; + j = (opt->arg[0] == 'i') ? 1 : 0; + if (strchr(GMT_DIM_UNITS, (int)opt->arg[len])) /* Recognized unit character */ + Ctrl->S.unit = opt->arg[len]; + else if (! (opt->arg[len] == '.' || isdigit ((int)opt->arg[len]))) { /* Not decimal point or digit means trouble */ + GMT_Report (API, GMT_MSG_NORMAL, "Syntax error -S option: Unrecognized unit %c\n", opt->arg[len]); + n_errors++; + } + if (j == 0) { + Ctrl->S.factor = 1.0 / atof(&opt->arg[j]); + } else { + Ctrl->S.factor = atof(&opt->arg[j]); + } + switch (Ctrl->S.unit) { /* Adjust for possible unit selection */ + case 'c': + Ctrl->S.factor *= GMT->session.u2u[GMT_CM][GMT_INCH]; + break; + case 'i': + Ctrl->S.factor *= GMT->session.u2u[GMT_INCH][GMT_INCH]; + break; + case 'p': + Ctrl->S.factor *= GMT->session.u2u[GMT_PT][GMT_INCH]; + break; + default: + Ctrl->S.factor *= GMT->session.u2u[GMT->current.setting.proj_length_unit][GMT_INCH]; + break; + } break; case 'T': pos = 0; @@ -354,6 +384,7 @@ } break; case 'W': /* Set line attributes */ + Ctrl->W.active = true; if (opt->arg[0] && gmt_getpen (GMT, &opt->arg[0], &Ctrl->W.pen)) { gmt_pen_syntax (GMT, 'W', "sets pen attributes [Default pen is %s]:", 3); n_errors++; @@ -369,7 +400,7 @@ n_errors += gmt_M_check_condition (GMT, !GMT->common.R.active[RSET], "Syntax error: Must specify -R option\n"); n_errors += gmt_M_check_condition (GMT, !GMT->common.J.active, "Syntax error: Must specify a map projection with the -J option\n"); - n_errors += gmt_M_check_condition (GMT, Ctrl->S.active && gmt_M_is_zero(Ctrl->S.sec_per_measure), "Syntax error -S option: must be nonzero\n"); + n_errors += gmt_M_check_condition (GMT, Ctrl->S.active && gmt_M_is_zero(Ctrl->S.factor), "Syntax error -S option: must be nonzero\n"); n_errors += gmt_M_check_condition (GMT, Ctrl->T.reduce && gmt_M_is_zero(Ctrl->T.reduce_vel), "Syntax error -T option: must be nonzero\n"); n_errors += gmt_M_check_condition (GMT, Ctrl->T.align && !(Ctrl->T.tmark >= -5 && Ctrl->T.tmark <= 9 && Ctrl->T.tmark != -1), "Syntax error -T option: should be chosen from -5, -4, -3, -2, 0-9\n"); @@ -552,7 +583,7 @@ } int GMT_pssac (void *V_API, int mode, void *args) { /* High-level function that implements the pssac task */ - bool old_is_world, free_plot_pen = false, read_from_ascii; + bool old_is_world, free_plot_pen = false, read_from_ascii, draw_line; unsigned int n_files, *plot_pen = NULL; int error = GMT_NOERROR, n, i, npts; double yscale = 1.0, y0 = 0.0, x0, tref, dt, *x = NULL, *y = NULL, *xp = NULL, *yp = NULL; @@ -618,8 +649,8 @@ GMT_Report (API, GMT_MSG_VERBOSE, "Collecting %ld SAC files to plot.\n", n_files); for (n = 0; n < (int)n_files; n++) { /* Loop over all SAC files */ - GMT_Report (API, GMT_MSG_VERBOSE, "Plotting SAC file %d: %s\n", n, L[n].file); - + GMT_Report (API, GMT_MSG_LONG_VERBOSE, "Plotting SAC file %d: %s\n", n, L[n].file); + /* -T: determine the reference time for all times in pssac */ tref = 0.0; if (Ctrl->T.active) { @@ -670,7 +701,7 @@ y = gmt_M_memory (GMT, NULL, hd.npts, double); if (gmt_M_is_linear(GMT)) dt = hd.delta; - else if (Ctrl->S.active) dt = hd.delta/Ctrl->S.sec_per_measure; + else if (Ctrl->S.active) dt = hd.delta * Ctrl->S.factor; else { GMT_Report (API, GMT_MSG_NORMAL, "Error: -S option is needed in geographic plots.\n"); gmt_M_free(GMT, x); gmt_M_free(GMT, y); gmt_M_free (GMT, L); @@ -814,33 +845,6 @@ GMT_Report (API, GMT_MSG_LONG_VERBOSE, "=> %s: after scaling and shifting : xmin=%g xmax=%g ymin=%g ymax=%g\n", L[n].file, x[0], x[hd.npts-1], hd.depmin, hd.depmax); - if (gmt_M_is_linear(GMT)) { - GMT->current.plot.n = gmt_geo_to_xy_line (GMT, x, y, hd.npts); - xp = GMT->current.plot.x; - yp = GMT->current.plot.y; - npts = (int)GMT->current.plot.n; - plot_pen = GMT->current.plot.pen; - } - else { - xp = x; - yp = y; - npts = hd.npts; - plot_pen = gmt_M_memory (GMT, NULL, npts, unsigned int); - plot_pen[0] = PSL_MOVE; - free_plot_pen = true; - } - - /* plot trace */ - if (L[n].custom_pen) { - current_pen = L[n].pen; - gmt_setpen (GMT, &L[n].pen); - } - gmt_plot_line (GMT, xp, yp, plot_pen, npts, current_pen.mode); - if (L[n].custom_pen) { - current_pen = Ctrl->W.pen; - gmt_setpen (GMT, ¤t_pen); - } - /* paint trace */ for (i = 0; i <= 1; i++) { /* 0=positive; 1=negative */ if (Ctrl->G.active[i]) { @@ -873,6 +877,37 @@ paint_phase(GMT, Ctrl, PSL, x, y, hd.npts, zero, Ctrl->G.t0[i], Ctrl->G.t1[i], i); } } + + /* don't draw line if -G is used while -W isn't */ + draw_line = Ctrl->W.active || !(Ctrl->G.active[0] || Ctrl->G.active[1]); + /* draw line */ + if (draw_line) { + if (gmt_M_is_linear(GMT)) { + GMT->current.plot.n = gmt_geo_to_xy_line (GMT, x, y, hd.npts); + xp = GMT->current.plot.x; + yp = GMT->current.plot.y; + npts = (int)GMT->current.plot.n; + plot_pen = GMT->current.plot.pen; + } + else { + xp = x; + yp = y; + npts = hd.npts; + plot_pen = gmt_M_memory (GMT, NULL, npts, unsigned int); + plot_pen[0] = PSL_MOVE; + free_plot_pen = true; + } + if (L[n].custom_pen) { + current_pen = L[n].pen; + gmt_setpen (GMT, &L[n].pen); + } + gmt_plot_line (GMT, xp, yp, plot_pen, npts, current_pen.mode); + if (L[n].custom_pen) { + current_pen = Ctrl->W.pen; + gmt_setpen (GMT, ¤t_pen); + } + } + gmt_M_free(GMT, x); gmt_M_free(GMT, y); if (free_plot_pen) gmt_M_free(GMT, plot_pen); diff -Nru gmt-5.4.3+dfsg/src/meca/psvelo.c gmt-5.4.5+dfsg/src/meca/psvelo.c --- gmt-5.4.3+dfsg/src/meca/psvelo.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/psvelo.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: psvelo.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project diff -Nru gmt-5.4.3+dfsg/src/meca/README.meca gmt-5.4.5+dfsg/src/meca/README.meca --- gmt-5.4.3+dfsg/src/meca/README.meca 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/README.meca 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.meca 15178 2015-11-06 10:45:03Z fwobbe $ + $Id$ Distributed under the GNU Lesser Public License; see file LICENSE.TXT in main GMT directory. diff -Nru gmt-5.4.3+dfsg/src/meca/utilmeca.c gmt-5.4.5+dfsg/src/meca/utilmeca.c --- gmt-5.4.3+dfsg/src/meca/utilmeca.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/utilmeca.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: utilmeca.c 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project * Donated to the GMT project by G. Patau upon her retirement from IGPG diff -Nru gmt-5.4.3+dfsg/src/meca/utilmeca.h gmt-5.4.5+dfsg/src/meca/utilmeca.h --- gmt-5.4.3+dfsg/src/meca/utilmeca.h 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/meca/utilmeca.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: utilmeca.h 19523 2017-12-27 23:20:32Z pwessel $ +/* $Id$ * Copyright (c) 1996-2012 by G. Patau * Copyright (c) 2013-2018 by the GMT project * Donated to the GMT project by G. Patau upon her retirement from IGPG diff -Nru gmt-5.4.3+dfsg/src/mgd77/cm4_functions.c gmt-5.4.5+dfsg/src/mgd77/cm4_functions.c --- gmt-5.4.3+dfsg/src/mgd77/cm4_functions.c 2017-04-22 00:35:39.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/cm4_functions.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*--------------------------------------------------------------------------- - * $Id: cm4_functions.c 18018 2017-04-22 00:35:39Z pwessel $ + * $Id$ * * * File: cm4_functions.c diff -Nru gmt-5.4.3+dfsg/src/mgd77/cm4_functions.h gmt-5.4.5+dfsg/src/mgd77/cm4_functions.h --- gmt-5.4.3+dfsg/src/mgd77/cm4_functions.h 2016-08-19 23:51:52.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/cm4_functions.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*--------------------------------------------------------------------------- - * $Id: cm4_functions.h 16977 2016-08-19 23:51:52Z remko $ + * $Id$ * * * File: cm4_functions.h diff -Nru gmt-5.4.3+dfsg/src/mgd77/CMakeLists.txt gmt-5.4.5+dfsg/src/mgd77/CMakeLists.txt --- gmt-5.4.3+dfsg/src/mgd77/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77.c gmt-5.4.5+dfsg/src/mgd77/mgd77.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*--------------------------------------------------------------------------- - * $Id: mgd77.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_codes.h gmt-5.4.5+dfsg/src/mgd77/mgd77_codes.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_codes.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_codes.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: mgd77_codes.h 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * * Code automatically generated by mgd77_codes.sh * To be included by mgd77info.c diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_codes.sh gmt-5.4.5+dfsg/src/mgd77/mgd77_codes.sh --- gmt-5.4.3+dfsg/src/mgd77/mgd77_codes.sh 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_codes.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: mgd77_codes.sh 17328 2016-11-08 20:38:56Z pwessel $ +# $Id$ # # Convert the trkdas.cod file into two usable files: # 1. mgd77_codes.h for inclusion by mgd77info.c diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77convert.c gmt-5.4.5+dfsg/src/mgd77/mgd77convert.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77convert.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77convert.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77convert.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_e77.h gmt-5.4.5+dfsg/src/mgd77/mgd77_e77.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_e77.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_e77.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77_e77.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2004-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_functions.c gmt-5.4.5+dfsg/src/mgd77/mgd77_functions.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77_functions.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_functions.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: mgd77_functions.c 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * * Code automatically generated by mgd77netcdfhelper.sh * diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_functions.h gmt-5.4.5+dfsg/src/mgd77/mgd77_functions.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_functions.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_functions.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: mgd77_functions.h 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * * Code automatically generated by mgd77netcdfhelper.sh * To be included by mgd77_functions.c diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77.h gmt-5.4.5+dfsg/src/mgd77/mgd77.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------- - * $Id: mgd77.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77header.c gmt-5.4.5+dfsg/src/mgd77/mgd77header.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77header.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77header.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77header.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel and Michael Chandler * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_IGF_coeffs.h gmt-5.4.5+dfsg/src/mgd77/mgd77_IGF_coeffs.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_IGF_coeffs.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_IGF_coeffs.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------- - * $Id: mgd77_IGF_coeffs.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77info.c gmt-5.4.5+dfsg/src/mgd77/mgd77info.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77info.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77info.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77info.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_init.h gmt-5.4.5+dfsg/src/mgd77/mgd77_init.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_init.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_init.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*--------------------------------------------------------------------------- - * $Id: mgd77_init.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77list.c gmt-5.4.5+dfsg/src/mgd77/mgd77list.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77list.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77list.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77list.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77magref.c gmt-5.4.5+dfsg/src/mgd77/mgd77magref.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77magref.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77magref.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77magref.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2009-2018 by J. Luis and P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77magref.h gmt-5.4.5+dfsg/src/mgd77/mgd77magref.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77magref.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77magref.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77magref.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2005-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77manage.c gmt-5.4.5+dfsg/src/mgd77/mgd77manage.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77manage.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77manage.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77manage.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2005-2018 by P. Wessel * mgd77manage is used to (1) remove data columns from mgd77+ files diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77netcdfhelper.sh gmt-5.4.5+dfsg/src/mgd77/mgd77netcdfhelper.sh --- gmt-5.4.3+dfsg/src/mgd77/mgd77netcdfhelper.sh 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77netcdfhelper.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: mgd77netcdfhelper.sh 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # # Author: P. Wessel # Date: 2005-OCT-14 diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77path.c gmt-5.4.5+dfsg/src/mgd77/mgd77path.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77path.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77path.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77path.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_recalc.h gmt-5.4.5+dfsg/src/mgd77/mgd77_recalc.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_recalc.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_recalc.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77_recalc.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77_rls_coeffs.h gmt-5.4.5+dfsg/src/mgd77/mgd77_rls_coeffs.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77_rls_coeffs.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77_rls_coeffs.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77_rls_coeffs.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2004-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77sniffer.c gmt-5.4.5+dfsg/src/mgd77/mgd77sniffer.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77sniffer.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77sniffer.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77sniffer.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2004-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77snifferdefaults.h gmt-5.4.5+dfsg/src/mgd77/mgd77snifferdefaults.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77snifferdefaults.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77snifferdefaults.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77snifferdefaults.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2004-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77sniffer.h gmt-5.4.5+dfsg/src/mgd77/mgd77sniffer.h --- gmt-5.4.3+dfsg/src/mgd77/mgd77sniffer.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77sniffer.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* ------------------------------------------------------------------- - * $Id: mgd77sniffer.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * See LICENSE.TXT file for copying and redistribution conditions. * * Copyright (c) 2004-2018 by P. Wessel and M. T. Chandler diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77track.c gmt-5.4.5+dfsg/src/mgd77/mgd77track.c --- gmt-5.4.3+dfsg/src/mgd77/mgd77track.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77track.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: mgd77track.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2004-2018 by P. Wessel * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/mgd77/mgd77view gmt-5.4.5+dfsg/src/mgd77/mgd77view --- gmt-5.4.3+dfsg/src/mgd77/mgd77view 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/mgd77view 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: mgd77view 12822 2014-01-31 23:39:56Z remko $ +# $Id$ # # Makes a summary plot of one cruise # diff -Nru gmt-5.4.3+dfsg/src/mgd77/README.developer gmt-5.4.5+dfsg/src/mgd77/README.developer --- gmt-5.4.3+dfsg/src/mgd77/README.developer 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/README.developer 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -$Id: README.developer 12822 2014-01-31 23:39:56Z remko $ +$Id$ Note: diff -Nru gmt-5.4.3+dfsg/src/mgd77/README.mgd77 gmt-5.4.5+dfsg/src/mgd77/README.mgd77 --- gmt-5.4.3+dfsg/src/mgd77/README.mgd77 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/README.mgd77 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.mgd77 12822 2014-01-31 23:39:56Z remko $ + $Id$ README file for GMT supplemental mgd77 programs. Distributed under the GNU Lesser Public License; see file diff -Nru gmt-5.4.3+dfsg/src/mgd77/reformat_kyoto_dst.sh gmt-5.4.5+dfsg/src/mgd77/reformat_kyoto_dst.sh --- gmt-5.4.3+dfsg/src/mgd77/reformat_kyoto_dst.sh 2013-07-11 01:24:49.000000000 +0000 +++ gmt-5.4.5+dfsg/src/mgd77/reformat_kyoto_dst.sh 2019-01-03 20:39:17.000000000 +0000 @@ -5,7 +5,7 @@ # # Thanks to Michael Chandler -# $Id: reformat_kyoto_dst.sh 11937 2013-07-11 01:24:49Z jluis $ +# $Id$ awk '{printf "%.10s %+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d%+04d\n",$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$20,$21,$22,$23,$24,$25,$26,$27}' WWW_dstae00022758.dat | sed -e 's/+/ /g' -e 's/*/Q/' diff -Nru gmt-5.4.3+dfsg/src/misc/CMakeLists.txt gmt-5.4.5+dfsg/src/misc/CMakeLists.txt --- gmt-5.4.3+dfsg/src/misc/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/misc/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/misc/dimfilter.c gmt-5.4.5+dfsg/src/misc/dimfilter.c --- gmt-5.4.3+dfsg/src/misc/dimfilter.c 2017-05-30 01:57:05.000000000 +0000 +++ gmt-5.4.5+dfsg/src/misc/dimfilter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: dimfilter.c 18282 2017-05-30 01:57:05Z pwessel $ + * $Id$ * * dimfilter.c reads a grdfile and creates filtered grd file * diff -Nru gmt-5.4.3+dfsg/src/misc/dim.template.sh gmt-5.4.5+dfsg/src/misc/dim.template.sh --- gmt-5.4.3+dfsg/src/misc/dim.template.sh 2016-06-04 03:56:45.000000000 +0000 +++ gmt-5.4.5+dfsg/src/misc/dim.template.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,9 +1,9 @@ #!/bin/bash # -# $Id: dim.template.sh 16498 2016-06-04 03:56:45Z pwessel $ +# $Id$ # # Seung-Sep Kim, Chungnam National University, Daejeon, South Korea [seungsep@cnu.kr] -# $Revision: 16498 $ $Date: 2016-06-03 17:56:45 -1000 (Fri, 03 Jun 2016) $ +# $Revision$ $Date$ # This is a template script showing the steps for DiM-based # regional-residual separation. diff -Nru gmt-5.4.3+dfsg/src/misc/README.misc gmt-5.4.5+dfsg/src/misc/README.misc --- gmt-5.4.3+dfsg/src/misc/README.misc 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/misc/README.misc 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.misc 12822 2014-01-31 23:39:56Z remko $ + $Id$ Distributed under the GNU Lesser Public License; see file LICENSE.TXT in main GMT directory. diff -Nru gmt-5.4.3+dfsg/src/nearneighbor.c gmt-5.4.5+dfsg/src/nearneighbor.c --- gmt-5.4.3+dfsg/src/nearneighbor.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/nearneighbor.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: nearneighbor.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/postscriptlight.c gmt-5.4.5+dfsg/src/postscriptlight.c --- gmt-5.4.3+dfsg/src/postscriptlight.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/postscriptlight.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: postscriptlight.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2009-2018 by P. Wessel and R. Scharroo * @@ -2440,7 +2440,7 @@ xx[1] = (heads & 2) ? length_inch - off[PSL_END] : length_inch; if (heads & 1 && asymmetry[PSL_BEGIN] && kind[PSL_BEGIN] == PSL_VEC_CIRCLE) xx[0] = -r; if (heads & 2 && asymmetry[PSL_END] && kind[PSL_END] == PSL_VEC_CIRCLE) xx[1] += r; - PSL_plotsegment (PSL, xx[0], 0.0, xx[1], 0.0); /* Draw vector line body */ + if (xx[1] > xx[0]) PSL_plotsegment (PSL, xx[0], 0.0, xx[1], 0.0); /* Draw vector line body unless head length equals or exceeds total length */ if (status & PSL_VEC_MID_FWD) { /* Want forward-pointing mid-point head instead of at end */ xp = -0.5 * length_inch; heads = 2; @@ -2609,32 +2609,32 @@ PSL_command (PSL, "U\n"); break; case PSL_VEC_TAIL: - xx[0] = xp - tailwidth - off[PSL_BEGIN]; yy[0] = -yshift[PSL_END]; n = 1; /* Vector tip */ + xx[0] = xp - tailwidth - off[PSL_END]; yy[0] = -yshift[PSL_END]; n = 1; /* Vector tip */ if (asymmetry[PSL_END] != +1) { /* Need left side */ - xx[n] = xp - tailwidth + FIN_SLANT_COS * headwidth - off[PSL_BEGIN]; yy[n++] = -FIN_HEIGHT_SCALE * headwidth; + xx[n] = xp - tailwidth + FIN_SLANT_COS * headwidth - off[PSL_END]; yy[n++] = -FIN_HEIGHT_SCALE * headwidth; xx[n] = xx[n-1] + FIN_LENGTH_SCALE * headlength; yy[n++] = -FIN_HEIGHT_SCALE * headwidth; } - xx[n] = xp - tailwidth + FIN_LENGTH_SCALE * headlength - off[PSL_BEGIN]; yy[n++] = -yshift[PSL_END]; + xx[n] = xp - tailwidth + FIN_LENGTH_SCALE * headlength - off[PSL_END]; yy[n++] = -yshift[PSL_END]; if (asymmetry[PSL_END] != -1) { /* Need right side */ - xx[n] = xp - tailwidth + FIN_SLANT_COS * headwidth + FIN_LENGTH_SCALE * headlength - off[PSL_BEGIN]; yy[n++] = FIN_HEIGHT_SCALE * headwidth; + xx[n] = xp - tailwidth + FIN_SLANT_COS * headwidth + FIN_LENGTH_SCALE * headlength - off[PSL_END]; yy[n++] = FIN_HEIGHT_SCALE * headwidth; xx[n] = xx[n-1] - FIN_LENGTH_SCALE * headlength; yy[n++] = FIN_HEIGHT_SCALE * headwidth; } PSL_plotline (PSL, xx, yy, n, PSL_MOVE); /* Set up path */ PSL_command (PSL, "P clip %s %s ", dump[fill], line[outline]); if (asymmetry[PSL_END] == 0) { /* Draw feather center */ PSL_command (PSL, "V 0 W "); - xx[1] = xp - tailwidth + headlength - off[PSL_BEGIN]; yy[1] = -yshift[PSL_END]; + xx[1] = xp - tailwidth + headlength - off[PSL_END]; yy[1] = -yshift[PSL_END]; PSL_plotsegment (PSL, xx[0], yy[0], xx[1], yy[1]); /* Draw vector line body */ PSL_command (PSL, "U\n"); } break; case PSL_VEC_TAIL_PLAIN: n = 0; - if (asymmetry[PSL_BEGIN] != +1) { /* Need left side */ + if (asymmetry[PSL_END] != +1) { /* Need left side */ xx[n] = xp + headlength; yy[n++] = -headwidth; } - xx[n] = xp; yy[n++] = -yshift[PSL_BEGIN]; /* Vector tip */ - if (asymmetry[PSL_BEGIN] != -1) { /* Need right side */ + xx[n] = xp; yy[n++] = -yshift[PSL_END]; /* Vector tip */ + if (asymmetry[PSL_END] != -1) { /* Need right side */ xx[n] = xp + headlength; yy[n++] = headwidth; } PSL_plotline (PSL, xx, yy, n, PSL_MOVE+PSL_STROKE); /* Set up path */ diff -Nru gmt-5.4.3+dfsg/src/postscriptlight_f77.c gmt-5.4.5+dfsg/src/postscriptlight_f77.c --- gmt-5.4.3+dfsg/src/postscriptlight_f77.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/postscriptlight_f77.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: postscriptlight_f77.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2009-2018 by P. Wessel and R. Scharroo * diff -Nru gmt-5.4.3+dfsg/src/postscriptlight.h gmt-5.4.5+dfsg/src/postscriptlight.h --- gmt-5.4.3+dfsg/src/postscriptlight.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/postscriptlight.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: postscriptlight.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2009-2018 by P. Wessel and R. Scharroo * diff -Nru gmt-5.4.3+dfsg/src/potential/CMakeLists.txt gmt-5.4.5+dfsg/src/potential/CMakeLists.txt --- gmt-5.4.3+dfsg/src/potential/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/gmtflexure.c gmt-5.4.5+dfsg/src/potential/gmtflexure.c --- gmt-5.4.3+dfsg/src/potential/gmtflexure.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/gmtflexure.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtflexure.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -1297,7 +1297,7 @@ double scale = (Ctrl->M.active[1]) ? 1000.0 : 1.0; /* Either got Te in km or m */ double d_min = DBL_MAX, d_max = 0.0; GMT_Report (API, GMT_MSG_VERBOSE, "Processing input Te or Rigidity table data\n"); - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((E = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_LINE, GMT_READ_NORMAL, NULL, Ctrl->E.file, NULL)) == NULL) { Return (API->error); } @@ -1305,7 +1305,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->E.file, (int)E->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ for (tbl = 0; tbl < E->n_tables; tbl++) { for (seg = 0; seg < E->table[tbl]->n_segments; seg++) { S = E->table[tbl]->segment[seg]; /* Current segment */ @@ -1365,7 +1365,7 @@ } if (Ctrl->T.active && Ctrl->T.file) { /* Read pre-existing deflections */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((T = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_LINE, GMT_READ_NORMAL, NULL, Ctrl->T.file, NULL)) == NULL) { Return (API->error); } @@ -1373,7 +1373,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->T.file, (int)T->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ if (T->n_tables != E->n_tables || T->n_segments != E->n_segments || T->n_records != E->n_records) { GMT_Report (API, GMT_MSG_NORMAL, "Number of pre-existing deflection records is not correct!\n"); Return (API->error); diff -Nru gmt-5.4.3+dfsg/src/potential/gmtgravmag3d.c gmt-5.4.5+dfsg/src/potential/gmtgravmag3d.c --- gmt-5.4.3+dfsg/src/potential/gmtgravmag3d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/gmtgravmag3d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gmtgravmag3d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/gpsgridder.c gmt-5.4.5+dfsg/src/potential/gpsgridder.c --- gmt-5.4.3+dfsg/src/potential/gpsgridder.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/gpsgridder.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gpsgridder.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -719,7 +719,7 @@ } } else if (Ctrl->N.active) { /* Read output locations from file */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((Nin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } @@ -727,7 +727,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->N.file, (int)Nin->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ T = Nin->table[0]; } else { /* Fill in an equidistant output table or grid */ diff -Nru gmt-5.4.3+dfsg/src/potential/gravfft.c gmt-5.4.5+dfsg/src/potential/gravfft.c --- gmt-5.4.3+dfsg/src/potential/gravfft.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/gravfft.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: gravfft.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/grdflexure.c gmt-5.4.5+dfsg/src/potential/grdflexure.c --- gmt-5.4.3+dfsg/src/potential/grdflexure.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/grdflexure.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdflexure.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/grdgravmag3d.c gmt-5.4.5+dfsg/src/potential/grdgravmag3d.c --- gmt-5.4.3+dfsg/src/potential/grdgravmag3d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/grdgravmag3d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdgravmag3d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/grdredpol.c gmt-5.4.5+dfsg/src/potential/grdredpol.c --- gmt-5.4.3+dfsg/src/potential/grdredpol.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/grdredpol.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdredpol.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/grdseamount.c gmt-5.4.5+dfsg/src/potential/grdseamount.c --- gmt-5.4.3+dfsg/src/potential/grdseamount.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/grdseamount.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: grdseamount.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/okbfuns.c gmt-5.4.5+dfsg/src/potential/okbfuns.c --- gmt-5.4.3+dfsg/src/potential/okbfuns.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/okbfuns.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: okbfuns.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/okbfuns.h gmt-5.4.5+dfsg/src/potential/okbfuns.h --- gmt-5.4.3+dfsg/src/potential/okbfuns.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/okbfuns.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: okbfuns.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/potential/README.potential gmt-5.4.5+dfsg/src/potential/README.potential --- gmt-5.4.3+dfsg/src/potential/README.potential 2016-01-02 23:43:33.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/README.potential 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.potential 15433 2016-01-02 23:43:33Z pwessel $ + $Id$ Distributed under the GNU Lesser Public License; see file LICENSE.TXT in main GMT directory. diff -Nru gmt-5.4.3+dfsg/src/potential/talwani2d.c gmt-5.4.5+dfsg/src/potential/talwani2d.c --- gmt-5.4.3+dfsg/src/potential/talwani2d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/talwani2d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: talwani2d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -590,7 +590,7 @@ } else { /* Got a dataset with output locations */ geometry = GMT_IS_PLP; /* We don't really know */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((Out = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_PLP, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } @@ -598,7 +598,7 @@ gmt_adjust_dataset (GMT, Out, 2U); geometry = GMT_IS_LINE; /* Since we are making from scratch */ } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ } /* Specify input expected columns to be at least 2 */ diff -Nru gmt-5.4.3+dfsg/src/potential/talwani3d.c gmt-5.4.5+dfsg/src/potential/talwani3d.c --- gmt-5.4.3+dfsg/src/potential/talwani3d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/talwani3d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: talwani3d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -753,14 +753,14 @@ if (gmt_M_is_geographic (GMT, GMT_IN)) lat = 0.5 * (G->header->wesn[YLO] + G->header->wesn[YHI]); } else { /* Got a dataset with output locations via -N */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from the -N file */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from the -N file */ if ((D = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) Return (API->error); if (D->n_columns < 2) { GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->N.file, (int)D->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ if (gmt_M_is_geographic (GMT, GMT_IN)) lat = 0.5 * (D->min[GMT_Y] + D->max[GMT_Y]); } diff -Nru gmt-5.4.3+dfsg/src/potential/talwani.h gmt-5.4.5+dfsg/src/potential/talwani.h --- gmt-5.4.3+dfsg/src/potential/talwani.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/potential/talwani.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: talwani.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/project.c gmt-5.4.5+dfsg/src/project.c --- gmt-5.4.3+dfsg/src/project.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/project.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: project.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -326,7 +326,7 @@ gmt_show_name_and_purpose (API, THIS_MODULE_LIB, THIS_MODULE_NAME, THIS_MODULE_PURPOSE); if (level == GMT_MODULE_PURPOSE) return (GMT_NOERROR); GMT_Message (API, GMT_TIME_NONE, "usage: project [] -C/ [-A] [-E/] [-F] [-G[/][+h]]\n"); - GMT_Message (API, GMT_TIME_NONE, "\t[-L[w][/]] [-N] [-Q] [-S] [-T/] [%s] [-W/]\n", GMT_V_OPT); + GMT_Message (API, GMT_TIME_NONE, "\t[-L[w|/]] [-N] [-Q] [-S] [-T/] [%s] [-W/]\n", GMT_V_OPT); GMT_Message (API, GMT_TIME_NONE, "\t[%s] [%s] [%s] [%s] [%s]\n\t[%s] [%s]\n\t[%s] [%s]\n\n", GMT_b_OPT, GMT_d_OPT, GMT_e_OPT, GMT_f_OPT, GMT_g_OPT, GMT_h_OPT, GMT_i_OPT, GMT_s_OPT, GMT_colon_OPT); if (level == GMT_SYNOPSIS) return (GMT_MODULE_SYNOPSIS); diff -Nru gmt-5.4.3+dfsg/src/psbasemap.c gmt-5.4.5+dfsg/src/psbasemap.c --- gmt-5.4.3+dfsg/src/psbasemap.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psbasemap.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psbasemap.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/psclip.c gmt-5.4.5+dfsg/src/psclip.c --- gmt-5.4.3+dfsg/src/psclip.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psclip.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psclip.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/pscoast.c gmt-5.4.5+dfsg/src/pscoast.c --- gmt-5.4.3+dfsg/src/pscoast.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pscoast.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pscoast.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -755,23 +755,22 @@ GMT->common.R.wesn[XHI] -= 360.0; } - if (Ctrl->Q.active && !GMT->common.J.active) { /* Fake area and linear projection */ - gmt_parse_common_options (GMT, "J", 'J', "x1d"); /* Fake linear projection */ + if (Ctrl->Q.active && !GMT->common.J.active) { /* Set fake area and linear projection */ + gmt_parse_common_options (GMT, "J", 'J', "x1d"); GMT->common.R.wesn[XLO] = GMT->common.R.wesn[YLO] = 0.0; GMT->common.R.wesn[XHI] = GMT->common.R.wesn[YHI] = 1.0; } - else if (Ctrl->M.active && !GMT->common.J.active) - gmt_parse_common_options (GMT, "J", 'J', "x1d"); /* Fake linear projection */ + else if (Ctrl->M.active && !GMT->common.J.active) /* Set fake linear projection */ + gmt_parse_common_options (GMT, "J", 'J', "x1d"); + else if (GMT->common.J.active && !gmt_M_is_geographic (GMT, GMT_IN)) { /* Gave -J but forgot the "d" */ + gmt_set_geographic (GMT, GMT_IN); + GMT_Report (API, GMT_MSG_LONG_VERBOSE, "Switching to -Jx|X...d[/...d] for geographic data\n"); + } if (gmt_M_err_pass (GMT, gmt_map_setup (GMT, GMT->common.R.wesn), "")) Return (GMT_PROJECTION_ERROR); base = gmt_set_resolution (GMT, &Ctrl->D.set, 'D'); - if (!gmt_M_is_geographic (GMT, GMT_IN)) { - GMT_Report (API, GMT_MSG_NORMAL, "Error: You must use a map projection or -Jx|X...d[/...d] for geographic data\n"); - Return (GMT_RUNTIME_ERROR); - } - world_map_save = GMT->current.map.is_world; if (need_coast_base && (err = gmt_init_shore (GMT, Ctrl->D.set, &c, GMT->common.R.wesn, &Ctrl->A.info)) != 0) { diff -Nru gmt-5.4.3+dfsg/src/pscontour.c gmt-5.4.5+dfsg/src/pscontour.c --- gmt-5.4.3+dfsg/src/pscontour.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pscontour.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pscontour.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -524,7 +524,7 @@ } else if (opt->arg[0] == '-') Ctrl->A.mode = 1; /* Turn off all labels */ - else if (opt->arg[0] == '+') { + else if (opt->arg[0] == '+' && (isdigit(opt->arg[1]) || strchr ("-+.", opt->arg[1]))) { Ctrl->A.single_cont = atof (&opt->arg[1]); Ctrl->contour.annot = true; } @@ -547,7 +547,7 @@ gmt_M_str_free (Ctrl->C.file); Ctrl->C.file = strdup (opt->arg); } - else if (opt->arg[0] == '+') + else if (opt->arg[0] == '+' && (isdigit(opt->arg[1]) || strchr ("-+.", opt->arg[1]))) Ctrl->C.single_cont = atof (&opt->arg[1]); else Ctrl->C.interval = atof (opt->arg); @@ -649,7 +649,7 @@ case 'W': /* Sets pen attributes */ Ctrl->W.active = true; k = reset = 0; - if (strchr ("-+", opt->arg[0])) { /* Definitively old-style args */ + if (opt->arg[0] == '-' || (opt->arg[0] == '+' && opt->arg[1] != 'c')) { /* Definitively old-style args */ if (opt->arg[k] == '+') Ctrl->W.cptmode = 1, k++; if (opt->arg[k] == '-') Ctrl->W.cptmode = 3, k++; j = (opt->arg[k] == 'a' || opt->arg[k] == 'c') ? k+1 : k; @@ -661,12 +661,14 @@ case 'f': Ctrl->W.cptmode = 2; break; default: Ctrl->W.cptmode = 3; break; } + if (!strncmp (&c[2], "lf", 2U) || !strncmp (&c[2], "fl", 2U)) /* Catch any odd +clf or +cfl modifiers */ + Ctrl->W.cptmode = 3; c[0] = 0; /* Temporarily chop of */ reset = 1; } j = (opt->arg[0] == 'a' || opt->arg[0] == 'c') ? k+1 : k; } - if (j == k) { /* Set both */ + if (j == k && opt->arg[j]) { /* Set both */ if (gmt_getpen (GMT, &opt->arg[j], &Ctrl->W.pen[0])) { gmt_pen_syntax (GMT, 'W', " ", 0); n_errors++; @@ -674,7 +676,7 @@ else Ctrl->W.pen[1] = Ctrl->W.pen[0]; } - else { /* Gave a or c. Because the user may say -Wcyan we must prevent this from being seen as -Wc and color yan! */ + else if (opt->arg[j]) { /* Gave a or c. Because the user may say -Wcyan we must prevent this from being seen as -Wc and color yan! */ /* Get the argument following a or c and up to first comma, slash (or to the end) */ n = k+1; while (!(opt->arg[n] == ',' || opt->arg[n] == '/' || opt->arg[n] == '\0')) n++; @@ -1328,10 +1330,9 @@ Ctrl->contour.line_pen = Ctrl->W.pen[id]; /* Load current pen into contour structure */ if (Ctrl->W.cpt_effect) { - if (Ctrl->W.cptmode & 1) { /* Override pen color according to CPT */ - gmt_get_rgb_from_z (GMT, P, cont[c].val, rgb); + gmt_get_rgb_from_z (GMT, P, cont[c].val, rgb); + if (Ctrl->W.cptmode & 1) /* Override pen color according to CPT */ gmt_M_rgb_copy (&Ctrl->contour.line_pen.rgb, rgb); - } if (Ctrl->W.cptmode & 2) /* Override label color according to CPT */ gmt_M_rgb_copy (&Ctrl->contour.font_label.fill.rgb, rgb); } diff -Nru gmt-5.4.3+dfsg/src/psconvert.c gmt-5.4.5+dfsg/src/psconvert.c --- gmt-5.4.3+dfsg/src/psconvert.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psconvert.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psconvert.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -1370,15 +1370,17 @@ /* Parameters for all the formats available */ + /* 2018=09-18 [PW]: Removed -DSAFER since it now prevents using the Adobe transparency extensions. + All our test pass with no -DSAFER so we have removed it */ if (gsVersion.major >= 9 && gsVersion.minor >= 21) /* Artifex says that the -dSCANCONVERTERTYPE=2 new scan converter is faster (confirmed) and will be the default in a future release. Since it was introduced in 9.21 we start using it right now and remove this conditional once it becomes the default */ - gs_params = "-q -dSAFER -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -dDownsampleColorImages=false -dDownsampleGrayImages=false -dDownsampleMonoImages=false -dUseFlateCompression=true -dEmbedAllFonts=true -dSubsetFonts=true -dMonoImageFilter=/FlateEncode -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dSCANCONVERTERTYPE=2"; + gs_params = "-q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -dDownsampleColorImages=false -dDownsampleGrayImages=false -dDownsampleMonoImages=false -dUseFlateCompression=true -dEmbedAllFonts=true -dSubsetFonts=true -dMonoImageFilter=/FlateEncode -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dSCANCONVERTERTYPE=2"; else - gs_params = "-q -dSAFER -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -dDownsampleColorImages=false -dDownsampleGrayImages=false -dDownsampleMonoImages=false -dUseFlateCompression=true -dEmbedAllFonts=true -dSubsetFonts=true -dMonoImageFilter=/FlateEncode -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode"; + gs_params = "-q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -dDownsampleColorImages=false -dDownsampleGrayImages=false -dDownsampleMonoImages=false -dUseFlateCompression=true -dEmbedAllFonts=true -dSubsetFonts=true -dMonoImageFilter=/FlateEncode -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode"; - gs_BB = "-q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=bbox"; /* -r defaults to 4000, see http://pages.cs.wisc.edu/~ghost/doc/cvs/Devices.htm#Test */ + gs_BB = "-q -dNOPAUSE -dBATCH -sDEVICE=bbox"; /* -r defaults to 4000, see http://pages.cs.wisc.edu/~ghost/doc/cvs/Devices.htm#Test */ add_to_list (Ctrl->C.arg, "-dMaxBitmap=2147483647"); /* Add this as GS option to fix bug in GS */ diff -Nru gmt-5.4.3+dfsg/src/pshistogram.c gmt-5.4.5+dfsg/src/pshistogram.c --- gmt-5.4.3+dfsg/src/pshistogram.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pshistogram.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pshistogram.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/psimage.c gmt-5.4.5+dfsg/src/psimage.c --- gmt-5.4.3+dfsg/src/psimage.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psimage.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psimage.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -390,7 +390,7 @@ unsigned char *picture = NULL, *buffer = NULL; - char path[GMT_BUFSIZ] = {""}, *format[2] = {"EPS", "Sun raster"}; + char path[GMT_BUFSIZ] = {""}, *format[2] = {"EPS", "Sun raster"}, *c = NULL; struct imageinfo header; @@ -425,6 +425,7 @@ PS_interpolate = (Ctrl->D.interpolate) ? -1 : +1; + if ((c = strstr (Ctrl->In.file, "=gd"))) c[0] = '\0'; /* Chop off unnecessary =gd mandate */ known = file_is_known (GMT, Ctrl->In.file); /* Determine if this is an EPS file, Sun rasterfile, or other */ if (known < 0) { GMT_Report (API, GMT_MSG_NORMAL, "Cannot find/open/read file %s\n", Ctrl->In.file); diff -Nru gmt-5.4.3+dfsg/src/psl_config.h.in gmt-5.4.5+dfsg/src/psl_config.h.in --- gmt-5.4.3+dfsg/src/psl_config.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psl_config.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: psl_config.h.in 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2009-2018 by P. Wessel and R. Scharroo * diff -Nru gmt-5.4.3+dfsg/src/psldemo.c gmt-5.4.5+dfsg/src/psldemo.c --- gmt-5.4.3+dfsg/src/psldemo.c 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psldemo.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: psldemo.c 15178 2015-11-06 10:45:03Z fwobbe $ +/* $Id$ * * psldemo.c: Test all PSL functions at least once */ diff -Nru gmt-5.4.3+dfsg/src/psldemo.h.in gmt-5.4.5+dfsg/src/psldemo.h.in --- gmt-5.4.3+dfsg/src/psldemo.h.in 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psldemo.h.in 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ -/* $Id: psldemo.h.in 19521 2017-12-27 22:38:24Z pwessel $ +/* $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, * F. Wobbe, and J. Luis * See LICENSE.TXT file for copying and redistribution conditions. * diff -Nru gmt-5.4.3+dfsg/src/pslegend.c gmt-5.4.5+dfsg/src/pslegend.c --- gmt-5.4.3+dfsg/src/pslegend.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pslegend.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pslegend.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -114,8 +114,8 @@ unsigned int n_errors = 0; int n; - char txt_a[GMT_LEN256] = {""}, txt_b[GMT_LEN256] = {""}, txt_c[GMT_LEN256] = {""}; - char txt_d[GMT_LEN256] = {""}, txt_e[GMT_LEN256] = {""}, string[GMT_LEN256] = {""}; + char xx[GMT_LEN256] = {""}, txt_a[GMT_LEN256] = {""}, txt_b[GMT_LEN256] = {""}, txt_c[GMT_LEN256] = {""}; + char yy[GMT_LEN256] = {""}, txt_d[GMT_LEN256] = {""}, txt_e[GMT_LEN256] = {""}, string[GMT_LEN256] = {""}; struct GMT_OPTION *opt = NULL; for (opt = options; opt; opt = opt->next) { /* Process all the options given */ @@ -156,10 +156,23 @@ } } else { /* Backwards handling of old syntax. Args are args are [/][/][//] */ + Ctrl->D.refpoint = gmt_M_memory (GMT, NULL, 1, struct GMT_REFPOINT); + Ctrl->D.refpoint->mode = GMT_REFPOINT_PLOT; Ctrl->D.justify = PSL_TC; /* Backwards compatible default justification */ - n = sscanf (opt->arg, "%[^/]/%[^/]/%[^/]/%[^/]/%s", txt_a, txt_b, txt_c, txt_d, txt_e); - n_errors += gmt_M_check_condition (GMT, n < 2, "Error: Syntax is -D[x]//[/][/][//]\n"); - Ctrl->D.dim[GMT_X] = gmt_M_to_inch (GMT, txt_a); + n = sscanf (opt->arg, "%[^/]/%[^/]/%[^/]/%[^/]/%[^/]/%[^/]/%s", xx, yy, txt_a, txt_b, txt_c, txt_d, txt_e); + n_errors += gmt_M_check_condition (GMT, n < 3, "Error: Old syntax is -D[x]//[/][/][//]\n"); + if (n_errors) break; + if (xx[0] == 'x') { + Ctrl->D.refpoint->x = gmt_M_to_inch (GMT, &xx[1]); + Ctrl->D.refpoint->y = gmt_M_to_inch (GMT, yy); + } + else { /* The equivalent of -Dg/... */ + n_errors += gmt_verify_expectations (GMT, GMT->current.io.col_type[GMT_IN][GMT_X], gmt_scanf (GMT, xx, GMT->current.io.col_type[GMT_IN][GMT_X], &Ctrl->D.refpoint->x), xx); + n_errors += gmt_verify_expectations (GMT, GMT->current.io.col_type[GMT_IN][GMT_Y], gmt_scanf (GMT, yy, GMT->current.io.col_type[GMT_IN][GMT_Y], &Ctrl->D.refpoint->y), yy); + Ctrl->D.refpoint->mode = GMT_REFPOINT_MAP; + } + Ctrl->D.dim[GMT_X] = gmt_M_to_inch (GMT, txt_a); /* Width is always given */ + n -= 2; /* Remove the x/y count */ switch (n) { case 1: /* Only gave reference point and width; change default justify if -Dj */ if (Ctrl->D.refpoint && Ctrl->D.refpoint->mode == GMT_REFPOINT_JUST) /* For -Dj with no 2nd justification, use same code as reference coordinate */ diff -Nru gmt-5.4.3+dfsg/src/psmask.c gmt-5.4.5+dfsg/src/psmask.c --- gmt-5.4.3+dfsg/src/psmask.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psmask.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psmask.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/psrose.c gmt-5.4.5+dfsg/src/psrose.c --- gmt-5.4.3+dfsg/src/psrose.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psrose.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psrose.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -35,7 +35,7 @@ #define THIS_MODULE_NAME "psrose" #define THIS_MODULE_LIB "core" #define THIS_MODULE_PURPOSE "Plot a polar histogram (rose, sector, windrose diagrams)" -#define THIS_MODULE_KEYS "X}" +#define THIS_MODULE_KEYS "X},>D),>DI@BKOPRUVXYbdehipstxy" GMT_OPT("Ec") @@ -787,7 +787,7 @@ } } - if (sector_plot && !Ctrl->A.rose && Ctrl->G.fill.rgb[0] >= 0) { /* Draw pie slices for sector plot if fill is requested */ + if (sector_plot && !Ctrl->A.rose && Ctrl->G.active) { /* Draw pie slices for sector plot if fill is requested */ gmt_setfill (GMT, &(Ctrl->G.fill), false); for (bin = 0; bin < n_bins; bin++) { diff -Nru gmt-5.4.3+dfsg/src/psscale.c gmt-5.4.5+dfsg/src/psscale.c --- gmt-5.4.3+dfsg/src/psscale.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psscale.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psscale.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/pssolar.c gmt-5.4.5+dfsg/src/pssolar.c --- gmt-5.4.3+dfsg/src/pssolar.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pssolar.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pssolar.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/psternary.c gmt-5.4.5+dfsg/src/psternary.c --- gmt-5.4.3+dfsg/src/psternary.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psternary.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psternary.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/pstext.c gmt-5.4.5+dfsg/src/pstext.c --- gmt-5.4.3+dfsg/src/pstext.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pstext.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pstext.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/pswiggle.c gmt-5.4.5+dfsg/src/pswiggle.c --- gmt-5.4.3+dfsg/src/pswiggle.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/pswiggle.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: pswiggle.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/psxy.c gmt-5.4.5+dfsg/src/psxy.c --- gmt-5.4.3+dfsg/src/psxy.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psxy.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psxy.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -748,7 +748,7 @@ break; case 'W': /* Set line attributes */ Ctrl->W.active = true; - if (opt->arg[0] && strchr ("-+", opt->arg[0]) ) { /* Definitively old-style args */ + if (opt->arg[0] == '-' || (opt->arg[0] == '+' && opt->arg[1] != 'c')) { /* Definitively old-style args */ if (gmt_M_compat_check (API->GMT, 5)) { /* Sorry */ GMT_Report (API, GMT_MSG_NORMAL, "Your -W syntax is obsolete; see program usage.\n"); n_errors++; @@ -784,7 +784,7 @@ n_errors += gmt_M_check_condition (GMT, GMT->common.b.active[GMT_IN] && S->symbol == GMT_SYMBOL_NOT_SET, "Syntax error: Binary input data cannot have symbol information\n"); n_errors += gmt_M_check_condition (GMT, Ctrl->E.active && Ctrl->E.mode && !Ctrl->C.active, "Syntax error: -E option +|- requires the -C option\n"); n_errors += gmt_M_check_condition (GMT, Ctrl->W.active && Ctrl->W.pen.cptmode && !Ctrl->C.active, "Syntax error: -W modifier +c requires the -C option\n"); - n_errors += gmt_M_check_condition (GMT, (Ctrl->W.pen.cptmode + Ctrl->E.mode) == 3, "Syntax error: Conflicting -E and -W options regarding -C option application\n"); + n_errors += gmt_M_check_condition (GMT, Ctrl->E.active && (Ctrl->W.pen.cptmode + Ctrl->E.mode) == 3, "Syntax error: Conflicting -E and -W options regarding -C option application\n"); n_errors += gmt_M_check_condition (GMT, Ctrl->L.anchor && !Ctrl->G.active && !Ctrl->L.outline, "Syntax error: -L must include +p if -G not given\n"); return (n_errors ? GMT_PARSE_ERROR : GMT_NOERROR); @@ -1424,6 +1424,8 @@ int v4_outline = Ctrl->W.active; if (Ctrl->G.active) v4_rgb = Ctrl->G.fill.rgb; + else if (Ctrl->C.active) + v4_rgb = current_fill.rgb; else v4_rgb = GMT->session.no_rgb; if (v4_outline) gmt_setpen (GMT, &Ctrl->W.pen); @@ -1495,8 +1497,8 @@ dim[1] = 90.0 - in[ex2+S.read_size]; } else { - dim[2] = gmt_azim_to_angle (GMT, in[GMT_X], in[GMT_Y], 0.1, 90.0 - in[ex1+S.read_size]); - dim[1] = gmt_azim_to_angle (GMT, in[GMT_X], in[GMT_Y], 0.1, 90.0 - in[ex2+S.read_size]); + dim[2] = gmt_azim_to_angle (GMT, in[GMT_X], in[GMT_Y], 0.1, in[ex1+S.read_size]); + dim[1] = gmt_azim_to_angle (GMT, in[GMT_X], in[GMT_Y], 0.1, in[ex2+S.read_size]); } if (S.w_active) { /* Geo-wedge */ if (Ctrl->G.active && S.w_type < 3) gmt_setfill (GMT, &no_fill, outline_active); /* Cannot fill */ diff -Nru gmt-5.4.3+dfsg/src/psxyz.c gmt-5.4.5+dfsg/src/psxyz.c --- gmt-5.4.3+dfsg/src/psxyz.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/psxyz.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: psxyz.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -390,7 +390,7 @@ break; case 'W': /* Set line attributes */ Ctrl->W.active = true; - if (opt->arg[0] && strchr ("-+", opt->arg[0]) ) { /* Definitively old-style args */ + if (opt->arg[0] == '-' || (opt->arg[0] == '+' && opt->arg[1] != 'c')) { /* Definitively old-style args */ if (gmt_M_compat_check (API->GMT, 5)) { /* Sorry */ GMT_Report (API, GMT_MSG_NORMAL, "Your -W syntax is obsolete; see program usage.\n"); n_errors++; @@ -837,6 +837,16 @@ S.size_y = in[ex2]; if (delayed_unit_scaling[GMT_Y]) S.size_y *= GMT->session.u2u[S.u][GMT_INCH]; } + if (Ctrl->W.cpt_effect) { + if (Ctrl->W.pen.cptmode & 1) { /* Change pen color via CPT */ + gmt_M_rgb_copy (Ctrl->W.pen.rgb, current_fill.rgb); + current_pen = Ctrl->W.pen; + } + if ((Ctrl->W.pen.cptmode & 2) == 0 && !Ctrl->G.active) /* Turn off CPT fill */ + gmt_M_rgb_copy (current_fill.rgb, GMT->session.no_rgb); + else if (Ctrl->G.active) + current_fill = Ctrl->G.fill; + } data[n].dim[0] = S.size_x; data[n].dim[1] = S.size_y; @@ -980,7 +990,7 @@ data[n].dim[3] = s * S.v.h_length; data[n].dim[4] = s * S.v.h_width; if (S.v.parsed_v4) { /* Parsed the old ways so plot the old ways... */ - dim[4] *= 0.5; /* Since it was double in the parsing */ + data[n].dim[4] *= 0.5; /* Since it was double in the parsing */ data[n].symbol = GMT_SYMBOL_VECTOR_V4; data[n].dim[5] = GMT->current.setting.map_vector_shape; } @@ -1062,16 +1072,6 @@ if (S.user_unit[GMT_X]) data[n].flag |= 4; if (S.user_unit[GMT_Y]) data[n].flag |= 8; - if (Ctrl->W.cpt_effect) { - if (Ctrl->W.pen.cptmode & 1) { /* Change pen color via CPT */ - gmt_M_rgb_copy (Ctrl->W.pen.rgb, current_fill.rgb); - current_pen = Ctrl->W.pen; - } - if ((Ctrl->W.pen.cptmode & 2) == 0 && !Ctrl->G.active) /* Turn off CPT fill */ - gmt_M_rgb_copy (current_fill.rgb, GMT->session.no_rgb); - else if (Ctrl->G.active) - current_fill = Ctrl->G.fill; - } n++; if (read_symbol) API->object[API->current_item[GMT_IN]]->n_expected_fields = GMT_MAX_COLUMNS; } while (true); @@ -1219,6 +1219,8 @@ v4_outline = Ctrl->W.active; if (Ctrl->G.active) v4_rgb = Ctrl->G.fill.rgb; + else if (Ctrl->C.active) + v4_rgb = data[i].f.rgb; else v4_rgb = GMT->session.no_rgb; if (v4_outline) gmt_setpen (GMT, &Ctrl->W.pen); diff -Nru gmt-5.4.3+dfsg/src/sample1d.c gmt-5.4.5+dfsg/src/sample1d.c --- gmt-5.4.3+dfsg/src/sample1d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/sample1d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: sample1d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -339,11 +339,11 @@ struct GMT_DATASET *Cin = NULL; gmt_init_io_columns (GMT, GMT_IN); /* Reset any effects of -i */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((Cin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_NONE, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ T = Cin->table[0]; /* Since we only have one table here */ t_supplied_out = gmt_M_memory (GMT, NULL, Cin->table[0]->n_records, double); for (seg = 0; seg < T->n_segments; seg++) { diff -Nru gmt-5.4.3+dfsg/src/script2verbatim.c gmt-5.4.5+dfsg/src/script2verbatim.c --- gmt-5.4.3+dfsg/src/script2verbatim.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/script2verbatim.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: script2verbatim.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/segy/CMakeLists.txt gmt-5.4.5+dfsg/src/segy/CMakeLists.txt --- gmt-5.4.3+dfsg/src/segy/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/segy/pssegy.c gmt-5.4.5+dfsg/src/segy/pssegy.c --- gmt-5.4.3+dfsg/src/segy/pssegy.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/pssegy.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: pssegy.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by T. Henstock * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/segy/pssegyz.c gmt-5.4.5+dfsg/src/segy/pssegyz.c --- gmt-5.4.3+dfsg/src/segy/pssegyz.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/pssegyz.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: pssegyz.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by T. Henstock * See README file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/segy/README.segyprogs gmt-5.4.5+dfsg/src/segy/README.segyprogs --- gmt-5.4.3+dfsg/src/segy/README.segyprogs 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/README.segyprogs 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.segyprogs 15178 2015-11-06 10:45:03Z fwobbe $ + $Id$ Distributed under the GNU Lesser Public License; see file LICENSE.TXT in main GMT directory. Permission to move from GPL to diff -Nru gmt-5.4.3+dfsg/src/segy/segy2grd.c gmt-5.4.5+dfsg/src/segy/segy2grd.c --- gmt-5.4.3+dfsg/src/segy/segy2grd.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segy2grd.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: segy2grd.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1991-2018 by T. Henstock * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/segy/segy.h gmt-5.4.5+dfsg/src/segy/segy.h --- gmt-5.4.3+dfsg/src/segy/segy.h 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segy.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: segy.h 15178 2015-11-06 10:45:03Z fwobbe $ */ +/* $Id$ */ #pragma once #ifndef SEGY_H diff -Nru gmt-5.4.3+dfsg/src/segy/segy_io.c gmt-5.4.5+dfsg/src/segy/segy_io.c --- gmt-5.4.3+dfsg/src/segy/segy_io.c 2016-03-06 20:54:48.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segy_io.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: segy_io.c 15819 2016-03-06 20:54:48Z pwessel $ + * $Id$ * segy_io.c: A suite of functions to cover reading SEGY header variables. * * modified by T. Henstock from the PASSCAL software suite. diff -Nru gmt-5.4.3+dfsg/src/segy/segy_io.h gmt-5.4.5+dfsg/src/segy/segy_io.h --- gmt-5.4.3+dfsg/src/segy/segy_io.h 2016-03-06 20:54:48.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segy_io.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /************************ segy_io.h ******************************* - * $Id: segy_io.h 15819 2016-03-06 20:54:48Z pwessel $ + * $Id$ * Include file for segy_io.c, a suite of functions to * help reading and writing those annoying, redundant SEGY header * variables and for reading/writing to/from SEGY files. diff -Nru gmt-5.4.3+dfsg/src/segy/segyprogs_1.sh gmt-5.4.5+dfsg/src/segy/segyprogs_1.sh --- gmt-5.4.3+dfsg/src/segy/segyprogs_1.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyprogs_1.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: segyprogs_1.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # script to plot mendo wa1 combined data # diff -Nru gmt-5.4.3+dfsg/src/segy/segyprogs_2.sh gmt-5.4.5+dfsg/src/segy/segyprogs_2.sh --- gmt-5.4.3+dfsg/src/segy/segyprogs_2.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyprogs_2.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: segyprogs_2.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # script to plot mendo wa1 combined data # diff -Nru gmt-5.4.3+dfsg/src/segy/segyprogs_3.sh gmt-5.4.5+dfsg/src/segy/segyprogs_3.sh --- gmt-5.4.3+dfsg/src/segy/segyprogs_3.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyprogs_3.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: segyprogs_3.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # script to plot mendo wa1 combined data # diff -Nru gmt-5.4.3+dfsg/src/segy/segyprogs_4.sh gmt-5.4.5+dfsg/src/segy/segyprogs_4.sh --- gmt-5.4.3+dfsg/src/segy/segyprogs_4.sh 2016-06-17 05:38:39.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyprogs_4.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: segyprogs_4.sh 16557 2016-06-17 05:38:39Z pwessel $ +# $Id$ # # script to plot mendo wa1 combined data # diff -Nru gmt-5.4.3+dfsg/src/segy/segyprogs_5.sh gmt-5.4.5+dfsg/src/segy/segyprogs_5.sh --- gmt-5.4.3+dfsg/src/segy/segyprogs_5.sh 2016-06-17 05:38:39.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyprogs_5.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: segyprogs_5.sh 16557 2016-06-17 05:38:39Z pwessel $ +# $Id$ # # script to plot mendo wa1 combined data # diff -Nru gmt-5.4.3+dfsg/src/segy/segyreel.h gmt-5.4.5+dfsg/src/segy/segyreel.h --- gmt-5.4.3+dfsg/src/segy/segyreel.h 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/segy/segyreel.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: segyreel.h 15178 2015-11-06 10:45:03Z fwobbe $ +/* $Id$ * * From PASSCAL code base which is in the public domain * http://www.passcal.nmt.edu/ diff -Nru gmt-5.4.3+dfsg/src/shelltest.sh gmt-5.4.5+dfsg/src/shelltest.sh --- gmt-5.4.3+dfsg/src/shelltest.sh 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/shelltest.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: shelltest.sh 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Testing gmt_shell_functions diff -Nru gmt-5.4.3+dfsg/src/spectrum1d.c gmt-5.4.5+dfsg/src/spectrum1d.c --- gmt-5.4.3+dfsg/src/spectrum1d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spectrum1d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: spectrum1d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/sph2grd.c gmt-5.4.5+dfsg/src/sph2grd.c --- gmt-5.4.3+dfsg/src/sph2grd.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/sph2grd.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: sph2grd.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/sphdistance.c gmt-5.4.5+dfsg/src/sphdistance.c --- gmt-5.4.3+dfsg/src/sphdistance.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/sphdistance.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: sphdistance.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2008-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2008-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify @@ -309,7 +309,7 @@ if (Ctrl->Q.active) { /* Expect a single file with Voronoi polygons */ GMT_Report (API, GMT_MSG_VERBOSE, "Read Volonoi polygons from %s ...", Ctrl->Q.file); - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -Q files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -Q files */ if ((Qin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POLY, GMT_READ_NORMAL, NULL, Ctrl->Q.file, NULL)) == NULL) { Return (API->error); } @@ -317,7 +317,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->Q.file, (int)Qin->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ Table = Qin->table[0]; /* Only one table in a file */ GMT_Report (API, GMT_MSG_VERBOSE, "Found %" PRIu64 " segments\n", Table->n_segments); lon = gmt_M_memory (GMT, NULL, Table->n_segments, double); @@ -329,7 +329,7 @@ Return (error); } GMT_Report (API, GMT_MSG_VERBOSE, "Read Nodes from %s ...", Ctrl->N.file); - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -N files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -N files */ if ((Nin = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->N.file, NULL)) == NULL) { Return (API->error); } @@ -337,7 +337,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 2 are needed\n", Ctrl->N.file, (int)Nin->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ NTable = Nin->table[0]; /* Only one table in a file with a single segment */ if (NTable->n_segments != 1) { GMT_Report (API, GMT_MSG_NORMAL, "File %s can only have 1 segment!\n", Ctrl->N.file); diff -Nru gmt-5.4.3+dfsg/src/sphinterpolate.c gmt-5.4.5+dfsg/src/sphinterpolate.c --- gmt-5.4.3+dfsg/src/sphinterpolate.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/sphinterpolate.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: sphinterpolate.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2008-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2008-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/sphtriangulate.c gmt-5.4.5+dfsg/src/sphtriangulate.c --- gmt-5.4.3+dfsg/src/sphtriangulate.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/sphtriangulate.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: sphtriangulate.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 2008-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 2008-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/splitxyz.c gmt-5.4.5+dfsg/src/splitxyz.c --- gmt-5.4.3+dfsg/src/splitxyz.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/splitxyz.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: splitxyz.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/spotter/backtracker.c gmt-5.4.5+dfsg/src/spotter/backtracker.c --- gmt-5.4.3+dfsg/src/spotter/backtracker.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/backtracker.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: backtracker.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * @@ -434,7 +434,7 @@ } if (Ctrl->F.active) { /* Get hotspot motion file */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((F = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POINT, GMT_READ_NORMAL, NULL, Ctrl->F.file, NULL)) == NULL) { Return (API->error); } @@ -442,7 +442,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input file %s has %d column(s) but at least 3 are needed\n", Ctrl->F.file, (int)F->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ H = F->table[0]->segment[0]; /* Only one table with one segment for histories */ for (row = 0; row < H->n_rows; row++) H->data[GMT_Y][row] = gmt_lat_swap (GMT, H->data[GMT_Y][row], GMT_LATSWAP_G2O); /* Convert to geocentric */ } diff -Nru gmt-5.4.3+dfsg/src/spotter/CMakeLists.txt gmt-5.4.5+dfsg/src/spotter/CMakeLists.txt --- gmt-5.4.3+dfsg/src/spotter/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/spotter/DC85.txt gmt-5.4.5+dfsg/src/spotter/DC85.txt --- gmt-5.4.3+dfsg/src/spotter/DC85.txt 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/DC85.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: DC85.txt 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Stage poles for the Pacific plate relative to # the hotspots. From Duncan, R.A, & D. Clague, 1985, diff -Nru gmt-5.4.3+dfsg/src/spotter/gmtpmodeler.c gmt-5.4.5+dfsg/src/spotter/gmtpmodeler.c --- gmt-5.4.3+dfsg/src/spotter/gmtpmodeler.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/gmtpmodeler.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: gmtpmodeler.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * @@ -256,7 +256,7 @@ /*---------------------------- This is the gmtpmodeler main code ----------------------------*/ if (Ctrl->F.active) { /* Read the user's clip polygon file */ - gmt_disable_ih_opts (GMT); /* Do not want any -i to affect the reading from -C,-F,-L files */ + gmt_disable_bhi_opts (GMT); /* Do not want any -b -h -i to affect the reading from -C,-F,-L files */ if ((D = GMT_Read_Data (API, GMT_IS_DATASET, GMT_IS_FILE, GMT_IS_POLY, GMT_READ_NORMAL, NULL, Ctrl->F.file, NULL)) == NULL) { Return (API->error); } @@ -264,7 +264,7 @@ GMT_Report (API, GMT_MSG_NORMAL, "Input data have %d column(s) but at least 2 are needed\n", (int)D->n_columns); Return (GMT_DIM_TOO_SMALL); } - gmt_reenable_ih_opts (GMT); /* Recover settings provided by user (if -i was used at all) */ + gmt_reenable_bhi_opts (GMT); /* Recover settings provided by user (if -b -h -i were used at all) */ pol = D->table[0]; /* Since it is a single file */ GMT_Report (API, GMT_MSG_VERBOSE, "Restrict evalution to within polygons in file %s\n", Ctrl->F.file); } diff -Nru gmt-5.4.3+dfsg/src/spotter/grdpmodeler.c gmt-5.4.5+dfsg/src/spotter/grdpmodeler.c --- gmt-5.4.3+dfsg/src/spotter/grdpmodeler.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/grdpmodeler.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: grdpmodeler.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/grdrotater.c gmt-5.4.5+dfsg/src/spotter/grdrotater.c --- gmt-5.4.3+dfsg/src/spotter/grdrotater.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/grdrotater.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: grdrotater.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/grdspotter.c gmt-5.4.5+dfsg/src/spotter/grdspotter.c --- gmt-5.4.3+dfsg/src/spotter/grdspotter.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/grdspotter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: grdspotter.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/hotspotter.c gmt-5.4.5+dfsg/src/spotter/hotspotter.c --- gmt-5.4.3+dfsg/src/spotter/hotspotter.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/hotspotter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: hotspotter.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/libspotter.c gmt-5.4.5+dfsg/src/spotter/libspotter.c --- gmt-5.4.3+dfsg/src/spotter/libspotter.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/libspotter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: libspotter.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/originator.c gmt-5.4.5+dfsg/src/spotter/originator.c --- gmt-5.4.3+dfsg/src/spotter/originator.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/originator.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: originator.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2000-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/README.spotter gmt-5.4.5+dfsg/src/spotter/README.spotter --- gmt-5.4.3+dfsg/src/spotter/README.spotter 2015-12-04 13:59:07.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/README.spotter 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.spotter 15301 2015-12-04 13:59:07Z fwobbe $ + $Id$ SPOTTER Supplemental Package Distributed under the GNU Lesser Public License; see file diff -Nru gmt-5.4.3+dfsg/src/spotter/rotconverter.c gmt-5.4.5+dfsg/src/spotter/rotconverter.c --- gmt-5.4.3+dfsg/src/spotter/rotconverter.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/rotconverter.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: rotconverter.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/rotsmoother.c gmt-5.4.5+dfsg/src/spotter/rotsmoother.c --- gmt-5.4.3+dfsg/src/spotter/rotsmoother.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/rotsmoother.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: rotsmoother.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 2016-2018 by P. Wessel * diff -Nru gmt-5.4.3+dfsg/src/spotter/seamounts.txt gmt-5.4.5+dfsg/src/spotter/seamounts.txt --- gmt-5.4.3+dfsg/src/spotter/seamounts.txt 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/seamounts.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: seamounts.txt 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Subset of data from Wessel, P., and S. Lyons, 1997, Distribution # of large Pacific seamounts from Geosat/ERS-1: Implications for diff -Nru gmt-5.4.3+dfsg/src/spotter/spotter.bat gmt-5.4.5+dfsg/src/spotter/spotter.bat --- gmt-5.4.3+dfsg/src/spotter/spotter.bat 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/spotter.bat 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ echo OFF REM -REM $Id: spotter.bat 15178 2015-11-06 10:45:03Z fwobbe $ +REM $Id$ REM REM Examples of how to use the SPOTTER package REM DOS version diff -Nru gmt-5.4.3+dfsg/src/spotter/spotter.h gmt-5.4.5+dfsg/src/spotter/spotter.h --- gmt-5.4.3+dfsg/src/spotter/spotter.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/spotter.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*-------------------------------------------------------------------- - * $Id: spotter.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * @@ -35,9 +35,9 @@ #define PA_2_T (1.0 / T_2_PA) #define SQRT_CHI2 2.44774689322 /* This is sqrt (Chi^2) for 95% and 2 degrees of freedom */ -/* Latest GPlates rotation model and polygon IDs */ -#define GPLATES_PLATES "Global_EarthByte_Plate_ID_Table_AREPS" /* .txt */ -#define GPLATES_ROTATIONS "Global_EarthByte_230-0Ma_GK07_AREPS" /* .rot */ +/* Latest GPlates rotation model and polygon IDs [GPlates 2.0.0] */ +#define GPLATES_PLATES "Global_EarthByte_Plate_ID_Table" /* .txt */ +#define GPLATES_ROTATIONS "Matthews_etal_GPC_2016_410-0Ma_GK07" /* .rot */ #define SPOTTER_E_OPT "-E[+]|[+]-|//" diff -Nru gmt-5.4.3+dfsg/src/spotter/spotter.sh gmt-5.4.5+dfsg/src/spotter/spotter.sh --- gmt-5.4.3+dfsg/src/spotter/spotter.sh 2016-06-17 05:38:39.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/spotter.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: spotter.sh 16557 2016-06-17 05:38:39Z pwessel $ +# $Id$ # # Examples of how to use the SPOTTER package # diff -Nru gmt-5.4.3+dfsg/src/spotter/WK97.txt gmt-5.4.5+dfsg/src/spotter/WK97.txt --- gmt-5.4.3+dfsg/src/spotter/WK97.txt 2015-11-06 10:45:03.000000000 +0000 +++ gmt-5.4.5+dfsg/src/spotter/WK97.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: WK97.txt 15178 2015-11-06 10:45:03Z fwobbe $ +# $Id$ # # Stage poles for the Pacific plate relative to # the hotspots. From Wessel, P. & L.W. Kroenke (1997), diff -Nru gmt-5.4.3+dfsg/src/s_rint.c gmt-5.4.5+dfsg/src/s_rint.c --- gmt-5.4.3+dfsg/src/s_rint.c 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/s_rint.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: s_rint.c 12822 2014-01-31 23:39:56Z remko $ + * $Id$ * @(#)s_rint.c 5.1 93/09/24 * * ==================================================== diff -Nru gmt-5.4.3+dfsg/src/s_rint.h gmt-5.4.5+dfsg/src/s_rint.h --- gmt-5.4.3+dfsg/src/s_rint.h 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/s_rint.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /* - * $Id: s_rint.h 12822 2014-01-31 23:39:56Z remko $ + * $Id$ * from: @(#)fdlibm.h 5.1 93/09/24 * * ==================================================== diff -Nru gmt-5.4.3+dfsg/src/ssrfpack.c gmt-5.4.5+dfsg/src/ssrfpack.c --- gmt-5.4.3+dfsg/src/ssrfpack.c 2017-06-24 22:19:55.000000000 +0000 +++ gmt-5.4.5+dfsg/src/ssrfpack.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: ssrfpack.c 18453 2017-06-24 22:19:55Z pwessel $ +/* $Id$ * ssrfpack.c: Translated via f2c then massaged so that f2c include and lib * are not required to compile and link the sph supplement. * diff -Nru gmt-5.4.3+dfsg/src/stripack.c gmt-5.4.5+dfsg/src/stripack.c --- gmt-5.4.3+dfsg/src/stripack.c 2017-06-24 22:19:55.000000000 +0000 +++ gmt-5.4.5+dfsg/src/stripack.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ -/* $Id: stripack.c 18453 2017-06-24 22:19:55Z pwessel $ +/* $Id$ * stripack.c: Translated via f2c then massaged so that f2c include and lib * are not required to compile and link the sph supplement. * diff -Nru gmt-5.4.3+dfsg/src/surface.c gmt-5.4.5+dfsg/src/surface.c --- gmt-5.4.3+dfsg/src/surface.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/surface.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: surface.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/surface_mt.c gmt-5.4.5+dfsg/src/surface_mt.c --- gmt-5.4.3+dfsg/src/surface_mt.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/surface_mt.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- * $Id: surface.c 15861 2016-03-10 04:17:28Z pwessel $ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testapi.c gmt-5.4.5+dfsg/src/testapi.c --- gmt-5.4.3+dfsg/src/testapi.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testapi.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testapi.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testapiconv.c gmt-5.4.5+dfsg/src/testapiconv.c --- gmt-5.4.3+dfsg/src/testapiconv.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testapiconv.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testapiconv.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testgmt5.c gmt-5.4.5+dfsg/src/testgmt5.c --- gmt-5.4.3+dfsg/src/testgmt5.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testgmt5.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testgmt5.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testgmtio.c gmt-5.4.5+dfsg/src/testgmtio.c --- gmt-5.4.3+dfsg/src/testgmtio.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testgmtio.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testgmtio.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testgrdio.c gmt-5.4.5+dfsg/src/testgrdio.c --- gmt-5.4.3+dfsg/src/testgrdio.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testgrdio.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testgrdio.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testio.c gmt-5.4.5+dfsg/src/testio.c --- gmt-5.4.3+dfsg/src/testio.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testio.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testio.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/testpsl.c gmt-5.4.5+dfsg/src/testpsl.c --- gmt-5.4.3+dfsg/src/testpsl.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/testpsl.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: testpsl.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/trend1d.c gmt-5.4.5+dfsg/src/trend1d.c --- gmt-5.4.3+dfsg/src/trend1d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/trend1d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: trend1d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/trend2d.c gmt-5.4.5+dfsg/src/trend2d.c --- gmt-5.4.3+dfsg/src/trend2d.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/trend2d.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: trend2d.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/TRIANGLE.HOWTO gmt-5.4.5+dfsg/src/TRIANGLE.HOWTO --- gmt-5.4.3+dfsg/src/TRIANGLE.HOWTO 2014-01-31 23:39:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/TRIANGLE.HOWTO 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: TRIANGLE.HOWTO 12822 2014-01-31 23:39:56Z remko $ + $Id$ GMT contains two programs (triangulate and pscontour) that directly or indirectly will do a Delaunay optimal triangulation diff -Nru gmt-5.4.3+dfsg/src/triangulate.c gmt-5.4.5+dfsg/src/triangulate.c --- gmt-5.4.3+dfsg/src/triangulate.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/triangulate.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: triangulate.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/x2sys/CMakeLists.txt gmt-5.4.5+dfsg/src/x2sys/CMakeLists.txt --- gmt-5.4.3+dfsg/src/x2sys/CMakeLists.txt 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/CMakeLists.txt 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ # -# $Id: CMakeLists.txt 19521 2017-12-27 22:38:24Z pwessel $ +# $Id$ # -# Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe +# Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe # See LICENSE.TXT file for copying and redistribution conditions. # # This program is free software; you can redistribute it and/or modify diff -Nru gmt-5.4.3+dfsg/src/x2sys/README.x2sys gmt-5.4.5+dfsg/src/x2sys/README.x2sys --- gmt-5.4.3+dfsg/src/x2sys/README.x2sys 2016-11-08 20:38:56.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/README.x2sys 2019-01-03 20:39:17.000000000 +0000 @@ -1,4 +1,4 @@ - $Id: README.x2sys 17328 2016-11-08 20:38:56Z pwessel $ + $Id$ README file for GMT supplemental x2sys programs Distributed under the GNU Lesser Public License; see file diff -Nru gmt-5.4.3+dfsg/src/x2sys/split_file4coes.m gmt-5.4.5+dfsg/src/x2sys/split_file4coes.m --- gmt-5.4.3+dfsg/src/x2sys/split_file4coes.m 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/split_file4coes.m 2019-01-03 20:39:17.000000000 +0000 @@ -21,7 +21,7 @@ % of 'cruzados_%d.txt', e.g. cruzados_5.txt % ------------------------------------------------------------------------------------- -% $Id: split_file4coes.m 19523 2017-12-27 23:20:32Z pwessel $ +% $Id$ % % Copyright (c) 1999-2018 by J. Luis % See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/test_x2sys.sh gmt-5.4.5+dfsg/src/x2sys/test_x2sys.sh --- gmt-5.4.3+dfsg/src/x2sys/test_x2sys.sh 2017-01-13 00:22:07.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/test_x2sys.sh 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ #!/bin/bash -# $Id: test_x2sys.sh 17436 2017-01-13 00:22:07Z pwessel $ +# $Id$ # # Test script that exercise the various options in x2sys. # We generate a grid and some fake tracks and sample the diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_binlist.c gmt-5.4.5+dfsg/src/x2sys/x2sys_binlist.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_binlist.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_binlist.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_binlist.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys.c gmt-5.4.5+dfsg/src/x2sys/x2sys.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_cross.c gmt-5.4.5+dfsg/src/x2sys/x2sys_cross.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_cross.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_cross.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_cross.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. @@ -635,7 +635,7 @@ } if (do_project) { /* Convert all the coordinates */ - for (i = 0; i < n_rec[0]; i++) { + for (i = 0; i < n_rec[1]; i++) { gmt_geo_to_xy (GMT, data[1][s->x_col][i], data[1][s->y_col][i], &xx, &yy); data[1][s->x_col][i] = xx; data[1][s->y_col][i] = yy; diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_datalist.c gmt-5.4.5+dfsg/src/x2sys/x2sys_datalist.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_datalist.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_datalist.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_datalist.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_get.c gmt-5.4.5+dfsg/src/x2sys/x2sys_get.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_get.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_get.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_get.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys.h gmt-5.4.5+dfsg/src/x2sys/x2sys.h --- gmt-5.4.3+dfsg/src/x2sys/x2sys.h 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys.h 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys.h 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_init.c gmt-5.4.5+dfsg/src/x2sys/x2sys_init.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_init.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_init.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_init.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_list.c gmt-5.4.5+dfsg/src/x2sys/x2sys_list.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_list.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_list.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_list.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_merge.c gmt-5.4.5+dfsg/src/x2sys/x2sys_merge.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_merge.c 2017-12-27 23:20:32.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_merge.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_merge.c 19523 2017-12-27 23:20:32Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by J. Luis * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_put.c gmt-5.4.5+dfsg/src/x2sys/x2sys_put.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_put.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_put.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_put.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. @@ -195,7 +195,7 @@ char track[GMT_LEN64] = {""}, line[GMT_BUFSIZ] = {""}; char track_file[GMT_BUFSIZ] = {""}, index_file[GMT_BUFSIZ] = {""}, old_track_file[GMT_BUFSIZ] = {""}, old_index_file[GMT_BUFSIZ] = {""}; - char track_path[] = {""}, index_path[GMT_BUFSIZ] = {""}, old_track_path[GMT_BUFSIZ] = {""}, old_index_path[GMT_BUFSIZ] = {""}; + char track_path[GMT_BUFSIZ] = {""}, index_path[GMT_BUFSIZ] = {""}, old_track_path[GMT_BUFSIZ] = {""}, old_index_path[GMT_BUFSIZ] = {""}; int error = 0, k; bool found_it, skip; @@ -361,32 +361,49 @@ x2sys_path (GMT, old_track_file, old_track_path); x2sys_path (GMT, old_index_file, old_index_path); - if (gmt_remove_file (GMT, old_track_path)) { /* First delete old file */ - x2sys_end (GMT, s); - Return (GMT_RUNTIME_ERROR); + /* First deal with the possible existence of a current track/index pair and possibly an old track/index pair of fails */ + + if (!access (old_track_path, F_OK)) { /* First delete old file */ + GMT_Report (API, GMT_MSG_DEBUG, "Found old track file %s. Try to remove it.\n", old_track_path); + if (gmt_remove_file (GMT, old_track_path)) { /* First delete old track file */ + GMT_Report (API, GMT_MSG_DEBUG, "Unable to delete %s. Aborting!\n", old_track_path); + x2sys_end (GMT, s); + Return (GMT_RUNTIME_ERROR); + } } - if (gmt_rename_file (GMT, track_path, old_track_path)) { - GMT_Report (API, GMT_MSG_NORMAL, "Rename failed for %s\t%s. Aborting %d!\n", track_path, old_track_path, i); - x2sys_end (GMT, s); - Return (GMT_RUNTIME_ERROR); + if (!access (track_path, F_OK)) { /* Next rename current file (if it exists) to the old file */ + GMT_Report (API, GMT_MSG_DEBUG, "Found current track file %s. Try to rename it.\n", track_path); + if (gmt_rename_file (GMT, track_path, old_track_path)) { + GMT_Report (API, GMT_MSG_NORMAL, "Rename failed for %s -> %s. Aborting!\n", track_path, old_track_path); + x2sys_end (GMT, s); + Return (GMT_RUNTIME_ERROR); + } } - if (gmt_remove_file (GMT, old_index_path)) { /* First delete old file */ - x2sys_end (GMT, s); - Return (GMT_RUNTIME_ERROR); + if (!access (old_index_path, F_OK)) { /* First delete old file */ + GMT_Report (API, GMT_MSG_DEBUG, "Found old index file %s. Try to remove it.\n", old_index_path); + if (gmt_remove_file (GMT, old_index_path)) { /* First delete old index file */ + x2sys_end (GMT, s); + Return (GMT_RUNTIME_ERROR); + } } - if (gmt_rename_file (GMT, index_path, old_index_path)) { - GMT_Report (API, GMT_MSG_NORMAL, "Rename failed for %s. Aborts!\n", index_path); - x2sys_end (GMT, s); - Return (GMT_RUNTIME_ERROR); + if (!access (index_path, F_OK)) { /* Next rename current file (if it exists) to the old file */ + GMT_Report (API, GMT_MSG_DEBUG, "Found current index file %s. Try to rename it\n", index_path); + if (gmt_rename_file (GMT, index_path, old_index_path)) { + GMT_Report (API, GMT_MSG_NORMAL, "Rename failed for %s. Aborts!\n", index_path); + x2sys_end (GMT, s); + Return (GMT_RUNTIME_ERROR); + } } + /* Now we can create new files since any existing files have been removed or renamed */ + if ((ftrack = fopen (track_path, "w")) == NULL) { - GMT_Report (API, GMT_MSG_NORMAL, "Failed to create %s. Aborts!\n", track_path); + GMT_Report (API, GMT_MSG_NORMAL, "Failed to create track data base %s. Aborts!\n", track_path); x2sys_end (GMT, s); Return (GMT_ERROR_ON_FOPEN); } if ((fbin = fopen (index_path, "wb")) == NULL) { - GMT_Report (API, GMT_MSG_NORMAL, "Failed to create %s. Aborts!\n", index_path); + GMT_Report (API, GMT_MSG_NORMAL, "Failed to create index data base %s. Aborts!\n", index_path); fclose (ftrack); x2sys_end (GMT, s); Return (GMT_ERROR_ON_FOPEN); @@ -397,7 +414,7 @@ fclose (ftrack); if (chmod (track_file, (mode_t)S_RDONLY)) - GMT_Report (API, GMT_MSG_NORMAL, "Warning: Failed to change file %s to read-only!\n", track_file); + GMT_Report (API, GMT_MSG_NORMAL, "Warning: Failed to change track file %s to read-only!\n", track_file); for (index = 0; index < B.nm_bin; index++) { if (B.base[index].n_tracks == 0) continue; @@ -427,7 +444,7 @@ } fclose (fbin); if (chmod (index_file, (mode_t)S_RDONLY)) - GMT_Report (API, GMT_MSG_NORMAL, "Warning: Failed to change file %s to read-only!\n", index_file); + GMT_Report (API, GMT_MSG_NORMAL, "Warning: Failed to change index file %s to read-only!\n", index_file); GMT_Report (API, GMT_MSG_VERBOSE, "completed successfully\n"); diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_report.c gmt-5.4.5+dfsg/src/x2sys/x2sys_report.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_report.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_report.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_report.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/x2sys/x2sys_solve.c gmt-5.4.5+dfsg/src/x2sys/x2sys_solve.c --- gmt-5.4.3+dfsg/src/x2sys/x2sys_solve.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/x2sys/x2sys_solve.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,5 +1,5 @@ /*----------------------------------------------------------------- - * $Id: x2sys_solve.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * * Copyright (c) 1999-2018 by P. Wessel * See LICENSE.TXT file for copying and redistribution conditions. diff -Nru gmt-5.4.3+dfsg/src/xyz2grd.c gmt-5.4.5+dfsg/src/xyz2grd.c --- gmt-5.4.3+dfsg/src/xyz2grd.c 2017-12-27 22:38:24.000000000 +0000 +++ gmt-5.4.5+dfsg/src/xyz2grd.c 2019-01-03 20:39:17.000000000 +0000 @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------- - * $Id: xyz2grd.c 19521 2017-12-27 22:38:24Z pwessel $ + * $Id$ * - * Copyright (c) 1991-2018 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe + * Copyright (c) 1991-2019 by P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis and F. Wobbe * See LICENSE.TXT file for copying and redistribution conditions. * * This program is free software; you can redistribute it and/or modify