Started by an SCM change Running as SYSTEM Agent basic-50t4b is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-50t4b" namespace: "proj4j" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.proj4j.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-50t4b" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-50t4b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.proj4j.svc.cluster.local/proj4j/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-proj4j" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-50t4b (basic) in workspace /home/jenkins/agent/workspace/Proj4J The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/locationtech/proj4j.git > git init /home/jenkins/agent/workspace/Proj4J # timeout=10 Fetching upstream changes from https://github.com/locationtech/proj4j.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/locationtech/proj4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/locationtech/proj4j.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b327b33eddf9be8b7540c53f26ba1c0f1f909c05 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b327b33eddf9be8b7540c53f26ba1c0f1f909c05 # timeout=10 Commit message: "Update README.md" > git rev-list --no-walk 49e04a0089d8b0f614afb676d6eb1da5c1d926d3 # timeout=10 Parsing POMs Established TCP socket on 42253 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Proj4J] $ /opt/tools/java/temurin/jdk-11/latest/bin/java -Djgitver.branch=master -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 42253 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Proj4J/pom.xml clean install deploy -P eclipse [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom (11 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 743 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 847 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 916 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 560 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 791 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 985 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 840 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 936 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 579 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 409 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 737 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 602 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 6.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar (212 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 718 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 695 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 567 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 622 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 949 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 988 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 640 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 435 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 46 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 36 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 251 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 935 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Proj4J EPSG [jar] [INFO] Proj4J [bundle] [INFO] Proj4J Root [pom] [INFO] [INFO] ----------------< org.locationtech.proj4j:proj4j-epsg >----------------- [INFO] Building Proj4J EPSG 1.3.1-SNAPSHOT [1/3] [INFO] from epsg/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom (21 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 863 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar (507 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 680 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 892 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom (6.1 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom (22 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar (43 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 2.2 MB/s) [WARNING] Parameter 'updateReleaseInfo' is unknown for plugin 'maven-deploy-plugin:3.1.1:deploy (default-deploy)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 31 MB/s) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 45 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 41 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 53 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 3.9 MB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 17 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 931 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 42 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 711 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 600 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 6.5 MB/s) [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proj4j-epsg --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Proj4J/epsg/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proj4j-epsg --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom (6.1 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom (3.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom (3.3 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom (4.1 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom (3.3 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom (4.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom (1.8 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 932 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 523 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 841 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar (306 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar (14 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar (26 kB at 601 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar (170 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar (118 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar (2.1 MB at 18 MB/s) [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 447 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 8.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 9.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 25 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 671 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 482 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 574 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 863 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 552 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 10.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 67 kB/s) [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ proj4j-epsg >>> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ proj4j-epsg <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ proj4j-epsg --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 449 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 440 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 52 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 7.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 7.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 14 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j-epsg --- [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/pom.xml to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proj4j-epsg --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 17 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proj4j-epsg --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proj4j-epsg --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Proj4J/epsg/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proj4j-epsg --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ proj4j-epsg --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ proj4j-epsg --- [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ proj4j-epsg --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ proj4j-epsg >>> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ proj4j-epsg <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ proj4j-epsg --- [WARNING] artifact org.locationtech.proj4j:proj4j-epsg:java-source:sources:1.3.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j-epsg --- [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/pom.xml to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ proj4j-epsg --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1.pom (7.0 kB at 66 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1.jar (1.2 MB at 6.0 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-20231224.164640-1-sources.jar (1.2 MB at 6.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/maven-metadata.xml [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/1.3.1-SNAPSHOT/maven-metadata.xml (998 B at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j-epsg/maven-metadata.xml (294 B at 5.2 kB/s) [INFO] [INFO] -------------------< org.locationtech.proj4j:proj4j >------------------- [INFO] Building Proj4J 1.3.1-SNAPSHOT [2/3] [INFO] from core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (936 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (781 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 15 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ proj4j --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proj4j --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Proj4J/core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proj4j --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 149 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/PrimeMeridian.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/PrimeMeridian.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/Registry.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/Registry.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proj4j --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proj4j --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java: /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ proj4j --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.0/surefire-junit4-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.0/surefire-junit4-3.1.0.pom (3.1 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom (2.6 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.0/common-junit4-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.0/common-junit4-3.1.0.pom (3.1 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.0/common-junit3-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.0/common-junit3-3.1.0.pom (2.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom (2.8 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.0/surefire-junit4-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.1.0/surefire-junit4-3.1.0.jar (18 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.0/common-junit4-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.0/common-junit3-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.1.0/common-junit3-3.1.0.jar (12 kB at 264 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar (18 kB at 373 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.1.0/common-junit4-3.1.0.jar (26 kB at 487 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.locationtech.proj4j.MetaCRSTest NAD83 State Plane CS - AK 2 [-142.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] ( expected: 1640416.667, 916074.825 ) NAD83 State Plane CS - AK 3 [-146.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] ( expected: 1640416.667, 916074.825 ) NAD83 State Plane CS - AK 4 [-150.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] ( expected: 1640416.667, 916074.825 ) NAD83 State Plane CS - AK 5 [-152.48225944444445, 60.89132361111111] -> [1910718.662243232, 2520810.679427613] ( expected: 1910718.662, 2520810.68 ) NAD83 State Plane CS - AK 5 [-154.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] ( expected: 1640416.667, 916074.825 ) NAD83 State Plane CS - AK 6 [-155.0, 71.0] -> [1998036.9976652698, 6224208.215285948] ( expected: 1998036.998, 6224208.217 ) NAD83 State Plane CS - AK 6 [-158.0, 71.0] -> [1640416.6666666674, 6215353.365205207] ( expected: 1640416.667, 6215353.367 ) NAD83 State Plane CS - AK 7 [-162.0, 65.25] -> [1640416.6666666674, 4111446.439708324] ( expected: 1640416.667, 4111446.441 ) NAD83 State Plane CS - AK 8 [-166.0, 65.25] -> [1640416.6666666674, 4111446.439708324] ( expected: 1640416.667, 4111446.441 ) NAD83 State Plane CS - AK 9 [-170.0, 63.333333333333336] -> [1640416.6666666674, 3410489.716285571] ( expected: 1640416.667, 3410489.717 ) NAD83 State Plane CS - AK10 [-164.04166666666666, 54.458333333333336] -> [5814167.603503453, 1473788.8343016794] ( expected: 5814167.604, 1473788.834 ) NAD83 State Plane CS - AK10 [-176.0, 52.5] -> [3280833.3333333335, 547580.5422976839] ( expected: 3280833.333, 547580.542 ) NAD83 State Plane CS - AL E [-85.83333333333333, 31.333333333333332] -> [656166.6666666667, 303104.1833331363] ( expected: 656166.667, 303104.183 ) NAD83 State Plane CS - AL E [-85.21159388888888, 32.64937138888889] -> [847539.084821196, 782420.8073883867] ( expected: 847539.085, 782420.807 ) NAD83 State Plane CS - AL E [-86.61629722222222, 34.81630777777777] -> [421151.97544051515, 1571298.9075988731] ( expected: 421151.975, 1571298.908 ) NAD83 State Plane CS - AL W [-87.5, 33.333333333333336] -> [1968500.0000000007, 1212527.1822195856] ( expected: 1968500.0, 1212527.587 ) NAD83 State Plane CS - AL W [-87.5, 33.34166666666667] -> [1968500.0000000007, 1215559.302323165] ( expected: 1968500.0, 1215559.708 ) NAD83 State Plane CS - AR N [-91.5795336111111, 35.31040083333333] -> [1437779.1560611518, 355900.75860384654] ( expected: 1437779.156, 355900.759 ) NAD83 State Plane CS - AR N [-92.06989583333333, 35.326185833333334] -> [1291483.982169053, 361385.6952261272] ( expected: 1291483.982, 361385.695 ) NAD83 State Plane CS - AR S [-92.0, 34.75] -> [1312333.333300001, 2070451.7443285496] ( expected: 1312333.333, 2070451.744 ) NAD83 State Plane CS - AR S [-92.0, 33.25] -> [1312333.333300001, 1524603.7298483956] ( expected: 1312333.333, 1524603.73 ) NAD83 State Plane CS - AZ C [-111.91666666666667, 34.75] -> [699998.6000000078, 1364309.6655714188] ( expected: 699998.6, 1364309.666 ) NAD83 State Plane CS - AZ C [-111.91666666666667, 32.333333333333336] -> [699998.600000008, 484994.3400211509] ( expected: 699998.6, 484994.34 ) NAD83 State Plane CS - AZ E [-110.41660305555556, 35.16626888888889] -> [625301.4599550808, 1515899.8298216911] ( expected: 625301.46, 1515899.83 ) NAD83 State Plane CS - AZ E [-109.5758686111111, 31.99808416666667] -> [883142.5238328687, 363539.6630044229] ( expected: 883142.524, 363539.663 ) NAD83 State Plane CS - AZ E [-110.50970777777778, 35.12451194444444] -> [597423.2767247242, 1500785.2344303022] ( expected: 597423.277, 1500785.235 ) NAD83 State Plane CS - AZ E [-109.75367388888888, 32.144938333333336] -> [827818.9549230901, 416705.39396532497] ( expected: 827818.955, 416705.394 ) NAD83 State Plane CS - AZ W [-113.75, 34.75] -> [699998.6000000001, 1364354.692293055] ( expected: 699998.6, 1364355.147 ) NAD83 State Plane CS - AZ W [-113.75, 34.75833333333333] -> [699998.6000000001, 1367387.5123309218] ( expected: 699998.6, 1367387.968 ) NAD83 State Plane CS - AZ W [-113.75, 34.766666666666666] -> [699998.6000000001, 1370420.3365271795] ( expected: 699998.6, 1370420.793 ) NAD83 State Plane CS - CA 1 [-122.0, 41.5] -> [6561666.667000004, 2429744.7296423577] ( expected: 6561666.667, 2429744.729 ) NAD83 State Plane CS - CA 1 [-122.0, 41.50833333333333] -> [6561666.667000004, 2432781.1281031463] ( expected: 6561666.667, 2432781.128 ) NAD83 State Plane CS - CA 2 [-122.0, 39.333333333333336] -> [6561666.667000004, 2247404.2507600007] ( expected: 6561666.667, 2247404.25 ) NAD83 State Plane CS - CA 2 [-122.0, 39.34166666666667] -> [6561666.667000004, 2250439.391616928] ( expected: 6561666.667, 2250439.391 ) NAD83 State Plane CS - CA 3 [-120.5, 37.083333333333336] -> [6561666.667000004, 1852815.760189847] ( expected: 6561666.667, 1852815.76 ) NAD83 State Plane CS - CA 3 [-121.37389416666666, 37.50842333333333] -> [6308189.835120482, 2008776.1450906089] ( expected: 6308189.835, 2008776.145 ) NAD83 State Plane CS - CA 3 [-119.77575916666666, 37.12818611111111] -> [6772808.251119377, 1869963.7830283171] ( expected: 6772808.251, 1869963.783 ) NAD83 State Plane CS - CA 3 [-119.64067611111112, 36.9300025] -> [6812851.254635376, 1798140.5637627079] ( expected: 6812851.254, 1798140.563 ) NAD83 State Plane CS - CA 3 [-120.71660527777777, 38.114670833333335] -> [6499349.432009068, 2228414.867163912] ( expected: 6499349.432, 2228414.867 ) NAD83 State Plane CS - CA 4 [-119.0, 36.333333333333336] -> [6561666.667000004, 2004462.1026584157] ( expected: 6561666.667, 2004462.102 ) NAD83 State Plane CS - CA 4 [-119.0, 36.34166666666667] -> [6561666.667000004, 2007495.7824332314] ( expected: 6561666.667, 2007495.782 ) NAD83 State Plane CS - CA 5 [-118.0, 34.75] -> [6561666.667000004, 2095323.781248899] ( expected: 6561666.667, 2095323.781 ) NAD83 State Plane CS - CA 5 [-118.0, 34.75833333333333] -> [6561666.667000004, 2098356.5683164448] ( expected: 6561666.667, 2098356.568 ) NAD83 State Plane CS - CA 6 [-116.25, 33.333333333333336] -> [6561666.667000004, 2064911.6263779213] ( expected: 6561666.667, 2064911.626 ) NAD83 State Plane CS - CA 6 [-116.25, 33.34166666666667] -> [6561666.667000004, 2067943.8106009066] ( expected: 6561666.667, 2067943.81 ) NAD83 State Plane CS - CA 7 [-118.33333333333333, 34.5] -> [5933874.572774663, 2495758.7271907106] ( expected: 5933874.572, 2495758.727 ) NAD83 State Plane CS - CO C [-105.5, 39.25] -> [3000000.000000002, 1515946.8203319237] ( expected: 3000000.0, 1515946.82 ) NAD83 State Plane CS - CO C [-105.5, 39.25833333333333] -> [3000000.000000002, 1518981.9634250328] ( expected: 3000000.0, 1518981.963 ) NAD83 State Plane CS - CO N [-108.76538277777777, 40.42597333333333] -> [2091110.9575898056, 1414758.8835505866] ( expected: 2091110.958, 1414758.884 ) NAD83 State Plane CS - CO N [-105.24599666666667, 40.21186416666667] -> [3070938.778718999, 1320125.9794293852] ( expected: 3070938.779, 1320125.979 ) NAD83 State Plane CS - CO S [-105.5, 37.5] -> [3000000.000000002, 1303432.1677813658] ( expected: 3000000.0, 1303432.168 ) NAD83 State Plane CS - CO S [-105.5, 37.50833333333333] -> [3000000.000000002, 1306466.470700062] ( expected: 3000000.0, 1306466.471 ) NAD83 State Plane CS - CT [-72.72514305555556, 41.282179722222224] -> [1006831.9540190983, 663542.7856302373] ( expected: 1006831.954, 663542.786 ) NAD83 State Plane CS - CT [-73.0210025, 41.22388472222222] -> [925448.2204548847, 642418.1292597173] ( expected: 925448.22, 642418.129 ) NAD83 State Plane CS - DE [-75.55020777777777, 39.35422611111111] -> [618403.5248097446, 493238.8433273771] ( expected: 618403.524, 493238.843 ) NAD83 State Plane CS - DE [-75.31719138888889, 39.75410138888889] -> [684135.5326250743, 638883.5279897924] ( expected: 684135.532, 638883.528 ) NAD83 State Plane CS - FL N [-82.76455888888889, 29.651830277777776] -> [2519743.236365442, 241248.72604933934] ( expected: 2519743.236, 241248.726 ) NAD83 State Plane CS - FL N [-84.91987027777778, 29.647772777777778] -> [1835122.6737939871, 235823.39898921075] ( expected: 1835122.674, 235823.399 ) NAD83 State Plane CS - GA E [-81.45433111111112, 32.6341675] -> [875449.2222156714, 958850.567548388] ( expected: 875449.222, 958850.568 ) NAD83 State Plane CS - GA E [-83.26110833333334, 33.49961833333334] -> [322535.39085086563, 1274748.3010546868] ( expected: 322535.391, 1274748.301 ) NAD83 State Plane CS - HI 1 [-155.9880308333333, 19.623188055555556] -> [1472470.081031855, 287083.2940036917] ( expected: 1472470.137, 287083.198 ) NAD83 State Plane CS - HI 1 [-155.30173944444445, 19.523493888888886] -> [1708685.7241409642, 250676.32316045425] ( expected: 1708685.701, 250676.24 ) NAD83 State Plane CS - HI 1 [-155.5, 19.7] -> [1640416.6666666674, 314739.38001094] ( expected: 1640416.667, 314739.275 ) NAD83 State Plane CS - HI 1 [-155.5, 19.708333333333332] -> [1640416.6666666674, 317765.865798509] ( expected: 1640416.667, 317765.76 ) NAD83 State Plane CS - HI 2 [-156.66666666666666, 20.7] -> [1640416.6666666935, 133177.6326706349] ( expected: 1640416.667, 133177.588 ) NAD83 State Plane CS - HI 2 [-156.66666666666666, 20.708333333333332] -> [1640416.6666666935, 136204.46256790755] ( expected: 1640416.667, 136204.417 ) NAD83 State Plane CS - HI 3 [-158.0, 21.5] -> [1640416.6667000009, 121084.93088564154] ( expected: 1640416.667, 121084.931 ) NAD83 State Plane CS - HI 3 [-158.025, 21.625] -> [1631925.0172356763, 166493.70433944702] ( expected: 1631925.017, 166493.704 ) NAD83 State Plane CS - HI 4 [-159.5, 22.083333333333332] -> [1640416.6666666674, 90820.52472009925] ( expected: 1640416.667, 90820.525 ) NAD83 State Plane CS - HI 5 [-160.16666666666666, 21.7] -> [1640416.6666666847, 12109.12109825419] ( expected: 1640416.667, 12109.121 ) NAD83 State Plane CS - IA N [-93.47610166666666, 42.74725027777778] -> [4927669.135713616, 3735362.601409992] ( expected: 4927669.136, 3735362.601 ) NAD83 State Plane CS - IA N [-93.90613444444445, 42.67324972222222] -> [4812032.40923039, 3708655.3934420757] ( expected: 4812032.409, 3708655.393 ) NAD83 State Plane CS - ID E [-111.70828444444444, 43.80211555555555] -> [777180.670076559, 778579.4139796956] ( expected: 777180.67, 778579.414 ) NAD83 State Plane CS - ID E [-112.37653222222221, 43.59062777777778] -> [600566.6129593924, 701226.8169412016] ( expected: 600566.613, 701226.817 ) NAD83 State Plane CS - ID W [-116.36738666666666, 48.13081694444445] -> [2473902.7262351434, 2357266.575525113] ( expected: 2473902.726, 2357266.577 ) NAD83 State Plane CS - IL E [-88.11855277777777, 41.76995972222222] -> [1042839.9009614432, 1858837.258975732] ( expected: 1042839.901, 1858837.259 ) NAD83 State Plane CS - IL E [-88.69311333333334, 40.727000555555556] -> [884532.4215583805, 1478959.9114361496] ( expected: 884532.422, 1478959.912 ) NAD83 State Plane CS - IN E [-85.66666666666667, 40.0] -> [328083.33300000016, 1730697.4467421863] ( expected: 328083.333, 1730697.447 ) NAD83 State Plane CS - IN E [-85.66666666666667, 40.00833333333333] -> [328083.33300000016, 1733733.0654393304] ( expected: 328083.333, 1733733.066 ) NAD83 State Plane CS - IN E [-86.24105, 40.003525] -> [167175.53281099477, 1732499.9948181808] ( expected: 167175.533, 1732499.995 ) NAD83 State Plane CS - IN E [-86.24105277777778, 40.00879444444445] -> [167187.12596863415, 1734419.5403354163] ( expected: 167187.126, 1734419.54 ) NAD83 State Plane CS - IN E [-86.24113972222223, 40.01317] -> [167173.0463701882, 1736013.6154587534] ( expected: 167173.047, 1736013.616 ) NAD83 State Plane CS - IN W [-87.08333333333333, 40.0] -> [2952750.000000002, 1730697.4467421863] ( expected: 2952750.0, 1730697.447 ) NAD83 State Plane CS - IN W [-87.08333333333333, 40.00833333333333] -> [2952750.000000002, 1733733.0654393304] ( expected: 2952750.0, 1733733.066 ) NAD83 State Plane CS - IN W [-86.75297694444444, 39.69023333333333] -> [3045717.497792166, 1618031.6987786754] ( expected: 3045717.498, 1618031.699 ) NAD83 State Plane CS - IN W [-87.6955763888889, 37.90687638888889] -> [2776105.9878988075, 968944.2543372945] ( expected: 2776105.988, 968944.255 ) NAD83 State Plane CS - IN W [-86.53699416666666, 39.5462275] -> [3106817.6900779465, 1565874.1123360484] ( expected: 3106817.69, 1565874.113 ) NAD83 State Plane CS - IN W [-87.42407638888889, 38.438235] -> [2855150.5443936884, 1162044.1249414147] ( expected: 2855150.544, 1162044.125 ) NAD83 State Plane CS - IN W [-86.24113972222223, 40.01317] -> [3188649.7901501795, 1736609.7237722408] ( expected: 3188649.79, 1736609.724 ) NAD83 State Plane CS - IN W [-86.24105, 40.003525] -> [3188708.130304387, 1733096.4670194625] ( expected: 3188708.13, 1733096.467 ) NAD83 State Plane CS - IN W [-86.24105277777778, 40.00879444444445] -> [3188689.2099032216, 1735016.0196611714] ( expected: 3188689.21, 1735016.02 ) NAD83 State Plane CS - KS N [-96.79849083333333, 38.98113777777778] -> [1653880.04662319, 238201.10957675643] ( expected: 1653880.047, 238201.11 ) NAD83 State Plane CS - KS N [-98.58998722222222, 39.97832416666667] -> [1146983.4603807963, 599694.1970667643] ( expected: 1146983.46, 599694.197 ) NAD83 State Plane CS - KY N [-84.09535638888889, 38.24332305555556] -> [1684830.3257175186, 270726.7328781122] ( expected: 1684830.325, 270726.733 ) NAD83 State Plane CS - KY N [-84.44701805555556, 39.067527500000004] -> [1584475.1575160979, 570918.8054565637] ( expected: 1584475.157, 570918.805 ) NAD83 State Plane CS - LA N [-91.5795786111111, 31.95728972222222] -> [3566283.4099281756, 531318.8742684778] ( expected: 3566283.41, 531318.874 ) NAD83 State Plane CS - LA N [-92.87961527777777, 32.914517777777775] -> [3164322.061511388, 878564.0364777369] ( expected: 3164322.062, 878564.036 ) NAD83 State Plane CS - LA N [-91.48596666666667, 31.945755833333333] -> [3595353.7112532747, 527382.5185645149] ( expected: 3595353.711, 527382.519 ) NAD83 State Plane CS - LA N [-93.99395583333333, 32.81207416666666] -> [2821809.118729071, 844247.864219414] ( expected: 2821809.119, 844247.864 ) NAD83 State Plane CS - LA S [-89.0, 28.833333333333332] -> [4027995.272342696, 128836.32973001718] ( expected: 4027995.272, 128836.33 ) NAD83 State Plane CS - LA S [-89.5, 28.833333333333332] -> [3867904.667102129, 125925.40578625075] ( expected: 3867904.667, 125925.406 ) NAD83 State Plane CS - LA S [-89.49999972222223, 29.333331666666666] -> [3864995.7557711797, 307730.8199938556] ( expected: 3864995.756, 307730.82 ) NAD83 State Plane CS - LA S [-89.00000111111112, 29.333332777777777] -> [4024292.6446180753, 310627.71535109717] ( expected: 4024292.645, 310627.715 ) NAD83 State Plane CS - LA S [-89.17319083333334, 29.342393055555554] -> [3969054.6627183002, 312839.92171233037] ( expected: 3969054.663, 312839.922 ) NAD83 State Plane CS - LA S [-89.10961999999999, 29.255456111111112] -> [3989919.2984289443, 281618.67753074475] ( expected: 3989919.298, 281618.678 ) NAD83 State Plane CS - LA S [-89.02605638888889, 29.129977222222223] -> [4017480.813019337, 236523.9567803706] ( expected: 4017480.813, 236523.957 ) NAD83 State Plane CS - LA S [-89.14605027777779, 28.97443861111111] -> [3980254.596697677, 179219.89954696017] ( expected: 3980254.597, 179219.9 ) NAD83 State Plane CS - MA M [-70.45019888888889, 41.671057777777776] -> [942982.7819007051, 2706924.168409349] ( expected: 942982.782, 2706924.168 ) NAD83 State Plane CS - MA M [-73.43310361111112, 42.101905555555554] -> [131613.2653170165, 2868104.0069276923] ( expected: 131613.265, 2868104.007 ) NAD83 State Plane CS - MD [-76.19097000000001, 39.201703333333334] -> [1541600.1043558375, 560062.8723441019] ( expected: 1541600.105, 560062.872 ) NAD83 State Plane CS - MD [-77.04177944444444, 38.44374777777777] -> [1300367.1848645865, 283004.73772969906] ( expected: 1300367.185, 283004.738 ) NAD83 State Plane CS - MD [-77.50290555555556, 38.99052861111111] -> [1169392.7107862178, 482527.8974991722] ( expected: 1169392.711, 482527.897 ) NAD83 State Plane CS - ME E [-68.40708027777778, 46.546366666666664] -> [1007629.1539986631, 1049880.998645582] ( expected: 1007629.154, 1049880.999 ) NAD83 State Plane CS - ME E [-68.62482388888888, 47.03684972222222] -> [953127.5981290897, 1228762.9709779534] ( expected: 953127.598, 1228762.971 ) NAD83 State Plane CS - MI S [-83.48831083333333, 42.322027500000004] -> [1.3360865012927072E7, 300809.3775050653] ( expected: 1.3360865013E7, 300809.378 ) NAD83 State Plane CS - MI S [-83.59018222222221, 42.33407833333334] -> [1.3333276506698437E7, 304929.9781777125] ( expected: 1.3333276507E7, 304929.978 ) NAD83 State Plane CS - MI S [-85.92404694444446, 41.83617666666667] -> [1.2698916148734972E7, 126441.63096596276] ( expected: 1.2698916149E7, 126441.631 ) NAD83 State Plane CS - MI S [-85.766525, 41.82287388888889] -> [1.2741759239923185E7, 120840.46289952085] ( expected: 1.274175924E7, 120840.463 ) NAD83 State Plane CS - MN N [-91.4642175, 47.138660277777774] -> [3031741.3944833726, 565338.6002482185] ( expected: 3031741.394, 565338.6 ) NAD83 State Plane CS - MN N [-95.8516661111111, 48.324042222222225] -> [1955378.8685753793, 1005314.701413333] ( expected: 1955378.869, 1005314.701 ) NAD83 State Plane CS - MO C [-92.5, 38.25] -> [1640416.6666666674, 879853.8830447582] ( expected: 1640416.667, 879854.176 ) NAD83 State Plane CS - MO C [-92.5, 38.25833333333333] -> [1640416.6666666674, 882888.4858622141] ( expected: 1640416.667, 882888.78 ) NAD83 State Plane CS - MO E [-91.70119361111111, 37.368314444444444] -> [471136.6231695348, 561031.4050148249] ( expected: 471136.507, 561031.592 ) NAD83 State Plane CS - MO E [-90.13580444444445, 36.89559] -> [926703.5707684738, 386902.6996355354] ( expected: 926703.606, 386902.829 ) NAD83 State Plane CS - MO W [-94.5, 38.25] -> [2788708.3333333335, 758522.084656892] ( expected: 2788708.333, 758522.219 ) NAD83 State Plane CS - MO W [-94.5, 38.25833333333333] -> [2788708.3333333335, 761556.7117527972] ( expected: 2788708.333, 761556.846 ) NAD83 State Plane CS - MS E [-89.17055916666668, 30.514260555555555] -> [878059.0462763924, 369015.4680408248] ( expected: 878059.046, 369015.468 ) NAD83 State Plane CS - MS E [-88.43453833333334, 30.717070555555555] -> [1109567.4831225327, 442842.46634965274] ( expected: 1109567.483, 442842.466 ) NAD83 State Plane CS - MT N [-106.48653361111111, 47.872528611111115] -> [2707564.6227276605, 1334850.2730997982] ( expected: 2707564.623, 1334850.273 ) NAD83 State Plane CS - MT N [-114.51197833333333, 48.87965666666667] -> [763315.4568685982, 1726511.247203243] ( expected: 763315.457, 1726511.247 ) NAD83 State Plane CS - NC [-81.20883055555556, 35.15862472222222] -> [1339869.3761797254, 520003.0025657952] ( expected: 1339869.379, 520003.003 ) NAD83 State Plane CS - NC [-76.53192166666666, 35.56429222222222] -> [2733923.839258299, 669426.9316243799] ( expected: 2733923.842, 669426.932 ) NAD83 State Plane CS - NC [-78.47405, 36.2543] -> [2155084.556128651, 911885.0806554494] ( expected: 2155084.559, 911885.081 ) NAD83 State Plane CS - ND N [-98.76756444444445, 48.13707861111111] -> [2391475.2570842206, 419527.7482205871] ( expected: 2391475.2570842206, 419527.7482205871 ) NAD83 State Plane CS - ND N [-101.30596, 47.65525972222222] -> [1769877.445511021, 240055.2700864608] ( expected: 1769877.445511021, 240055.2700864608 ) NAD83 State Plane CS - NE N [-96.2980361111111, 42.080084722222225] -> [2644820.4093172383, 839912.5651423852] ( expected: 2644820.409, 839912.565 ) NAD83 State Plane CS - NE N [-100.8241525, 41.98167361111111] -> [1416403.8280782166, 783622.0457900752] ( expected: 1416403.828, 783622.046 ) NAD83 State Plane CS - NH [-70.93646861111111, 43.137501666666665] -> [1179151.9808074418, 233188.61956281497] ( expected: 1179151.981, 233188.62 ) NAD83 State Plane CS - NH [-72.54227694444444, 42.85721777777778] -> [749470.1656875086, 131406.1725538593] ( expected: 749470.166, 131406.173 ) NAD83 State Plane CS - NJ [-74.23214916666667, 39.86724861111111] -> [567304.5427001031, 376673.7333792336] ( expected: 567304.543, 376673.733 ) NAD83 State Plane CS - NJ [-74.85668277777778, 41.20205583333333] -> [393979.6135020339, 863010.54884726] ( expected: 393979.614, 863010.549 ) NAD83 State Plane CS - NM C [-106.25, 33.5] -> [1640416.6670000006, 909448.4933548485] ( expected: 1640416.667, 909448.493 ) NAD83 State Plane CS - NM C [-106.25, 33.50833333333333] -> [1640416.6670000006, 912480.5949865801] ( expected: 1640416.667, 912480.595 ) NAD83 State Plane CS - NM E [-104.1951138888889, 33.28937] -> [583573.4906006537, 832847.1941310763] ( expected: 583573.491, 832847.194 ) NAD83 State Plane CS - NM E [-104.79387444444444, 33.3756525] -> [400747.14853655675, 864523.5661825223] ( expected: 400747.149, 864523.566 ) NAD83 State Plane CS - NM W [-107.83333333333333, 32.5] -> [2723091.6669999897, 545634.8960624546] ( expected: 2723091.667, 545634.896 ) NAD83 State Plane CS - NM W [-107.83333333333333, 32.50833333333333] -> [2723091.6669999897, 548666.5618337604] ( expected: 2723091.667, 548666.562 ) NAD83 State Plane CS - NV E [-114.81926027777777, 35.71924972222222] -> [882966.5446880104, 2.6600313129070338E7] ( expected: 882966.545, 2.6600313129E7 ) NAD83 State Plane CS - NV E [-116.842435, 41.51051916666667] -> [311338.99268846284, 2.8710910564204607E7] ( expected: 311338.993, 2.8710910565E7 ) NAD83 State Plane CS - NY E [-74.04824194444444, 42.28382638888889] -> [614362.3686846516, 1257287.6105820828] ( expected: 614362.369, 1257287.611 ) NAD83 State Plane CS - NY E [-74.7443938888889, 42.502050555555556] -> [426225.275041126, 1336579.561146579] ( expected: 426225.275, 1336579.561 ) NAD83 State Plane CS - NY L [-73.04340194444444, 40.79739555555555] -> [1249103.532850029, 231235.8445696645] ( expected: 1249103.533, 231235.845 ) NAD83 State Plane CS - NY L [-74.11614583333333, 40.602022500000004] -> [951997.6671513802, 158630.8107333248] ( expected: 951997.667, 158630.811 ) NAD83 State Plane CS - NY L [-74.0, 40.75] -> [984250.000000001, 212521.886632814] ( expected: 984250.0, 212521.887 ) NAD83 State Plane CS - NY L [-73.25, 40.625] -> [1192442.0281949635, 167871.99880270212] ( expected: 1192442.028, 167871.999 ) NAD83 State Plane CS - NY L [-73.375, 40.75] -> [1157419.0743803105, 213139.6637610744] ( expected: 1157419.074, 213139.664 ) NAD83 State Plane CS - OH N [-80.82451055555555, 40.297470555555556] -> [2435851.620539703, 234309.71744987692] ( expected: 2435851.621, 234309.717 ) NAD83 State Plane CS - OH N [-82.6252836111111, 40.33741055555556] -> [1933572.8572103328, 244396.2436793244] ( expected: 1933572.857, 244396.244 ) NAD83 State Plane CS - OK N [-98.712615, 36.83876888888889] -> [1759953.6751845293, 670136.4677159836] ( expected: 1759953.675, 670136.468 ) NAD83 State Plane CS - OK N [-95.64556833333334, 35.34359027777778] -> [2670659.833492866, 133589.11181277523] ( expected: 2670659.833, 133589.112 ) NAD83 State Plane CS - OR S [-119.774045, 44.40720638888889] -> [5110990.827483409, 999684.0423662161] ( expected: 5110990.827, 999684.042 ) NAD83 State Plane CS - OR S [-121.16558472222223, 44.38581222222222] -> [4747225.64154567, 991752.6350698188] ( expected: 4747225.642, 991752.635 ) NAD83 State Plane CS - PA N [-74.55573444444444, 41.39682388888889] -> [2844678.5325093023, 464365.6102797438] ( expected: 2844678.533, 464365.61 ) NAD83 State Plane CS - PA N [-78.16336694444445, 40.85984861111111] -> [1854155.5046654737, 252833.7004862685] ( expected: 1854155.505, 252833.7 ) NAD83 State Plane CS - PR F [-67.14914722222223, 18.49915888888889] -> [408161.0460502123, 898432.8077169814] ( expected: 408161.046, 898432.808 ) NAD83 State Plane CS - PR F [-66.875, 18.25] -> [502925.4402175696, 807654.0094209639] ( expected: 502925.44, 807654.009 ) NAD83 State Plane CS - PR F [-66.43333333333334, 18.25] -> [656166.6666666667, 807469.2072822594] ( expected: 656166.667, 807469.207 ) NAD83 State Plane CS - PR F [-66.43333333333334, 18.5] -> [656166.6666666667, 898253.5239141603] ( expected: 656166.667, 898253.524 ) NAD83 State Plane CS - PR M [-67.14914722222223, 18.49915888888889] -> [408161.0460502123, 898432.8077169814] ( expected: 408161.046, 898432.808 ) NAD83 State Plane CS - PR M [-66.875, 18.25] -> [502925.4402175696, 807654.0094209639] ( expected: 502925.44, 807654.009 ) NAD83 State Plane CS - PR M [-66.43333333333334, 18.25] -> [656166.6666666667, 807469.2072822594] ( expected: 656166.667, 807469.207 ) NAD83 State Plane CS - PR M [-66.43333333333334, 18.5] -> [656166.6666666667, 898253.5239141603] ( expected: 656166.667, 898253.524 ) NAD83 State Plane CS - RI [-71.26689805555556, 41.540235555555554] -> [391898.6833236719, 166566.16223138722] ( expected: 391898.667, 166566.121 ) NAD83 State Plane CS - RI [-71.62048055555555, 41.39812944444444] -> [295027.7768748055, 114722.86603092165] ( expected: 295027.785, 114722.837 ) NAD83 State Plane CS - SC N [-80.54166666666667, 34.541666666666664] -> [2138015.4795958325, 985710.1273076384] ( expected: 2138015.48, 985710.127 ) NAD83 State Plane CS - SC N [-81.0, 34.541666666666664] -> [1999996.0000000007, 985404.0771374998] ( expected: 1999996.0, 985404.077 ) NAD83 State Plane CS - SC S [-80.54166666666667, 33.541666666666664] -> [2139629.137577883, 621856.1557173626] ( expected: 2139629.138, 621856.156 ) NAD83 State Plane CS - SC S [-81.0, 33.541666666666664] -> [1999996.0000000007, 621546.5273544799] ( expected: 1999996.0, 621546.527 ) NAD83 State Plane CS - SD N [-99.2061063888889, 44.10225583333334] -> [2177060.847563209, 99066.76141602374] ( expected: 2177060.848, 99066.761 ) NAD83 State Plane CS - SD N [-100.5413536111111, 44.543032499999995] -> [1827356.3299307544, 259209.7117574825] ( expected: 1827356.33, 259209.712 ) NAD83 State Plane CS - TN [-85.23221305555556, 36.36347305555556] -> [2194569.4764000303, 739881.3740338127] ( expected: 2194569.476, 739881.374 ) NAD83 State Plane CS - TN [-88.71829138888889, 36.50233611111111] -> [1169616.874573566, 800645.0906115922] ( expected: 1169616.875, 800645.091 ) NAD83 State Plane CS - TX N [-100.55175083333333, 34.65991222222222] -> [941333.5040147798, 3522390.5111432825] ( expected: 941333.504, 3522390.511 ) NAD83 State Plane CS - TX N [-102.81415249999999, 34.72756916666667] -> [261294.65448592434, 3548271.4935976793] ( expected: 261294.654, 3548271.494 ) NAD83 State Plane CS - UT C [-111.5, 38.666666666666664] -> [1640416.6666666674, 6683084.514801205] ( expected: 1640416.667, 6683084.515 ) NAD83 State Plane CS - UT C [-111.5, 38.675] -> [1640416.6666666674, 6686119.85080414] ( expected: 1640416.667, 6686119.851 ) NAD83 State Plane CS - UT N [-111.5, 41.5] -> [1640416.6666666674, 3705897.5652803546] ( expected: 1640416.667, 3705897.565 ) NAD83 State Plane CS - UT N [-111.5, 41.50833333333333] -> [1640416.6666666674, 3708933.975322167] ( expected: 1640416.667, 3708933.975 ) NAD83 State Plane CS - UT S [-109.81054638888888, 38.49191027777778] -> [2123972.902048692, 1.051150284560001E7] ( expected: 2123972.902, 1.0511502846E7 ) NAD83 State Plane CS - UT S [-113.88247833333332, 37.15521888888889] -> [946139.8934209498, 1.0029235591610475E7] ( expected: 946139.893, 1.0029235592E7 ) NAD83 State Plane CS - VA N [-77.22970694444444, 38.920113055555554] -> [1.1844323042883873E7, 7020638.97521045] ( expected: 1.1844323043E7, 7020638.975 ) NAD83 State Plane CS - VA N [-79.31432138888889, 38.16639444444444] -> [1.1248797975812206E7, 6744688.4740104815] ( expected: 1.1248797976E7, 6744688.474 ) NAD83 State Plane CS - VA N [-77.63633972222223, 37.823323333333335] -> [1.1732395293905845E7, 6619889.589828273] ( expected: 1.1732395294E7, 6619889.59 ) NAD83 State Plane CS - VA N [-79.43874305555556, 37.79051444444444] -> [1.1211628031699995E7, 6608155.23198249] ( expected: 1.1211628032E7, 6608155.232 ) NAD83 State Plane CS - VA N [-77.74176, 39.00189] -> [1.1698399159108002E7, 7048812.265942835] ( expected: 1.1698399159E7, 7048812.266 ) NAD83 State Plane CS - VA N [-77.72972583333333, 38.998737222222225] -> [1.1701828676371329E7, 7047692.496027392] ( expected: 1.1701828676E7, 7047692.496 ) NAD83 State Plane CS - VA S [-78.5, 37.5] -> [1.1482916666666664E7, 3705606.875874958] ( expected: 1.1482916667E7, 3705606.876 ) NAD83 State Plane CS - VA S [-78.5, 37.50833333333333] -> [1.1482916666666664E7, 3708641.1373658143] ( expected: 1.1482916667E7, 3708641.137 ) NAD83 State Plane CS - VA S [-77.5425, 36.9118075] -> [1.1762849074051026E7, 3492868.5785880103] ( expected: 1.1762849074E7, 3492868.579 ) NAD83 State Plane CS - VA S [-77.36548111111111, 38.08163916666667] -> [1.1809480678597577E7, 3919367.024552079] ( expected: 1.1809480679E7, 3919367.025 ) NAD83 State Plane CS - VI F [-64.75833333333334, 17.758333333333333] -> [1238952.3131432477, 631597.7233308536] ( expected: 1238952.313, 631597.723 ) NAD83 State Plane CS - VI F [-66.43333333333334, 17.765673888888887] -> [656166.6666666667, 631597.8578628565] ( expected: 656166.667, 631597.858 ) NAD83 State Plane CS - VI M [-64.75833333333334, 17.758333333333333] -> [1238952.3131432477, 631597.7233308536] ( expected: 1238952.313, 631597.723 ) NAD83 State Plane CS - VI M [-66.43333333333334, 17.765673888888887] -> [656166.6666666667, 631597.8578628565] ( expected: 656166.667, 631597.858 ) NAD83 State Plane CS - VT [-72.49206055555555, 43.16625722222222] -> [1642534.8334053226, 242819.52421637802] ( expected: 1642534.834, 242819.594 ) NAD83 State Plane CS - VT [-73.20193833333333, 44.37300277777778] -> [1456874.0238722889, 683479.9935114479] ( expected: 1456873.971, 683480.189 ) NAD83 State Plane CS - WA N [-119.86027944444444, 47.84751916666667] -> [1879336.3676379656, 310659.10968180455] ( expected: 1879336.368, 310659.11 ) NAD83 State Plane CS - WA N [-123.99696861111111, 48.15809194444444] -> [868484.5447719494, 438307.5263755937] ( expected: 868484.545, 438307.526 ) NAD83 State Plane CS - WI N [-88.74466055555555, 45.37266611111111] -> [2291123.164999395, 77666.63667612335] ( expected: 2291123.165, 77666.637 ) NAD83 State Plane CS - WI N [-92.20535416666667, 45.80994777777777] -> [1406198.3432839208, 242375.264457181] ( expected: 1406198.343, 242375.264 ) NAD83 State Plane CS - WV N [-77.8942413888889, 39.244260833333335] -> [2423253.1130092554, 275144.53582885367] ( expected: 2423253.113, 275144.536 ) NAD83 State Plane CS - WV N [-81.55654138888889, 39.30237083333333] -> [1386588.8892931766, 298906.2389444799] ( expected: 1386588.889, 298906.239 ) NAD83 State Plane CS - WV N [-77.50290555555556, 38.99052861111111] -> [2536117.742216562, 184974.3835678382] ( expected: 2536117.742, 184974.384 ) NAD83 State Plane CS - WY E [-105.51746722222222, 43.51127777777778] -> [563107.2950142951, 1097478.0373743414] ( expected: 563107.342, 1097477.489 ) NAD83 State Plane CS - WY E [-105.3785711111111, 43.50407916666666] -> [599946.5908162568, 1094729.665855778] ( expected: 599946.619, 1094729.119 ) NAD83 State Plane CS - WY E [-105.47856305555555, 43.609275277777776] -> [573561.6815251342, 1133156.0800252482] ( expected: 573561.723, 1133155.514 ) NAD83 State Plane CS - WY E [-105.39533972222223, 42.01650611111111] -> [594028.7632790897, 552611.6726688275] ( expected: 594028.794, 552611.396 ) NAD83 State Plane CS - WY E [-104.58519055555556, 42.58065722222223] -> [812768.6987464493, 758648.3191039988] ( expected: 812768.62, 758647.94 ) NAD83 State Plane CS - WYEC [-106.21756222222223, 41.60406666666667] -> [1617477.9226833351, 732300.9722739081] ( expected: 1617477.77, 732300.77 ) NAD83 State Plane CS - WYEC [-108.03242222222222, 41.86597722222222] -> [1121920.3736827723, 826536.5945477238] ( expected: 1121920.469, 826536.345 ) 4326 -> 3819 [1.0, -1.0] -> [0.9987435132711765, -1.005575264577257] ( expected: 0.998744, -1.005575 ) 4326 -> 3821 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 3824 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 3889 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 3906 [1.0, -1.0] -> [1.0019307220668243, -1.0044268232156752] ( expected: 1.001931, -1.004427 ) 4326 -> 4001 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4002 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4003 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4004 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4005 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4006 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4007 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4008 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4009 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4010 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4011 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4012 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4013 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4014 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4015 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4016 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4018 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4019 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4020 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4021 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4022 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4023 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4024 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4025 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4027 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4028 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4029 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4030 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4031 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4032 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4033 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4034 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4035 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4036 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4041 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4042 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4043 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4044 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4045 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4046 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4047 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4052 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4053 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4054 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4055 [1.0, -1.0] -> [0.9999999999999998, -0.9933069657934385] ( expected: 1.0, -0.993307 ) 4326 -> 4075 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4081 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4120 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4121 [1.0, -1.0] -> [0.9992968326879512, -1.002198603637267] ( expected: 0.999297, -1.002199 ) 4326 -> 4122 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4123 [1.0, -1.0] -> [1.0010844889561763, -0.9988394061246304] ( expected: 1.001084, -0.998839 ) 4326 -> 4124 [1.0, -1.0] -> [1.0016486997049387, -1.0048953890292678] ( expected: 1.001649, -1.004895 ) 4326 -> 4125 [1.0, -1.0] -> [0.9937773512460134, -1.000328212515203] ( expected: 0.993777, -1.000328 ) 4326 -> 4126 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4127 [1.0, -1.0] -> [1.0008857589073754, -0.9980001699892246] ( expected: 1.000886, -0.998 ) 4326 -> 4128 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4129 [1.0, -1.0] -> [1.0009674277131873, -0.9970243739002974] ( expected: 1.000967, -0.997024 ) 4326 -> 4130 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4131 [1.0, -1.0] -> [0.9921166333992748, -1.0028421940534684] ( expected: 0.992117, -1.002842 ) 4326 -> 4132 [1.0, -1.0] -> [1.0014320729584987, -1.0036529118314903] ( expected: 1.001432, -1.003653 ) 4326 -> 4133 [1.0, -1.0] -> [1.000006724852151, -0.9999985075005448] ( expected: 1.000007, -0.999999 ) 4326 -> 4134 [1.0, -1.0] -> [0.9996859734449761, -1.0021804698019454] ( expected: 0.999686, -1.00218 ) 4326 -> 4135 [1.0, -1.0] -> [1.002569783403456, -0.9984468926663447] ( expected: 1.00257, -0.998447 ) 4326 -> 4136 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4137 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4138 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4139 [1.0, -1.0] -> [0.9993549372301794, -0.9991634359510894] ( expected: 0.999355, -0.999163 ) 4326 -> 4140 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4141 [1.0, -1.0] -> [0.9994984043317192, -1.0004627721931936] ( expected: 0.999498, -1.000463 ) 4326 -> 4142 [1.0, -1.0] -> [0.9995043028581572, -1.0043134874666] ( expected: 0.999504, -1.004313 ) 4326 -> 4143 [1.0, -1.0] -> [0.9995043404711002, -1.004311626460258] ( expected: 0.999504, -1.004312 ) 4326 -> 4144 [1.0, -1.0] -> [0.9928108509777446, -1.0024014532198675] ( expected: 0.992811, -1.002401 ) 4326 -> 4145 [1.0, -1.0] -> [0.9939175895843736, -1.0020774985786436] ( expected: 0.993918, -1.002077 ) 4326 -> 4146 [1.0, -1.0] -> [0.9934343457809938, -1.0023146391839726] ( expected: 0.993434, -1.002315 ) 4326 -> 4147 [1.0, -1.0] -> [1.0009703055804497, -0.9994319413495864] ( expected: 1.00097, -0.999432 ) 4326 -> 4148 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4149 [1.0, -1.0] -> [0.999970489425098, -1.0037511191030648] ( expected: 0.99997, -1.003751 ) 4326 -> 4150 [1.0, -1.0] -> [0.999970489425098, -1.0037511191030648] ( expected: 0.99997, -1.003751 ) 4326 -> 4151 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4152 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4153 [1.0, -1.0] -> [1.0013938619605993, -0.9985729199981377] ( expected: 1.001394, -0.998573 ) 4326 -> 4154 [1.0, -1.0] -> [1.0011674073707673, -0.9985269628430906] ( expected: 1.001167, -0.998527 ) 4326 -> 4155 [1.0, -1.0] -> [0.9996546136307786, -1.0012183062904259] ( expected: 0.999655, -1.001218 ) 4326 -> 4156 [1.0, -1.0] -> [0.9994095824330882, -1.004412853408648] ( expected: 0.99941, -1.004413 ) 4326 -> 4157 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4158 [1.0, -1.0] -> [0.9966573410823415, -1.0015826239189427] ( expected: 0.996657, -1.001583 ) 4326 -> 4159 [1.0, -1.0] -> [1.000871672760838, -0.998631568790235] ( expected: 1.000872, -0.998632 ) 4326 -> 4160 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4161 [1.0, -1.0] -> [0.9998785474974299, -1.001718658307666] ( expected: 0.999879, -1.001719 ) 4326 -> 4162 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4163 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4164 [1.0, -1.0] -> [1.0012277418318927, -1.0005926010132205] ( expected: 1.001228, -1.000593 ) 4326 -> 4165 [1.0, -1.0] -> [0.9977001988020442, -1.0002462785118271] ( expected: 0.9977, -1.000246 ) 4326 -> 4166 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4167 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4168 [1.0, -1.0] -> [0.9996813458464616, -1.002931827525954] ( expected: 0.999681, -1.002932 ) 4326 -> 4169 [1.0, -1.0] -> [0.998921975978587, -1.0039092477686105] ( expected: 0.998922, -1.003909 ) 4326 -> 4170 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4171 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4172 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4173 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4174 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4175 [1.0, -1.0] -> [0.9999502695915112, -1.001009426144818] ( expected: 0.99995, -1.001009 ) 4326 -> 4176 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4178 [1.0, -1.0] -> [1.0010910413070033, -0.9992976182155356] ( expected: 1.001091, -0.999298 ) 4326 -> 4179 [1.0, -1.0] -> [1.0010894599911726, -0.9993271456126668] ( expected: 1.001089, -0.999327 ) 4326 -> 4180 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4181 [1.0, -1.0] -> [0.9991021706546485, -1.000475226585116] ( expected: 0.999102, -1.000475 ) 4326 -> 4182 [1.0, -1.0] -> [1.0014514133211965, -1.0006936045913515] ( expected: 1.001451, -1.000694 ) 4326 -> 4183 [1.0, -1.0] -> [0.9984835316982642, -0.9996691773473243] ( expected: 0.998484, -0.999669 ) 4326 -> 4184 [1.0, -1.0] -> [0.9987015868897768, -1.000476333828656] ( expected: 0.998702, -1.000476 ) 4326 -> 4185 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4188 [1.0, -1.0] -> [1.0014292888237197, -1.0052115134752957] ( expected: 1.001429, -1.005212 ) 4326 -> 4189 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4190 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4191 [1.0, -1.0] -> [1.0009642323386856, -0.9988987929276273] ( expected: 1.0009642323386856, -0.9988987929276272 ) 4326 -> 4192 [1.0, -1.0] -> [1.001536988041227, -0.9992027294021558] ( expected: 1.001537, -0.999203 ) 4326 -> 4193 [1.0, -1.0] -> [1.0013525083981627, -0.9997239559428469] ( expected: 1.001353, -0.999724 ) 4326 -> 4194 [1.0, -1.0] -> [0.998786009920802, -0.9983459172869668] ( expected: 0.998786, -0.998346 ) 4326 -> 4195 [1.0, -1.0] -> [0.9968617976549348, -0.9991193281865475] ( expected: 0.996862, -0.999119 ) 4326 -> 4196 [1.0, -1.0] -> [0.9960208841133025, -0.9999911339461902] ( expected: 0.996021, -0.999991 ) 4326 -> 4197 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4198 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4199 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4200 [1.0, -1.0] -> [1.0011435335977463, -0.9992651575487239] ( expected: 1.001144, -0.999265 ) 4326 -> 4201 [1.0, -1.0] -> [1.0001087152961765, -1.0019284840846574] ( expected: 1.000109, -1.001928 ) 4326 -> 4202 [1.0, -1.0] -> [1.000377976149796, -1.001104086782177] ( expected: 1.000378, -1.001104 ) 4326 -> 4203 [1.0, -1.0] -> [1.0004101708437685, -1.0013261811226333] ( expected: 1.00041, -1.001326 ) 4326 -> 4204 [1.0, -1.0] -> [1.0020975509317738, -1.0000688200290218] ( expected: 1.002098, -1.000069 ) 4326 -> 4205 [1.0, -1.0] -> [1.001457499485365, -1.0003988140731805] ( expected: 1.001457, -1.000399 ) 4326 -> 4206 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4207 [1.0, -1.0] -> [1.0004964643378058, -1.000917717680482] ( expected: 1.000496, -1.000918 ) 4326 -> 4208 [1.0, -1.0] -> [0.9973977061689236, -0.9986722517911083] ( expected: 0.997398, -0.998672 ) 4326 -> 4209 [1.0, -1.0] -> [1.0007860425205315, -0.9974284603071832] ( expected: 1.000786, -0.997428 ) 4326 -> 4210 [1.0, -1.0] -> [1.0000288099219086, -0.9973536707362195] ( expected: 1.000029, -0.997354 ) 4326 -> 4211 [1.0, -1.0] -> [0.9938237186222644, -0.999469385110465] ( expected: 0.993824, -0.999469 ) 4326 -> 4212 [1.0, -1.0] -> [0.9973011576458609, -1.003906689586956] ( expected: 0.997301, -1.003907 ) 4326 -> 4213 [1.0, -1.0] -> [1.0007648996624146, -1.0017930896288183] ( expected: 1.000765, -1.001793 ) 4326 -> 4214 [1.0, -1.0] -> [1.0013894777006873, -0.999257035722319] ( expected: 1.001389, -0.999257 ) 4326 -> 4215 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4216 [1.0, -1.0] -> [0.9980751648056524, -1.0027405940717047] ( expected: 0.998075, -1.002741 ) 4326 -> 4218 [1.0, -1.0] -> [0.9973171309718495, -0.9972023561962962] ( expected: 0.997317, -0.997202 ) 4326 -> 4219 [1.0, -1.0] -> [0.9939753326669534, -0.9994863177444772] ( expected: 0.993975, -0.999486 ) 4326 -> 4220 [1.0, -1.0] -> [1.0031145317341117, -0.9980119721986159] ( expected: 1.003115, -0.998012 ) 4326 -> 4221 [1.0, -1.0] -> [0.9987551142819097, -1.0008195702965645] ( expected: 0.998755, -1.00082 ) 4326 -> 4222 [1.0, -1.0] -> [1.000948834020948, -0.9974475989326622] ( expected: 1.000949, -0.997448 ) 4326 -> 4223 [1.0, -1.0] -> [0.9999048663024462, -1.0039659404570074] ( expected: 0.999905, -1.003966 ) 4326 -> 4224 [1.0, -1.0] -> [0.9977912616626973, -0.999703607153475] ( expected: 0.997791, -0.999704 ) 4326 -> 4225 [1.0, -1.0] -> [0.9984517303724476, -0.9999595106440814] ( expected: 0.998452, -0.99996 ) 4326 -> 4226 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4227 [1.0, -1.0] -> [0.999893500724116, -1.0022383956836125] ( expected: 0.999894, -1.002238 ) 4326 -> 4228 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4229 [1.0, -1.0] -> [0.9989914902706399, -0.9998613426571885] ( expected: 0.998991, -0.999861 ) 4326 -> 4230 [1.0, -1.0] -> [1.0008666943084106, -0.9989206083382024] ( expected: 1.000867, -0.998921 ) 4326 -> 4231 [1.0, -1.0] -> [1.0008494102950591, -0.998967930497089] ( expected: 1.000849, -0.998968 ) 4326 -> 4232 [1.0, -1.0] -> [0.9998928720656022, -1.00214342614819] ( expected: 0.999893, -1.002143 ) 4326 -> 4233 [1.0, -1.0] -> [1.0028626723308416, -1.0004589845684535] ( expected: 1.002863, -1.000459 ) 4326 -> 4234 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4235 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4236 [1.0, -1.0] -> [1.0048313736270806, -0.9980912545581763] ( expected: 1.004831, -0.998091 ) 4326 -> 4237 [1.0, -1.0] -> [1.0006533549217218, -0.9998735549736392] ( expected: 1.000653, -0.999874 ) 4326 -> 4238 [1.0, -1.0] -> [1.0001309834244436, -1.0000416374308134] ( expected: 1.000131, -1.000042 ) 4326 -> 4239 [1.0, -1.0] -> [0.9926406317246464, -1.0026822844313994] ( expected: 0.992641, -1.002682 ) 4326 -> 4240 [1.0, -1.0] -> [0.9927203934689859, -1.0025907314254523] ( expected: 0.99272, -1.002591 ) 4326 -> 4241 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4242 [1.0, -1.0] -> [0.9981514440181746, -1.0036087336307613] ( expected: 0.998151, -1.003609 ) 4326 -> 4243 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4244 [1.0, -1.0] -> [0.9929151487147145, -1.0007066349411404] ( expected: 0.992915, -1.000707 ) 4326 -> 4245 [1.0, -1.0] -> [0.992353615335776, -0.9999880361422347] ( expected: 0.992354, -0.999988 ) 4326 -> 4246 [1.0, -1.0] -> [1.0017512358164262, -1.0048148950447202] ( expected: 1.001751, -1.004815 ) 4326 -> 4247 [1.0, -1.0] -> [0.9989636232648553, -0.9967496918816193] ( expected: 0.998964, -0.99675 ) 4326 -> 4248 [1.0, -1.0] -> [0.9983828633113825, -0.9965839245708545] ( expected: 0.998383, -0.996584 ) 4326 -> 4249 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4250 [1.0, -1.0] -> [0.9997191103597198, -1.0033811915896684] ( expected: 0.999719, -1.003381 ) 4326 -> 4251 [1.0, -1.0] -> [0.9996265673591449, -1.0008916484668704] ( expected: 0.999627, -1.000892 ) 4326 -> 4252 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4253 [1.0, -1.0] -> [1.0006708333532741, -0.9995924579288087] ( expected: 1.000671, -0.999592 ) 4326 -> 4254 [1.0, -1.0] -> [0.9982418073067989, -1.0008727660122512] ( expected: 0.998242, -1.000873 ) 4326 -> 4255 [1.0, -1.0] -> [1.0019419404775474, -1.0010063745623194] ( expected: 1.001942, -1.001006 ) 4326 -> 4256 [1.0, -1.0] -> [1.0019827320166796, -0.9989040039772354] ( expected: 1.001983, -0.998904 ) 4326 -> 4257 [1.0, -1.0] -> [0.9952392752141275, -1.0012056182626976] ( expected: 0.995239, -1.001206 ) 4326 -> 4258 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4259 [1.0, -1.0] -> [1.0000083060944887, -0.999081785912022] ( expected: 1.000008, -0.999082 ) 4326 -> 4260 [1.0, -1.0] -> [1.0013525083981627, -0.9997239493924204] ( expected: 1.001353, -0.999724 ) 4326 -> 4261 [1.0, -1.0] -> [0.998693314991542, -1.000540284824994] ( expected: 0.998693, -1.00054 ) 4326 -> 4262 [1.0, -1.0] -> [0.9964616644665423, -1.000623624151993] ( expected: 0.996462, -1.000624 ) 4326 -> 4263 [1.0, -1.0] -> [1.0008209945864754, -1.0011984326404249] ( expected: 1.000821, -1.001198 ) 4326 -> 4264 [1.0, -1.0] -> [0.999997257926253, -0.9991173256410572] ( expected: 0.999997, -0.999117 ) 4326 -> 4265 [1.0, -1.0] -> [1.0002219789306437, -1.000742954648738] ( expected: 1.000222, -1.000743 ) 4326 -> 4266 [1.0, -1.0] -> [1.0011561915526281, -1.0004777276799937] ( expected: 1.001156, -1.000478 ) 4326 -> 4267 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4268 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4269 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4270 [1.0, -1.0] -> [1.0013622731124039, -1.0035155652014909] ( expected: 1.001362, -1.003516 ) 4326 -> 4271 [1.0, -1.0] -> [0.9966297549345768, -1.0015202142443975] ( expected: 0.99663, -1.00152 ) 4326 -> 4272 [1.0, -1.0] -> [0.9997678973890366, -1.0017632884084162] ( expected: 0.999768, -1.001763 ) 4326 -> 4273 [1.0, -1.0] -> [1.0010061239152162, -1.0043385509356506] ( expected: 1.001006, -1.004339 ) 4326 -> 4274 [1.0, -1.0] -> [0.9989751521448428, -1.0003252044029496] ( expected: 0.998975, -1.000325 ) 4326 -> 4275 [1.0, -1.0] -> [1.000512632406216, -1.0029770414989916] ( expected: 1.000513, -1.002977 ) 4326 -> 4276 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4277 [1.0, -1.0] -> [1.000959754479246, -1.0048787239622181] ( expected: 1.00096, -1.004879 ) 4326 -> 4278 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4279 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4280 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4281 [1.0, -1.0] -> [1.0024279909469658, -1.0043463933678327] ( expected: 1.002428, -1.004346 ) 4326 -> 4282 [1.0, -1.0] -> [0.9995186641733185, -0.9974551966869383] ( expected: 0.999519, -0.997455 ) 4326 -> 4283 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4284 [1.0, -1.0] -> [1.0010449964717352, -0.9991731487783145] ( expected: 1.001045, -0.999173 ) 4326 -> 4285 [1.0, -1.0] -> [1.0025168712571129, -1.0002060363479641] ( expected: 1.002517, -1.000206 ) 4326 -> 4286 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4287 [1.0, -1.0] -> [0.998786009920802, -0.9983459172869668] ( expected: 0.998786, -0.998346 ) 4326 -> 4288 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4289 [1.0, -1.0] -> [1.0001608422402586, -1.0041792990826977] ( expected: 1.00016, -1.00418 ) 4326 -> 4291 [1.0, -1.0] -> [0.9999820793391151, -0.9996205281056003] ( expected: 0.999982, -0.999621 ) 4326 -> 4292 [1.0, -1.0] -> [0.999755703084437, -1.0006238043041638] ( expected: 0.999756, -1.000624 ) 4326 -> 4293 [1.0, -1.0] -> [0.9992251496576579, -0.997806867109599] ( expected: 0.999225, -0.997807 ) 4326 -> 4294 [1.0, -1.0] -> [0.9937927193833777, -1.0002880731987882] ( expected: 0.993793, -1.000288 ) 4326 -> 4295 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4296 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4297 [1.0, -1.0] -> [1.00214422035533, -0.9991754006970652] ( expected: 1.002144, -0.999175 ) 4326 -> 4298 [1.0, -1.0] -> [0.9938844486270308, -0.9994029706139275] ( expected: 0.993884, -0.999403 ) 4326 -> 4299 [1.0, -1.0] -> [1.0014292575967871, -1.0052108940601003] ( expected: 1.001429, -1.005211 ) 4326 -> 4300 [1.0, -1.0] -> [1.0014292888237197, -1.0052112781269762] ( expected: 1.001429, -1.005211 ) 4326 -> 4301 [1.0, -1.0] -> [0.9954196597142924, -1.0061104404153236] ( expected: 0.99542, -1.00611 ) 4326 -> 4302 [1.0, -1.0] -> [0.9974347512833586, -1.004351356639576] ( expected: 0.997435, -1.004351 ) 4326 -> 4303 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4304 [1.0, -1.0] -> [1.002207363233435, -1.0021505483056432] ( expected: 1.002207, -1.002151 ) 4326 -> 4306 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4307 [1.0, -1.0] -> [1.000594446428994, -1.002762948657618] ( expected: 1.000594, -1.002763 ) 4326 -> 4308 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4309 [1.0, -1.0] -> [0.9984396154102537, -1.0003393176147406] ( expected: 0.99844, -1.000339 ) 4326 -> 4310 [1.0, -1.0] -> [0.9982885058202823, -1.0009105894604453] ( expected: 0.998289, -1.000911 ) 4326 -> 4311 [1.0, -1.0] -> [0.9988805165436164, -0.996750150450989] ( expected: 0.998881, -0.99675 ) 4326 -> 4312 [1.0, -1.0] -> [0.9977844624669265, -1.003878560699973] ( expected: 0.997784, -1.003879 ) 4326 -> 4313 [1.0, -1.0] -> [0.9990001490757365, -0.9992035244009417] ( expected: 0.999, -0.999204 ) 4326 -> 4314 [1.0, -1.0] -> [1.0001126359508972, -1.0038438846722701] ( expected: 1.000113, -1.003844 ) 4326 -> 4315 [1.0, -1.0] -> [0.9976697661075422, -1.0000256461525703] ( expected: 0.99767, -1.000026 ) 4326 -> 4316 [1.0, -1.0] -> [1.0009181119759252, -0.997266932728471] ( expected: 1.000918, -0.997267 ) 4326 -> 4317 [1.0, -1.0] -> [1.0010913552531087, -0.9993069759371404] ( expected: 1.001091, -0.999307 ) 4326 -> 4318 [1.0, -1.0] -> [1.000050702128423, -1.0000247977055183] ( expected: 1.000051, -1.000025 ) 4326 -> 4319 [1.0, -1.0] -> [0.9998952293466061, -1.0000184501511682] ( expected: 0.999895, -1.000018 ) 4326 -> 4322 [1.0, -1.0] -> [0.9998461111111113, -1.0000406270906077] ( expected: 0.999846, -1.000041 ) 4326 -> 4324 [1.0, -1.0] -> [0.9997738888888897, -1.000017113049693] ( expected: 0.999774, -1.000017 ) 4326 -> 4463 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4470 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4475 [1.0, -1.0] -> [1.0004566474624697, -0.9976474940912362] ( expected: 1.000457, -0.997647 ) 4326 -> 4483 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4490 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4555 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4558 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4600 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4601 [1.0, -1.0] -> [1.0000947590170173, -1.000711703658516] ( expected: 1.000095, -1.000712 ) 4326 -> 4602 [1.0, -1.0] -> [0.9939595296423568, -1.0050740351272178] ( expected: 0.99396, -1.005074 ) 4326 -> 4603 [1.0, -1.0] -> [0.9980915692338123, -1.0009629348961628] ( expected: 0.998092, -1.000963 ) 4326 -> 4604 [1.0, -1.0] -> [0.996802244478571, -1.0034392887172614] ( expected: 0.996802, -1.003439 ) 4326 -> 4605 [1.0, -1.0] -> [0.998357492778421, -1.0022460884860405] ( expected: 0.998357, -1.002246 ) 4326 -> 4606 [1.0, -1.0] -> [0.9988268212023901, -1.0027635283728418] ( expected: 0.998827, -1.002764 ) 4326 -> 4607 [1.0, -1.0] -> [0.9970435401031064, -1.0026251738519454] ( expected: 0.997044, -1.002625 ) 4326 -> 4608 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4609 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4610 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4611 [1.0, -1.0] -> [1.0027841584068031, -0.9991672730350041] ( expected: 1.002784, -0.999167 ) 4326 -> 4612 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4613 [1.0, -1.0] -> [0.9937927193833777, -1.0002880731987882] ( expected: 0.993793, -1.000288 ) 4326 -> 4614 [1.0, -1.0] -> [1.0023988939459603, -0.999866527483297] ( expected: 1.002399, -0.999867 ) 4326 -> 4615 [1.0, -1.0] -> [1.0021583885648786, -1.0027884426848548] ( expected: 1.002158, -1.002788 ) 4326 -> 4616 [1.0, -1.0] -> [1.0010685454451231, -1.0005253206688545] ( expected: 1.001069, -1.000525 ) 4326 -> 4617 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4618 [1.0, -1.0] -> [0.9999502588763174, -0.9996413411969457] ( expected: 0.99995, -0.999641 ) 4326 -> 4619 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4620 [1.0, -1.0] -> [1.0011421852056677, -1.0015849752875403] ( expected: 1.001142, -1.001585 ) 4326 -> 4621 [1.0, -1.0] -> [0.997793613263772, -0.9961626585065598] ( expected: 0.997794, -0.996163 ) 4326 -> 4622 [1.0, -1.0] -> [1.0000704989006275, -0.9972424348431271] ( expected: 1.00007, -0.997242 ) 4326 -> 4623 [1.0, -1.0] -> [0.9979047716840476, -1.0009946730172445] ( expected: 0.997905, -1.000995 ) 4326 -> 4624 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4625 [1.0, -1.0] -> [0.9956991587105172, -1.0014248884375554] ( expected: 0.995699, -1.001425 ) 4326 -> 4626 [1.0, -1.0] -> [1.0085308630697476, -0.9886290778595261] ( expected: 1.008531, -0.988629 ) 4326 -> 4627 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4628 [1.0, -1.0] -> [0.998974347629736, -1.0014472194999644] ( expected: 0.998974, -1.001447 ) 4326 -> 4629 [1.0, -1.0] -> [0.9967414998566794, -1.0005210027792968] ( expected: 0.996741, -1.000521 ) 4326 -> 4630 [1.0, -1.0] -> [0.997551755867183, -1.0006305266839024] ( expected: 0.997552, -1.000631 ) 4326 -> 4631 [1.0, -1.0] -> [1.001702621900712, -1.0009825137849528] ( expected: 1.001703, -1.000983 ) 4326 -> 4632 [1.0, -1.0] -> [1.0004700791292915, -0.9975992897742845] ( expected: 1.00047, -0.997599 ) 4326 -> 4633 [1.0, -1.0] -> [0.9980530304404592, -0.9979939013947025] ( expected: 0.998053, -0.997994 ) 4326 -> 4634 [1.0, -1.0] -> [1.0031240862380457, -1.0026661445486413] ( expected: 1.003124, -1.002666 ) 4326 -> 4635 [1.0, -1.0] -> [1.0032439975363863, -1.0023493622733068] ( expected: 1.003244, -1.002349 ) 4326 -> 4636 [1.0, -1.0] -> [0.9983144052651418, -1.0015880329582367] ( expected: 0.998314, -1.001588 ) 4326 -> 4637 [1.0, -1.0] -> [0.9986674878537691, -1.0016358578876123] ( expected: 0.998667, -1.001636 ) 4326 -> 4638 [1.0, -1.0] -> [0.9961915881070914, -1.0034520112138121] ( expected: 0.996192, -1.003452 ) 4326 -> 4639 [1.0, -1.0] -> [1.0012254938776837, -0.9989198582550098] ( expected: 1.001225, -0.99892 ) 4326 -> 4640 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4641 [1.0, -1.0] -> [0.9984479989182099, -0.9988501107631467] ( expected: 0.998448, -0.99885 ) 4326 -> 4642 [1.0, -1.0] -> [1.0031240862380457, -1.0026661445486413] ( expected: 1.003124, -1.002666 ) 4326 -> 4643 [1.0, -1.0] -> [1.0049029166962793, -0.988572720518372] ( expected: 1.004903, -0.988573 ) 4326 -> 4644 [1.0, -1.0] -> [1.003146358760536, -1.0026608872543876] ( expected: 1.003146, -1.002661 ) 4326 -> 4645 [1.0, -1.0] -> [0.9999999999999998, -1.0000287419929856] ( expected: 1.0, -1.000029 ) 4326 -> 4646 [1.0, -1.0] -> [0.995268304834398, -0.9966323967010094] ( expected: 0.995268, -0.996632 ) 4326 -> 4657 [1.0, -1.0] -> [0.9982079708607838, -1.0000010883171233] ( expected: 0.998208, -1.000001 ) 4326 -> 4658 [1.0, -1.0] -> [0.9995663506553961, -0.9992668275654676] ( expected: 0.999566, -0.999267 ) 4326 -> 4659 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4660 [1.0, -1.0] -> [1.0006718676174453, -1.0041653226402292] ( expected: 1.000672, -1.004165 ) 4326 -> 4661 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4662 [1.0, -1.0] -> [1.0031296900195237, -1.0026661772346406] ( expected: 1.00313, -1.002666 ) 4326 -> 4663 [1.0, -1.0] -> [1.0021437511938829, -1.0027762985306194] ( expected: 1.002144, -1.002776 ) 4326 -> 4664 [1.0, -1.0] -> [0.9987087352446974, -1.000496204012896] ( expected: 0.998709, -1.000496 ) 4326 -> 4665 [1.0, -1.0] -> [0.9984888784168081, -0.9996697919685541] ( expected: 0.998489, -0.99967 ) 4326 -> 4666 [1.0, -1.0] -> [1.0017959687516762, -1.005169942374742] ( expected: 1.001796, -1.00517 ) 4326 -> 4667 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4668 [1.0, -1.0] -> [1.0008668512434935, -0.9989388508406455] ( expected: 1.000867, -0.998939 ) 4326 -> 4669 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4670 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4671 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4672 [1.0, -1.0] -> [1.0003688097781291, -1.0010780922017963] ( expected: 1.000369, -1.001078 ) 4326 -> 4673 [1.0, -1.0] -> [1.0001023896952197, -1.0010740897513661] ( expected: 1.000102, -1.001074 ) 4326 -> 4674 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4675 [1.0, -1.0] -> [1.0022121033126916, -1.0024004639739366] ( expected: 1.002212, -1.0024 ) 4326 -> 4676 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4677 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4678 [1.0, -1.0] -> [1.0011856950997748, -0.9996482533551816] ( expected: 1.001186, -0.999648 ) 4326 -> 4679 [1.0, -1.0] -> [0.9977124104665235, -1.002731294640352] ( expected: 0.997712, -1.002731 ) 4326 -> 4680 [1.0, -1.0] -> [1.0005899628061123, -0.9975882095401061] ( expected: 1.00059, -0.997588 ) 4326 -> 4681 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4682 [1.0, -1.0] -> [0.9934334838339778, -1.0023499010989787] ( expected: 0.993433, -1.00235 ) 4326 -> 4683 [1.0, -1.0] -> [1.0001600256448175, -0.9982431413695156] ( expected: 1.00016, -0.998243 ) 4326 -> 4684 [1.0, -1.0] -> [1.0028626723308416, -1.0004589845684535] ( expected: 1.002863, -1.000459 ) 4326 -> 4685 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4686 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4687 [1.0, -1.0] -> [1.0000065982851216, -0.9999976213788443] ( expected: 1.000007, -0.999998 ) 4326 -> 4688 [1.0, -1.0] -> [0.9931394750318487, -1.0038896453278807] ( expected: 0.993139, -1.00389 ) 4326 -> 4689 [1.0, -1.0] -> [0.9993721283966287, -1.0001791229748211] ( expected: 0.999372, -1.000179 ) 4326 -> 4690 [1.0, -1.0] -> [0.9989159646006278, -1.0020396207265716] ( expected: 0.998916, -1.00204 ) 4326 -> 4691 [1.0, -1.0] -> [0.9990272288369376, -1.002114058993302] ( expected: 0.999027, -1.002114 ) 4326 -> 4692 [1.0, -1.0] -> [0.9992528409021666, -1.0002798659300058] ( expected: 0.999253, -1.00028 ) 4326 -> 4693 [1.0, -1.0] -> [1.0000013474715517, -1.0000061483438054] ( expected: 1.000001, -1.000006 ) 4326 -> 4694 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4695 [1.0, -1.0] -> [1.000070095287857, -0.9977439314275981] ( expected: 1.00007, -0.997744 ) 4326 -> 4696 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4697 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4698 [1.0, -1.0] -> [1.001702621900712, -1.0009825137849528] ( expected: 1.001703, -1.000983 ) 4326 -> 4699 [1.0, -1.0] -> [0.9984565030100234, -0.9954840167314631] ( expected: 0.998457, -0.995484 ) 4326 -> 4700 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4701 [1.0, -1.0] -> [1.0014067900418608, -0.9985695080174254] ( expected: 1.001407, -0.99857 ) 4326 -> 4702 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4703 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4704 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4705 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4706 [1.0, -1.0] -> [0.9989653260003528, -1.000012959609186] ( expected: 0.998965, -1.000013 ) 4326 -> 4707 [1.0, -1.0] -> [1.0010599386300636, -0.9970351889894816] ( expected: 1.00106, -0.997035 ) 4326 -> 4708 [1.0, -1.0] -> [1.000120630401516, -1.0038557351606114] ( expected: 1.000121, -1.003856 ) 4326 -> 4709 [1.0, -1.0] -> [0.9993489854867607, -0.9975922007181734] ( expected: 0.999349, -0.997592 ) 4326 -> 4710 [1.0, -1.0] -> [0.9950093374294452, -0.9955129468576747] ( expected: 0.995009, -0.995513 ) 4326 -> 4711 [1.0, -1.0] -> [1.0021215388760418, -0.9998215985542349] ( expected: 1.002122, -0.999822 ) 4326 -> 4712 [1.0, -1.0] -> [0.999006690983103, -1.0004759244672816] ( expected: 0.999007, -1.000476 ) 4326 -> 4713 [1.0, -1.0] -> [1.0011377545527465, -1.0013815694920243] ( expected: 1.001138, -1.001382 ) 4326 -> 4714 [1.0, -1.0] -> [1.0068879720391681, -1.0042745569728655] ( expected: 1.006888, -1.004275 ) 4326 -> 4715 [1.0, -1.0] -> [1.0011424991613056, -1.0021731052099578] ( expected: 1.001142, -1.002173 ) 4326 -> 4716 [1.0, -1.0] -> [1.0027777299518639, -0.9966838193613041] ( expected: 1.002778, -0.996684 ) 4326 -> 4717 [1.0, -1.0] -> [0.9986432315662099, -1.0017117193093075] ( expected: 0.998643, -1.001712 ) 4326 -> 4718 [1.0, -1.0] -> [1.0018237746774608, -0.9932642385244971] ( expected: 1.001824, -0.993264 ) 4326 -> 4719 [1.0, -1.0] -> [0.9987125198550011, -1.0010662040767033] ( expected: 0.998713, -1.001066 ) 4326 -> 4720 [1.0, -1.0] -> [0.9998461111111113, -1.0000406270906077] ( expected: 0.999846, -1.000041 ) 4326 -> 4721 [1.0, -1.0] -> [0.9965835382087701, -0.9983168816333052] ( expected: 0.996584, -0.998317 ) 4326 -> 4722 [1.0, -1.0] -> [0.9988066537932774, -0.997209431721356] ( expected: 0.998807, -0.997209 ) 4326 -> 4723 [1.0, -1.0] -> [0.9989539113943817, -0.9974758038818926] ( expected: 0.998954, -0.997476 ) 4326 -> 4724 [1.0, -1.0] -> [1.003940405989024, -0.9979895580106571] ( expected: 1.00394, -0.99799 ) 4326 -> 4725 [1.0, -1.0] -> [1.0007393255554127, -0.9982317028387775] ( expected: 1.000739, -0.998232 ) 4326 -> 4726 [1.0, -1.0] -> [0.9996541662095436, -1.0023540693204491] ( expected: 0.999654, -1.002354 ) 4326 -> 4727 [1.0, -1.0] -> [1.000790875380595, -1.0025970666955433] ( expected: 1.000791, -1.002597 ) 4326 -> 4728 [1.0, -1.0] -> [1.0007782735457105, -1.0011283879356303] ( expected: 1.000778, -1.001128 ) 4326 -> 4729 [1.0, -1.0] -> [0.9985467467352774, -1.0004381918427794] ( expected: 0.998547, -1.000438 ) 4326 -> 4730 [1.0, -1.0] -> [0.999649354809655, -1.0008152820245881] ( expected: 0.999649, -1.000815 ) 4326 -> 4731 [1.0, -1.0] -> [0.9964955559219044, -0.9997935109119831] ( expected: 0.996496, -0.999794 ) 4326 -> 4732 [1.0, -1.0] -> [0.9995488629880056, -0.9997012353403171] ( expected: 0.999549, -0.999701 ) 4326 -> 4733 [1.0, -1.0] -> [1.0005553403087146, -1.0014195425514567] ( expected: 1.000555, -1.00142 ) 4326 -> 4734 [1.0, -1.0] -> [0.9959666794370776, -0.9944238347415948] ( expected: 0.995967, -0.994424 ) 4326 -> 4735 [1.0, -1.0] -> [0.9841367182393964, -0.9899707747214651] ( expected: 0.984137, -0.989971 ) 4326 -> 4736 [1.0, -1.0] -> [0.9999329678937171, -0.9988216031161502] ( expected: 0.999933, -0.998822 ) 4326 -> 4737 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4738 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4739 [1.0, -1.0] -> [1.0024099101948851, -0.9982943760757417] ( expected: 1.00241, -0.998294 ) 4326 -> 4740 [1.0, -1.0] -> [0.9999788888888889, -1.0000135484906174] ( expected: 0.999979, -1.000014 ) 4326 -> 4741 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4742 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4743 [1.0, -1.0] -> [1.0030287447313861, -1.0024977096636853] ( expected: 1.003029, -1.002498 ) 4326 -> 4744 [1.0, -1.0] -> [1.001263631745424, -1.0034199136891533] ( expected: 1.001264, -1.00342 ) 4326 -> 4745 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4746 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4747 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4748 [1.0, -1.0] -> [0.9964955559219044, -0.9997935721678635] ( expected: 0.996496, -0.999794 ) 4326 -> 4749 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4750 [1.0, -1.0] -> [0.9998462272285012, -0.9997844969124433] ( expected: 0.999846, -0.999784 ) 4326 -> 4751 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4752 [1.0, -1.0] -> [0.9965118831832025, -0.9999275939813698] ( expected: 0.996512, -0.999928 ) 4326 -> 4753 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4754 [1.0, -1.0] -> [1.0009543373845173, -0.9999722534691539] ( expected: 1.000954, -0.999972 ) 4326 -> 4755 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4756 [1.0, -1.0] -> [1.0003217353474492, -0.9989674430157143] ( expected: 1.000322, -0.998967 ) 4326 -> 4757 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4758 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4759 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4760 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4761 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4762 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4763 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4764 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4765 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4801 [1.0, -1.0] -> [-6.439612843908235, -1.0037511191030648] ( expected: -6.439613, -1.003751 ) 4326 -> 4802 [1.0, -1.0] -> [75.07823379763852, -0.9972023561962962] ( expected: 75.078234, -0.997202 ) 4326 -> 4803 [1.0, -1.0] -> [10.132402575448916, -1.000917717680482] ( expected: 10.132403, -1.000918 ) 4326 -> 4804 [1.0, -1.0] -> [-105.81248016923033, -1.0012056182626976] ( expected: -105.81248, -1.001206 ) 4326 -> 4805 [1.0, -1.0] -> [18.66859738873349, -1.0044268232156752] ( expected: 18.668597, -1.004427 ) 4326 -> 4806 [1.0, -1.0] -> [-11.452111354402689, -1.000742954648738] ( expected: -11.452111, -1.000743 ) 4326 -> 4807 [1.0, -1.0] -> [-1.3367165342604512, -1.0029770414989916] ( expected: -1.336717, -1.002977 ) 4326 -> 4808 [1.0, -1.0] -> [-105.80771944444444, -1.0] ( expected: -105.807719, -1.0 ) 4326 -> 4809 [1.0, -1.0] -> [-3.3679750000000004, -1.0] ( expected: -3.367975, -1.0 ) 4326 -> 4810 [1.0, -1.0] -> [-1.3350849463113372, -0.9991754006970652] ( expected: -1.335085, -0.999175 ) 4326 -> 4811 [1.0, -1.0] -> [-1.3350218034332322, -1.0021505483056432] ( expected: -1.335022, -1.002151 ) 4326 -> 4813 [1.0, -1.0] -> [-105.81389572582219, -0.999469385110465] ( expected: -105.813896, -0.999469 ) 4326 -> 4814 [1.0, -1.0] -> [-17.058277777777775, -1.0] ( expected: -17.058278, -1.0 ) 4326 -> 4815 [1.0, -1.0] -> [-22.7163375, -1.0] ( expected: -22.716338, -1.0 ) 4326 -> 4816 [1.0, -1.0] -> [-1.3373243003642208, -1.0039659470350117] ( expected: -1.337324, -1.003966 ) 4326 -> 4817 [1.0, -1.0] -> [-9.721910542751452, -1.0043385509356506] ( expected: -9.721911, -1.004339 ) 4326 -> 4818 [1.0, -1.0] -> [18.666076249099756, -1.004412853408648] ( expected: 18.666076, -1.004413 ) 4326 -> 4819 [1.0, -1.0] -> [-1.3366347202376732, -1.002762948657618] ( expected: -1.336635, -1.002763 ) 4326 -> 4820 [1.0, -1.0] -> [-105.81392672506108, -1.0002880731987882] ( expected: -105.813927, -1.000288 ) 4326 -> 4821 [1.0, -1.0] -> [-1.3372291666666671, -1.0] ( expected: -1.337229, -1.0 ) 4326 -> 4823 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4824 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 4901 [1.0, -1.0] -> [-1.3372083333333329, -1.0] ( expected: -1.337208, -1.0 ) 4326 -> 4902 [1.0, -1.0] -> [-1.3372291666666671, -1.0] ( expected: -1.337229, -1.0 ) 4326 -> 4903 [1.0, -1.0] -> [4.687938888888889, -1.0] ( expected: 4.687939, -1.0 ) 4326 -> 4904 [1.0, -1.0] -> [10.133702079862788, -1.005169942374742] ( expected: 10.133702, -1.00517 ) 4326 -> 5013 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5132 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5228 [1.0, -1.0] -> [0.997841027266016, -1.0038436728614921] ( expected: 0.997841, -1.003844 ) 4326 -> 5229 [1.0, -1.0] -> [18.664507693932684, -1.0038436728614921] ( expected: 18.664508, -1.003844 ) 4326 -> 5233 [1.0, -1.0] -> [0.9921445066097534, -1.000264362988626] ( expected: 0.992145, -1.000264 ) 4326 -> 5246 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5252 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5264 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5324 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5340 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5354 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5360 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5365 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5371 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5373 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5381 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5393 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5451 [1.0, -1.0] -> [0.9991697355808702, -0.999221224539265] ( expected: 0.99917, -0.999221 ) 4326 -> 5464 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5467 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5489 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5524 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5527 [1.0, -1.0] -> [0.9999545853102418, -0.999643976786257] ( expected: 0.999955, -0.999644 ) 4326 -> 5546 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5561 [1.0, -1.0] -> [1.0010660739089665, -0.9991950222059889] ( expected: 1.001066, -0.999195 ) 4326 -> 5593 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5681 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 5886 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6135 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6207 [1.0, -1.0] -> [0.9935222795811981, -1.0022090483100634] ( expected: 0.993522, -1.002209 ) 4326 -> 6311 [1.0, -1.0] -> [1.0000046527829816, -1.0000322022610306] ( expected: 1.0000046, -1.000032 ) 4326 -> 6318 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6322 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6325 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6365 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6668 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6706 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6783 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6881 [1.0, -1.0] -> [1.001819807075788, -1.0025291860582741] ( expected: 1.00182, -1.002529 ) 4326 -> 6882 [1.0, -1.0] -> [1.0001060494599527, -1.0025497636001315] ( expected: 1.000106, -1.00255 ) 4326 -> 6883 [1.0, -1.0] -> [1.0009512621510852, -1.0035449380376453] ( expected: 1.000951, -1.003545 ) 4326 -> 6892 [1.0, -1.0] -> [1.001608172813439, -0.997681494717726] ( expected: 1.001608, -0.997681 ) 4326 -> 6894 [1.0, -1.0] -> [0.9984091031745802, -1.0017734776900515] ( expected: 0.998409, -1.001773 ) 4326 -> 6980 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6983 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6987 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 6990 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7035 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7037 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7039 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7041 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7073 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7084 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7086 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7088 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7133 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7136 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7139 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 7373 [1.0, -1.0] -> [1.0, -1.0] ( expected: 1.0, -1.0 ) 4326 -> 2000 [1.0, -1.0] -> [9413505.328466555, -237337.7451594495] ( expected: 9413505.328467, -237337.745159 ) 4326 -> 2001 [1.0, -1.0] -> [9413522.18108908, -237507.22598073696] ( expected: 9413522.181089, -237507.225981 ) 4326 -> 2002 [1.0, -1.0] -> [9412080.888571847, -238498.95528289728] ( expected: 9412080.888572, -238498.955283 ) 4326 -> 2003 [1.0, -1.0] -> [9413059.731343934, -237552.8248507276] ( expected: 9413059.731344, -237552.824851 ) 4326 -> 2004 [1.0, -1.0] -> [9412745.99668709, -238131.16248093368] ( expected: 9412745.996687, -238131.162481 ) 4326 -> 2005 [1.0, -1.0] -> [9413111.969728803, -237859.0363608031] ( expected: 9413111.969729, -237859.036361 ) 4326 -> 2006 [1.0, -1.0] -> [9413216.30696662, -237985.05334297876] ( expected: 9413216.306967, -237985.053343 ) 4326 -> 2007 [1.0, -1.0] -> [9412807.154182354, -237939.7584696588] ( expected: 9412807.154182, -237939.75847 ) 4326 -> 2008 [1.0, -1.0] -> [7940045.538184744, -199185.33005193493] ( expected: 7940045.538185, -199185.330052 ) 4326 -> 2009 [1.0, -1.0] -> [8550936.843213182, -215181.95177208135] ( expected: 8550936.843213, -215181.951772 ) 4326 -> 2010 [1.0, -1.0] -> [9207456.599860776, -233986.56158468677] ( expected: 9207456.599861, -233986.561585 ) 4326 -> 2011 [1.0, -1.0] -> [9916156.192369178, -256140.62121516623] ( expected: 9916156.192369, -256140.621215 ) 4326 -> 2012 [1.0, -1.0] -> [1.0684484765136786E7, -282289.64286006126] ( expected: 1.0684484765137E7, -282289.64286 ) 4326 -> 2013 [1.0, -1.0] -> [1.1520897257865328E7, -313200.366633409] ( expected: 1.1520897257865E7, -313200.366633 ) 4326 -> 2014 [1.0, -1.0] -> [1.2434971573267896E7, -349780.1562042026] ( expected: 1.2434971573268E7, -349780.156204 ) 4326 -> 2015 [1.0, -1.0] -> [1.343753529562367E7, -393098.80677738116] ( expected: 1.3437535295624E7, -393098.806777 ) 4326 -> 2016 [1.0, -1.0] -> [1.454080237846456E7, -444412.9682641748] ( expected: 1.4540802378465E7, -444412.968264 ) 4326 -> 2017 [1.0, -1.0] -> [1.2434971573267896E7, -349780.1562042026] ( expected: 1.2434971573268E7, -349780.156204 ) 4326 -> 2018 [1.0, -1.0] -> [1.343753529562367E7, -393098.80677738116] ( expected: 1.3437535295624E7, -393098.806777 ) 4326 -> 2019 [1.0, -1.0] -> [1.454080237846456E7, -444412.9682641748] ( expected: 1.4540802378465E7, -444412.968264 ) 4326 -> 2020 [1.0, -1.0] -> [1.5758520219679052E7, -505193.39518103126] ( expected: 1.5758520219679E7, -505193.395181 ) 4326 -> 2021 [1.0, -1.0] -> [1.5134431600388873E7, -473518.80631857686] ( expected: 1.5134431600389E7, -473518.806319 ) 4326 -> 2022 [1.0, -1.0] -> [1.6415052162846241E7, -539659.002909041] ( expected: 1.6415052162846E7, -539659.002909 ) 4326 -> 2023 [1.0, -1.0] -> [1.783396821056405E7, -617940.2065329729] ( expected: 1.7833968210564E7, -617940.206533 ) 4326 -> 2027 [1.0, -1.0] -> [8929226.25874816, -6009717.418204982] ( expected: 8929226.258748, -6009717.418205 ) 4326 -> 2030 [1.0, -1.0] -> [1.402092430724884E7, -484340.84032856027] ( expected: 1.4020924307249E7, -484340.840329 ) 4326 -> 2032 [1.0, -1.0] -> [1.402092430724884E7, -484340.84032856027] ( expected: 1.4020924307249E7, -484340.840329 ) 4326 -> 2033 [1.0, -1.0] -> [1.1626582631080281E7, -331666.9102166369] ( expected: 1.162658263108E7, -331666.910217 ) 4326 -> 2034 [1.0, -1.0] -> [9876907.396808732, -255732.25260251245] ( expected: 9876907.396809, -255732.252603 ) 4326 -> 2035 [1.0, -1.0] -> [8480669.194095673, -210363.75527664763] ( expected: 8480669.194096, -210363.755277 ) 4326 -> 2036 [1.0, -1.0] -> [1.1911475970542902E7, 4580906.316255356] ( expected: 1.1911475970543E7, 4580906.316255 ) 4326 -> 2037 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 2038 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 2039 [1.0, -1.0] -> [-3837705.056243155, -3019467.8486068863] ( expected: -3837705.056243, -3019467.848607 ) 4326 -> 2040 [1.0, -1.0] -> [945348.6915214375, -111269.47335260676] ( expected: 945348.691521, -111269.473353 ) 4326 -> 2041 [1.0, -1.0] -> [945348.6959692189, -111269.26717370073] ( expected: 945348.695969, -111269.267174 ) 4326 -> 2042 [1.0, -1.0] -> [1618271.3922931887, -112720.46426666623] ( expected: 1618271.392293, -112720.464267 ) 4326 -> 2043 [1.0, -1.0] -> [1618271.3971886092, -112720.25540817605] ( expected: 1618271.397189, -112720.255408 ) 4326 -> 2046 [1.0, -1.0] -> [1574077.256671759, 113982.62520055559] ( expected: 1574077.256672, 113982.625201 ) 4326 -> 2047 [1.0, -1.0] -> [1804598.968368653, 115061.38226749665] ( expected: 1804598.968369, 115061.382267 ) 4326 -> 2048 [1.0, -1.0] -> [2037455.2825412012, 116304.88983559603] ( expected: 2037455.282541, 116304.889836 ) 4326 -> 2049 [1.0, -1.0] -> [2272985.462606894, 117721.69001759279] ( expected: 2272985.462607, 117721.690018 ) 4326 -> 2050 [1.0, -1.0] -> [2511546.910400985, 119321.76978398916] ( expected: 2511546.910401, 119321.769784 ) 4326 -> 2051 [1.0, -1.0] -> [2753517.9568651877, 121116.7301564775] ( expected: 2753517.956865, 121116.730156 ) 4326 -> 2052 [1.0, -1.0] -> [2999300.8975707786, 123119.9850843521] ( expected: 2999300.897571, 123119.985084 ) 4326 -> 2053 [1.0, -1.0] -> [3249325.2975595444, 125346.99356585107] ( expected: 3249325.29756, 125346.993566 ) 4326 -> 2054 [1.0, -1.0] -> [3504051.589986006, 127815.52891560625] ( expected: 3504051.589986, 127815.528916 ) 4326 -> 2055 [1.0, -1.0] -> [3763974.993044387, 130545.98941861207] ( expected: 3763974.993044, 130545.989419 ) 4326 -> 2056 [1.0, -1.0] -> [1538741.6828584024, -4798105.454772316] ( expected: 1538741.682858, -4798105.454772 ) 4326 -> 2057 [1.0, -1.0] -> [-6056728.869378039, -177831.48183454666] ( expected: -6056728.869378, -177831.481835 ) 4326 -> 2058 [1.0, -1.0] -> [-4967245.875787656, -153899.95186679994] ( expected: -4967245.875788, -153899.951867 ) 4326 -> 2059 [1.0, -1.0] -> [-5951092.109590183, -172507.1234379443] ( expected: -5951092.10959, -172507.123438 ) 4326 -> 2060 [1.0, -1.0] -> [-7068811.881775504, -198811.0521059251] ( expected: -7068811.881776, -198811.052106 ) 4326 -> 2061 [1.0, -1.0] -> [-8380321.657701809, -237880.12705201108] ( expected: -8380321.657702, -237880.127052 ) 4326 -> 2062 [1.0, -1.0] -> [1258119.418826958, -4298983.612989903] ( expected: 1258119.418827, -4298983.61299 ) 4326 -> 2063 [1.0, -1.0] -> [2303642.5070040477, -115006.88505570922] ( expected: 2303642.507004, -115006.885056 ) 4326 -> 2064 [1.0, -1.0] -> [1618065.6077472232, -112238.57706822509] ( expected: 1618065.607747, -112238.577068 ) 4326 -> 2065 [1.0, -1.0] -> [-3403377.810463121, -6866646.72852765] ( expected: -3403377.810463121, -6866646.72852765 ) 4326 -> 2066 [1.0, -1.0] -> [3.431733716631843E7, -7031695.106846034] ( expected: 3.4317337166318E7, -7031695.106846 ) 4326 -> 2067 [1.0, -1.0] -> [9876054.028904695, -256097.73217828322] ( expected: 9876054.028905, -256097.732178 ) 4326 -> 2068 [1.0, -1.0] -> [-693194.85543322, -111505.31651409263] ( expected: -693194.855433, -111505.316514 ) 4326 -> 2069 [1.0, -1.0] -> [-918590.3228417186, -112127.67577163872] ( expected: -918590.322842, -112127.675772 ) 4326 -> 2070 [1.0, -1.0] -> [-1145386.5157568823, -112896.30575892795] ( expected: -1145386.515757, -112896.305759 ) 4326 -> 2071 [1.0, -1.0] -> [-1373882.9333851184, -113816.17138054775] ( expected: -1373882.933385, -113816.171381 ) 4326 -> 2072 [1.0, -1.0] -> [-1604390.0647179335, -114893.32086996514] ( expected: -1604390.064718, -114893.32087 ) 4326 -> 2073 [1.0, -1.0] -> [-1837231.5915610022, -116134.98377490572] ( expected: -1837231.591561, -116134.983775 ) 4326 -> 2074 [1.0, -1.0] -> [-2072746.7629278842, -117549.6899458243] ( expected: -2072746.762928, -117549.689946 ) 4326 -> 2075 [1.0, -1.0] -> [-2311292.965280562, -119147.41206794375] ( expected: -2311292.965281, -119147.412068 ) 4326 -> 2076 [1.0, -1.0] -> [-2553248.513099004, -120939.73461608654] ( expected: -2553248.513099, -120939.734616 ) 4326 -> 2077 [1.0, -1.0] -> [-392926.87533591944, -111471.86163166854] ( expected: -392926.875336, -111471.861632 ) 4326 -> 2078 [1.0, -1.0] -> [-1073410.979008089, -113782.0277191961] ( expected: -1073410.979008, -113782.027719 ) 4326 -> 2079 [1.0, -1.0] -> [-1772068.9032017575, -117514.52023359975] ( expected: -1772068.903202, -117514.520234 ) 4326 -> 2080 [1.0, -1.0] -> [-2498150.3763526105, -122904.24484637222] ( expected: -2498150.376353, -122904.244846 ) 4326 -> 2081 [1.0, -1.0] -> [1.3290011284550384E7, 9705159.2081063] ( expected: 1.329001128455E7, 9705159.208106 ) 4326 -> 2082 [1.0, -1.0] -> [1.3289959825215751E7, 9704650.198343677] ( expected: 1.3289959825216E7, 9704650.198344 ) 4326 -> 2083 [1.0, -1.0] -> [1.328951235620822E7, 9704918.196947044] ( expected: 1.3289512356208E7, 9704918.196947 ) 4326 -> 2084 [1.0, -1.0] -> [1.162580526803178E7, 9668112.656935286] ( expected: 1.1625805268032E7, 9668112.656935 ) 4326 -> 2085 [1.0, -1.0] -> [9909411.492491458, 251948.49588560563] ( expected: 9909411.492491, 251948.495886 ) 4326 -> 2086 [1.0, -1.0] -> [9435592.696777906, -40781.00258326327] ( expected: 9435592.696778, -40781.002583 ) 4326 -> 2087 [1.0, -1.0] -> [-731425.2673203982, -112459.66959178017] ( expected: -731425.26732, -112459.669592 ) 4326 -> 2088 [1.0, -1.0] -> [-618338.2457198657, -112681.66300046226] ( expected: -618338.2554, -112681.66399 ) 4326 -> 2089 [1.0, -1.0] -> [-4967185.609964837, -154126.25716447824] ( expected: -4967185.609965, -154126.257164 ) 4326 -> 2090 [1.0, -1.0] -> [-5950996.913938817, -172760.34441930772] ( expected: -5950996.913939, -172760.344419 ) 4326 -> 2091 [1.0, -1.0] -> [3034175.8901133845, -154094.19027116545] ( expected: 3034175.890113, -154094.190271 ) 4326 -> 2092 [1.0, -1.0] -> [3057865.2823053002, -172228.2449025735] ( expected: 3057865.282305, -172228.244903 ) 4326 -> 2095 [1.0, -1.0] -> [2303683.128161669, -115043.750678574] ( expected: 2303683.128162, -115043.750679 ) 4326 -> 2099 [1.0, -1.0] -> [-5438481.46253104, -2874286.197727866] ( expected: -5438481.462531, -2874286.197728 ) 4326 -> 2100 [1.0, -1.0] -> [-2131111.928901329, -120410.79517566982] ( expected: -2131111.928901, -120410.795176 ) 4326 -> 2101 [1.0, -1.0] -> [8166119.317682125, -378218.6293696874] ( expected: 8166119.317682, -378218.62937 ) 4326 -> 2102 [1.0, -1.0] -> [8366119.317682125, -178218.6293696874] ( expected: 8366119.317682, -178218.62937 ) 4326 -> 2103 [1.0, -1.0] -> [8666119.317682125, 121781.3706303126] ( expected: 8666119.317682, 121781.37063 ) 4326 -> 2104 [1.0, -1.0] -> [8149075.317682125, -348673.6273696874] ( expected: 8149075.317682, -348673.62737 ) 4326 -> 2133 [1.0, -1.0] -> [-1303877.8319515917, -9880914.51404557] ( expected: -1303877.831952, -9880914.514046 ) 4326 -> 2134 [1.0, -1.0] -> [-618308.5735833475, -9883683.216618583] ( expected: -618308.573583, -9883683.216619 ) 4326 -> 2135 [1.0, -1.0] -> [54603.31602258835, -9885128.053334929] ( expected: 54603.316023, -9885128.053335 ) 4326 -> 2136 [1.0, -1.0] -> [1630201.3113544206, -2056493.1757583262] ( expected: 1630201.311354, -2056493.175758 ) 4326 -> 2137 [1.0, -1.0] -> [722531.7549544938, -110919.35348818189] ( expected: 722531.754954, -110919.353488 ) 4326 -> 2138 [1.0, -1.0] -> [9549969.25954141, -761453.5330470771] ( expected: 9549969.259541, -761453.533047 ) 4326 -> 2139 [1.0, -1.0] -> [7939833.583324515, -199185.55588615156] ( expected: 7939833.583325, -199185.555886 ) 4326 -> 2140 [1.0, -1.0] -> [8550689.975670233, -215180.26637990185] ( expected: 8550689.97567, -215180.26638 ) 4326 -> 2141 [1.0, -1.0] -> [9207169.520512773, -233982.52134784719] ( expected: 9207169.520513, -233982.521348 ) 4326 -> 2142 [1.0, -1.0] -> [9915822.91593348, -256133.69968422502] ( expected: 9915822.915933, -256133.699684 ) 4326 -> 2143 [1.0, -1.0] -> [1.0684098555406746E7, -282279.2189404602] ( expected: 1.0684098555407E7, -282279.21894 ) 4326 -> 2144 [1.0, -1.0] -> [1.1520450559130538E7, -313185.7115912687] ( expected: 1.1520450559131E7, -313185.711591 ) 4326 -> 2145 [1.0, -1.0] -> [1.2434455937818963E7, -349760.4194211368] ( expected: 1.2434455937819E7, -349760.419421 ) 4326 -> 2146 [1.0, -1.0] -> [1.3436941307237439E7, -393073.0001814986] ( expected: 1.3436941307237E7, -393073.000181 ) 4326 -> 2147 [1.0, -1.0] -> [1.4540119571761262E7, -444379.9493622306] ( expected: 1.4540119571761E7, -444379.949362 ) 4326 -> 2148 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 2149 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 2151 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 2152 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 2153 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 2154 [1.0, -1.0] -> [398545.72599474114, 756370.6398438131] ( expected: 398545.725995, 756370.639844 ) 4326 -> 2155 [1.0, -1.0] -> [-5.742686259246698E7, -1.7177211289780885E7] ( expected: -5.7426862592467E7, -1.7177211289781E7 ) 4326 -> 2156 [1.0, -1.0] -> [-618308.5735833475, -9883683.216618583] ( expected: -618308.573583, -9883683.216619 ) 4326 -> 2157 [1.0, -1.0] -> [1605713.474955311, -5291140.149488182] ( expected: 1605713.474955, -5291140.149488 ) 4326 -> 2158 [1.0, -1.0] -> [1618308.5735833477, -112246.66925895872] ( expected: 1618308.573583, -112246.669259 ) 4326 -> 2159 [1.0, -1.0] -> [5288810.8416663585, -2790935.651746029] ( expected: 5288810.841666, -2790935.651746 ) 4326 -> 2160 [1.0, -1.0] -> [5588810.8416663585, -2190935.651746029] ( expected: 5588810.841666, -2190935.651746 ) 4326 -> 2161 [1.0, -1.0] -> [2303905.944768303, -115121.34491861193] ( expected: 2303905.944768, -115121.344919 ) 4326 -> 2162 [1.0, -1.0] -> [1618322.9252625294, -112349.78537900883] ( expected: 1618322.925263, -112349.785379 ) 4326 -> 2163 [1.0, -1.0] -> [9576130.390359104, 1195809.968389994] ( expected: 9576130.390359, 1195809.96839 ) 4326 -> 2164 [1.0, -1.0] -> [1168735.309250884, -111612.08570699343] ( expected: 1168735.309251, -111612.085707 ) 4326 -> 2165 [1.0, -1.0] -> [1168735.3138398952, -111611.87889609484] ( expected: 1168735.31384, -111611.878896 ) 4326 -> 2166 [1.0, -1.0] -> [2606760.774274843, -111591.53573833464] ( expected: 2606760.774275, -111591.535738 ) 4326 -> 2167 [1.0, -1.0] -> [3268134.949233641, -112580.3505046794] ( expected: 3268134.949234, -112580.350505 ) 4326 -> 2168 [1.0, -1.0] -> [3926020.9361570976, -113904.05734876616] ( expected: 3926020.936157, -113904.057349 ) 4326 -> 2169 [1.0, -1.0] -> [-495972.392376859, -5533502.739058346] ( expected: -495972.392377, -5533502.739058 ) 4326 -> 2170 [1.0, -1.0] -> [-1073989.1573281211, -114403.33743783901] ( expected: -1073989.157328, -114403.337438 ) 4326 -> 2171 [1.0, -1.0] -> [1872060.582589062, -262789.4711584775] ( expected: 1872060.582589, -262789.471158 ) 4326 -> 2172 [1.0, -1.0] -> [1723664.7320216354, -404816.4063521661] ( expected: 1723664.732022, -404816.406352 ) 4326 -> 2173 [1.0, -1.0] -> [1243940.294977387, -391666.88341008127] ( expected: 1243940.294977, -391666.88341 ) 4326 -> 2174 [1.0, -1.0] -> [1529481.7794581675, -512384.82698822673] ( expected: 1529481.779458, -512384.826988 ) 4326 -> 2175 [1.0, -1.0] -> [-1795450.8051333549, -4816198.3888566075] ( expected: -1795450.805133, -4816198.388857 ) 4326 -> 2176 [1.0, -1.0] -> [3926043.947276461, -113973.84853477447] ( expected: 3926043.947276, -113973.848535 ) 4326 -> 2177 [1.0, -1.0] -> [4579433.404851016, -115653.13444550955] ( expected: 4579433.404851, -115653.134446 ) 4326 -> 2178 [1.0, -1.0] -> [5227189.557272089, -117712.6254438387] ( expected: 5227189.557272, -117712.625444 ) 4326 -> 2179 [1.0, -1.0] -> [5868120.980936604, -120184.84161277363] ( expected: 5868120.980937, -120184.841613 ) 4326 -> 2180 [1.0, -1.0] -> [-1536029.0638446005, -5416223.476409082] ( expected: -1536029.063845, -5416223.476409 ) 4326 -> 2188 [1.0, -1.0] -> [4528721.336927669, -133619.52343769418] ( expected: 4528721.336928, -133619.523438 ) 4326 -> 2189 [1.0, -1.0] -> [3748031.073484738, -125257.66028209732] ( expected: 3748031.073485, -125257.660282 ) 4326 -> 2190 [1.0, -1.0] -> [3748057.6344960383, -125359.04640374819] ( expected: 3748057.634496, -125359.046404 ) 4326 -> 2191 [1.0, -1.0] -> [2303949.5293704774, -115016.75838122868] ( expected: 2303949.52937, -115016.758381 ) 4326 -> 2192 [1.0, -1.0] -> [397757.0482954886, -3694114.8842201363] ( expected: 397757.048295, -3694114.88422 ) 4326 -> 2194 [1.0, -1.0] -> [5.89844183542995E7, -1.767737186146967E7] ( expected: 5.89844183543E7, -1.767737186147E7 ) 4326 -> 2195 [1.0, -1.0] -> [1392989.2145384464, -9884306.279290102] ( expected: 1392989.214538, -9884306.27929 ) 4326 -> 2196 [1.0, -1.0] -> [-749536.1362934454, -111805.01208829976] ( expected: -749536.136293, -111805.012088 ) 4326 -> 2197 [1.0, -1.0] -> [-731906.0557674228, -112652.25270243121] ( expected: -731906.055767, -112652.252702 ) 4326 -> 2198 [1.0, -1.0] -> [-674077.2566723027, -113982.62519691464] ( expected: -674077.256672, -113982.625197 ) 4326 -> 2199 [1.0, -1.0] -> [2227089.5292653935, -117593.42878043026] ( expected: 2227089.5292653935, -117593.42878043024 ) 4326 -> 2200 [1.0, -1.0] -> [9711473.012657346, -2119092.7431739294] ( expected: 9711473.012657, -2119092.743174 ) 4326 -> 2201 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 2202 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 2203 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 2204 [1.0, -1.0] -> [3.56178982044186E7, 2247010.09015988] ( expected: 3.5617898204419E7, 2247010.09016 ) 4326 -> 2205 [1.0, -1.0] -> [1.0686066581916448E7, 478256.9161240147] ( expected: 1.0686066581916E7, 478256.916124 ) 4326 -> 2206 [1.0, -1.0] -> [6500684.070159038, -122987.93806759123] ( expected: 6500684.070159, -122987.938068 ) 4326 -> 2207 [1.0, -1.0] -> [7123900.908144977, -126414.13246685281] ( expected: 7123900.908145, -126414.132467 ) 4326 -> 2208 [1.0, -1.0] -> [7735982.709121878, -130405.98782629191] ( expected: 7735982.709122, -130405.987826 ) 4326 -> 2209 [1.0, -1.0] -> [8335158.209117819, -135039.90284553173] ( expected: 8335158.209118, -135039.902846 ) 4326 -> 2210 [1.0, -1.0] -> [8919434.6330706, -140409.47514153965] ( expected: 8919434.633071, -140409.475142 ) 4326 -> 2211 [1.0, -1.0] -> [9486558.761626378, -146629.1426595266] ( expected: 9486558.761626, -146629.14266 ) 4326 -> 2212 [1.0, -1.0] -> [1.0033973117401063E7, -153838.56210551856] ( expected: 1.0033973117401E7, -153838.562106 ) 4326 -> 2213 [1.0, -1.0] -> [-2874720.1912977374, -126499.24100726662] ( expected: -2874720.191298, -126499.241007 ) 4326 -> 2214 [1.0, -1.0] -> [-61090.418752128724, 888078.4712058047] ( expected: -61090.418752, 888078.471206 ) 4326 -> 2215 [1.0, -1.0] -> [-392853.3697669036, -111582.24985338937] ( expected: -392853.369767, -111582.249853 ) 4326 -> 2216 [1.0, -1.0] -> [7306422.238494821, -180205.64892762332] ( expected: 7306422.238495, -180205.648928 ) 4326 -> 2217 [1.0, -1.0] -> [6282954.415114167, -159412.70727859467] ( expected: 6282954.415114, -159412.707279 ) 4326 -> 2219 [1.0, -1.0] -> [1.1625660943953047E7, -331585.3112021663] ( expected: 1.1625660943953E7, -331585.311202 ) 4326 -> 2220 [1.0, -1.0] -> [9876405.457481993, -255706.11390077008] ( expected: 9876405.457482, -255706.113901 ) 4326 -> 2225 [1.0, -1.0] -> [4.676789936207507E7, 1.965188037135044E7] ( expected: 4.6767899362075E7, 1.965188037135E7 ) 4326 -> 2226 [1.0, -1.0] -> [4.71133762516923E7, 1.899725253171434E7] ( expected: 4.7113376251692E7, 1.8997252531714E7 ) 4326 -> 2227 [1.0, -1.0] -> [4.719735529963271E7, 1.7796502622596484E7] ( expected: 4.7197355299633E7, 1.7796502622596E7 ) 4326 -> 2228 [1.0, -1.0] -> [4.718941656222661E7, 1.677011130864212E7] ( expected: 4.7189416562227E7, 1.6770111308642E7 ) 4326 -> 2229 [1.0, -1.0] -> [4.731915147800532E7, 1.5682403659265198E7] ( expected: 4.7319151478005E7, 1.5682403659265E7 ) 4326 -> 2230 [1.0, -1.0] -> [4.720258919185345E7, 1.4466100521560054E7] ( expected: 4.7202589191853E7, 1.446610052156E7 ) 4326 -> 2231 [1.0, -1.0] -> [4.1241984057777904E7, 1.126247797137757E7] ( expected: 4.1241984057778E7, 1.1262477971378E7 ) 4326 -> 2232 [1.0, -1.0] -> [4.126864408403725E7, 1.1130932245931348E7] ( expected: 4.1268644084037E7, 1.1130932245931E7 ) 4326 -> 2233 [1.0, -1.0] -> [4.1300893148666315E7, 1.0805178197923196E7] ( expected: 4.1300893148666E7, 1.0805178197923E7 ) 4326 -> 2234 [1.0, -1.0] -> [3.1527656213370465E7, -2216629.556016778] ( expected: 3.152765621337E7, -2216629.556017 ) 4326 -> 2235 [1.0, -1.0] -> [4.25209125094652E7, -1.5039645049658699E7] ( expected: 4.2520912509465E7, -1.5039645049659E7 ) 4326 -> 2236 [1.0, -1.0] -> [4.930931995020655E7, -1.0385647534347467E7] ( expected: 4.9309319950207E7, -1.0385647534347E7 ) 4326 -> 2237 [1.0, -1.0] -> [5.066278647972535E7, -1.0453939851278326E7] ( expected: 5.0662786479725E7, -1.0453939851278E7 ) 4326 -> 2238 [1.0, -1.0] -> [3.461492471904961E7, 1403484.0693560168] ( expected: 3.461492471905E7, 1403484.069356 ) 4326 -> 2239 [1.0, -1.0] -> [5.089074562432309E7, -1.2525113880593583E7] ( expected: 5.0890745624323E7, -1.2525113880594E7 ) 4326 -> 2240 [1.0, -1.0] -> [5.539506122823359E7, -1.2675189538692344E7] ( expected: 5.5395061228234E7, -1.2675189538692E7 ) 4326 -> 2244 [1.0, -1.0] -> [5.57103989696929E7, -1.4711272806654042E7] ( expected: 5.5710398969693E7, -1.4711272806654E7 ) 4326 -> 2245 [1.0, -1.0] -> [6.0600068996001646E7, -1.483852179923091E7] ( expected: 6.0600068996002E7, -1.4838521799231E7 ) 4326 -> 2246 [1.0, -1.0] -> [3.505920344450423E7, 1569081.2323168726] ( expected: 3.5059203444504E7, 1569081.232317 ) 4326 -> 2247 [1.0, -1.0] -> [3.534261421927753E7, 3714598.1281250822] ( expected: 3.5342614219278E7, 3714598.128125 ) 4326 -> 2248 [1.0, -1.0] -> [3.2708684370124765E7, -906152.3463234185] ( expected: 3.2708684370125E7, -906152.346323 ) 4326 -> 2249 [1.0, -1.0] -> [3.0911226231897347E7, -569943.4786770176] ( expected: 3.0911226231897E7, -569943.478677 ) 4326 -> 2250 [1.0, -1.0] -> [3.1438543354699496E7, -3603732.449311461] ( expected: 3.1438543354699E7, -3603732.449311 ) 4326 -> 2251 [1.0, -1.0] -> [6.130219340786916E7, 3190586.781806694] ( expected: 6.1302193407869E7, 3190586.781807 ) 4326 -> 2252 [1.0, -1.0] -> [5.3954791524008796E7, 2049141.7872353292] ( expected: 5.3954791524009E7, 2049141.787235 ) 4326 -> 2253 [1.0, -1.0] -> [4.711592355228752E7, 1905110.9375087153] ( expected: 4.7115923552287E7, 1905110.937509 ) 4326 -> 2254 [1.0, -1.0] -> [6.1587808741620965E7, -1.2917153900627278E7] ( expected: 6.1587808741621E7, -1.2917153900627E7 ) 4326 -> 2256 [1.0, -1.0] -> [4.0436083558583625E7, 1.4326285642510276E7] ( expected: 4.0436083558584E7, 1.432628564251E7 ) 4326 -> 2260 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 2261 [1.0, -1.0] -> [4.400207449884389E7, -1.5825594766118623E7] ( expected: 4.4002074498844E7, -1.5825594766119E7 ) 4326 -> 2262 [1.0, -1.0] -> [4.6710152386576235E7, -1.5935136291521616E7] ( expected: 4.6710152386576E7, -1.5935136291522E7 ) 4326 -> 2263 [1.0, -1.0] -> [3.1781553125378393E7, -2235399.648173218] ( expected: 3.1781553125378E7, -2235399.648173 ) 4326 -> 2264 [1.0, -1.0] -> [3.3505846979267415E7, -57915.272694753345] ( expected: 3.3505846979267E7, -57915.272695 ) 4326 -> 2265 [1.0, -1.0] -> [3.9529405815696165E7, 9521710.553529697] ( expected: 3.9529405815696E7, 9521710.55353 ) 4326 -> 2266 [1.0, -1.0] -> [3.948486360827698E7, 9351681.824221294] ( expected: 3.9484863608277E7, 9351681.824221 ) 4326 -> 2267 [1.0, -1.0] -> [3.868156525339927E7, 6517818.7340167705] ( expected: 3.8681565253399E7, 6517818.734017 ) 4326 -> 2268 [1.0, -1.0] -> [3.863518586305445E7, 6285631.158284563] ( expected: 3.8635185863054E7, 6285631.158285 ) 4326 -> 2269 [1.0, -1.0] -> [4.750768579282046E7, 1.8749250384264734E7] ( expected: 4.7507685792821E7, 1.8749250384264E7 ) 4326 -> 2270 [1.0, -1.0] -> [4.458586486667319E7, 1.810493338896163E7] ( expected: 4.4585864866673E7, 1.8104933388962E7 ) 4326 -> 2271 [1.0, -1.0] -> [3.3966386502944045E7, -702622.9025258936] ( expected: 3.3966386502944E7, -702622.902526 ) 4326 -> 2272 [1.0, -1.0] -> [3.381976028341535E7, -723466.3212917072] ( expected: 3.3819760283415E7, -723466.321292 ) 4326 -> 2273 [1.0, -1.0] -> [3.3923524117109105E7, 692771.416287008] ( expected: 3.3923524117109E7, 692771.416287 ) 4326 -> 2274 [1.0, -1.0] -> [3.558648607883643E7, 2267606.5265748133] ( expected: 3.5586486078836E7, 2267606.526575 ) 4326 -> 2275 [1.0, -1.0] -> [3.815399064817751E7, 1.1079110414782345E7] ( expected: 3.8153990648178E7, 1.1079110414782E7 ) 4326 -> 2276 [1.0, -1.0] -> [3.871830724480132E7, 1.2812857301532181E7] ( expected: 3.8718307244801E7, 1.2812857301532E7 ) 4326 -> 2277 [1.0, -1.0] -> [3.948439723413255E7, 1.6325431728223676E7] ( expected: 3.9484397234133E7, 1.6325431728224E7 ) 4326 -> 2278 [1.0, -1.0] -> [3.878104992988638E7, 1.8919538720895823E7] ( expected: 3.8781049929886E7, 1.8919538720896E7 ) 4326 -> 2279 [1.0, -1.0] -> [3.762172522922088E7, 2.156416079385653E7] ( expected: 3.7621725229221E7, 2.1564160793856E7 ) 4326 -> 2280 [1.0, -1.0] -> [4.07170753868403E7, 1.64351964483155E7] ( expected: 4.071707538684E7, 1.6435196448315E7 ) 4326 -> 2281 [1.0, -1.0] -> [4.082835304070465E7, 1.9541469761540532E7] ( expected: 4.0828353040705E7, 1.954146976154E7 ) 4326 -> 2282 [1.0, -1.0] -> [4.099618298813116E7, 2.211016029381861E7] ( expected: 4.0996182988131E7, 2.2110160293819E7 ) 4326 -> 2283 [1.0, -1.0] -> [4.328782844067809E7, 6085972.724875654] ( expected: 4.3287828440678E7, 6085972.724876 ) 4326 -> 2284 [1.0, -1.0] -> [4.3115760390408844E7, 2858607.7481870786] ( expected: 4.3115760390409E7, 2858607.748187 ) 4326 -> 2285 [1.0, -1.0] -> [4.042356317119757E7, 1.9684126175631106E7] ( expected: 4.0423563171198E7, 1.9684126175631E7 ) 4326 -> 2286 [1.0, -1.0] -> [4.069435530789431E7, 1.9100146661990874E7] ( expected: 4.0694355307894E7, 1.9100146661991E7 ) 4326 -> 2287 [1.0, -1.0] -> [3.764558869357596E7, 4338308.512475703] ( expected: 3.7645588693576E7, 4338308.512476 ) 4326 -> 2288 [1.0, -1.0] -> [3.7505757277798936E7, 4256633.987564079] ( expected: 3.7505757277799E7, 4256633.987564 ) 4326 -> 2289 [1.0, -1.0] -> [3.735264153516155E7, 4272404.775354548] ( expected: 3.7352641535162E7, 4272404.775354 ) 4326 -> 2290 [1.0, -1.0] -> [9613608.616576534, -2879551.548838239] ( expected: 9613608.616577, -2879551.548838 ) 4326 -> 2291 [1.0, -1.0] -> [9313608.616576534, -2479551.548838239] ( expected: 9313608.616577, -2479551.548838 ) 4326 -> 2292 [1.0, -1.0] -> [9313611.418085692, -2479552.6022194577] ( expected: 9313611.418086, -2479552.602219 ) 4326 -> 2294 [1.0, -1.0] -> [1.3402366741729543E7, -233982.44807772868] ( expected: 1.340236674173E7, -233982.448078 ) 4326 -> 2295 [1.0, -1.0] -> [1.511101991751536E7, -256133.6196450182] ( expected: 1.5111019917515E7, -256133.619645 ) 4326 -> 2311 [1.0, -1.0] -> [-57002.40521520132, -110955.14117747225] ( expected: -57002.405215, -110955.141177 ) 4326 -> 2312 [1.0, -1.0] -> [-1073477.3623442966, -113926.91908848938] ( expected: -1073477.362344, -113926.919088 ) 4326 -> 2313 [1.0, -1.0] -> [-1073477.3623442966, -113926.91908848938] ( expected: -1073477.362344, -113926.919088 ) 4326 -> 2314 [1.0, -1.0] -> [2.3044899407200404E7, -4262902.111670785] ( expected: 2.30448994072E7, -4262902.111671 ) 4326 -> 2315 [1.0, -1.0] -> [1.1625977196941923E7, 9668121.598626057] ( expected: 1.1625977196942E7, 9668121.598626 ) 4326 -> 2316 [1.0, -1.0] -> [9876600.67597827, 9744077.299473992] ( expected: 9876600.675978, 9744077.299474 ) 4326 -> 2317 [1.0, -1.0] -> [8483864.88786042, 683628.1974119935] ( expected: 8483864.88786, 683628.197412 ) 4326 -> 2318 [1.0, -1.0] -> [-5609010.099425914, -1971372.3888099561] ( expected: -5609010.099426, -1971372.38881 ) 4326 -> 2319 [1.0, -1.0] -> [-2499315.9298409624, -122987.93806759123] ( expected: -2499315.929841, -122987.938068 ) 4326 -> 2320 [1.0, -1.0] -> [-2876099.0918550226, -126414.13246685281] ( expected: -2876099.091855, -126414.132467 ) 4326 -> 2321 [1.0, -1.0] -> [-3264017.2908781217, -130405.98782629191] ( expected: -3264017.290878, -130405.987826 ) 4326 -> 2322 [1.0, -1.0] -> [-3664841.790882181, -135039.90284553173] ( expected: -3664841.790882, -135039.902846 ) 4326 -> 2323 [1.0, -1.0] -> [-4080565.3669294007, -140409.47514153965] ( expected: -4080565.366929, -140409.475142 ) 4326 -> 2324 [1.0, -1.0] -> [-4513441.238373622, -146629.1426595266] ( expected: -4513441.238374, -146629.14266 ) 4326 -> 2325 [1.0, -1.0] -> [-4966026.882598937, -153838.56210551856] ( expected: -4966026.882599, -153838.562106 ) 4326 -> 2327 [1.0, -1.0] -> [1527311.0252527874, -343262.2777223061] ( expected: 1527311.025253, -343262.277722 ) 4326 -> 2328 [1.0, -1.0] -> [454688.17180046625, -435257.8044292922] ( expected: 454688.1718, -435257.804429 ) 4326 -> 2329 [1.0, -1.0] -> [-1067784.3094041385, -564311.1243230762] ( expected: -1067784.309404, -564311.124323 ) 4326 -> 2338 [1.0, -1.0] -> [-1.1472688974747213E7, -343262.2777223061] ( expected: -1.1472688974747E7, -343262.277722 ) 4326 -> 2339 [1.0, -1.0] -> [-1.3545311828199534E7, -435257.8044292922] ( expected: -1.35453118282E7, -435257.804429 ) 4326 -> 2340 [1.0, -1.0] -> [-1.6067784309404138E7, -564311.1243230762] ( expected: -1.6067784309404E7, -564311.124323 ) 4326 -> 2349 [1.0, -1.0] -> [1.3527311025252787E7, -343262.2777223061] ( expected: 1.3527311025253E7, -343262.277722 ) 4326 -> 2350 [1.0, -1.0] -> [1.3540282065796643E7, -385374.22173330083] ( expected: 1.3540282065797E7, -385374.221733 ) 4326 -> 2351 [1.0, -1.0] -> [1.3454688171800466E7, -435257.8044292922] ( expected: 1.34546881718E7, -435257.804429 ) 4326 -> 2352 [1.0, -1.0] -> [1.3257047951431058E7, -494346.05165232945] ( expected: 1.3257047951431E7, -494346.051652 ) 4326 -> 2353 [1.0, -1.0] -> [1.2932215690595862E7, -564311.1243230762] ( expected: 1.2932215690596E7, -564311.124323 ) 4326 -> 2354 [1.0, -1.0] -> [1.2463214135521065E7, -647097.3306329049] ( expected: 1.2463214135521E7, -647097.330633 ) 4326 -> 2370 [1.0, -1.0] -> [-1.1472688974747213E7, -343262.2777223061] ( expected: -1.1472688974747E7, -343262.277722 ) 4326 -> 2371 [1.0, -1.0] -> [-1.2459717934203357E7, -385374.22173330083] ( expected: -1.2459717934203E7, -385374.221733 ) 4326 -> 2372 [1.0, -1.0] -> [-1.3545311828199534E7, -435257.8044292922] ( expected: -1.35453118282E7, -435257.804429 ) 4326 -> 2373 [1.0, -1.0] -> [-1.4742952048568942E7, -494346.05165232945] ( expected: -1.4742952048569E7, -494346.051652 ) 4326 -> 2374 [1.0, -1.0] -> [-1.6067784309404138E7, -564311.1243230762] ( expected: -1.6067784309404E7, -564311.124323 ) 4326 -> 2375 [1.0, -1.0] -> [-1.7536785864478935E7, -647097.3306329049] ( expected: -1.7536785864479E7, -647097.330633 ) 4326 -> 2391 [1.0, -1.0] -> [-772948.6870172811, -117585.75248613399] ( expected: -772948.687017, -117585.752486 ) 4326 -> 2392 [1.0, -1.0] -> [-132057.30414329376, -120055.2485421903] ( expected: -132057.304143, -120055.248542 ) 4326 -> 2393 [1.0, -1.0] -> [500710.9739746889, -122977.71108521662] ( expected: 500710.973975, -122977.711085 ) 4326 -> 2394 [1.0, -1.0] -> [1123928.546447447, -126403.58847907635] ( expected: 1123928.546447, -126403.588479 ) 4326 -> 2395 [1.0, -1.0] -> [3034175.8901133845, -154094.19027116545] ( expected: 3034175.890113, -154094.190271 ) 4326 -> 2396 [1.0, -1.0] -> [3057865.2823053002, -172228.2449025735] ( expected: 3057865.282305, -172228.244903 ) 4326 -> 2397 [1.0, -1.0] -> [2606767.5052536973, -111583.82850144235] ( expected: 2606767.5052536973, -111583.82850144235 ) 4326 -> 2398 [1.0, -1.0] -> [3268141.7325400496, -112572.56860527751] ( expected: 3268141.7325400496, -112572.56860527751 ) 4326 -> 2399 [1.0, -1.0] -> [3926027.7916505085, -113896.1773816197] ( expected: 3926027.7916505085, -113896.1773816197 ) 4326 -> 2400 [1.0, -1.0] -> [-166593.8245907079, -114947.2875259457] ( expected: -166593.824591, -114947.287526 ) 4326 -> 2401 [1.0, -1.0] -> [1.352754547239503E7, -342995.04617578705] ( expected: 1.3527545472395E7, -342995.046176 ) 4326 -> 2402 [1.0, -1.0] -> [1.3540542129195986E7, -385073.08770397754] ( expected: 1.3540542129196E7, -385073.087704 ) 4326 -> 2403 [1.0, -1.0] -> [1.3454977904554429E7, -434916.5106014836] ( expected: 1.3454977904554E7, -434916.510601 ) 4326 -> 2404 [1.0, -1.0] -> [1.3257371875881257E7, -493957.19724545366] ( expected: 1.3257371875881E7, -493957.197245 ) 4326 -> 2405 [1.0, -1.0] -> [1.2932578838919906E7, -563865.9772023582] ( expected: 1.293257883892E7, -563865.977202 ) 4326 -> 2406 [1.0, -1.0] -> [1.246362209203953E7, -646585.6139518204] ( expected: 1.246362209204E7, -646585.613952 ) 4326 -> 2422 [1.0, -1.0] -> [-1.147245452760497E7, -342995.04617578705] ( expected: -1.1472454527605E7, -342995.046176 ) 4326 -> 2423 [1.0, -1.0] -> [-1.2459457870804014E7, -385073.08770397754] ( expected: -1.2459457870804E7, -385073.087704 ) 4326 -> 2424 [1.0, -1.0] -> [-1.3545022095445571E7, -434916.5106014836] ( expected: -1.3545022095446E7, -434916.510601 ) 4326 -> 2425 [1.0, -1.0] -> [-1.4742628124118743E7, -493957.19724545366] ( expected: -1.4742628124119E7, -493957.197245 ) 4326 -> 2426 [1.0, -1.0] -> [-1.6067421161080094E7, -563865.9772023582] ( expected: -1.606742116108E7, -563865.977202 ) 4326 -> 2427 [1.0, -1.0] -> [-1.753637790796047E7, -646585.6139518204] ( expected: -1.753637790796E7, -646585.613952 ) 4326 -> 2462 [1.0, -1.0] -> [2227089.5292653935, -117593.42878043026] ( expected: 2227089.5292653935, -117593.42878043024 ) 4326 -> 2463 [1.0, -1.0] -> [-1772888.9507707483, -117636.422300188] ( expected: -1772888.950771, -117636.4223 ) 4326 -> 2464 [1.0, -1.0] -> [-2499210.64184354, -123030.49638574269] ( expected: -2499210.641844, -123030.496386 ) 4326 -> 2465 [1.0, -1.0] -> [-3263889.3524447116, -130450.73730051344] ( expected: -3263889.352445, -130450.737301 ) 4326 -> 2466 [1.0, -1.0] -> [-4080410.8679398987, -140457.12493836158] ( expected: -4080410.86794, -140457.124938 ) 4326 -> 2467 [1.0, -1.0] -> [-4965840.530513158, -153890.01563726622] ( expected: -4965840.530513, -153890.015637 ) 4326 -> 2468 [1.0, -1.0] -> [-5942153.803447496, -172000.1136013567] ( expected: -5942153.803447, -172000.113601 ) 4326 -> 2469 [1.0, -1.0] -> [-7037905.952800961, -196632.80692202525] ( expected: -7037905.952801, -196632.806922 ) 4326 -> 2470 [1.0, -1.0] -> [-8290294.392941585, -230482.06589246079] ( expected: -8290294.392942, -230482.065892 ) 4326 -> 2471 [1.0, -1.0] -> [-9747667.2424045, -277431.32542480866] ( expected: -9747667.242405, -277431.325425 ) 4326 -> 2472 [1.0, -1.0] -> [-1.1472531636534506E7, -343000.9974940254] ( expected: -1.1472531636535E7, -343000.997494 ) 4326 -> 2473 [1.0, -1.0] -> [-1.3545115343377389E7, -434924.48364735773] ( expected: -1.3545115343377E7, -434924.483647 ) 4326 -> 2474 [1.0, -1.0] -> [-1.6067535229283327E7, -563876.7817332427] ( expected: -1.6067535229283E7, -563876.781733 ) 4326 -> 2492 [1.0, -1.0] -> [-393244.4354570828, -111577.6489519011] ( expected: -393244.435457, -111577.648952 ) 4326 -> 2493 [1.0, -1.0] -> [-1073984.4084212254, -113889.89293754185] ( expected: -1073984.408421, -113889.892938 ) 4326 -> 2494 [1.0, -1.0] -> [-1772900.6955823805, -117625.66519481069] ( expected: -1772900.695582, -117625.665195 ) 4326 -> 2495 [1.0, -1.0] -> [-2499222.9486135943, -123019.2726883746] ( expected: -2499222.948614, -123019.272688 ) 4326 -> 2496 [1.0, -1.0] -> [-3263902.426214767, -130438.86802395977] ( expected: -3263902.426215, -130438.868024 ) 4326 -> 2497 [1.0, -1.0] -> [-4080424.966760684, -140444.38340280048] ( expected: -4080424.966761, -140444.383403 ) 4326 -> 2498 [1.0, -1.0] -> [-4965855.986445137, -153876.10347695078] ( expected: -4965855.986445, -153876.103477 ) 4326 -> 2499 [1.0, -1.0] -> [-5942171.049418554, -171984.62562038293] ( expected: -5942171.049419, -171984.62562 ) 4326 -> 2500 [1.0, -1.0] -> [-7037925.556416506, -196615.18004160843] ( expected: -7037925.556417, -196615.180042 ) 4326 -> 2501 [1.0, -1.0] -> [-8290317.098376542, -230461.50607436878] ( expected: -8290317.098377, -230461.506074 ) 4326 -> 2502 [1.0, -1.0] -> [-9747694.021540726, -277406.7048937544] ( expected: -9747694.021541, -277406.704894 ) 4326 -> 2503 [1.0, -1.0] -> [-1.1472563750541251E7, -342970.7128159205] ( expected: -1.1472563750541E7, -342970.712816 ) 4326 -> 2504 [1.0, -1.0] -> [-1.3545154415966608E7, -434886.2632503814] ( expected: -1.3545154415967E7, -434886.26325 ) 4326 -> 2505 [1.0, -1.0] -> [-1.6067583332905622E7, -563827.4292846745] ( expected: -1.6067583332906E7, -563827.429285 ) 4326 -> 2523 [1.0, -1.0] -> [5227099.3044176195, -117625.66519481069] ( expected: 5227099.304418, -117625.665195 ) 4326 -> 2524 [1.0, -1.0] -> [5867999.502324842, -120095.91950334556] ( expected: 5867999.502325, -120095.919503 ) 4326 -> 2525 [1.0, -1.0] -> [6500777.051386406, -123019.2726883746] ( expected: 6500777.051386, -123019.272688 ) 4326 -> 2526 [1.0, -1.0] -> [7124004.443938103, -126446.18544064868] ( expected: 7124004.443938, -126446.185441 ) 4326 -> 2527 [1.0, -1.0] -> [7736097.573785232, -130438.86802395977] ( expected: 7736097.573785, -130438.868024 ) 4326 -> 2528 [1.0, -1.0] -> [8335285.311041798, -135073.73026715344] ( expected: 8335285.311042, -135073.730267 ) 4326 -> 2529 [1.0, -1.0] -> [8919575.033239316, -140444.38340280048] ( expected: 8919575.033239, -140444.383403 ) 4326 -> 2530 [1.0, -1.0] -> [9486713.694373216, -146665.28206887672] ( expected: 9486713.694373, -146665.282069 ) 4326 -> 2531 [1.0, -1.0] -> [1.0034144013554864E7, -153876.10347695078] ( expected: 1.0034144013555E7, -153876.103477 ) 4326 -> 2532 [1.0, -1.0] -> [1.05589553649371E7, -162246.9694375322] ( expected: 1.0558955364937E7, -162246.969438 ) 4326 -> 2533 [1.0, -1.0] -> [1.1057828950581446E7, -171984.62562038293] ( expected: 1.1057828950581E7, -171984.62562 ) 4326 -> 2534 [1.0, -1.0] -> [1.1526976837934755E7, -183339.70111474747] ( expected: 1.1526976837935E7, -183339.701115 ) 4326 -> 2535 [1.0, -1.0] -> [1.1962074443583494E7, -196615.18004160843] ( expected: 1.1962074443583E7, -196615.180042 ) 4326 -> 2536 [1.0, -1.0] -> [1.2358186044953536E7, -212176.22565722564] ( expected: 1.2358186044954E7, -212176.225657 ) 4326 -> 2537 [1.0, -1.0] -> [1.2709682901623458E7, -230461.50607436878] ( expected: 1.2709682901623E7, -230461.506074 ) 4326 -> 2538 [1.0, -1.0] -> [1.3010153567919374E7, -251996.179414805] ( expected: 1.3010153567919E7, -251996.179415 ) 4326 -> 2539 [1.0, -1.0] -> [1.3252305978459274E7, -277406.7048937544] ( expected: 1.3252305978459E7, -277406.704894 ) 4326 -> 2540 [1.0, -1.0] -> [1.3427860888314841E7, -307437.65502417914] ( expected: 1.3427860888315E7, -307437.655024 ) 4326 -> 2541 [1.0, -1.0] -> [1.3527436249458749E7, -342970.7128159205] ( expected: 1.3527436249459E7, -342970.712816 ) 4326 -> 2542 [1.0, -1.0] -> [1.3540422105165457E7, -385046.0465318541] ( expected: 1.3540422105165E7, -385046.046532 ) 4326 -> 2543 [1.0, -1.0] -> [1.3454845584033392E7, -434886.2632503814] ( expected: 1.3454845584033E7, -434886.26325 ) 4326 -> 2544 [1.0, -1.0] -> [1.3257225575296719E7, -493923.1511707282] ( expected: 1.3257225575297E7, -493923.151171 ) 4326 -> 2545 [1.0, -1.0] -> [1.2932416667094378E7, -563827.4292846745] ( expected: 1.2932416667094E7, -563827.429285 ) 4326 -> 2546 [1.0, -1.0] -> [1.2463441929364633E7, -646541.7317254908] ( expected: 1.2463441929365E7, -646541.731725 ) 4326 -> 2550 [1.0, -1.0] -> [-8873611.031099124, -9738015.695299942] ( expected: -8873611.031099, -9738015.6953 ) 4326 -> 2582 [1.0, -1.0] -> [-1772900.6955823805, -117625.66519481069] ( expected: -1772900.695582, -117625.665195 ) 4326 -> 2583 [1.0, -1.0] -> [-2132000.4976751585, -120095.91950334556] ( expected: -2132000.497675, -120095.919503 ) 4326 -> 2584 [1.0, -1.0] -> [-2499222.9486135943, -123019.2726883746] ( expected: -2499222.948614, -123019.272688 ) 4326 -> 2585 [1.0, -1.0] -> [-2875995.556061897, -126446.18544064868] ( expected: -2875995.556062, -126446.185441 ) 4326 -> 2586 [1.0, -1.0] -> [-3263902.426214767, -130438.86802395977] ( expected: -3263902.426215, -130438.868024 ) 4326 -> 2587 [1.0, -1.0] -> [-3664714.6889582016, -135073.73026715344] ( expected: -3664714.688958, -135073.730267 ) 4326 -> 2588 [1.0, -1.0] -> [-4080424.966760684, -140444.38340280048] ( expected: -4080424.966761, -140444.383403 ) 4326 -> 2589 [1.0, -1.0] -> [-4513286.305626783, -146665.28206887672] ( expected: -4513286.305627, -146665.282069 ) 4326 -> 2590 [1.0, -1.0] -> [-4965855.986445137, -153876.10347695078] ( expected: -4965855.986445, -153876.103477 ) 4326 -> 2591 [1.0, -1.0] -> [-5441044.6350628985, -162246.9694375322] ( expected: -5441044.635063, -162246.969438 ) 4326 -> 2592 [1.0, -1.0] -> [-5942171.049418554, -171984.62562038293] ( expected: -5942171.049419, -171984.62562 ) 4326 -> 2593 [1.0, -1.0] -> [-6473023.162065246, -183339.70111474747] ( expected: -6473023.162065, -183339.701115 ) 4326 -> 2594 [1.0, -1.0] -> [-7037925.556416506, -196615.18004160843] ( expected: -7037925.556417, -196615.180042 ) 4326 -> 2595 [1.0, -1.0] -> [-7641813.955046464, -212176.22565722564] ( expected: -7641813.955046, -212176.225657 ) 4326 -> 2596 [1.0, -1.0] -> [-8290317.098376542, -230461.50607436878] ( expected: -8290317.098377, -230461.506074 ) 4326 -> 2597 [1.0, -1.0] -> [-8989846.432080626, -251996.179414805] ( expected: -8989846.432081, -251996.179415 ) 4326 -> 2598 [1.0, -1.0] -> [-9747694.021540726, -277406.7048937544] ( expected: -9747694.021541, -277406.704894 ) 4326 -> 2599 [1.0, -1.0] -> [-1.0572139111685159E7, -307437.65502417914] ( expected: -1.0572139111685E7, -307437.655024 ) 4326 -> 2600 [1.0, -1.0] -> [-2131555.2730156058, -120170.05773889697] ( expected: -2131555.273016, -120170.057739 ) 4326 -> 2601 [1.0, -1.0] -> [-1.1472563750541251E7, -342970.7128159205] ( expected: -1.1472563750541E7, -342970.712816 ) 4326 -> 2602 [1.0, -1.0] -> [-1.2459577894834543E7, -385046.0465318541] ( expected: -1.2459577894835E7, -385046.046532 ) 4326 -> 2603 [1.0, -1.0] -> [-1.3545154415966608E7, -434886.2632503814] ( expected: -1.3545154415967E7, -434886.26325 ) 4326 -> 2604 [1.0, -1.0] -> [-1.4742774424703281E7, -493923.1511707282] ( expected: -1.4742774424703E7, -493923.151171 ) 4326 -> 2605 [1.0, -1.0] -> [-1.6067583332905622E7, -563827.4292846745] ( expected: -1.6067583332906E7, -563827.429285 ) 4326 -> 2606 [1.0, -1.0] -> [-1.7536558070635367E7, -646541.7317254908] ( expected: -1.7536558070635E7, -646541.731725 ) 4326 -> 2641 [1.0, -1.0] -> [5227111.049229251, -117636.422300188] ( expected: 5227111.049229, -117636.4223 ) 4326 -> 2642 [1.0, -1.0] -> [5868011.505116465, -120106.88980141822] ( expected: 5868011.505116, -120106.889801 ) 4326 -> 2643 [1.0, -1.0] -> [6500789.358156459, -123030.49638574269] ( expected: 6500789.358156, -123030.496386 ) 4326 -> 2644 [1.0, -1.0] -> [7124017.10569579, -126457.70703226092] ( expected: 7124017.105696, -126457.707032 ) 4326 -> 2645 [1.0, -1.0] -> [7736110.647555288, -130450.73730051344] ( expected: 7736110.647555, -130450.737301 ) 4326 -> 2646 [1.0, -1.0] -> [8335298.861010844, -135086.00353068515] ( expected: 8335298.861011, -135086.003531 ) 4326 -> 2647 [1.0, -1.0] -> [8919589.132060101, -140457.12493836158] ( expected: 8919589.13206, -140457.124938 ) 4326 -> 2648 [1.0, -1.0] -> [9486728.424643349, -146678.56592800512] ( expected: 9486728.424643, -146678.565928 ) 4326 -> 2649 [1.0, -1.0] -> [1.0034159469486842E7, -153890.01563726622] ( expected: 1.0034159469487E7, -153890.015637 ) 4326 -> 2650 [1.0, -1.0] -> [1.0558971654236825E7, -162261.61041219364] ( expected: 1.0558971654237E7, -162261.610412 ) 4326 -> 2651 [1.0, -1.0] -> [1.1057846196552504E7, -172000.1136013567] ( expected: 1.1057846196553E7, -172000.113601 ) 4326 -> 2652 [1.0, -1.0] -> [1.1526995181826208E7, -183356.1757448406] ( expected: 1.1526995181826E7, -183356.175745 ) 4326 -> 2653 [1.0, -1.0] -> [1.1962094047199039E7, -196632.80692202525] ( expected: 1.1962094047199E7, -196632.806922 ) 4326 -> 2654 [1.0, -1.0] -> [1.2358207093540225E7, -212195.2017100052] ( expected: 1.235820709354E7, -212195.20171 ) 4326 -> 2655 [1.0, -1.0] -> [1.2709705607058415E7, -230482.06589246079] ( expected: 1.2709705607058E7, -230482.065892 ) 4326 -> 2656 [1.0, -1.0] -> [1.3010178172213277E7, -252018.60274673268] ( expected: 1.3010178172213E7, -252018.602747 ) 4326 -> 2657 [1.0, -1.0] -> [1.32523327575955E7, -277431.32542480866] ( expected: 1.3252332757595E7, -277431.325425 ) 4326 -> 2658 [1.0, -1.0] -> [1.3427890156443555E7, -307464.8706318737] ( expected: 1.3427890156444E7, -307464.870632 ) 4326 -> 2659 [1.0, -1.0] -> [1.3527468363465494E7, -343000.9974940254] ( expected: 1.3527468363465E7, -343000.997494 ) 4326 -> 2660 [1.0, -1.0] -> [1.3540457469633946E7, -385079.96419470693] ( expected: 1.3540457469634E7, -385079.964195 ) 4326 -> 2661 [1.0, -1.0] -> [1.3454884656622611E7, -434924.48364735773] ( expected: 1.3454884656623E7, -434924.483647 ) 4326 -> 2662 [1.0, -1.0] -> [1.3257268872552602E7, -493966.46815972513] ( expected: 1.3257268872553E7, -493966.46816 ) 4326 -> 2663 [1.0, -1.0] -> [1.2932464770716673E7, -563876.7817332427] ( expected: 1.2932464770717E7, -563876.781733 ) 4326 -> 2664 [1.0, -1.0] -> [1.2463495492949806E7, -646598.2273288122] ( expected: 1.246349549295E7, -646598.227329 ) 4326 -> 2699 [1.0, -1.0] -> [-1772888.9507707483, -117636.422300188] ( expected: -1772888.950771, -117636.4223 ) 4326 -> 2700 [1.0, -1.0] -> [-2131988.494883536, -120106.88980141822] ( expected: -2131988.494884, -120106.889801 ) 4326 -> 2701 [1.0, -1.0] -> [-2499210.64184354, -123030.49638574269] ( expected: -2499210.641844, -123030.496386 ) 4326 -> 2702 [1.0, -1.0] -> [-2875982.89430421, -126457.70703226092] ( expected: -2875982.894304, -126457.707032 ) 4326 -> 2703 [1.0, -1.0] -> [-3263889.3524447116, -130450.73730051344] ( expected: -3263889.352445, -130450.737301 ) 4326 -> 2704 [1.0, -1.0] -> [-3664701.1389891556, -135086.00353068515] ( expected: -3664701.138989, -135086.003531 ) 4326 -> 2705 [1.0, -1.0] -> [-4080410.8679398987, -140457.12493836158] ( expected: -4080410.86794, -140457.124938 ) 4326 -> 2706 [1.0, -1.0] -> [-4513271.575356652, -146678.56592800512] ( expected: -4513271.575357, -146678.565928 ) 4326 -> 2707 [1.0, -1.0] -> [-4965840.530513158, -153890.01563726622] ( expected: -4965840.530513, -153890.015637 ) 4326 -> 2708 [1.0, -1.0] -> [-5441028.345763175, -162261.61041219364] ( expected: -5441028.345763, -162261.610412 ) 4326 -> 2709 [1.0, -1.0] -> [-5942153.803447496, -172000.1136013567] ( expected: -5942153.803447, -172000.113601 ) 4326 -> 2710 [1.0, -1.0] -> [-6473004.818173791, -183356.1757448406] ( expected: -6473004.818174, -183356.175745 ) 4326 -> 2711 [1.0, -1.0] -> [-7037905.952800961, -196632.80692202525] ( expected: -7037905.952801, -196632.806922 ) 4326 -> 2712 [1.0, -1.0] -> [-7641792.906459775, -212195.2017100052] ( expected: -7641792.90646, -212195.20171 ) 4326 -> 2713 [1.0, -1.0] -> [-8290294.392941585, -230482.06589246079] ( expected: -8290294.392942, -230482.065892 ) 4326 -> 2714 [1.0, -1.0] -> [-8989821.827786723, -252018.60274673268] ( expected: -8989821.827787, -252018.602747 ) 4326 -> 2715 [1.0, -1.0] -> [-9747667.2424045, -277431.32542480866] ( expected: -9747667.242405, -277431.325425 ) 4326 -> 2716 [1.0, -1.0] -> [-1.0572109843556445E7, -307464.8706318737] ( expected: -1.0572109843556E7, -307464.870632 ) 4326 -> 2717 [1.0, -1.0] -> [-1.1472531636534506E7, -343000.9974940254] ( expected: -1.1472531636535E7, -343000.997494 ) 4326 -> 2718 [1.0, -1.0] -> [-1.2459542530366054E7, -385079.96419470693] ( expected: -1.2459542530366E7, -385079.964195 ) 4326 -> 2719 [1.0, -1.0] -> [-1.3545115343377389E7, -434924.48364735773] ( expected: -1.3545115343377E7, -434924.483647 ) 4326 -> 2720 [1.0, -1.0] -> [-1.4742731127447398E7, -493966.46815972513] ( expected: -1.4742731127447E7, -493966.46816 ) 4326 -> 2721 [1.0, -1.0] -> [-1.6067535229283327E7, -563876.7817332427] ( expected: -1.6067535229283E7, -563876.781733 ) 4326 -> 2722 [1.0, -1.0] -> [-1.7536504507050194E7, -646598.2273288122] ( expected: -1.753650450705E7, -646598.227329 ) 4326 -> 2736 [1.0, -1.0] -> [-3262616.55124242, 9869767.11501921] ( expected: -3262616.551242, 9869767.115019 ) 4326 -> 2737 [1.0, -1.0] -> [-4079538.649943102, 9859742.728707695] ( expected: -4079538.649943, 9859742.728708 ) 4326 -> 2759 [1.0, -1.0] -> [1.715991972682252E7, -3961313.962369344] ( expected: 1.7159919726823E7, -3961313.962369 ) 4326 -> 2760 [1.0, -1.0] -> [1.8379967073641714E7, -3952167.3548013866] ( expected: 1.8379967073642E7, -3952167.354801 ) 4326 -> 2764 [1.0, -1.0] -> [1.1131856190038318E7, 1298569.8553805216] ( expected: 1.1131856190038E7, 1298569.855381 ) 4326 -> 2765 [1.0, -1.0] -> [1.1100796271262752E7, 1659604.5794586933] ( expected: 1.1100796271263E7, 1659604.579459 ) 4326 -> 2766 [1.0, -1.0] -> [1.4254884235227343E7, 5989905.116896246] ( expected: 1.4254884235227E7, 5989905.116896 ) 4326 -> 2767 [1.0, -1.0] -> [1.436018580178581E7, 5790374.152313232] ( expected: 1.4360185801786E7, 5790374.152313 ) 4326 -> 2768 [1.0, -1.0] -> [1.4385782666791776E7, 5424384.8480355] ( expected: 1.4385782666792E7, 5424384.848035 ) 4326 -> 2769 [1.0, -1.0] -> [1.4383362934790932E7, 5111540.149852814] ( expected: 1.4383362934791E7, 5111540.149853 ) 4326 -> 2770 [1.0, -1.0] -> [1.4422906216206847E7, 4780006.1952548195] ( expected: 1.4422906216207E7, 4780006.195255 ) 4326 -> 2771 [1.0, -1.0] -> [1.4387377960331243E7, 4409276.2574224165] ( expected: 1.4387377960331E7, 4409276.257422 ) 4326 -> 2772 [1.0, -1.0] -> [1.2570581882070804E7, 3432810.151294965] ( expected: 1.2570581882071E7, 3432810.151295 ) 4326 -> 2773 [1.0, -1.0] -> [1.2578707874326637E7, 3392714.933988522] ( expected: 1.2578707874327E7, 3392714.933988 ) 4326 -> 2774 [1.0, -1.0] -> [1.2588537408884645E7, 3293424.901575573] ( expected: 1.2588537408885E7, 3293424.901576 ) 4326 -> 2775 [1.0, -1.0] -> [9609648.833131758, -675630.039934603] ( expected: 9609648.833132, -675630.039935 ) 4326 -> 2776 [1.0, -1.0] -> [1.2960400053583492E7, -4584092.979321928] ( expected: 1.2960400053583E7, -4584092.979322 ) 4326 -> 2777 [1.0, -1.0] -> [1.5029510779742906E7, -3165551.6995725054] ( expected: 1.5029510779743E7, -3165551.699573 ) 4326 -> 2778 [1.0, -1.0] -> [1.5442048203015083E7, -3186367.2394041102] ( expected: 1.5442048203015E7, -3186367.239404 ) 4326 -> 2779 [1.0, -1.0] -> [1.0550650155666625E7, 427782.7999053134] ( expected: 1.0550650155667E7, 427782.799905 ) 4326 -> 2780 [1.0, -1.0] -> [1.5511530289252646E7, -3817662.346129614] ( expected: 1.5511530289253E7, -3817662.34613 ) 4326 -> 2781 [1.0, -1.0] -> [1.6884448431364052E7, -3863405.4982044203] ( expected: 1.6884448431364E7, -3863405.498204 ) 4326 -> 2790 [1.0, -1.0] -> [1.8509247999882944E7, -4716583.113963978] ( expected: 1.8509247999883E7, -4716583.113964 ) 4326 -> 2792 [1.0, -1.0] -> [1.698056356719112E7, -4483369.918207985] ( expected: 1.6980563567191E7, -4483369.918208 ) 4326 -> 2793 [1.0, -1.0] -> [1.8470937971857235E7, -4522155.488716556] ( expected: 1.8470937971857E7, -4522155.488717 ) 4326 -> 2794 [1.0, -1.0] -> [1.2493754958641259E7, 2708853.6579119144] ( expected: 1.2493754958641E7, 2708853.657912 ) 4326 -> 2795 [1.0, -1.0] -> [1.1460553625320911E7, 1661745.5439027029] ( expected: 1.1460553625321E7, 1661745.543903 ) 4326 -> 2796 [1.0, -1.0] -> [1.1621497257385775E7, 2111191.990302783] ( expected: 1.1621497257386E7, 2111191.990303 ) 4326 -> 2797 [1.0, -1.0] -> [1.1640477760514386E7, 2543135.435956993] ( expected: 1.1640477760514E7, 2543135.435957 ) 4326 -> 2798 [1.0, -1.0] -> [1.0686066581916448E7, 478256.9161240147] ( expected: 1.0686066581916E7, 478256.916124 ) 4326 -> 2799 [1.0, -1.0] -> [1.0772450358834902E7, 1132211.773774472] ( expected: 1.0772450358835E7, 1132211.773774 ) 4326 -> 2800 [1.0, -1.0] -> [1.1703735500459395E7, 1242402.341635372] ( expected: 1.1703735500459E7, 1242402.341635 ) 4326 -> 2801 [1.0, -1.0] -> [1.15695109675658E7, 1074486.3920192556] ( expected: 1.1569510967566E7, 1074486.392019 ) 4326 -> 2802 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 2803 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 2804 [1.0, -1.0] -> [9969626.935369493, -276195.7875509529] ( expected: 9969626.935369, -276195.787551 ) 4326 -> 2805 [1.0, -1.0] -> [9421760.598901903, -173719.11973899428] ( expected: 9421760.598902, -173719.119739 ) 4326 -> 2806 [1.0, -1.0] -> [9582487.17938516, -1098419.8473898272] ( expected: 9582487.179385, -1098419.84739 ) 4326 -> 2807 [1.0, -1.0] -> [1.868490855075052E7, 972490.8510946803] ( expected: 1.8684908550751E7, 972490.851095 ) 4326 -> 2808 [1.0, -1.0] -> [1.6445420456541881E7, 624578.4167493284] ( expected: 1.6445420456542E7, 624578.416749 ) 4326 -> 2809 [1.0, -1.0] -> [1.4360933498753237E7, 580677.8137526565] ( expected: 1.4360933498753E7, 580677.813753 ) 4326 -> 2810 [1.0, -1.0] -> [1.1904605085339718E7, 1937737.1310188887] ( expected: 1.190460508534E7, 1937737.131019 ) 4326 -> 2811 [1.0, -1.0] -> [1.1926011921420341E7, 2053668.6214980502] ( expected: 1.192601192142E7, 2053668.621498 ) 4326 -> 2812 [1.0, -1.0] -> [1.1867181831423005E7, 1975209.5803275323] ( expected: 1.1867181831423E7, 1975209.580327 ) 4326 -> 2813 [1.0, -1.0] -> [1.8772001648449354E7, -3937156.383223958] ( expected: 1.8772001648449E7, -3937156.383224 ) 4326 -> 2818 [1.0, -1.0] -> [1.232491826865869E7, 4366651.863837132] ( expected: 1.2324918268659E7, 4366651.863837 ) 4326 -> 2819 [1.0, -1.0] -> [1.185958268238333E7, 2563845.950140991] ( expected: 1.1859582682383E7, 2563845.950141 ) 4326 -> 2823 [1.0, -1.0] -> [1.1862074088415056E7, -5033721.498111563] ( expected: 1.1862074088415E7, -5033721.498112 ) 4326 -> 2824 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 2828 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 2829 [1.0, -1.0] -> [1.3411859131067472E7, -4823650.932014817] ( expected: 1.3411859131067E7, -4823650.932015 ) 4326 -> 2830 [1.0, -1.0] -> [1.4237282921892669E7, -4857039.2557342965] ( expected: 1.4237282921893E7, -4857039.255734 ) 4326 -> 2831 [1.0, -1.0] -> [9687036.766688861, -681351.1754655474] ( expected: 9687036.766689, -681351.175466 ) 4326 -> 2832 [1.0, -1.0] -> [1.2048562892626591E7, 2902217.3767158515] ( expected: 1.2048562892627E7, 2902217.376716 ) 4326 -> 2833 [1.0, -1.0] -> [1.2034986427805224E7, 2850392.620022651] ( expected: 1.2034986427805E7, 2850392.620023 ) 4326 -> 2834 [1.0, -1.0] -> [1.0740120204058161E7, 347044.28952697944] ( expected: 1.0740120204058E7, 347044.289527 ) 4326 -> 2835 [1.0, -1.0] -> [1.0673349539920645E7, 337198.0233220276] ( expected: 1.0673349539921E7, 337198.023322 ) 4326 -> 2836 [1.0, -1.0] -> [1.1790164669565428E7, 1986635.123398557] ( expected: 1.1790164669565E7, 1986635.123399 ) 4326 -> 2837 [1.0, -1.0] -> [1.1776028203115394E7, 1915864.208773551] ( expected: 1.1776028203115E7, 1915864.208774 ) 4326 -> 2838 [1.0, -1.0] -> [1.4480342629509278E7, 5714771.517123891] ( expected: 1.4480342629509E7, 5714771.517124 ) 4326 -> 2839 [1.0, -1.0] -> [1.3589771611215588E7, 5518383.696955506] ( expected: 1.3589771611216E7, 5518383.696956 ) 4326 -> 2840 [1.0, -1.0] -> [1.161226248068644E7, -4874528.079030758] ( expected: 1.1612262480686E7, -4874528.079031 ) 4326 -> 2841 [1.0, -1.0] -> [1.1994495041043641E7, 2695771.443860469] ( expected: 1.1994495041044E7, 2695771.443861 ) 4326 -> 2842 [1.0, -1.0] -> [1.1997076072217638E7, 2676611.8550375155] ( expected: 1.1997076072218E7, 2676611.855038 ) 4326 -> 2843 [1.0, -1.0] -> [1.0846782650394639E7, 691167.8516357059] ( expected: 1.0846782650395E7, 691167.851636 ) 4326 -> 2844 [1.0, -1.0] -> [1.1629359608182114E7, 3376919.6083664736] ( expected: 1.1629359608182E7, 3376919.608366 ) 4326 -> 2845 [1.0, -1.0] -> [1.1801363650942737E7, 3905366.716138839] ( expected: 1.1801363650943E7, 3905366.716139 ) 4326 -> 2846 [1.0, -1.0] -> [1.2034868346801886E7, 4976001.542765658] ( expected: 1.2034868346802E7, 4976001.542766 ) 4326 -> 2847 [1.0, -1.0] -> [1.182048765960468E7, 5766686.935604515] ( expected: 1.1820487659605E7, 5766686.935604 ) 4326 -> 2848 [1.0, -1.0] -> [1.1467124784116086E7, 6572769.355404578] ( expected: 1.1467124784116E7, 6572769.355405 ) 4326 -> 2849 [1.0, -1.0] -> [1.2410564577758523E7, 5009447.877450565] ( expected: 1.2410564577759E7, 5009447.87745 ) 4326 -> 2850 [1.0, -1.0] -> [1.2444482006656379E7, 5956239.983325555] ( expected: 1.2444482006656E7, 5956239.983326 ) 4326 -> 2851 [1.0, -1.0] -> [1.2495636574631978E7, 6739176.857567914] ( expected: 1.2495636574632E7, 6739176.857568 ) 4326 -> 2852 [1.0, -1.0] -> [1.2316477845608063E7, -5043906.115057933] ( expected: 1.2316477845608E7, -5043906.115058 ) 4326 -> 2853 [1.0, -1.0] -> [1.3194156496930066E7, 1855008.1964568913] ( expected: 1.319415649693E7, 1855008.196457 ) 4326 -> 2854 [1.0, -1.0] -> [1.3141710050315106E7, 871305.3843597898] ( expected: 1.3141710050315E7, 871305.38436 ) 4326 -> 2855 [1.0, -1.0] -> [1.2321126696732804E7, 5999733.657799673] ( expected: 1.2321126696733E7, 5999733.6578 ) 4326 -> 2856 [1.0, -1.0] -> [1.2403664305073189E7, 5821736.346047508] ( expected: 1.2403664305073E7, 5821736.346047 ) 4326 -> 2857 [1.0, -1.0] -> [1.0425819928427326E7, -22718.221242127533] ( expected: 1.0425819928427E7, -22718.221242 ) 4326 -> 2858 [1.0, -1.0] -> [1.0497727874924429E7, 147442.83514755807] ( expected: 1.0497727874924E7, 147442.835148 ) 4326 -> 2859 [1.0, -1.0] -> [1.1474398382598713E7, 1322319.079240752] ( expected: 1.1474398382599E7, 1322319.079241 ) 4326 -> 2860 [1.0, -1.0] -> [1.1431777681828473E7, 1297424.634258799] ( expected: 1.1431777681828E7, 1297424.634259 ) 4326 -> 2861 [1.0, -1.0] -> [1.1385107910133053E7, 1302231.5799912254] ( expected: 1.1385107910133E7, 1302231.579991 ) 4326 -> 2866 [1.0, -1.0] -> [7952042.830284826, -479128.8305267014] ( expected: 7952042.830285, -479128.830527 ) 4326 -> 2870 [1.0, -1.0] -> [4.676789936207507E7, 1.965188037135044E7] ( expected: 4.6767899362075E7, 1.965188037135E7 ) 4326 -> 2871 [1.0, -1.0] -> [4.71133762516923E7, 1.899725253171434E7] ( expected: 4.7113376251692E7, 1.8997252531714E7 ) 4326 -> 2872 [1.0, -1.0] -> [4.719735529963271E7, 1.7796502622596484E7] ( expected: 4.7197355299633E7, 1.7796502622596E7 ) 4326 -> 2873 [1.0, -1.0] -> [4.718941656222661E7, 1.677011130864212E7] ( expected: 4.7189416562227E7, 1.6770111308642E7 ) 4326 -> 2874 [1.0, -1.0] -> [4.731915147800532E7, 1.5682403659265198E7] ( expected: 4.7319151478005E7, 1.5682403659265E7 ) 4326 -> 2875 [1.0, -1.0] -> [4.720258919185345E7, 1.4466100521560054E7] ( expected: 4.7202589191853E7, 1.446610052156E7 ) 4326 -> 2876 [1.0, -1.0] -> [4.1241984057777904E7, 1.126247797137757E7] ( expected: 4.1241984057778E7, 1.1262477971378E7 ) 4326 -> 2877 [1.0, -1.0] -> [4.126864408403725E7, 1.1130932245931348E7] ( expected: 4.1268644084037E7, 1.1130932245931E7 ) 4326 -> 2878 [1.0, -1.0] -> [4.1300893148666315E7, 1.0805178197923196E7] ( expected: 4.1300893148666E7, 1.0805178197923E7 ) 4326 -> 2879 [1.0, -1.0] -> [3.1527656213370465E7, -2216629.556016778] ( expected: 3.152765621337E7, -2216629.556017 ) 4326 -> 2880 [1.0, -1.0] -> [4.25209125094652E7, -1.5039645049658699E7] ( expected: 4.2520912509465E7, -1.5039645049659E7 ) 4326 -> 2881 [1.0, -1.0] -> [4.930931995020655E7, -1.0385647534347467E7] ( expected: 4.9309319950207E7, -1.0385647534347E7 ) 4326 -> 2882 [1.0, -1.0] -> [5.066278647972535E7, -1.0453939851278326E7] ( expected: 5.0662786479725E7, -1.0453939851278E7 ) 4326 -> 2883 [1.0, -1.0] -> [3.461492471904961E7, 1403484.0693560168] ( expected: 3.461492471905E7, 1403484.069356 ) 4326 -> 2884 [1.0, -1.0] -> [5.089074562432309E7, -1.2525113880593583E7] ( expected: 5.0890745624323E7, -1.2525113880594E7 ) 4326 -> 2885 [1.0, -1.0] -> [5.539506122823359E7, -1.2675189538692344E7] ( expected: 5.5395061228234E7, -1.2675189538692E7 ) 4326 -> 2889 [1.0, -1.0] -> [5.57103989696929E7, -1.4711272806654042E7] ( expected: 5.5710398969693E7, -1.4711272806654E7 ) 4326 -> 2890 [1.0, -1.0] -> [6.0600068996001646E7, -1.483852179923091E7] ( expected: 6.0600068996002E7, -1.4838521799231E7 ) 4326 -> 2891 [1.0, -1.0] -> [3.505920344450423E7, 1569081.2323168726] ( expected: 3.5059203444504E7, 1569081.232317 ) 4326 -> 2892 [1.0, -1.0] -> [3.534261421927753E7, 3714598.1281250822] ( expected: 3.5342614219278E7, 3714598.128125 ) 4326 -> 2893 [1.0, -1.0] -> [3.2708684370124765E7, -906152.3463234185] ( expected: 3.2708684370125E7, -906152.346323 ) 4326 -> 2894 [1.0, -1.0] -> [3.0911226231897347E7, -569943.4786770176] ( expected: 3.0911226231897E7, -569943.478677 ) 4326 -> 2895 [1.0, -1.0] -> [3.1438543354699496E7, -3603732.449311461] ( expected: 3.1438543354699E7, -3603732.449311 ) 4326 -> 2896 [1.0, -1.0] -> [6.130219340786916E7, 3190586.781806694] ( expected: 6.1302193407869E7, 3190586.781807 ) 4326 -> 2897 [1.0, -1.0] -> [5.3954791524008796E7, 2049141.7872353292] ( expected: 5.3954791524009E7, 2049141.787235 ) 4326 -> 2898 [1.0, -1.0] -> [4.711592355228752E7, 1905110.9375087153] ( expected: 4.7115923552287E7, 1905110.937509 ) 4326 -> 2899 [1.0, -1.0] -> [6.1587808741620965E7, -1.2917153900627278E7] ( expected: 6.1587808741621E7, -1.2917153900627E7 ) 4326 -> 2901 [1.0, -1.0] -> [4.0436083558583625E7, 1.4326285642510276E7] ( expected: 4.0436083558584E7, 1.432628564251E7 ) 4326 -> 2905 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 2906 [1.0, -1.0] -> [4.400207449884389E7, -1.5825594766118623E7] ( expected: 4.4002074498844E7, -1.5825594766119E7 ) 4326 -> 2907 [1.0, -1.0] -> [4.6710152386576235E7, -1.5935136291521616E7] ( expected: 4.6710152386576E7, -1.5935136291522E7 ) 4326 -> 2908 [1.0, -1.0] -> [3.1781553125378393E7, -2235399.648173218] ( expected: 3.1781553125378E7, -2235399.648173 ) 4326 -> 2909 [1.0, -1.0] -> [3.9529405815696165E7, 9521710.553529697] ( expected: 3.9529405815696E7, 9521710.55353 ) 4326 -> 2910 [1.0, -1.0] -> [3.948486360827698E7, 9351681.824221294] ( expected: 3.9484863608277E7, 9351681.824221 ) 4326 -> 2911 [1.0, -1.0] -> [3.868156525339927E7, 6517818.7340167705] ( expected: 3.8681565253399E7, 6517818.734017 ) 4326 -> 2912 [1.0, -1.0] -> [3.863518586305445E7, 6285631.158284563] ( expected: 3.8635185863054E7, 6285631.158285 ) 4326 -> 2913 [1.0, -1.0] -> [4.750768579282046E7, 1.8749250384264734E7] ( expected: 4.7507685792821E7, 1.8749250384264E7 ) 4326 -> 2914 [1.0, -1.0] -> [4.458586486667319E7, 1.810493338896163E7] ( expected: 4.4585864866673E7, 1.8104933388962E7 ) 4326 -> 2915 [1.0, -1.0] -> [3.558648607883643E7, 2267606.5265748133] ( expected: 3.5586486078836E7, 2267606.526575 ) 4326 -> 2916 [1.0, -1.0] -> [3.815399064817751E7, 1.1079110414782345E7] ( expected: 3.8153990648178E7, 1.1079110414782E7 ) 4326 -> 2917 [1.0, -1.0] -> [3.871830724480132E7, 1.2812857301532181E7] ( expected: 3.8718307244801E7, 1.2812857301532E7 ) 4326 -> 2918 [1.0, -1.0] -> [3.948439723413255E7, 1.6325431728223676E7] ( expected: 3.9484397234133E7, 1.6325431728224E7 ) 4326 -> 2919 [1.0, -1.0] -> [3.878104992988638E7, 1.8919538720895823E7] ( expected: 3.8781049929886E7, 1.8919538720896E7 ) 4326 -> 2920 [1.0, -1.0] -> [3.762172522922088E7, 2.156416079385653E7] ( expected: 3.7621725229221E7, 2.1564160793856E7 ) 4326 -> 2921 [1.0, -1.0] -> [4.07170753868403E7, 1.64351964483155E7] ( expected: 4.071707538684E7, 1.6435196448315E7 ) 4326 -> 2922 [1.0, -1.0] -> [4.082835304070465E7, 1.9541469761540532E7] ( expected: 4.0828353040705E7, 1.954146976154E7 ) 4326 -> 2923 [1.0, -1.0] -> [4.099618298813116E7, 2.211016029381861E7] ( expected: 4.0996182988131E7, 2.2110160293819E7 ) 4326 -> 2924 [1.0, -1.0] -> [4.328782844067809E7, 6085972.724875654] ( expected: 4.3287828440678E7, 6085972.724876 ) 4326 -> 2925 [1.0, -1.0] -> [4.3115760390408844E7, 2858607.7481870786] ( expected: 4.3115760390409E7, 2858607.748187 ) 4326 -> 2926 [1.0, -1.0] -> [4.042356317119757E7, 1.9684126175631106E7] ( expected: 4.0423563171198E7, 1.9684126175631E7 ) 4326 -> 2927 [1.0, -1.0] -> [4.069435530789431E7, 1.9100146661990874E7] ( expected: 4.0694355307894E7, 1.9100146661991E7 ) 4326 -> 2928 [1.0, -1.0] -> [3.764558869357596E7, 4338308.512475703] ( expected: 3.7645588693576E7, 4338308.512476 ) 4326 -> 2929 [1.0, -1.0] -> [3.7505757277798936E7, 4256633.987564079] ( expected: 3.7505757277799E7, 4256633.987564 ) 4326 -> 2930 [1.0, -1.0] -> [3.735264153516155E7, 4272404.775354548] ( expected: 3.7352641535162E7, 4272404.775354 ) 4326 -> 2931 [1.0, -1.0] -> [-844965.2519764306, -113208.3172041917] ( expected: -844965.251976, -113208.317204 ) 4326 -> 2932 [1.0, -1.0] -> [-6279343.054902179, -2578002.862928314] ( expected: -6279343.054902, -2578002.862928 ) 4326 -> 2933 [1.0, -1.0] -> [-8873615.359213866, -9738025.800345525] ( expected: -8873615.359214, -9738025.800346 ) 4326 -> 2934 [1.0, -1.0] -> [1.990071184517889E7, 789730.5831531245] ( expected: 1.9900711845179E7, 789730.583153 ) 4326 -> 2935 [1.0, -1.0] -> [-3644726.452498054, -158536.99318583932] ( expected: -3644726.452498, -158536.993186 ) 4326 -> 2936 [1.0, -1.0] -> [-3094048.773165103, -165583.49037032027] ( expected: -3094048.773165, -165583.49037 ) 4326 -> 2937 [1.0, -1.0] -> [-2565511.945788105, -173761.33158475976] ( expected: -2565511.945788, -173761.331585 ) 4326 -> 2938 [1.0, -1.0] -> [-2062367.4310075184, -183271.11747671783] ( expected: -2062367.431008, -183271.117477 ) 4326 -> 2939 [1.0, -1.0] -> [-4102180.4085723488, -185916.27582709937] ( expected: -4102180.408572, -185916.275827 ) 4326 -> 2940 [1.0, -1.0] -> [-3630572.782000223, -197135.4174963046] ( expected: -3630572.782, -197135.417496 ) 4326 -> 2941 [1.0, -1.0] -> [-3192658.1670602076, -210249.30264372443] ( expected: -3192658.16706, -210249.302644 ) 4326 -> 2942 [1.0, -1.0] -> [2304197.811160308, -115338.72608388469] ( expected: 2304197.81116, -115338.726084 ) 4326 -> 2943 [1.0, -1.0] -> [2304072.9385857033, -115077.797964199] ( expected: 2304072.938586, -115077.797964 ) 4326 -> 2944 [1.0, -1.0] -> [7939833.583324515, -199185.55588615156] ( expected: 7939833.583325, -199185.555886 ) 4326 -> 2945 [1.0, -1.0] -> [8550689.975670233, -215180.26637990185] ( expected: 8550689.97567, -215180.26638 ) 4326 -> 2946 [1.0, -1.0] -> [9207169.520512773, -233982.52134784719] ( expected: 9207169.520513, -233982.521348 ) 4326 -> 2947 [1.0, -1.0] -> [9915822.91593348, -256133.69968422502] ( expected: 9915822.915933, -256133.699684 ) 4326 -> 2948 [1.0, -1.0] -> [1.0684098555406746E7, -282279.2189404602] ( expected: 1.0684098555407E7, -282279.21894 ) 4326 -> 2949 [1.0, -1.0] -> [1.1520450559130538E7, -313185.7115912687] ( expected: 1.1520450559131E7, -313185.711591 ) 4326 -> 2950 [1.0, -1.0] -> [1.2434455937818963E7, -349760.4194211368] ( expected: 1.2434455937819E7, -349760.419421 ) 4326 -> 2951 [1.0, -1.0] -> [1.3436941307237439E7, -393073.0001814986] ( expected: 1.3436941307237E7, -393073.000181 ) 4326 -> 2952 [1.0, -1.0] -> [1.4540119571761262E7, -444379.9493622306] ( expected: 1.4540119571761E7, -444379.949362 ) 4326 -> 2953 [1.0, -1.0] -> [1.1911475970542902E7, 4580906.316255356] ( expected: 1.1911475970543E7, 4580906.316255 ) 4326 -> 2954 [1.0, -1.0] -> [9313611.418085692, -2479552.6022194577] ( expected: 9313611.418086, -2479552.602219 ) 4326 -> 2955 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 2956 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 2957 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 2959 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 2960 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 2961 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 2962 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 2964 [1.0, -1.0] -> [2.3309991432664007E7, 3.8057058222506724E7] ( expected: 2.3309991432664E7, 3.8057058222507E7 ) 4326 -> 2965 [1.0, -1.0] -> [5.57103989696929E7, -1.4709189473654041E7] ( expected: 5.5710398969693E7, -1.4709189473654E7 ) 4326 -> 2966 [1.0, -1.0] -> [6.0600068996001646E7, -1.483643846623091E7] ( expected: 6.0600068996002E7, -1.4836438466231E7 ) 4326 -> 2967 [1.0, -1.0] -> [5.57103989696929E7, -1.4709189473654041E7] ( expected: 5.5710398969693E7, -1.4709189473654E7 ) 4326 -> 2968 [1.0, -1.0] -> [6.0600068996001646E7, -1.483643846623091E7] ( expected: 6.0600068996002E7, -1.4836438466231E7 ) 4326 -> 2969 [1.0, -1.0] -> [9876397.190045625, -254723.88219368225] ( expected: 9876397.190046, -254723.882194 ) 4326 -> 2970 [1.0, -1.0] -> [9876972.606652124, -255021.25309606787] ( expected: 9876972.606652, -255021.253096 ) 4326 -> 2971 [1.0, -1.0] -> [7306251.382691675, -180679.97736947643] ( expected: 7306251.382692, -180679.977369 ) 4326 -> 2972 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 2973 [1.0, -1.0] -> [9875809.1276935, -256048.34573760838] ( expected: 9875809.127694, -256048.345738 ) 4326 -> 2975 [1.0, -1.0] -> [-7068672.129213653, 9800898.243352106] ( expected: -7068672.129214, 9800898.243352 ) 4326 -> 2976 [1.0, -1.0] -> [4262958.8824891355, -9865880.77275426] ( expected: 4262958.882489, -9865880.772754 ) 4326 -> 2977 [1.0, -1.0] -> [3498660.0524660926, -9873433.630854126] ( expected: 3498660.052466, -9873433.630854 ) 4326 -> 2978 [1.0, -1.0] -> [5080115.186313406, -9855932.913281959] ( expected: 5080115.186313, -9855932.913282 ) 4326 -> 2979 [1.0, -1.0] -> [-9990877.774435641, 9698468.818475232] ( expected: -9990877.774436, 9698468.818475 ) 4326 -> 2980 [1.0, -1.0] -> [-4967356.463609807, 9846241.170079535] ( expected: -4967356.46361, 9846241.17008 ) 4326 -> 2981 [1.0, -1.0] -> [-1303725.2728552446, -9881789.866855036] ( expected: -1303725.272855, -9881789.866855 ) 4326 -> 2982 [1.0, -1.0] -> [-1304309.687430591, -9881249.546111431] ( expected: -1304309.687431, -9881249.546111 ) 4326 -> 2983 [1.0, -1.0] -> [-1304323.7533812837, -9881285.911719736] ( expected: -1304323.753381, -9881285.91172 ) 4326 -> 2984 [1.0, -1.0] -> [-1.5708989803411203E7, -6774157.381698603] ( expected: -1.5708989803411E7, -6774157.381699 ) 4326 -> 2987 [1.0, -1.0] -> [8479842.523962118, -211066.5407926866] ( expected: 8479842.523962118, -211066.5407926866 ) 4326 -> 2988 [1.0, -1.0] -> [722434.1348755057, -9886095.136093412] ( expected: 722434.134876, -9886095.136093 ) 4326 -> 2989 [1.0, -1.0] -> [9876408.370886529, -255706.19251402907] ( expected: 9876408.370887, -255706.192514 ) 4326 -> 2990 [1.0, -1.0] -> [-7206044.688946549, 2308192.8709045555] ( expected: -7206044.688947, 2308192.870905 ) 4326 -> 2991 [1.0, -1.0] -> [1.2428695502962083E7, 5736547.563465092] ( expected: 1.2428695502962E7, 5736547.563465 ) 4326 -> 2992 [1.0, -1.0] -> [4.077656004908294E7, 1.88206941058566E7] ( expected: 4.0776560049083E7, 1.8820694105857E7 ) 4326 -> 2993 [1.0, -1.0] -> [1.2428695502962083E7, 5736547.563465092] ( expected: 1.2428695502962E7, 5736547.563465 ) 4326 -> 2994 [1.0, -1.0] -> [4.077656004908294E7, 1.88206941058566E7] ( expected: 4.0776560049083E7, 1.8820694105857E7 ) 4326 -> 2995 [1.0, -1.0] -> [-1303770.5079463231, -9881691.162167829] ( expected: -1303770.507946, -9881691.162168 ) 4326 -> 2996 [1.0, -1.0] -> [-1304309.687430591, -9881249.546111431] ( expected: -1304309.687431, -9881249.546111 ) 4326 -> 2997 [1.0, -1.0] -> [-1304523.7203182245, -9882869.508202381] ( expected: -1304523.720318, -9882869.508202 ) 4326 -> 2998 [1.0, -1.0] -> [-1304312.2691205698, -9881250.137840033] ( expected: -1304312.269121, -9881250.13784 ) 4326 -> 2999 [1.0, -1.0] -> [-4968165.911923509, 9846376.526167387] ( expected: -4968165.911924, 9846376.526167 ) 4326 -> 3000 [1.0, -1.0] -> [-8196708.596170254, 789730.5831531245] ( expected: -8196708.59617, 789730.583153 ) 4326 -> 3001 [1.0, -1.0] -> [-8196705.156102311, 789820.8426936554] ( expected: -8196705.156102, 789820.842694 ) 4326 -> 3002 [1.0, -1.0] -> [-8196548.068024296, 789629.4247030766] ( expected: -8196548.068024, 789629.424703 ) 4326 -> 3003 [1.0, -1.0] -> [607000.7064448945, -111707.72293230444] ( expected: 607000.706445, -111707.722932 ) 4326 -> 3004 [1.0, -1.0] -> [946515.8120534173, -114022.91209922492] ( expected: 946515.812053, -114022.912099 ) 4326 -> 3005 [1.0, -1.0] -> [1.0954441469536424E7, 7888694.85064684] ( expected: 1.0954441469536E7, 7888694.850647 ) 4326 -> 3006 [1.0, -1.0] -> [-1073447.8827060014, -113937.03674264441] ( expected: -1073447.882706, -113937.036743 ) 4326 -> 3007 [1.0, -1.0] -> [-1081967.6541501302, -112657.88559671104] ( expected: -1081967.65415, -112657.885597 ) 4326 -> 3008 [1.0, -1.0] -> [-1252522.8154832942, -113277.27413888129] ( expected: -1252522.815483, -113277.274139 ) 4326 -> 3009 [1.0, -1.0] -> [-1424077.2566723027, -113982.62519691464] ( expected: -1424077.256672, -113982.625197 ) 4326 -> 3010 [1.0, -1.0] -> [-1596762.5629572356, -114776.55170773933] ( expected: -1596762.562957, -114776.551708 ) 4326 -> 3011 [1.0, -1.0] -> [-1770714.490164727, -115662.0404226221] ( expected: -1770714.490165, -115662.040423 ) 4326 -> 3012 [1.0, -1.0] -> [-1338166.9934492353, -113619.04950939272] ( expected: -1338166.993449, -113619.049509 ) 4326 -> 3013 [1.0, -1.0] -> [-1510270.1710635116, -114368.3389140733] ( expected: -1510270.171064, -114368.338914 ) 4326 -> 3014 [1.0, -1.0] -> [-1683571.5362705514, -115207.64878877677] ( expected: -1683571.536271, -115207.648789 ) 4326 -> 3015 [1.0, -1.0] -> [-1858209.137234374, -116140.16288336806] ( expected: -1858209.137234, -116140.162883 ) 4326 -> 3016 [1.0, -1.0] -> [-2034326.0414781068, -117169.48161685049] ( expected: -2034326.041478, -117169.481617 ) 4326 -> 3017 [1.0, -1.0] -> [-2212070.945307618, -118299.65588624447] ( expected: -2212070.945308, -118299.655886 ) 4326 -> 3018 [1.0, -1.0] -> [-2391598.8219081955, -119535.22551077137] ( expected: -2391598.821908, -119535.225511 ) 4326 -> 3019 [1.0, -1.0] -> [346704.57735762116, -112939.36039256869] ( expected: 346704.577358, -112939.360393 ) 4326 -> 3020 [1.0, -1.0] -> [91185.34149702825, -113846.0091961642] ( expected: 91185.341497, -113846.009196 ) 4326 -> 3021 [1.0, -1.0] -> [-166593.8245907079, -114947.2875259457] ( expected: -166593.824591, -114947.287526 ) 4326 -> 3022 [1.0, -1.0] -> [-427081.1001391581, -116252.42487283646] ( expected: -427081.100139, -116252.424873 ) 4326 -> 3023 [1.0, -1.0] -> [-690747.3053966938, -117772.62917900865] ( expected: -690747.305397, -117772.629179 ) 4326 -> 3024 [1.0, -1.0] -> [-958090.3410777259, -119521.32211435097] ( expected: -958090.341078, -119521.322114 ) 4326 -> 3025 [1.0, -1.0] -> [346516.3147243841, -112389.7664012687] ( expected: 346516.314724, -112389.766401 ) 4326 -> 3026 [1.0, -1.0] -> [90995.1711510059, -113292.1393344008] ( expected: 90995.171151, -113292.139334 ) 4326 -> 3027 [1.0, -1.0] -> [-166786.24169637123, -114388.20017612686] ( expected: -166786.241696, -114388.200176 ) 4326 -> 3028 [1.0, -1.0] -> [-427276.1221562659, -115687.13488114433] ( expected: -427276.122156, -115687.134881 ) 4326 -> 3029 [1.0, -1.0] -> [-690945.3131512664, -117200.09838665766] ( expected: -690945.313151, -117200.098387 ) 4326 -> 3030 [1.0, -1.0] -> [-958291.7420324474, -118940.44878048838] ( expected: -958291.742032, -118940.44878 ) 4326 -> 3031 [1.0, -1.0] -> [212130.9708405235, 1.2152975180149341E7] ( expected: 212130.970841, 1.2152975180149E7 ) 4326 -> 3032 [1.0, -1.0] -> [-5347508.032329941, 1.0355900220886964E7] ( expected: -5347508.03233, 1.0355900220887E7 ) 4326 -> 3033 [1.0, -1.0] -> [-4633172.221089732, 6276793.324537753] ( expected: -4633172.22109, 6276793.324538 ) 4326 -> 3034 [1.0, -1.0] -> [2626066.282661847, -3523299.317110804] ( expected: 2626066.282662, -3523299.317111 ) 4326 -> 3035 [1.0, -1.0] -> [3205019.517945395, -2404654.6309314957] ( expected: 3205019.517945, -2404654.630931 ) 4326 -> 3036 [1.0, -1.0] -> [-3262671.4089617445, 9869498.486163966] ( expected: -3262671.408962, 9869498.486164 ) 4326 -> 3037 [1.0, -1.0] -> [-4079577.277094121, 9859454.266233325] ( expected: -4079577.277094, 9859454.266233 ) 4326 -> 3038 [1.0, -1.0] -> [3748089.863293948, -125299.01588433959] ( expected: 3748089.863294, -125299.015884 ) 4326 -> 3039 [1.0, -1.0] -> [3010550.9666536557, -119274.27313320359] ( expected: 3010550.966654, -119274.273133 ) 4326 -> 3040 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 3041 [1.0, -1.0] -> [1618308.5735833477, -112246.66925895872] ( expected: 1618308.573583, -112246.669259 ) 4326 -> 3042 [1.0, -1.0] -> [945396.6839774091, -110801.83254261187] ( expected: 945396.683977, -110801.832543 ) 4326 -> 3043 [1.0, -1.0] -> [277438.2635211343, -110597.97252016843] ( expected: 277438.263521, -110597.97252 ) 4326 -> 3044 [1.0, -1.0] -> [-392989.21453844465, -111623.60658743935] ( expected: -392989.214538, -111623.606587 ) 4326 -> 3045 [1.0, -1.0] -> [-1073447.8827060014, -113937.03674264441] ( expected: -1073447.882706, -113937.036743 ) 4326 -> 3046 [1.0, -1.0] -> [-1772080.2924184208, -117674.69996566593] ( expected: -1772080.292418, -117674.699966 ) 4326 -> 3047 [1.0, -1.0] -> [-2498135.6120291036, -123071.81486206494] ( expected: -2498135.612029, -123071.814862 ) 4326 -> 3048 [1.0, -1.0] -> [-3262671.408969549, -130501.51383257938] ( expected: -3262671.40897, -130501.513833 ) 4326 -> 3049 [1.0, -1.0] -> [-4079577.277108672, -140545.733763474] ( expected: -4079577.277109, -140545.733763 ) 4326 -> 3050 [1.0, -1.0] -> [-4967185.60999072, -154126.25716180576] ( expected: -4967185.609991, -154126.257162 ) 4326 -> 3051 [1.0, -1.0] -> [-5950996.913983913, -172760.3444177468] ( expected: -5950996.913984, -172760.344418 ) 4326 -> 3054 [1.0, -1.0] -> [3748168.1084403293, -125208.51777495227] ( expected: 3748168.10844, -125208.517775 ) 4326 -> 3055 [1.0, -1.0] -> [3010600.2483212915, -119188.035628088] ( expected: 3010600.248321, -119188.035628 ) 4326 -> 3056 [1.0, -1.0] -> [2303899.7454691334, -114932.18130653695] ( expected: 2303899.745469, -114932.181307 ) 4326 -> 3057 [1.0, -1.0] -> [4171439.7779587214, -7733055.058237773] ( expected: 4171439.777959, -7733055.058238 ) 4326 -> 3058 [1.0, -1.0] -> [1112400.2442070816, -7912590.71214272] ( expected: 1112400.244207, -7912590.712143 ) 4326 -> 3059 [1.0, -1.0] -> [-2131028.856677735, -6120146.018919585] ( expected: -2131028.856678, -6120146.01892 ) 4326 -> 3060 [1.0, -1.0] -> [-1304310.3362026343, -9881249.539094035] ( expected: -1304310.336203, -9881249.539094 ) 4326 -> 3061 [1.0, -1.0] -> [2304196.1235071933, -115337.32079797052] ( expected: 2304196.123507, -115337.320798 ) 4326 -> 3062 [1.0, -1.0] -> [3748058.512895798, -125361.5443714715] ( expected: 3748058.512896, -125361.544371 ) 4326 -> 3063 [1.0, -1.0] -> [3748031.7471006257, -125257.74355640089] ( expected: 3748031.747101, -125257.743556 ) 4326 -> 3064 [1.0, -1.0] -> [-392989.21453834325, -111623.60659108356] ( expected: -392989.214538, -111623.606591 ) 4326 -> 3065 [1.0, -1.0] -> [-1073447.8827054566, -113937.03674628386] ( expected: -1073447.882705, -113937.036746 ) 4326 -> 3066 [1.0, -1.0] -> [-3800795.0201413296, -3136715.488260105] ( expected: -3800795.020141, -3136715.48826 ) 4326 -> 3067 [1.0, -1.0] -> [-2498135.6120291036, -123071.81486206494] ( expected: -2498135.612029, -123071.814862 ) 4326 -> 3068 [1.0, -1.0] -> [-1365260.5997558034, -5913085.864040342] ( expected: -1365260.599756, -5913085.86404 ) 4326 -> 3072 [1.0, -1.0] -> [1.1180772997794613E7, -5141094.6942712655] ( expected: 1.1180772997795E7, -5141094.694271 ) 4326 -> 3073 [1.0, -1.0] -> [1.1324154703457348E7, -5061023.391584588] ( expected: 1.1324154703457E7, -5061023.391585 ) 4326 -> 3074 [1.0, -1.0] -> [1.1480217073421944E7, -5055926.34239189] ( expected: 1.1480217073422E7, -5055926.342392 ) 4326 -> 3075 [1.0, -1.0] -> [1.1180772997794613E7, -5141094.6942712655] ( expected: 1.1180772997795E7, -5141094.694271 ) 4326 -> 3076 [1.0, -1.0] -> [1.1324154703457348E7, -5061023.391584588] ( expected: 1.1324154703457E7, -5061023.391585 ) 4326 -> 3077 [1.0, -1.0] -> [1.1480217073421944E7, -5055926.34239189] ( expected: 1.1480217073422E7, -5055926.342392 ) 4326 -> 3078 [1.0, -1.0] -> [1.2974290765670685E7, -4688338.053865224] ( expected: 1.2974290765671E7, -4688338.053865 ) 4326 -> 3079 [1.0, -1.0] -> [1.2974290765670685E7, -4688338.053865224] ( expected: 1.2974290765671E7, -4688338.053865 ) 4326 -> 3080 [1.0, -1.0] -> [4.002852554075422E7, 8920533.352446845] ( expected: 4.0028525540754E7, 8920533.352447 ) 4326 -> 3081 [1.0, -1.0] -> [1.2286290519845854E7, 2804360.1536302003] ( expected: 1.2286290519846E7, 2804360.15363 ) 4326 -> 3082 [1.0, -1.0] -> [1.2786551384995867E7, 8286577.512520395] ( expected: 1.2786551384996E7, 8286577.51252 ) 4326 -> 3083 [1.0, -1.0] -> [1.2532010751485368E7, 9447989.246788077] ( expected: 1.2532010751485E7, 9447989.246788 ) 4326 -> 3084 [1.0, -1.0] -> [1.2786551384995867E7, 8286577.512520395] ( expected: 1.2786551384996E7, 8286577.51252 ) 4326 -> 3085 [1.0, -1.0] -> [1.2532010751485368E7, 9447989.246788077] ( expected: 1.2532010751485E7, 9447989.246788 ) 4326 -> 3086 [1.0, -1.0] -> [1.0071974621001137E7, 811782.9724195222] ( expected: 1.0071974621001E7, 811782.97242 ) 4326 -> 3087 [1.0, -1.0] -> [1.0071974621001137E7, 811782.9724195222] ( expected: 1.0071974621001E7, 811782.97242 ) 4326 -> 3088 [1.0, -1.0] -> [1.1789559592363643E7, 1700397.7218933944] ( expected: 1.1789559592364E7, 1700397.721893 ) 4326 -> 3089 [1.0, -1.0] -> [3.867958009594641E7, 5578721.525578581] ( expected: 3.8679580095946E7, 5578721.525579 ) 4326 -> 3090 [1.0, -1.0] -> [1.1789559592363643E7, 1700397.7218933944] ( expected: 1.1789559592364E7, 1700397.721893 ) 4326 -> 3091 [1.0, -1.0] -> [3.867958009594641E7, 5578721.525578581] ( expected: 3.8679580095946E7, 5578721.525579 ) 4326 -> 3092 [1.0, -1.0] -> [-7478376.227123572, -1.9782123493907448E7] ( expected: -7478376.227124, -1.9782123493907E7 ) 4326 -> 3093 [1.0, -1.0] -> [-6304641.938631195, -1.981214483511538E7] ( expected: -6304641.938631, -1.9812144835115E7 ) 4326 -> 3094 [1.0, -1.0] -> [-5281446.651008013, -1.983308991524632E7] ( expected: -5281446.651008, -1.9833089915246E7 ) 4326 -> 3095 [1.0, -1.0] -> [-4365259.013167531, -1.9848231687099326E7] ( expected: -4365259.013168, -1.9848231687099E7 ) 4326 -> 3096 [1.0, -1.0] -> [-3527262.18007987, -1.9859393564648356E7] ( expected: -3527262.18008, -1.9859393564648E7 ) 4326 -> 3097 [1.0, -1.0] -> [-7480365.93279154, -1.9785573547404528E7] ( expected: -7480365.932792, -1.9785573547405E7 ) 4326 -> 3098 [1.0, -1.0] -> [-6306321.314798506, -1.9815427066946484E7] ( expected: -6306321.314799, -1.9815427066946E7 ) 4326 -> 3099 [1.0, -1.0] -> [-5282890.195007891, -1.9836253786344197E7] ( expected: -5282890.195008, -1.9836253786344E7 ) 4326 -> 3100 [1.0, -1.0] -> [-4366513.929932128, -1.9851309433735143E7] ( expected: -4366513.929932, -1.9851309433735E7 ) 4326 -> 3101 [1.0, -1.0] -> [-3528360.4820141736, -1.9862407599483844E7] ( expected: -3528360.482014, -1.9862407599484E7 ) 4326 -> 3102 [1.0, -1.0] -> [5.89844183542995E7, -1.7365137211469673E7] ( expected: 5.89844183543E7, -1.736513721147E7 ) 4326 -> 3103 [1.0, -1.0] -> [2303912.2837995742, -115005.28615017569] ( expected: 2303912.2838, -115005.28615 ) 4326 -> 3104 [1.0, -1.0] -> [1618328.893063788, -112236.50871155021] ( expected: 1618328.893064, -112236.508712 ) 4326 -> 3105 [1.0, -1.0] -> [945404.562756445, -110791.6422370876] ( expected: 945404.562756, -110791.642237 ) 4326 -> 3106 [1.0, -1.0] -> [-1.7529831967061825E7, -648424.2550456681] ( expected: -1.7529831967062E7, -648424.255046 ) 4326 -> 3107 [1.0, -1.0] -> [-1.2026827635186218E7, -3715356.0062106457] ( expected: -1.2026827635186E7, -3715356.006211 ) 4326 -> 3108 [1.0, -1.0] -> [427509.87732905615, -5545990.703907908] ( expected: 427509.877329, -5545990.703908 ) 4326 -> 3109 [1.0, -1.0] -> [389109.08056813275, -5495390.959161898] ( expected: 389109.080568, -5495390.959162 ) 4326 -> 3110 [1.0, -1.0] -> [-1.0194328543259235E7, -3233066.3367856387] ( expected: -1.0194328543259E7, -3233066.336786 ) 4326 -> 3111 [1.0, -1.0] -> [-1.0194432314247694E7, -5233080.060971527] ( expected: -1.0194432314248E7, -5233080.060971 ) 4326 -> 3112 [1.0, -1.0] -> [-1.329984004471215E7, -7898676.200665043] ( expected: -1.3299840044712E7, -7898676.200665 ) 4326 -> 3114 [1.0, -1.0] -> [1.5461813475517903E7, 36428.3174266984] ( expected: 1.5461813475518E7, 36428.317427 ) 4326 -> 3115 [1.0, -1.0] -> [1.4337611326141572E7, 89441.19040511188] ( expected: 1.4337611326142E7, 89441.190405 ) 4326 -> 3116 [1.0, -1.0] -> [1.3316634685515394E7, 134193.3094465247] ( expected: 1.3316634685515E7, 134193.309447 ) 4326 -> 3117 [1.0, -1.0] -> [1.2386385982502028E7, 171980.30292886728] ( expected: 1.2386385982502E7, 171980.302929 ) 4326 -> 3118 [1.0, -1.0] -> [1.1535781567243375E7, 203905.92328829295] ( expected: 1.1535781567243E7, 203905.923288 ) 4326 -> 3119 [1.0, -1.0] -> [-61090.418752128724, 888078.4712058047] ( expected: -61090.418752, 888078.471206 ) 4326 -> 3120 [1.0, -1.0] -> [1872060.582589062, -442789.4711584775] ( expected: 1872060.582589, -442789.471158 ) 4326 -> 3126 [1.0, -1.0] -> [-1537455.28254238, -116304.88983196473] ( expected: -1537455.282542, -116304.889832 ) 4326 -> 3127 [1.0, -1.0] -> [-1654864.2584109395, -116991.03987045647] ( expected: -1654864.258411, -116991.03987 ) 4326 -> 3128 [1.0, -1.0] -> [-1772985.4626085325, -117721.69001396977] ( expected: -1772985.462609, -117721.690014 ) 4326 -> 3129 [1.0, -1.0] -> [-1891864.1571991583, -118498.13489190502] ( expected: -1891864.157199, -118498.134892 ) 4326 -> 3130 [1.0, -1.0] -> [-2011546.9104032, -119321.7697803777] ( expected: -2011546.910403, -119321.76978 ) 4326 -> 3131 [1.0, -1.0] -> [-2132081.6893534767, -120194.0965582086] ( expected: -2132081.689353, -120194.096558 ) 4326 -> 3132 [1.0, -1.0] -> [-2253517.9568681116, -121116.7301528817] ( expected: -2253517.956868, -121116.730153 ) 4326 -> 3133 [1.0, -1.0] -> [-2375906.772431486, -122091.40550496038] ( expected: -2375906.772431, -122091.405505 ) 4326 -> 3134 [1.0, -1.0] -> [-2499300.8975745635, -123119.9850807771] ( expected: -2499300.897575, -123119.985081 ) 4326 -> 3135 [1.0, -1.0] -> [-2623754.905845868, -124204.46696453738] ( expected: -2623754.905846, -124204.466965 ) 4326 -> 3136 [1.0, -1.0] -> [-2749325.297564364, -125346.99356230324] ( expected: -2749325.297564, -125346.993562 ) 4326 -> 3137 [1.0, -1.0] -> [-2876070.6195455557, -126549.86095164728] ( expected: -2876070.619546, -126549.860952 ) 4326 -> 3138 [1.0, -1.0] -> [-3004051.5899920566, -127815.52891209336] ( expected: -3004051.589992, -127815.528912 ) 4326 -> 3140 [1.0, -1.0] -> [-1.9619171831241924E7, -637586.283225383] ( expected: -1.9619171831241924E7, -637586.283225383 ) 4326 -> 3141 [1.0, -1.0] -> [54966.60597872228, -9885958.680890456] ( expected: 54966.605979, -9885958.68089 ) 4326 -> 3142 [1.0, -1.0] -> [722950.9684313037, -9886161.510275863] ( expected: 722950.968431, -9886161.510276 ) 4326 -> 3146 [1.0, -1.0] -> [4579374.166560883, -115567.82087051014] ( expected: 4579374.166561, -115567.820871 ) 4326 -> 3147 [1.0, -1.0] -> [-1420625.8334391175, -115567.82087051014] ( expected: -1420625.833439, -115567.820871 ) 4326 -> 3148 [1.0, -1.0] -> [-1.301159072801398E7, -1.9508743019490127E7] ( expected: -1.3011590728014E7, -1.950874301949E7 ) 4326 -> 3149 [1.0, -1.0] -> [-1.0620884199265292E7, -1.9661226637365732E7] ( expected: -1.0620884199265E7, -1.9661226637366E7 ) 4326 -> 3150 [1.0, -1.0] -> [4579385.695259448, -115578.40154152557] ( expected: 4579385.695259, -115578.401542 ) 4326 -> 3151 [1.0, -1.0] -> [-1420614.3047405514, -115578.40154152557] ( expected: -1420614.304741, -115578.401542 ) 4326 -> 3152 [1.0, -1.0] -> [-1827254.2469715676, -6616312.1501202015] ( expected: -1827254.246972, -6616312.15012 ) 4326 -> 3153 [1.0, -1.0] -> [1.0954441469536424E7, 7888694.85064684] ( expected: 1.0954441469536E7, 7888694.850647 ) 4326 -> 3154 [1.0, -1.0] -> [5079577.277108679, -1.9855384152114067E7] ( expected: 5079577.277109, -1.9855384152114E7 ) 4326 -> 3155 [1.0, -1.0] -> [5967185.609990722, -1.9841803628715735E7] ( expected: 5967185.609991, -1.9841803628716E7 ) 4326 -> 3156 [1.0, -1.0] -> [6950996.91398392, -1.982316954145979E7] ( expected: 6950996.913984, -1.982316954146E7 ) 4326 -> 3157 [1.0, -1.0] -> [8068672.129213652, -1.9796828129229646E7] ( expected: 8068672.129214, -1.979682812923E7 ) 4326 -> 3158 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 3159 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 3161 [1.0, -1.0] -> [1.1568962952869633E7, 1.3051430710227707E7] ( expected: 1.156896295287E7, 1.3051430710228E7 ) 4326 -> 3162 [1.0, -1.0] -> [1.1568962952869633E7, 1.3051430710227707E7] ( expected: 1.156896295287E7, 1.3051430710228E7 ) 4326 -> 3163 [1.0, -1.0] -> [-1.5708386506075067E7, -6773830.796138562] ( expected: -1.5708386506075E7, -6773830.796139 ) 4326 -> 3164 [1.0, -1.0] -> [-1303860.153632692, -9880939.389127892] ( expected: -1303860.153633, -9880939.389128 ) 4326 -> 3165 [1.0, -1.0] -> [-1.5985157532618206E7, -7331125.104348808] ( expected: -1.5985157532619E7, -7331125.104347 ) 4326 -> 3166 [1.0, -1.0] -> [-1.59851478802012E7, -7331144.611259755] ( expected: -1.5985147880199E7, -7331144.611264 ) 4326 -> 3167 [1.0, -1.0] -> [-642160.3012905621, 302265.3421112665] ( expected: -642160.301291, 302265.342111 ) 4326 -> 3168 [1.0, -1.0] -> [-1.2153511853948724E7, 6080598.134508873] ( expected: -1.2153511853949E7, 6080598.134509 ) 4326 -> 3169 [1.0, -1.0] -> [-2010550.9666536585, -9876655.612744339] ( expected: -2010550.966654, -9876655.612744 ) 4326 -> 3170 [1.0, -1.0] -> [-1303877.8319515917, -9880914.51404557] ( expected: -1303877.831952, -9880914.514046 ) 4326 -> 3171 [1.0, -1.0] -> [-618308.5735833475, -9883683.216618583] ( expected: -618308.573583, -9883683.216619 ) 4326 -> 3172 [1.0, -1.0] -> [-618177.790063727, -9884456.438511] ( expected: -618177.790064, -9884456.438511 ) 4326 -> 3174 [1.0, -1.0] -> [1.0666484178777816E7, 1886187.0442208266] ( expected: 1.0666484178778E7, 1886187.044221 ) 4326 -> 3175 [1.0, -1.0] -> [1.0584630186397145E7, 1741605.5386626474] ( expected: 1.0584630186397E7, 1741605.538663 ) 4326 -> 3177 [1.0, -1.0] -> [-798244.2150316753, -114656.31677238329] ( expected: -798244.215032, -114656.316772 ) 4326 -> 3178 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 3179 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 3180 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 3181 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 3182 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 3183 [1.0, -1.0] -> [6282890.195007891, -159676.09953334465] ( expected: 6282890.195008, -159676.099533 ) 4326 -> 3184 [1.0, -1.0] -> [5366513.929932126, -144620.4521423992] ( expected: 5366513.929932, -144620.452142 ) 4326 -> 3185 [1.0, -1.0] -> [4528360.48201417, -133522.28639369676] ( expected: 4528360.482014, -133522.286394 ) 4326 -> 3186 [1.0, -1.0] -> [3748089.863293948, -125299.01588433959] ( expected: 3748089.863294, -125299.015884 ) 4326 -> 3187 [1.0, -1.0] -> [3010550.9666536557, -119274.27313320359] ( expected: 3010550.966654, -119274.273133 ) 4326 -> 3188 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 3189 [1.0, -1.0] -> [1618308.5735833477, -112246.66925895872] ( expected: 1618308.573583, -112246.669259 ) 4326 -> 3190 [1.0, -1.0] -> [-693229.8610381737, -111660.57505655306] ( expected: -693229.861038, -111660.575057 ) 4326 -> 3191 [1.0, -1.0] -> [-918636.4514591745, -112283.7946917419] ( expected: -918636.451459, -112283.794692 ) 4326 -> 3192 [1.0, -1.0] -> [-1145443.8222825227, -113053.48847761539] ( expected: -1145443.822283, -113053.488478 ) 4326 -> 3193 [1.0, -1.0] -> [-1373951.4865865866, -113974.628181606] ( expected: -1373951.486587, -113974.628182 ) 4326 -> 3194 [1.0, -1.0] -> [-1604469.9476376553, -115053.27040295501] ( expected: -1604469.947638, -115053.270403 ) 4326 -> 3195 [1.0, -1.0] -> [-1837322.902009331, -116296.65469340155] ( expected: -1837322.902009, -116296.654693 ) 4326 -> 3196 [1.0, -1.0] -> [-2072849.6140725398, -117713.3227100368] ( expected: -2072849.614073, -117713.32271 ) 4326 -> 3197 [1.0, -1.0] -> [-2311407.4863393283, -119313.26094430906] ( expected: -2311407.486339, -119313.260944 ) 4326 -> 3198 [1.0, -1.0] -> [-2553374.850143644, -121108.06991038851] ( expected: -2553374.850144, -121108.06991 ) 4326 -> 3199 [1.0, -1.0] -> [-392917.220111956, -111621.49195922283] ( expected: -392917.220112, -111621.491959 ) 4326 -> 3200 [1.0, -1.0] -> [-4082761.8289674968, -1578178.2410726747] ( expected: -4082761.828967, -1578178.241073 ) 4326 -> 3201 [1.0, -1.0] -> [-1073400.833730417, -113934.73967790278] ( expected: -1073400.83373, -113934.739678 ) 4326 -> 3202 [1.0, -1.0] -> [-1772058.1092350278, -117672.21983683598] ( expected: -1772058.109235, -117672.219837 ) 4326 -> 3203 [1.0, -1.0] -> [-2498138.730118227, -123069.15146184883] ( expected: -2498138.730118, -123069.151462 ) 4326 -> 3204 [1.0, -1.0] -> [9747673.233241675, 5819345.9008161435] ( expected: 9747673.233242, 5819345.900816 ) 4326 -> 3205 [1.0, -1.0] -> [8511336.785331039, 7512593.846473569] ( expected: 8511336.785331, 7512593.846474 ) 4326 -> 3206 [1.0, -1.0] -> [6984714.68943342, 8949619.035613464] ( expected: 6984714.689433, 8949619.035613 ) 4326 -> 3207 [1.0, -1.0] -> [3943707.213798184, -1.0767928641507281E7] ( expected: 3943707.213798, -1.0767928641507E7 ) 4326 -> 3208 [1.0, -1.0] -> [1.0050216355725052E7, 5522161.263479488] ( expected: 1.0050216355725E7, 5522161.263479 ) 4326 -> 3209 [1.0, -1.0] -> [8816555.46576637, 7332766.431287843] ( expected: 8816555.465766, 7332766.431288 ) 4326 -> 3210 [1.0, -1.0] -> [-6974357.178818582, 9102716.943804111] ( expected: -6974357.178819, 9102716.943804 ) 4326 -> 3211 [1.0, -1.0] -> [-8578257.93629272, 7610164.557694379] ( expected: -8578257.936293, 7610164.557694 ) 4326 -> 3212 [1.0, -1.0] -> [-9869024.906475019, 5839816.881729466] ( expected: -9869024.906475, 5839816.881729 ) 4326 -> 3213 [1.0, -1.0] -> [-1.0799540976207295E7, 3856297.2551368885] ( expected: -1.0799540976207E7, 3856297.255137 ) 4326 -> 3214 [1.0, -1.0] -> [-1.1335839339733051E7, 1732010.47355876] ( expected: -1.1335839339733E7, 1732010.473559 ) 4326 -> 3215 [1.0, -1.0] -> [-1.1458343395493276E7, -455500.21702774864] ( expected: -1.1458343395493E7, -455500.217028 ) 4326 -> 3216 [1.0, -1.0] -> [-1.1162581354550902E7, -2626383.6962236175] ( expected: -1.1162581354551E7, -2626383.696224 ) 4326 -> 3217 [1.0, -1.0] -> [-1.0459349475156179E7, -4701395.789901853] ( expected: -1.0459349475156E7, -4701395.789902 ) 4326 -> 3218 [1.0, -1.0] -> [-9374317.964870432, -6604791.935425684] ( expected: -9374317.96487, -6604791.935426 ) 4326 -> 3219 [1.0, -1.0] -> [-7947093.9360782495, -8267092.099880408] ( expected: -7947093.936078, -8267092.09988 ) 4326 -> 3220 [1.0, -1.0] -> [-6229775.62000195, -9627617.02298061] ( expected: -6229775.620002, -9627617.022981 ) 4326 -> 3221 [1.0, -1.0] -> [1.154705582345124E7, -1376313.2781334885] ( expected: 1.1547055823451E7, -1376313.278133 ) 4326 -> 3222 [1.0, -1.0] -> [1.1593255747428454E7, 908381.8603334333] ( expected: 1.1593255747428E7, 908381.860333 ) 4326 -> 3223 [1.0, -1.0] -> [1.1191772785949547E7, 3157999.103411023] ( expected: 1.119177278595E7, 3157999.103411 ) 4326 -> 3224 [1.0, -1.0] -> [1.0358110526149323E7, 5285667.673770294] ( expected: 1.0358110526149E7, 5285667.67377 ) 4326 -> 3225 [1.0, -1.0] -> [3565643.4416950988, 1.106864595495594E7] ( expected: 3565643.441695, 1.1068645954956E7 ) 4326 -> 3226 [1.0, -1.0] -> [1332233.9028577602, 1.1552224428980857E7] ( expected: 1332233.902858, 1.1552224428981E7 ) 4326 -> 3227 [1.0, -1.0] -> [-952620.9185410476, 1.1589704474878715E7] ( expected: -952620.918541, 1.1589704474879E7 ) 4326 -> 3228 [1.0, -1.0] -> [-3200689.517773323, 1.1179638770563282E7] ( expected: -3200689.517773, 1.1179638770563E7 ) 4326 -> 3229 [1.0, -1.0] -> [-5325160.919636452, 1.0337862332679924E7] ( expected: -5325160.919636, 1.033786233268E7 ) 4326 -> 3230 [1.0, -1.0] -> [-7243996.954010183, 9096881.03471497] ( expected: -7243996.95401, 9096881.034715 ) 4326 -> 3231 [1.0, -1.0] -> [-8883100.225710582, 7504616.366573731] ( expected: -8883100.225711, 7504616.366574 ) 4326 -> 3232 [1.0, -1.0] -> [-1.0179175444939686E7, 5622554.907744579] ( expected: -1.017917544494E7, 5622554.907745 ) 4326 -> 3233 [1.0, -1.0] -> [-1.1082173625756562E7, 3523373.973629731] ( expected: -1.1082173625757E7, 3523373.97363 ) 4326 -> 3234 [1.0, -1.0] -> [-1.1557224767882008E7, 1288135.1226173418] ( expected: -1.1557224767882E7, 1288135.122617 ) 4326 -> 3235 [1.0, -1.0] -> [-1.158598438977613E7, -996846.1011257318] ( expected: -1.1585984389776E7, -996846.101126 ) 4326 -> 3236 [1.0, -1.0] -> [-1.1167341915532151E7, -3243333.3117434033] ( expected: -1.1167341915532E7, -3243333.311743 ) 4326 -> 3237 [1.0, -1.0] -> [-1.031746356065736E7, -5364576.600624999] ( expected: -1.0317463560657E7, -5364576.600625 ) 4326 -> 3238 [1.0, -1.0] -> [-9069168.060672317, -7278662.453826722] ( expected: -9069168.060672, -7278662.453827 ) 4326 -> 3239 [1.0, -1.0] -> [-7470659.349270032, -8911676.908227203] ( expected: -7470659.34927, -8911676.908227 ) 4326 -> 3240 [1.0, -1.0] -> [-5583665.124686277, -1.0200559798600659E7] ( expected: -5583665.124686, -1.0200559798601E7 ) 4326 -> 3241 [1.0, -1.0] -> [-3481053.185036179, -1.1095539876563698E7] ( expected: -3481053.185036, -1.1095539876564E7 ) 4326 -> 3242 [1.0, -1.0] -> [6256613.924872201, -1.0031255059454525E7] ( expected: 6256613.924872, -1.0031255059455E7 ) 4326 -> 3243 [1.0, -1.0] -> [8957189.146804435, -7716220.477740741] ( expected: 8957189.146804, -7716220.477741 ) 4326 -> 3244 [1.0, -1.0] -> [1.0846934361583618E7, -4702691.870432646] ( expected: 1.0846934361584E7, -4702691.870433 ) 4326 -> 3245 [1.0, -1.0] -> [1.1754784506174484E7, -1263462.3406089386] ( expected: 1.1754784506174E7, -1263462.340609 ) 4326 -> 3246 [1.0, -1.0] -> [1.1598558426738707E7, 2290139.3613195736] ( expected: 1.1598558426739E7, 2290139.36132 ) 4326 -> 3247 [1.0, -1.0] -> [1.0392398148305604E7, 5636431.193568407] ( expected: 1.0392398148306E7, 5636431.193568 ) 4326 -> 3248 [1.0, -1.0] -> [5352174.372616748, 1.0541609239477681E7] ( expected: 5352174.372617, 1.0541609239478E7 ) 4326 -> 3249 [1.0, -1.0] -> [1974366.1372645365, 1.1656464911316803E7] ( expected: 1974366.137265, 1.1656464911317E7 ) 4326 -> 3250 [1.0, -1.0] -> [-1582167.2855279879, 1.1716144525966797E7] ( expected: -1582167.285528, 1.1716144525967E7 ) 4326 -> 3251 [1.0, -1.0] -> [-4995478.466340764, 1.0715245716504239E7] ( expected: -4995478.466341, 1.0715245716504E7 ) 4326 -> 3252 [1.0, -1.0] -> [-7956584.85676558, 8744372.664166672] ( expected: -7956584.856766, 8744372.664167 ) 4326 -> 3253 [1.0, -1.0] -> [-1.0197438760546558E7, 5981934.352501659] ( expected: -1.0197438760547E7, 5981934.352502 ) 4326 -> 3254 [1.0, -1.0] -> [-1.1515191766530072E7, 2677994.483335382] ( expected: -1.151519176653E7, 2677994.483335 ) 4326 -> 3255 [1.0, -1.0] -> [-1.1790557158564923E7, -868364.9943141367] ( expected: -1.1790557158565E7, -868364.994314 ) 4326 -> 3256 [1.0, -1.0] -> [-1.0998608085254537E7, -4336117.625216164] ( expected: -1.0998608085255E7, -4336117.625216 ) 4326 -> 3257 [1.0, -1.0] -> [-9211034.008801043, -7411352.667458708] ( expected: -9211034.008801, -7411352.667459 ) 4326 -> 3258 [1.0, -1.0] -> [-6589651.172831994, -9815691.17755498] ( expected: -6589651.172832, -9815691.177555 ) 4326 -> 3259 [1.0, -1.0] -> [-3371754.5399527033, -1.1331485657010958E7] ( expected: -3371754.539953, -1.1331485657011E7 ) 4326 -> 3260 [1.0, -1.0] -> [3048773.345474444, -1.1639383622792205E7] ( expected: 3048773.345474, -1.1639383622792E7 ) 4326 -> 3261 [1.0, -1.0] -> [7433415.079158404, -9461216.110603292] ( expected: 7433415.079158, -9461216.110603 ) 4326 -> 3262 [1.0, -1.0] -> [1.0587312273637159E7, -5716562.677963987] ( expected: 1.0587312273637E7, -5716562.677964 ) 4326 -> 3263 [1.0, -1.0] -> [1.1988276714209426E7, -1025422.5734509842] ( expected: 1.1988276714209E7, -1025422.573451 ) 4326 -> 3264 [1.0, -1.0] -> [1.1404351848403206E7, 3835495.919489575] ( expected: 1.1404351848403E7, 3835495.91949 ) 4326 -> 3265 [1.0, -1.0] -> [8932217.645283066, 8061374.446575017] ( expected: 8932217.645283, 8061374.446575 ) 4326 -> 3266 [1.0, -1.0] -> [4981183.370949744, 1.0952537708475262E7] ( expected: 4981183.37095, 1.0952537708475E7 ) 4326 -> 3267 [1.0, -1.0] -> [205418.58348190715, 1.203029813579693E7] ( expected: 205418.583482, 1.2030298135797E7 ) 4326 -> 3268 [1.0, -1.0] -> [-4604357.193171837, 1.1116211803860413E7] ( expected: -4604357.193172, 1.111621180386E7 ) 4326 -> 3269 [1.0, -1.0] -> [-8651793.263015075, 8361623.249384404] ( expected: -8651793.263015, 8361623.249384 ) 4326 -> 3270 [1.0, -1.0] -> [-1.1266758900439821E7, 4222607.477608935] ( expected: -1.126675890044E7, 4222607.477609 ) 4326 -> 3271 [1.0, -1.0] -> [-1.2016296353968795E7, -615542.0084730766] ( expected: -1.2016296353969E7, -615542.008473 ) 4326 -> 3272 [1.0, -1.0] -> [-1.077630531196367E7, -5351776.700680099] ( expected: -1.0776305311964E7, -5351776.70068 ) 4326 -> 3273 [1.0, -1.0] -> [-7752090.09112944, -9201922.041052703] ( expected: -7752090.091129, -9201922.041053 ) 4326 -> 3274 [1.0, -1.0] -> [-3444367.566386586, -1.1528512570935722E7] ( expected: -3444367.566387, -1.1528512570936E7 ) 4326 -> 3275 [1.0, -1.0] -> [3000953.783736635, -1.2036168218233123E7] ( expected: 3000953.783737, -1.2036168218233E7 ) 4326 -> 3276 [1.0, -1.0] -> [8616986.32141552, -8923150.549344452] ( expected: 8616986.321416, -8923150.549344 ) 4326 -> 3277 [1.0, -1.0] -> [1.1924104333081083E7, -3419181.8968176097] ( expected: 1.1924104333081E7, -3419181.896818 ) 4326 -> 3278 [1.0, -1.0] -> [1.2036168218233123E7, 3000953.783736629] ( expected: 1.2036168218233E7, 3000953.783737 ) 4326 -> 3279 [1.0, -1.0] -> [8923150.549344454, 8616986.321415516] ( expected: 8923150.549344, 8616986.321416 ) 4326 -> 3280 [1.0, -1.0] -> [3419181.8968176083, 1.1924104333081083E7] ( expected: 3419181.896818, 1.1924104333081E7 ) 4326 -> 3281 [1.0, -1.0] -> [-3000953.7837366294, 1.2036168218233123E7] ( expected: -3000953.783737, 1.2036168218233E7 ) 4326 -> 3282 [1.0, -1.0] -> [-8616986.321415516, 8923150.549344456] ( expected: -8616986.321416, 8923150.549344 ) 4326 -> 3283 [1.0, -1.0] -> [-1.1924104333081083E7, 3419181.8968176083] ( expected: -1.1924104333081E7, 3419181.896818 ) 4326 -> 3284 [1.0, -1.0] -> [-1.2036168218233123E7, -3000953.7837366303] ( expected: -1.2036168218233E7, -3000953.783737 ) 4326 -> 3285 [1.0, -1.0] -> [-8923150.549344454, -8616986.321415517] ( expected: -8923150.549344, -8616986.321416 ) 4326 -> 3286 [1.0, -1.0] -> [-3419181.8968176087, -1.1924104333081083E7] ( expected: -3419181.896818, -1.1924104333081E7 ) 4326 -> 3287 [1.0, -1.0] -> [6013888.3281475175, -1.0849341738847543E7] ( expected: 6013888.328148, -1.0849341738848E7 ) 4326 -> 3288 [1.0, -1.0] -> [1.2402749724254565E7, -216490.80172529572] ( expected: 1.2402749724255E7, -216490.801725 ) 4326 -> 3289 [1.0, -1.0] -> [6388861.396107049, 1.0632850937122248E7] ( expected: 6388861.396107, 1.0632850937122E7 ) 4326 -> 3290 [1.0, -1.0] -> [-6013888.328147515, 1.0849341738847543E7] ( expected: -6013888.328148, 1.0849341738848E7 ) 4326 -> 3291 [1.0, -1.0] -> [-1.2402749724254565E7, 216490.80172529723] ( expected: -1.2402749724255E7, 216490.801725 ) 4326 -> 3292 [1.0, -1.0] -> [-6388861.396107047, -1.0632850937122248E7] ( expected: -6388861.396107, -1.0632850937122E7 ) 4326 -> 3293 [1.0, -1.0] -> [216490.80172529616, 1.2402749724254565E7] ( expected: 216490.801725, 1.2402749724255E7 ) 4326 -> 3294 [1.0, -1.0] -> [-4605234.623000882, -1.2475434056559237E7] ( expected: -4605234.623001, -1.2475434056559E7 ) 4326 -> 3296 [1.0, -1.0] -> [3498134.7971534757, -9872858.370711766] ( expected: 3498134.797153, -9872858.370712 ) 4326 -> 3297 [1.0, -1.0] -> [4262670.54567568, -9865428.691911012] ( expected: 4262670.545676, -9865428.691911 ) 4326 -> 3298 [1.0, -1.0] -> [5079576.348334552, -9855384.499157075] ( expected: 5079576.348335, -9855384.499157 ) 4326 -> 3299 [1.0, -1.0] -> [5967184.592738937, -9841804.012612507] ( expected: 5967184.592739, -9841804.012613 ) 4326 -> 3300 [1.0, -1.0] -> [-3414969.644271961, -571413.7234692732] ( expected: -3414969.644272, -571413.723469 ) 4326 -> 3301 [1.0, -1.0] -> [-3414970.830273872, -571413.5733888419] ( expected: -3414970.830274, -571413.573389 ) 4326 -> 3302 [1.0, -1.0] -> [5079858.539363262, -9855999.878458515] ( expected: 5079858.539363, -9855999.878459 ) 4326 -> 3303 [1.0, -1.0] -> [5080733.101456892, -9855466.309390087] ( expected: 5080733.101457, -9855466.30939 ) 4326 -> 3304 [1.0, -1.0] -> [4262965.7047476005, -9865803.383402806] ( expected: 4262965.704748, -9865803.383403 ) 4326 -> 3305 [1.0, -1.0] -> [4262950.982891553, -9865793.829742558] ( expected: 4262950.982892, -9865793.829743 ) 4326 -> 3306 [1.0, -1.0] -> [3498349.191282467, -9873465.961376417] ( expected: 3498349.191282, -9873465.961376 ) 4326 -> 3307 [1.0, -1.0] -> [-5950996.657384071, -172761.40137578704] ( expected: -5950996.657384, -172761.401376 ) 4326 -> 3308 [1.0, -1.0] -> [-3976546.7935278732, -2903017.8032610705] ( expected: -3976546.793528, -2903017.803261 ) 4326 -> 3309 [1.0, -1.0] -> [1.1872829921121646E7, 4710941.5042648595] ( expected: 1.1872829921122E7, 4710941.504265 ) 4326 -> 3310 [1.0, -1.0] -> [1.1872810603164466E7, 4710919.607090609] ( expected: 1.1872810603164E7, 4710919.607091 ) 4326 -> 3311 [1.0, -1.0] -> [1.1872810603164466E7, 4710919.607090609] ( expected: 1.1872810603164E7, 4710919.607091 ) 4326 -> 3312 [1.0, -1.0] -> [8480313.03471235, -210563.08195469875] ( expected: 8480313.034712, -210563.081955 ) 4326 -> 3313 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 3314 [1.0, -1.0] -> [-2804750.58222672, -207213.081530419] ( expected: -2804750.582227, -207213.08153 ) 4326 -> 3315 [1.0, -1.0] -> [-2875364.0650924025, 873203.8010760634] ( expected: -2875364.065092, 873203.801076 ) 4326 -> 3316 [1.0, -1.0] -> [-1891673.3881089278, 9881523.678827312] ( expected: -1891673.388109, 9881523.678827 ) 4326 -> 3317 [1.0, -1.0] -> [-2131873.2532342374, 9879827.812045576] ( expected: -2131873.253234, 9879827.812046 ) 4326 -> 3318 [1.0, -1.0] -> [-731866.9896269026, 9887363.53524981] ( expected: -731866.989627, 9887363.53525 ) 4326 -> 3319 [1.0, -1.0] -> [-959471.3275715678, 9886518.765922554] ( expected: -959471.327572, 9886518.765923 ) 4326 -> 3320 [1.0, -1.0] -> [-1188929.8797083043, 9885519.664619377] ( expected: -1188929.879708, 9885519.664619 ) 4326 -> 3321 [1.0, -1.0] -> [-1420559.4754870676, 9884359.595401518] ( expected: -1420559.475487, 9884359.595402 ) 4326 -> 3322 [1.0, -1.0] -> [-1654691.3048953814, 9883030.682330899] ( expected: -1654691.304895, 9883030.682331 ) 4326 -> 3323 [1.0, -1.0] -> [-1891673.3881089278, 9881523.678827312] ( expected: -1891673.388109, 9881523.678827 ) 4326 -> 3324 [1.0, -1.0] -> [-2131873.2532342374, 9879827.812045576] ( expected: -2131873.253234, 9879827.812046 ) 4326 -> 3325 [1.0, -1.0] -> [-2375680.8466248997, 9877930.599219736] ( expected: -2375680.846625, 9877930.59922 ) 4326 -> 3326 [1.0, -1.0] -> [-2623511.7002527076, 9875817.63258232] ( expected: -2623511.700253, 9875817.632582 ) 4326 -> 3327 [1.0, -1.0] -> [-2875810.3806151683, 9873472.329127362] ( expected: -2875810.380615, 9873472.329127 ) 4326 -> 3328 [1.0, -1.0] -> [-2031436.1978915804, -5654801.182261019] ( expected: -2031436.197892, -5654801.182261 ) 4326 -> 3329 [1.0, -1.0] -> [3926020.7693676287, -113907.42375638073] ( expected: 3926020.769368, -113907.423756 ) 4326 -> 3330 [1.0, -1.0] -> [4579379.438129971, -115585.60475538859] ( expected: 4579379.43813, -115585.604755 ) 4326 -> 3331 [1.0, -1.0] -> [5227104.688215981, -117643.76023928044] ( expected: 5227104.688216, -117643.760239 ) 4326 -> 3332 [1.0, -1.0] -> [5868005.018599039, -120114.3886905426] ( expected: 5868005.018599, -120114.388691 ) 4326 -> 3333 [1.0, -1.0] -> [1926020.7693676287, -113907.42375638073] ( expected: 1926020.769368, -113907.423756 ) 4326 -> 3334 [1.0, -1.0] -> [2227104.6882159812, -117643.76023928044] ( expected: 2227104.688216, -117643.760239 ) 4326 -> 3335 [1.0, -1.0] -> [2500782.7225799067, -123038.185131141] ( expected: 2500782.72258, -123038.185131 ) 4326 -> 3336 [1.0, -1.0] -> [-9990877.774435641, 9698468.818475232] ( expected: -9990877.774436, 9698468.818475 ) 4326 -> 3337 [1.0, -1.0] -> [-5516800.130784067, 2042551.964272902] ( expected: -5516800.130784, 2042551.964273 ) 4326 -> 3338 [1.0, -1.0] -> [7104914.414304183, 1.159966719479826E7] ( expected: 7104914.414304, 1.1599667194798E7 ) 4326 -> 3339 [1.0, -1.0] -> [-731708.020564982, 9887525.200371211] ( expected: -731708.020565, 9887525.200371 ) 4326 -> 3340 [1.0, -1.0] -> [-959311.2702969941, 9886681.745298076] ( expected: -959311.270297, 9886681.745298 ) 4326 -> 3341 [1.0, -1.0] -> [-1188768.5201702113, 9885684.183161162] ( expected: -1188768.52017, 9885684.183161 ) 4326 -> 3342 [1.0, -1.0] -> [-1073316.7292042929, 9886236.75204257] ( expected: -1073316.729204, 9886236.752043 ) 4326 -> 3343 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 3344 [1.0, -1.0] -> [1618308.5735833477, -112246.66925895872] ( expected: 1618308.573583, -112246.669259 ) 4326 -> 3345 [1.0, -1.0] -> [945396.6839774091, -110801.83254261187] ( expected: 945396.683977, -110801.832543 ) 4326 -> 3346 [1.0, -1.0] -> [-2131555.2730156058, -120170.05773889697] ( expected: -2131555.273016, -120170.057739 ) 4326 -> 3347 [1.0, -1.0] -> [1.754619002431813E7, 4821185.337534657] ( expected: 1.7546190024318E7, 4821185.337535 ) 4326 -> 3348 [1.0, -1.0] -> [1.754619002431813E7, 4821185.337534657] ( expected: 1.7546190024318E7, 4821185.337535 ) 4326 -> 3349 [1.0, -1.0] -> [1.680924310978431E7, -110579.96522189587] ( expected: 1.6809243109784E7, -110579.965222 ) 4326 -> 3350 [1.0, -1.0] -> [-2135817.918613853, -129419.16224350041] ( expected: -2135817.918614, -129419.162244 ) 4326 -> 3351 [1.0, -1.0] -> [-1497343.8238339876, -132028.06647806888] ( expected: -1497343.823834, -132028.066478 ) 4326 -> 3352 [1.0, -1.0] -> [-867429.173853491, -135104.90627799617] ( expected: -867429.173853, -135104.906278 ) 4326 -> 3353 [1.0, -1.0] -> [-393024.4443888754, 9888375.14781669] ( expected: -393024.444389, 9888375.147817 ) 4326 -> 3354 [1.0, -1.0] -> [-393024.4443888754, 9888375.14781669] ( expected: -393024.444389, 9888375.147817 ) 4326 -> 3355 [1.0, -1.0] -> [-2889219.088866875, -2637968.8756628777] ( expected: -2889219.088867, -2637968.875663 ) 4326 -> 3358 [1.0, -1.0] -> [1.0212602585283434E7, -17652.610422581653] ( expected: 1.0212602585283E7, -17652.610423 ) 4326 -> 3359 [1.0, -1.0] -> [3.350591399109538E7, -57915.38852553036] ( expected: 3.3505913991095E7, -57915.388525 ) 4326 -> 3360 [1.0, -1.0] -> [1.0339890150894856E7, 211156.72768428005] ( expected: 1.0339890150895E7, 211156.727684 ) 4326 -> 3361 [1.0, -1.0] -> [3.3923524117109105E7, 692771.416287008] ( expected: 3.3923524117109E7, 692771.416287 ) 4326 -> 3362 [1.0, -1.0] -> [1.0352975312047962E7, -214159.88900967027] ( expected: 1.0352975312048E7, -214159.88901 ) 4326 -> 3363 [1.0, -1.0] -> [3.3966386502944045E7, -702622.9025258936] ( expected: 3.3966386502944E7, -702622.902526 ) 4326 -> 3364 [1.0, -1.0] -> [1.0308283550952094E7, -220512.9757556637] ( expected: 1.0308283550952E7, -220512.975756 ) 4326 -> 3365 [1.0, -1.0] -> [3.381976028341535E7, -723466.3212917072] ( expected: 3.3819760283415E7, -723466.321292 ) 4326 -> 3366 [1.0, -1.0] -> [-1.2558563688869175E7, -3132655.3173316377] ( expected: -1.2558563688869E7, -3132655.317332 ) 4326 -> 3367 [1.0, -1.0] -> [2303912.2837995742, -115005.28615017569] ( expected: 2303912.2838, -115005.28615 ) 4326 -> 3368 [1.0, -1.0] -> [1618328.893063788, -112236.50871155021] ( expected: 1618328.893064, -112236.508712 ) 4326 -> 3369 [1.0, -1.0] -> [945404.562756445, -110791.6422370876] ( expected: 945404.562756, -110791.642237 ) 4326 -> 3370 [1.0, -1.0] -> [-618321.1887977798, -1.9883534946009703E7] ( expected: -618321.188798, -1.988353494601E7 ) 4326 -> 3371 [1.0, -1.0] -> [54598.43736347306, -1.988497980141128E7] ( expected: 54598.437363, -1.9884979801411E7 ) 4326 -> 3372 [1.0, -1.0] -> [-618308.5735833475, -1.9883683216618583E7] ( expected: -618308.573583, -1.9883683216619E7 ) 4326 -> 3373 [1.0, -1.0] -> [54603.31602258835, -1.988512805333493E7] ( expected: 54603.316023, -1.9885128053335E7 ) 4326 -> 3374 [1.0, -1.0] -> [1618352.7528264418, -112247.94006206036] ( expected: 1618352.752826, -112247.940062 ) 4326 -> 3375 [1.0, -1.0] -> [-1.2155003144451777E7, 6081703.416902022] ( expected: -1.2155003144452E7, 6081703.416902 ) 4326 -> 3376 [1.0, -1.0] -> [1.953939226320958E7, 1.9603504273867205E7] ( expected: -1.2409058238151E7, -4357833.596094 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:3376) +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +units=m +no_defs 4326 -> 3377 [1.0, -1.0] -> [-1.1415841233161546E7, -752918.1089148604] ( expected: -1.1415841233162E7, -752918.108915 ) 4326 -> 3378 [1.0, -1.0] -> [-1.1235544208125336E7, -809647.032817835] ( expected: -1.1235544208125E7, -809647.032818 ) 4326 -> 3379 [1.0, -1.0] -> [-1.1290394712507807E7, -924005.6163552098] ( expected: -1.1290394712508E7, -924005.616355 ) 4326 -> 3380 [1.0, -1.0] -> [-1.1208820519630978E7, -852589.9558089041] ( expected: -1.1208820519631E7, -852589.955809 ) 4326 -> 3381 [1.0, -1.0] -> [-1.1341605904493231E7, -1069407.5135364423] ( expected: -1.1341605904493E7, -1069407.513536 ) 4326 -> 3382 [1.0, -1.0] -> [-1.1057670581758546E7, -1088495.1381587146] ( expected: -1.1057670581759E7, -1088495.138159 ) 4326 -> 3383 [1.0, -1.0] -> [-1.1090162156954875E7, -1152101.093131958] ( expected: -1.1090162156955E7, -1152101.093132 ) 4326 -> 3384 [1.0, -1.0] -> [-1.1110100987490581E7, -898528.7075541812] ( expected: -1.1110100987491E7, -898528.707554 ) 4326 -> 3385 [1.0, -1.0] -> [-1.126166290567277E7, -1164471.6117628422] ( expected: -1.1261662905673E7, -1164471.611763 ) 4326 -> 3386 [1.0, -1.0] -> [-1420665.3832697968, -115528.54405515324] ( expected: -1420665.38327, -115528.544055 ) 4326 -> 3387 [1.0, -1.0] -> [1736011.2014679085, -130395.07589352419] ( expected: 1736011.201468, -130395.075894 ) 4326 -> 3388 [1.0, -1.0] -> [-5565952.4569984, -110490.50012315734] ( expected: -4142520.752562, -82233.758419 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:3388) +proj=merc +lon_0=51 +lat_ts=42 +x_0=0 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs 4326 -> 3391 [1.0, -1.0] -> [-4079273.0156662473, -140882.64136653222] ( expected: -4079273.015666, -140882.641367 ) 4326 -> 3392 [1.0, -1.0] -> [-4966891.604921548, -154496.9517529063] ( expected: -4966891.604922, -154496.951753 ) 4326 -> 3393 [1.0, -1.0] -> [-5950724.924159352, -173178.4699136816] ( expected: -5950724.924159, -173178.469914 ) 4326 -> 3394 [1.0, -1.0] -> [-4082769.85769224, -1578141.7409999478] ( expected: -4082769.857692, -1578141.741 ) 4326 -> 3395 [1.0, -1.0] -> [111319.49079327357, -110579.96522189587] ( expected: 111319.490793, -110579.965222 ) 4326 -> 3396 [1.0, -1.0] -> [2606757.139676386, -111657.54698132424] ( expected: 2606757.139676, -111657.546981 ) 4326 -> 3397 [1.0, -1.0] -> [3268175.410532253, -112647.04307530021] ( expected: 3268175.410532, -112647.043075 ) 4326 -> 3398 [1.0, -1.0] -> [3268175.410532253, -112647.04307530021] ( expected: 3268175.410532, -112647.043075 ) 4326 -> 3399 [1.0, -1.0] -> [3926105.6637311587, -113971.62699113604] ( expected: 3926105.663731, -113971.626991 ) 4326 -> 3404 [1.0, -1.0] -> [3.3505846979267415E7, -57915.272694753345] ( expected: 3.3505846979267E7, -57915.272695 ) 4326 -> 3405 [1.0, -1.0] -> [-1.3019021289350001E7, -1.9512399777286395E7] ( expected: -1.301902128935E7, -1.9512399777286E7 ) 4326 -> 3406 [1.0, -1.0] -> [-1.0625788868977783E7, -1.966468083329463E7] ( expected: -1.0625788868978E7, -1.9664680833295E7 ) 4326 -> 3407 [1.0, -1.0] -> [-4.12030064390111E7, -1.0277832752930064E7] ( expected: -4.1203006439011E7, -1.027783275293E7 ) 4326 -> 3408 [1.0, -1.0] -> [158617.28607553313, -9087178.233242486] ( expected: 158617.286076, -9087178.233242 ) 4326 -> 3409 [1.0, -1.0] -> [155872.77290926487, 8929945.179251865] ( expected: 155872.772909, 8929945.179252 ) 4326 -> 3410 [1.0, -1.0] -> [96301.07746492706, -128394.9178334703] ( expected: 96301.077465, -128394.917833 ) 4326 -> 3411 [1.0, -1.0] -> [9025052.976398997, -8715392.351347685] ( expected: 9025052.976399, -8715392.351348 ) 4326 -> 3412 [1.0, -1.0] -> [211500.77042169633, 1.2116871022335041E7] ( expected: 211500.770422, 1.2116871022335E7 ) 4326 -> 3413 [1.0, -1.0] -> [9024858.222420722, -8715204.279617015] ( expected: 9024858.222421, -8715204.279617 ) 4326 -> 3415 [1.0, -1.0] -> [-1.1896552077081483E7, 2585338.5391598414] ( expected: -1.1896552077081E7, 2585338.53916 ) 4326 -> 3416 [1.0, -1.0] -> [-1473175.1795923654, -5449817.217816733] ( expected: -1473175.179592, -5449817.217817 ) 4326 -> 3417 [1.0, -1.0] -> [4.098992772680889E7, 8887297.375966012] ( expected: 4.0989927726809E7, 8887297.375966 ) 4326 -> 3418 [1.0, -1.0] -> [3.760016635244038E7, 5451910.171954121] ( expected: 3.760016635244E7, 5451910.171954 ) 4326 -> 3419 [1.0, -1.0] -> [3.812819558523986E7, 6926469.054851719] ( expected: 3.812819558524E7, 6926469.054852 ) 4326 -> 3420 [1.0, -1.0] -> [3.819046745258764E7, 8343603.509435574] ( expected: 3.8190467452588E7, 8343603.509436 ) 4326 -> 3424 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 3425 [1.0, -1.0] -> [4.098992772680889E7, 8887297.375966012] ( expected: 4.0989927726809E7, 8887297.375966 ) 4326 -> 3426 [1.0, -1.0] -> [3.760016635244038E7, 5451910.171954121] ( expected: 3.760016635244E7, 5451910.171954 ) 4326 -> 3427 [1.0, -1.0] -> [3.812819558523986E7, 6926469.054851719] ( expected: 3.812819558524E7, 6926469.054852 ) 4326 -> 3428 [1.0, -1.0] -> [3.819046745258764E7, 8343603.509435574] ( expected: 3.8190467452588E7, 8343603.509436 ) 4326 -> 3432 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 3433 [1.0, -1.0] -> [3.652176485011741E7, 4260391.267194264] ( expected: 3.6521764850117E7, 4260391.267194 ) 4326 -> 3434 [1.0, -1.0] -> [3.64198624332679E7, 5444886.0244074] ( expected: 3.6419862433268E7, 5444886.024408 ) 4326 -> 3435 [1.0, -1.0] -> [6.072575781294934E7, -1.5474323099730162E7] ( expected: 6.0725757812949E7, -1.547432309973E7 ) 4326 -> 3437 [1.0, -1.0] -> [3.891748807174175E7, -1.6514801281721028E7] ( expected: 3.8917488071742E7, -1.6514801281721E7 ) 4326 -> 3438 [1.0, -1.0] -> [3.809789782201879E7, -1.5992514205953421E7] ( expected: 3.8097897822019E7, -1.5992514205953E7 ) 4326 -> 3439 [1.0, -1.0] -> [-5951307.244793433, -173135.9176049398] ( expected: -5951307.244793, -173135.917605 ) 4326 -> 3440 [1.0, -1.0] -> [-7069119.280716731, -199543.78076552966] ( expected: -7069119.280717, -199543.780766 ) 4326 -> 3441 [1.0, -1.0] -> [3.652176485011741E7, 4260391.267194264] ( expected: 3.6521764850117E7, 4260391.267194 ) 4326 -> 3442 [1.0, -1.0] -> [3.64198624332679E7, 5444886.0244074] ( expected: 3.6419862433268E7, 5444886.024408 ) 4326 -> 3443 [1.0, -1.0] -> [6.072575781294934E7, -1.5474323099730162E7] ( expected: 6.0725757812949E7, -1.547432309973E7 ) 4326 -> 3445 [1.0, -1.0] -> [3.891748807174175E7, -1.6514801281721028E7] ( expected: 3.8917488071742E7, -1.6514801281721E7 ) 4326 -> 3446 [1.0, -1.0] -> [3.809789782201879E7, -1.5992514205953421E7] ( expected: 3.8097897822019E7, -1.5992514205953E7 ) 4326 -> 3447 [1.0, -1.0] -> [-379774.3998280376, -6308432.308380279] ( expected: -379774.399828, -6308432.30838 ) 4326 -> 3448 [1.0, -1.0] -> [9642964.258676425, 408789.26350130944] ( expected: 9642964.258676, 408789.263501 ) 4326 -> 3450 [1.0, -1.0] -> [1.4018825807744358E7, -484015.28328236396] ( expected: 1.4018825807744E7, -484015.283282 ) 4326 -> 3451 [1.0, -1.0] -> [3.839800555439056E7, 4076115.015848719] ( expected: 3.8398005554391E7, 4076115.015849 ) 4326 -> 3452 [1.0, -1.0] -> [3.7957637232722156E7, 3525210.771149843] ( expected: 3.7957637232722E7, 3525210.77115 ) 4326 -> 3453 [1.0, -1.0] -> [3.7792364744631715E7, 3199832.309781415] ( expected: 3.7792364744632E7, 3199832.309781 ) 4326 -> 3454 [1.0, -1.0] -> [3.936040708026739E7, 8781517.394402254] ( expected: 3.9360407080267E7, 8781517.394403 ) 4326 -> 3455 [1.0, -1.0] -> [3.936040708026739E7, 8781517.394402254] ( expected: 3.9360407080267E7, 8781517.394403 ) 4326 -> 3456 [1.0, -1.0] -> [3.839800555439056E7, 4076115.015848719] ( expected: 3.8398005554391E7, 4076115.015849 ) 4326 -> 3457 [1.0, -1.0] -> [3.7957637232722156E7, 3525210.771149843] ( expected: 3.7957637232722E7, 3525210.77115 ) 4326 -> 3458 [1.0, -1.0] -> [3.935193914715737E7, 8844376.81206556] ( expected: 3.9351939147157E7, 8844376.812066 ) 4326 -> 3459 [1.0, -1.0] -> [3.936040708026739E7, 8781517.394402254] ( expected: 3.9360407080267E7, 8781517.394403 ) 4326 -> 3461 [1.0, -1.0] -> [2303871.6109920396, -115145.19555452254] ( expected: 2303871.610992, -115145.195555 ) 4326 -> 3462 [1.0, -1.0] -> [1618289.45733716, -112373.1265590474] ( expected: 1618289.457337, -112373.126559 ) 4326 -> 3463 [1.0, -1.0] -> [1.1324154703457348E7, -5116571.085151722] ( expected: 1.1324154703457E7, -5116571.085152 ) 4326 -> 3464 [1.0, -1.0] -> [1.1324154703457348E7, -5116571.085151722] ( expected: 1.1324154703457E7, -5116571.085152 ) 4326 -> 3465 [1.0, -1.0] -> [1.715991972682252E7, -3961313.962369344] ( expected: 1.7159919726823E7, -3961313.962369 ) 4326 -> 3466 [1.0, -1.0] -> [1.8379967073641714E7, -3952167.3548013866] ( expected: 1.8379967073642E7, -3952167.354801 ) 4326 -> 3467 [1.0, -1.0] -> [7104914.414304183, 1.159966719479826E7] ( expected: 7104914.414304, 1.1599667194798E7 ) 4326 -> 3468 [1.0, -1.0] -> [-2775879.2423126046, 2.2154802831697967E7] ( expected: 2.1299477541839E7, -9945672.888623 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:3468) +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs 4326 -> 3477 [1.0, -1.0] -> [8328717.217020202, 1.4116821977523645E7] ( expected: 8328717.21702, 1.4116821977524E7 ) 4326 -> 3484 [1.0, -1.0] -> [1.1131856190038318E7, 1298569.8553805216] ( expected: 1.1131856190038E7, 1298569.855381 ) 4326 -> 3485 [1.0, -1.0] -> [3.652176485011741E7, 4260391.267194264] ( expected: 3.6521764850117E7, 4260391.267194 ) 4326 -> 3486 [1.0, -1.0] -> [1.1100796271262752E7, 1659604.5794586933] ( expected: 1.1100796271263E7, 1659604.579459 ) 4326 -> 3487 [1.0, -1.0] -> [3.64198624332679E7, 5444886.0244074] ( expected: 3.6419862433268E7, 5444886.024408 ) 4326 -> 3488 [1.0, -1.0] -> [1.1872810603164466E7, 4710919.607090609] ( expected: 1.1872810603164E7, 4710919.607091 ) 4326 -> 3489 [1.0, -1.0] -> [1.4254884235227343E7, 5989905.116896246] ( expected: 1.4254884235227E7, 5989905.116896 ) 4326 -> 3490 [1.0, -1.0] -> [4.676789936207507E7, 1.965188037135044E7] ( expected: 4.6767899362075E7, 1.965188037135E7 ) 4326 -> 3491 [1.0, -1.0] -> [1.436018580178581E7, 5790374.152313232] ( expected: 1.4360185801786E7, 5790374.152313 ) 4326 -> 3492 [1.0, -1.0] -> [4.71133762516923E7, 1.899725253171434E7] ( expected: 4.7113376251692E7, 1.8997252531714E7 ) 4326 -> 3493 [1.0, -1.0] -> [1.4385782666791776E7, 5424384.8480355] ( expected: 1.4385782666792E7, 5424384.848035 ) 4326 -> 3494 [1.0, -1.0] -> [4.719735529963271E7, 1.7796502622596484E7] ( expected: 4.7197355299633E7, 1.7796502622596E7 ) 4326 -> 3495 [1.0, -1.0] -> [1.4383362934790932E7, 5111540.149852814] ( expected: 1.4383362934791E7, 5111540.149853 ) 4326 -> 3496 [1.0, -1.0] -> [4.718941656222661E7, 1.677011130864212E7] ( expected: 4.7189416562227E7, 1.6770111308642E7 ) 4326 -> 3497 [1.0, -1.0] -> [1.4422906216206847E7, 4780006.1952548195] ( expected: 1.4422906216207E7, 4780006.195255 ) 4326 -> 3498 [1.0, -1.0] -> [4.731915147800532E7, 1.5682403659265198E7] ( expected: 4.7319151478005E7, 1.5682403659265E7 ) 4326 -> 3499 [1.0, -1.0] -> [1.4387377960331243E7, 4409276.2574224165] ( expected: 1.4387377960331E7, 4409276.257422 ) 4326 -> 3500 [1.0, -1.0] -> [4.720258919185345E7, 1.4466100521560054E7] ( expected: 4.7202589191853E7, 1.446610052156E7 ) 4326 -> 3501 [1.0, -1.0] -> [1.2578707874326637E7, 3392714.933988522] ( expected: 1.2578707874327E7, 3392714.933988 ) 4326 -> 3502 [1.0, -1.0] -> [4.126864408403725E7, 1.1130932245931348E7] ( expected: 4.1268644084037E7, 1.1130932245931E7 ) 4326 -> 3503 [1.0, -1.0] -> [1.2570581882070804E7, 3432810.151294965] ( expected: 1.2570581882071E7, 3432810.151295 ) 4326 -> 3504 [1.0, -1.0] -> [4.1241984057777904E7, 1.126247797137757E7] ( expected: 4.1241984057778E7, 1.1262477971378E7 ) 4326 -> 3505 [1.0, -1.0] -> [1.2588537408884645E7, 3293424.901575573] ( expected: 1.2588537408885E7, 3293424.901576 ) 4326 -> 3506 [1.0, -1.0] -> [4.1300893148666315E7, 1.0805178197923196E7] ( expected: 4.1300893148666E7, 1.0805178197923E7 ) 4326 -> 3507 [1.0, -1.0] -> [9609648.833131758, -675630.039934603] ( expected: 9609648.833132, -675630.039935 ) 4326 -> 3508 [1.0, -1.0] -> [3.1527656213370465E7, -2216629.556016778] ( expected: 3.152765621337E7, -2216629.556017 ) 4326 -> 3509 [1.0, -1.0] -> [1.2960400053583492E7, -4584092.979321928] ( expected: 1.2960400053583E7, -4584092.979322 ) 4326 -> 3510 [1.0, -1.0] -> [4.25209125094652E7, -1.5039645049658699E7] ( expected: 4.2520912509465E7, -1.5039645049659E7 ) 4326 -> 3511 [1.0, -1.0] -> [1.5029510779742906E7, -3165551.6995725054] ( expected: 1.5029510779743E7, -3165551.699573 ) 4326 -> 3512 [1.0, -1.0] -> [4.930931995020655E7, -1.0385647534347467E7] ( expected: 4.9309319950207E7, -1.0385647534347E7 ) 4326 -> 3513 [1.0, -1.0] -> [1.0071974621001137E7, 811782.9724195222] ( expected: 1.0071974621001E7, 811782.97242 ) 4326 -> 3514 [1.0, -1.0] -> [1.0550650155666625E7, 427782.7999053134] ( expected: 1.0550650155667E7, 427782.799905 ) 4326 -> 3515 [1.0, -1.0] -> [3.461492471904961E7, 1403484.0693560168] ( expected: 3.461492471905E7, 1403484.069356 ) 4326 -> 3516 [1.0, -1.0] -> [1.5442048203015083E7, -3186367.2394041102] ( expected: 1.5442048203015E7, -3186367.239404 ) 4326 -> 3517 [1.0, -1.0] -> [5.066278647972535E7, -1.0453939851278326E7] ( expected: 5.0662786479725E7, -1.0453939851278E7 ) 4326 -> 3518 [1.0, -1.0] -> [1.5511530289252646E7, -3817662.346129614] ( expected: 1.5511530289253E7, -3817662.34613 ) 4326 -> 3519 [1.0, -1.0] -> [5.089074562432309E7, -1.2525113880593583E7] ( expected: 5.0890745624323E7, -1.2525113880594E7 ) 4326 -> 3520 [1.0, -1.0] -> [1.6884448431364052E7, -3863405.4982044203] ( expected: 1.6884448431364E7, -3863405.498204 ) 4326 -> 3521 [1.0, -1.0] -> [5.539506122823359E7, -1.2675189538692344E7] ( expected: 5.5395061228234E7, -1.2675189538692E7 ) 4326 -> 3528 [1.0, -1.0] -> [1.8509247999882944E7, -4716583.113963978] ( expected: 1.8509247999883E7, -4716583.113964 ) 4326 -> 3529 [1.0, -1.0] -> [6.072575781294934E7, -1.5474323099730162E7] ( expected: 6.0725757812949E7, -1.547432309973E7 ) 4326 -> 3532 [1.0, -1.0] -> [1.698056356719112E7, -4483369.918207985] ( expected: 1.6980563567191E7, -4483369.918208 ) 4326 -> 3533 [1.0, -1.0] -> [5.57103989696929E7, -1.4709189473654041E7] ( expected: 5.5710398969693E7, -1.4709189473654E7 ) 4326 -> 3534 [1.0, -1.0] -> [1.8470937971857235E7, -4522155.488716556] ( expected: 1.8470937971857E7, -4522155.488717 ) 4326 -> 3535 [1.0, -1.0] -> [6.0600068996001646E7, -1.483643846623091E7] ( expected: 6.0600068996002E7, -1.4836438466231E7 ) 4326 -> 3536 [1.0, -1.0] -> [1.2493754958641259E7, 2708853.6579119144] ( expected: 1.2493754958641E7, 2708853.657912 ) 4326 -> 3537 [1.0, -1.0] -> [4.098992772680889E7, 8887297.375966012] ( expected: 4.0989927726809E7, 8887297.375966 ) 4326 -> 3538 [1.0, -1.0] -> [1.1460553625320911E7, 1661745.5439027029] ( expected: 1.1460553625321E7, 1661745.543903 ) 4326 -> 3539 [1.0, -1.0] -> [3.760016635244038E7, 5451910.171954121] ( expected: 3.760016635244E7, 5451910.171954 ) 4326 -> 3540 [1.0, -1.0] -> [1.1621497257385775E7, 2111191.990302783] ( expected: 1.1621497257386E7, 2111191.990303 ) 4326 -> 3541 [1.0, -1.0] -> [3.812819558523986E7, 6926469.054851719] ( expected: 3.812819558524E7, 6926469.054852 ) 4326 -> 3542 [1.0, -1.0] -> [1.1640477760514386E7, 2543135.435956993] ( expected: 1.1640477760514E7, 2543135.435957 ) 4326 -> 3543 [1.0, -1.0] -> [3.819046745258764E7, 8343603.509435574] ( expected: 3.8190467452588E7, 8343603.509436 ) 4326 -> 3544 [1.0, -1.0] -> [1.0686066581916448E7, 478256.9161240147] ( expected: 1.0686066581916E7, 478256.916124 ) 4326 -> 3545 [1.0, -1.0] -> [3.505920344450423E7, 1569081.2323168726] ( expected: 3.5059203444504E7, 1569081.232317 ) 4326 -> 3546 [1.0, -1.0] -> [1.1789559592363643E7, 1700397.7218933944] ( expected: 1.1789559592364E7, 1700397.721893 ) 4326 -> 3547 [1.0, -1.0] -> [3.867958009594641E7, 5578721.525578581] ( expected: 3.8679580095946E7, 5578721.525579 ) 4326 -> 3548 [1.0, -1.0] -> [1.0772450358834902E7, 1132211.773774472] ( expected: 1.0772450358835E7, 1132211.773774 ) 4326 -> 3549 [1.0, -1.0] -> [3.534261421927753E7, 3714598.1281250822] ( expected: 3.5342614219278E7, 3714598.128125 ) 4326 -> 3550 [1.0, -1.0] -> [1.1703735500459395E7, 1242402.341635372] ( expected: 1.1703735500459E7, 1242402.341635 ) 4326 -> 3551 [1.0, -1.0] -> [3.839800555439056E7, 4076115.015848719] ( expected: 3.8398005554391E7, 4076115.015849 ) 4326 -> 3552 [1.0, -1.0] -> [1.15695109675658E7, 1074486.3920192556] ( expected: 1.1569510967566E7, 1074486.392019 ) 4326 -> 3553 [1.0, -1.0] -> [3.7957637232722156E7, 3525210.771149843] ( expected: 3.7957637232722E7, 3525210.77115 ) 4326 -> 3554 [1.0, -1.0] -> [1.1324154703457348E7, -5116571.085151722] ( expected: 1.1324154703457E7, -5116571.085152 ) 4326 -> 3555 [1.0, -1.0] -> [1.1180772997794613E7, -5141094.6942712655] ( expected: 1.1180772997795E7, -5141094.694271 ) 4326 -> 3556 [1.0, -1.0] -> [1.1480217073421944E7, -5055926.34239189] ( expected: 1.1480217073422E7, -5055926.342392 ) 4326 -> 3557 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 3558 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 3559 [1.0, -1.0] -> [9969626.935369493, -276195.7875509529] ( expected: 9969626.935369, -276195.787551 ) 4326 -> 3560 [1.0, -1.0] -> [4.071699395222945E7, 1.6435163577902406E7] ( expected: 4.071699395223E7, 1.6435163577902E7 ) 4326 -> 3566 [1.0, -1.0] -> [4.082827138353849E7, 1.9541430678660605E7] ( expected: 4.0828271383539E7, 1.9541430678661E7 ) 4326 -> 3567 [1.0, -1.0] -> [4.0996100995305106E7, 2.211011607353741E7] ( expected: 4.0996100995305E7, 2.2110116073538E7 ) 4326 -> 3568 [1.0, -1.0] -> [4.071699395222945E7, 1.6435163577902406E7] ( expected: 4.071699395223E7, 1.6435163577902E7 ) 4326 -> 3569 [1.0, -1.0] -> [4.082827138353849E7, 1.9541430678660605E7] ( expected: 4.0828271383539E7, 1.9541430678661E7 ) 4326 -> 3570 [1.0, -1.0] -> [4.0996100995305106E7, 2.211011607353741E7] ( expected: 4.0996100995305E7, 2.2110116073538E7 ) 4326 -> 3571 [1.0, -1.0] -> [-158605.70972755493, 9086515.024711028] ( expected: -158605.709728, 9086515.024711 ) 4326 -> 3572 [1.0, -1.0] -> [4405900.938546191, 7948455.698132513] ( expected: 4405900.938546, 7948455.698133 ) 4326 -> 3573 [1.0, -1.0] -> [8920928.851735575, 1734052.907995953] ( expected: 8920928.851736, 1734052.907996 ) 4326 -> 3574 [1.0, -1.0] -> [5962198.295698563, -6858724.556958574] ( expected: 5962198.295699, -6858724.556959 ) 4326 -> 3575 [1.0, -1.0] -> [-1421660.6427725519, -8976012.036659095] ( expected: -1421660.642773, -8976012.036659 ) 4326 -> 3576 [1.0, -1.0] -> [-9086515.024711028, -158605.7097275564] ( expected: -9086515.024711, -158605.709728 ) 4326 -> 3577 [1.0, -1.0] -> [-1.3123050915783811E7, -7489131.465790987] ( expected: -1.3123050915784E7, -7489131.465791 ) 4326 -> 3578 [1.0, -1.0] -> [8744525.783583522, 9039330.646140125] ( expected: 8744525.783584, 9039330.64614 ) 4326 -> 3579 [1.0, -1.0] -> [8744525.783583522, 9039330.646140125] ( expected: 8744525.783584, 9039330.64614 ) 4326 -> 3580 [1.0, -1.0] -> [1.149688927086844E7, 1.434975669828402E7] ( expected: 1.1496889270868E7, 1.4349756698284E7 ) 4326 -> 3581 [1.0, -1.0] -> [1.149688927086844E7, 1.434975669828402E7] ( expected: 1.1496889270868E7, 1.4349756698284E7 ) 4326 -> 3582 [1.0, -1.0] -> [3.2708684370124765E7, -906152.3463234185] ( expected: 3.2708684370125E7, -906152.346323 ) 4326 -> 3583 [1.0, -1.0] -> [9582487.17938516, -1098419.8473898272] ( expected: 9582487.179385, -1098419.84739 ) 4326 -> 3584 [1.0, -1.0] -> [3.1438543354699496E7, -3603732.449311461] ( expected: 3.1438543354699E7, -3603732.449311 ) 4326 -> 3585 [1.0, -1.0] -> [9421760.598901903, -173719.11973899428] ( expected: 9421760.598902, -173719.119739 ) 4326 -> 3586 [1.0, -1.0] -> [3.0911226231897347E7, -569943.4786770176] ( expected: 3.0911226231897E7, -569943.478677 ) 4326 -> 3587 [1.0, -1.0] -> [1.6445420456541881E7, 624578.4167493284] ( expected: 1.6445420456542E7, 624578.416749 ) 4326 -> 3588 [1.0, -1.0] -> [5.3954791524008796E7, 2049141.7872353292] ( expected: 5.3954791524009E7, 2049141.787235 ) 4326 -> 3589 [1.0, -1.0] -> [1.868490855075052E7, 972490.8510946803] ( expected: 1.8684908550751E7, 972490.851095 ) 4326 -> 3590 [1.0, -1.0] -> [6.130219340786916E7, 3190586.781806694] ( expected: 6.1302193407869E7, 3190586.781807 ) 4326 -> 3591 [1.0, -1.0] -> [1.2974290765670685E7, -4688338.053865224] ( expected: 1.2974290765671E7, -4688338.053865 ) 4326 -> 3592 [1.0, -1.0] -> [1.4360933498753237E7, 580677.8137526565] ( expected: 1.4360933498753E7, 580677.813753 ) 4326 -> 3593 [1.0, -1.0] -> [4.711592355228752E7, 1905110.9375087153] ( expected: 4.7115923552287E7, 1905110.937509 ) 4326 -> 3594 [1.0, -1.0] -> [1.1926011921420341E7, 2053668.6214980502] ( expected: 1.192601192142E7, 2053668.621498 ) 4326 -> 3595 [1.0, -1.0] -> [1.1904605085339718E7, 1937737.1310188887] ( expected: 1.190460508534E7, 1937737.131019 ) 4326 -> 3596 [1.0, -1.0] -> [1.1867181831423005E7, 1975209.5803275323] ( expected: 1.1867181831423E7, 1975209.580327 ) 4326 -> 3597 [1.0, -1.0] -> [1.8772001648449354E7, -3937156.383223958] ( expected: 1.8772001648449E7, -3937156.383224 ) 4326 -> 3598 [1.0, -1.0] -> [6.1587808741620965E7, -1.2917153900627278E7] ( expected: 6.1587808741621E7, -1.2917153900627E7 ) 4326 -> 3604 [1.0, -1.0] -> [1.232491826865869E7, 4366651.863837132] ( expected: 1.2324918268659E7, 4366651.863837 ) 4326 -> 3605 [1.0, -1.0] -> [4.0436083558583625E7, 1.4326285642510276E7] ( expected: 4.0436083558584E7, 1.432628564251E7 ) 4326 -> 3606 [1.0, -1.0] -> [1.185958268238333E7, 2563845.950140991] ( expected: 1.1859582682383E7, 2563845.950141 ) 4326 -> 3613 [1.0, -1.0] -> [1.1862074088415056E7, -5033721.498111563] ( expected: 1.1862074088415E7, -5033721.498112 ) 4326 -> 3614 [1.0, -1.0] -> [3.891748807174175E7, -1.6514801281721028E7] ( expected: 3.8917488071742E7, -1.6514801281721E7 ) 4326 -> 3615 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 3616 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 3623 [1.0, -1.0] -> [1.3411859131067472E7, -4823650.932014817] ( expected: 1.3411859131067E7, -4823650.932015 ) 4326 -> 3624 [1.0, -1.0] -> [4.400207449884389E7, -1.5825594766118623E7] ( expected: 4.4002074498844E7, -1.5825594766119E7 ) 4326 -> 3625 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 3626 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 3627 [1.0, -1.0] -> [9687036.766688861, -681351.1754655474] ( expected: 9687036.766689, -681351.175466 ) 4326 -> 3628 [1.0, -1.0] -> [3.1781553125378393E7, -2235399.648173218] ( expected: 3.1781553125378E7, -2235399.648173 ) 4326 -> 3629 [1.0, -1.0] -> [1.4237282921892669E7, -4857039.2557342965] ( expected: 1.4237282921893E7, -4857039.255734 ) 4326 -> 3630 [1.0, -1.0] -> [4.6710152386576235E7, -1.5935136291521616E7] ( expected: 4.6710152386576E7, -1.5935136291522E7 ) 4326 -> 3631 [1.0, -1.0] -> [1.0212602585283434E7, -17652.610422581653] ( expected: 1.0212602585283E7, -17652.610423 ) 4326 -> 3632 [1.0, -1.0] -> [3.3505846979267415E7, -57915.272694753345] ( expected: 3.3505846979267E7, -57915.272695 ) 4326 -> 3633 [1.0, -1.0] -> [1.2048562892626591E7, 2902217.3767158515] ( expected: 1.2048562892627E7, 2902217.376716 ) 4326 -> 3634 [1.0, -1.0] -> [3.9529405815696165E7, 9521710.553529697] ( expected: 3.9529405815696E7, 9521710.55353 ) 4326 -> 3635 [1.0, -1.0] -> [1.2034986427805224E7, 2850392.620022651] ( expected: 1.2034986427805E7, 2850392.620023 ) 4326 -> 3636 [1.0, -1.0] -> [3.948486360827698E7, 9351681.824221294] ( expected: 3.9484863608277E7, 9351681.824221 ) 4326 -> 3637 [1.0, -1.0] -> [1.0740120204058161E7, 347044.28952697944] ( expected: 1.0740120204058E7, 347044.289527 ) 4326 -> 3638 [1.0, -1.0] -> [1.0673349539920645E7, 337198.0233220276] ( expected: 1.0673349539921E7, 337198.023322 ) 4326 -> 3639 [1.0, -1.0] -> [1.1790164669565428E7, 1986635.123398557] ( expected: 1.1790164669565E7, 1986635.123399 ) 4326 -> 3640 [1.0, -1.0] -> [3.868156525339927E7, 6517818.7340167705] ( expected: 3.8681565253399E7, 6517818.734017 ) 4326 -> 3641 [1.0, -1.0] -> [1.1776028203115394E7, 1915864.208773551] ( expected: 1.1776028203115E7, 1915864.208774 ) 4326 -> 3642 [1.0, -1.0] -> [3.863518586305445E7, 6285631.158284563] ( expected: 3.8635185863054E7, 6285631.158285 ) 4326 -> 3643 [1.0, -1.0] -> [1.2428695502962083E7, 5736547.563465092] ( expected: 1.2428695502962E7, 5736547.563465 ) 4326 -> 3644 [1.0, -1.0] -> [4.077656004908294E7, 1.88206941058566E7] ( expected: 4.0776560049083E7, 1.8820694105857E7 ) 4326 -> 3645 [1.0, -1.0] -> [1.4480342629509278E7, 5714771.517123891] ( expected: 1.4480342629509E7, 5714771.517124 ) 4326 -> 3646 [1.0, -1.0] -> [4.750768579282046E7, 1.8749250384264734E7] ( expected: 4.7507685792821E7, 1.8749250384264E7 ) 4326 -> 3647 [1.0, -1.0] -> [1.3589771611215588E7, 5518383.696955506] ( expected: 1.3589771611216E7, 5518383.696956 ) 4326 -> 3648 [1.0, -1.0] -> [4.458586486667319E7, 1.810493338896163E7] ( expected: 4.4585864866673E7, 1.8104933388962E7 ) 4326 -> 3649 [1.0, -1.0] -> [1.0352975312047962E7, -214159.88900967027] ( expected: 1.0352975312048E7, -214159.88901 ) 4326 -> 3650 [1.0, -1.0] -> [3.3966386502944045E7, -702622.9025258936] ( expected: 3.3966386502944E7, -702622.902526 ) 4326 -> 3651 [1.0, -1.0] -> [1.0308283550952094E7, -220512.9757556637] ( expected: 1.0308283550952E7, -220512.975756 ) 4326 -> 3652 [1.0, -1.0] -> [3.381976028341535E7, -723466.3212917072] ( expected: 3.3819760283415E7, -723466.321292 ) 4326 -> 3653 [1.0, -1.0] -> [1.161226248068644E7, -4874528.079030758] ( expected: 1.1612262480686E7, -4874528.079031 ) 4326 -> 3654 [1.0, -1.0] -> [3.809789782201879E7, -1.5992514205953421E7] ( expected: 3.8097897822019E7, -1.5992514205953E7 ) 4326 -> 3655 [1.0, -1.0] -> [1.0339890150894856E7, 211156.72768428005] ( expected: 1.0339890150895E7, 211156.727684 ) 4326 -> 3656 [1.0, -1.0] -> [3.3923524117109105E7, 692771.416287008] ( expected: 3.3923524117109E7, 692771.416287 ) 4326 -> 3657 [1.0, -1.0] -> [1.1994495041043641E7, 2695771.443860469] ( expected: 1.1994495041044E7, 2695771.443861 ) 4326 -> 3658 [1.0, -1.0] -> [3.935193914715737E7, 8844376.81206556] ( expected: 3.9351939147157E7, 8844376.812066 ) 4326 -> 3659 [1.0, -1.0] -> [1.1997076072217638E7, 2676611.8550375155] ( expected: 1.1997076072218E7, 2676611.855038 ) 4326 -> 3660 [1.0, -1.0] -> [3.936040708026739E7, 8781517.394402254] ( expected: 3.9360407080267E7, 8781517.394403 ) 4326 -> 3661 [1.0, -1.0] -> [1.0846782650394639E7, 691167.8516357059] ( expected: 1.0846782650395E7, 691167.851636 ) 4326 -> 3662 [1.0, -1.0] -> [3.558648607883643E7, 2267606.5265748133] ( expected: 3.5586486078836E7, 2267606.526575 ) 4326 -> 3663 [1.0, -1.0] -> [1.2034868346801886E7, 4976001.542765658] ( expected: 1.2034868346802E7, 4976001.542766 ) 4326 -> 3664 [1.0, -1.0] -> [3.948439723413255E7, 1.6325431728223676E7] ( expected: 3.9484397234133E7, 1.6325431728224E7 ) 4326 -> 3665 [1.0, -1.0] -> [1.2532010751485368E7, 9447989.246788077] ( expected: 1.2532010751485E7, 9447989.246788 ) 4326 -> 3666 [1.0, -1.0] -> [1.2786551384995867E7, 8286577.512520395] ( expected: 1.2786551384996E7, 8286577.51252 ) 4326 -> 3667 [1.0, -1.0] -> [1.1629359608182114E7, 3376919.6083664736] ( expected: 1.1629359608182E7, 3376919.608366 ) 4326 -> 3668 [1.0, -1.0] -> [3.815399064817751E7, 1.1079110414782345E7] ( expected: 3.8153990648178E7, 1.1079110414782E7 ) 4326 -> 3669 [1.0, -1.0] -> [1.1801363650942737E7, 3905366.716138839] ( expected: 1.1801363650943E7, 3905366.716139 ) 4326 -> 3670 [1.0, -1.0] -> [3.871830724480132E7, 1.2812857301532181E7] ( expected: 3.8718307244801E7, 1.2812857301532E7 ) 4326 -> 3671 [1.0, -1.0] -> [1.1467124784116086E7, 6572769.355404578] ( expected: 1.1467124784116E7, 6572769.355405 ) 4326 -> 3672 [1.0, -1.0] -> [3.762172522922088E7, 2.156416079385653E7] ( expected: 3.7621725229221E7, 2.1564160793856E7 ) 4326 -> 3673 [1.0, -1.0] -> [1.182048765960468E7, 5766686.935604515] ( expected: 1.1820487659605E7, 5766686.935604 ) 4326 -> 3674 [1.0, -1.0] -> [3.878104992988638E7, 1.8919538720895823E7] ( expected: 3.8781049929886E7, 1.8919538720896E7 ) 4326 -> 3675 [1.0, -1.0] -> [1.2444482006656379E7, 5956239.983325555] ( expected: 1.2444482006656E7, 5956239.983326 ) 4326 -> 3676 [1.0, -1.0] -> [4.082835304070465E7, 1.9541469761540532E7] ( expected: 4.0828353040705E7, 1.954146976154E7 ) 4326 -> 3677 [1.0, -1.0] -> [4.082827138353849E7, 1.9541430678660605E7] ( expected: 4.0828271383539E7, 1.9541430678661E7 ) 4326 -> 3678 [1.0, -1.0] -> [1.2410564577758523E7, 5009447.877450565] ( expected: 1.2410564577759E7, 5009447.87745 ) 4326 -> 3679 [1.0, -1.0] -> [4.07170753868403E7, 1.64351964483155E7] ( expected: 4.071707538684E7, 1.6435196448315E7 ) 4326 -> 3680 [1.0, -1.0] -> [4.071699395222945E7, 1.6435163577902406E7] ( expected: 4.071699395223E7, 1.6435163577902E7 ) 4326 -> 3681 [1.0, -1.0] -> [1.2495636574631978E7, 6739176.857567914] ( expected: 1.2495636574632E7, 6739176.857568 ) 4326 -> 3682 [1.0, -1.0] -> [4.099618298813116E7, 2.211016029381861E7] ( expected: 4.0996182988131E7, 2.2110160293819E7 ) 4326 -> 3683 [1.0, -1.0] -> [4.0996100995305106E7, 2.211011607353741E7] ( expected: 4.0996100995305E7, 2.2110116073538E7 ) 4326 -> 3684 [1.0, -1.0] -> [1.2316477845608063E7, -5043906.115057933] ( expected: 1.2316477845608E7, -5043906.115058 ) 4326 -> 3685 [1.0, -1.0] -> [1.3194156496930066E7, 1855008.1964568913] ( expected: 1.319415649693E7, 1855008.196457 ) 4326 -> 3686 [1.0, -1.0] -> [4.328782844067809E7, 6085972.724875654] ( expected: 4.3287828440678E7, 6085972.724876 ) 4326 -> 3687 [1.0, -1.0] -> [1.3141710050315106E7, 871305.3843597898] ( expected: 1.3141710050315E7, 871305.38436 ) 4326 -> 3688 [1.0, -1.0] -> [4.3115760390408844E7, 2858607.7481870786] ( expected: 4.3115760390409E7, 2858607.748187 ) 4326 -> 3689 [1.0, -1.0] -> [1.2321126696732804E7, 5999733.657799673] ( expected: 1.2321126696733E7, 5999733.6578 ) 4326 -> 3690 [1.0, -1.0] -> [4.042356317119757E7, 1.9684126175631106E7] ( expected: 4.0423563171198E7, 1.9684126175631E7 ) 4326 -> 3691 [1.0, -1.0] -> [1.2403664305073189E7, 5821736.346047508] ( expected: 1.2403664305073E7, 5821736.346047 ) 4326 -> 3692 [1.0, -1.0] -> [4.069435530789431E7, 1.9100146661990874E7] ( expected: 4.0694355307894E7, 1.9100146661991E7 ) 4326 -> 3693 [1.0, -1.0] -> [1.0425819928427326E7, -22718.221242127533] ( expected: 1.0425819928427E7, -22718.221242 ) 4326 -> 3694 [1.0, -1.0] -> [1.0497727874924429E7, 147442.83514755807] ( expected: 1.0497727874924E7, 147442.835148 ) 4326 -> 3695 [1.0, -1.0] -> [1.1431777681828473E7, 1297424.634258799] ( expected: 1.1431777681828E7, 1297424.634259 ) 4326 -> 3696 [1.0, -1.0] -> [3.7505757277798936E7, 4256633.987564079] ( expected: 3.7505757277799E7, 4256633.987564 ) 4326 -> 3697 [1.0, -1.0] -> [1.1474398382598713E7, 1322319.079240752] ( expected: 1.1474398382599E7, 1322319.079241 ) 4326 -> 3698 [1.0, -1.0] -> [3.764558869357596E7, 4338308.512475703] ( expected: 3.7645588693576E7, 4338308.512476 ) 4326 -> 3699 [1.0, -1.0] -> [1.1385107910133053E7, 1302231.5799912254] ( expected: 1.1385107910133E7, 1302231.579991 ) 4326 -> 3700 [1.0, -1.0] -> [3.735264153516155E7, 4272404.775354548] ( expected: 3.7352641535162E7, 4272404.775354 ) 4326 -> 3706 [1.0, -1.0] -> [-618308.5735833475, -1.9883683216618583E7] ( expected: -618308.573583, -1.9883683216619E7 ) 4326 -> 3707 [1.0, -1.0] -> [54603.31602258835, -1.988512805333493E7] ( expected: 54603.316023, -1.9885128053335E7 ) 4326 -> 3708 [1.0, -1.0] -> [722561.7364788678, -1.9885331913357373E7] ( expected: 722561.736479, -1.9885331913357E7 ) 4326 -> 3709 [1.0, -1.0] -> [1392989.2145384464, -1.9884306279290102E7] ( expected: 1392989.214538, -1.988430627929E7 ) 4326 -> 3710 [1.0, -1.0] -> [2073447.882706006, -1.9881992849134896E7] ( expected: 2073447.882706, -1.9881992849135E7 ) 4326 -> 3711 [1.0, -1.0] -> [2772080.2924184236, -1.9878255185911875E7] ( expected: 2772080.292418, -1.9878255185912E7 ) 4326 -> 3712 [1.0, -1.0] -> [3498135.6120291064, -1.9872858071015473E7] ( expected: 3498135.612029, -1.9872858071015E7 ) 4326 -> 3713 [1.0, -1.0] -> [4262671.4089695485, -1.986542837204496E7] ( expected: 4262671.40897, -1.9865428372045E7 ) 4326 -> 3714 [1.0, -1.0] -> [5079577.277108679, -1.9855384152114067E7] ( expected: 5079577.277109, -1.9855384152114E7 ) 4326 -> 3715 [1.0, -1.0] -> [5967185.609990722, -1.9841803628715735E7] ( expected: 5967185.609991, -1.9841803628716E7 ) 4326 -> 3716 [1.0, -1.0] -> [6950996.91398392, -1.982316954145979E7] ( expected: 6950996.913984, -1.982316954146E7 ) 4326 -> 3717 [1.0, -1.0] -> [8068672.129213652, -1.9796828129229646E7] ( expected: 8068672.129214, -1.979682812923E7 ) 4326 -> 3718 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 3719 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 3720 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 3721 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 3722 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 3725 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 3726 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 3727 [1.0, -1.0] -> [-7096044.688946549, 2198192.8709045555] ( expected: -7096044.688947, 2198192.870905 ) 4326 -> 3728 [1.0, -1.0] -> [3.523654436948084E7, 1138594.4732230993] ( expected: 3.5236544369481E7, 1138594.473223 ) 4326 -> 3729 [1.0, -1.0] -> [3.501748094888967E7, 1106290.5148490195] ( expected: 3.501748094889E7, 1106290.514849 ) 4326 -> 3734 [1.0, -1.0] -> [3.523654436948084E7, 1138594.4732230993] ( expected: 3.5236544369481E7, 1138594.473223 ) 4326 -> 3735 [1.0, -1.0] -> [3.501748094888967E7, 1106290.5148490195] ( expected: 3.501748094889E7, 1106290.514849 ) 4326 -> 3740 [1.0, -1.0] -> [8068672.129213652, -1.9796828129229646E7] ( expected: 8068672.129214, -1.979682812923E7 ) 4326 -> 3741 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 3742 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 3743 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 3744 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 3745 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 3748 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 3749 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 3750 [1.0, -1.0] -> [2772080.2924184236, -1.9878255185911875E7] ( expected: 2772080.292418, -1.9878255185912E7 ) 4326 -> 3751 [1.0, -1.0] -> [3498135.6120291064, -1.9872858071015473E7] ( expected: 3498135.612029, -1.9872858071015E7 ) 4326 -> 3752 [1.0, -1.0] -> [-1.1020629588534083E7, -110579.96522189587] ( expected: -8329383.326293, -83576.252259 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:3752) +proj=merc +lon_0=100 +lat_ts=-41 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs 4326 -> 3753 [1.0, -1.0] -> [3.523654436948084E7, 1138594.4732230993] ( expected: 3.5236544369481E7, 1138594.473223 ) 4326 -> 3754 [1.0, -1.0] -> [3.501748094888967E7, 1106290.5148490195] ( expected: 3.501748094889E7, 1106290.514849 ) 4326 -> 3761 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 3762 [1.0, -1.0] -> [5809003.535605115, 5199654.422028246] ( expected: 5809003.535605, 5199654.422028 ) 4326 -> 3763 [1.0, -1.0] -> [1020898.4639705264, -4504698.95586123] ( expected: 1020898.463971, -4504698.955861 ) 4326 -> 3765 [1.0, -1.0] -> [-1246587.88670094, -114765.07405256855] ( expected: -1246587.886701, -114765.074053 ) 4326 -> 3766 [1.0, -1.0] -> [-2272729.916528963, 70497.81663638915] ( expected: -2272729.916529, 70497.816636 ) 4326 -> 3767 [1.0, -1.0] -> [-1073447.8827060014, -113937.03674264441] ( expected: -1073447.882706, -113937.036743 ) 4326 -> 3768 [1.0, -1.0] -> [-1772080.2924184208, -117674.69996566593] ( expected: -1772080.292418, -117674.699966 ) 4326 -> 3769 [1.0, -1.0] -> [9876386.508615132, -256414.1638500221] ( expected: 9876386.508615, -256414.16385 ) 4326 -> 3770 [1.0, -1.0] -> [1.0223626363890784E7, -3700028.460869054] ( expected: 1.0223626363891E7, -3700028.460869 ) 4326 -> 3784 [1.0, -1.0] -> [6951540.801685875, -9823727.980820883] ( expected: 6951540.801686, -9823727.980821 ) 4326 -> 3785 [1.0, -1.0] -> [111319.49079327357, -111325.14286638597] ( expected: 111319.490793, -111325.142866 ) 4326 -> 3786 [1.0, -1.0] -> [111195.04881760638, -111195.04881760638] ( expected: 111195.048818, -111195.048818 ) 4326 -> 3787 [1.0, -1.0] -> [-1073989.1573281211, -5114403.337437839] ( expected: -1073989.157328, -5114403.337438 ) 4326 -> 3794 [1.0, -1.0] -> [-1073919.8489466356, -5113971.226934395] ( expected: -1073919.848947, -5113971.226934 ) 4326 -> 3795 [1.0, -1.0] -> [9909423.31902462, 252007.64209420013] ( expected: 9909423.319025, 252007.642094 ) 4326 -> 3796 [1.0, -1.0] -> [9435601.84697694, -40741.53643232904] ( expected: 9435601.846977, -40741.536432 ) 4326 -> 3797 [1.0, -1.0] -> [1.0212385118881019E7, -957349.1912699362] ( expected: 1.0212385118881E7, -957349.19127 ) 4326 -> 3798 [1.0, -1.0] -> [1.021248484636904E7, -957603.5071636377] ( expected: 1.0212484846369E7, -957603.507164 ) 4326 -> 3799 [1.0, -1.0] -> [1.021248484636904E7, -957603.5071636377] ( expected: 1.0212484846369E7, -957603.507164 ) 4326 -> 3812 [1.0, -1.0] -> [119225.6001719624, -5809432.308380279] ( expected: 119225.600172, -5809432.30838 ) 4326 -> 3829 [1.0, -1.0] -> [-7481796.403831179, -1.9786580497038793E7] ( expected: -7481796.403831, -1.9786580497039E7 ) 4326 -> 3832 [1.0, -1.0] -> [-1.6586604128197763E7, -110579.96522189587] ( expected: -1.6586604128198E7, -110579.965222 ) 4326 -> 3833 [1.0, -1.0] -> [1606760.6046091677, -111594.83349100362] ( expected: 1606760.604609, -111594.833491 ) 4326 -> 3834 [1.0, -1.0] -> [1606760.7742748428, -111591.53573833464] ( expected: 1606760.774275, -111591.535738 ) 4326 -> 3835 [1.0, -1.0] -> [1926020.9361570976, -113904.05734876616] ( expected: 1926020.936157, -113904.057349 ) 4326 -> 3836 [1.0, -1.0] -> [2227104.853509628, -117640.28308313551] ( expected: 2227104.85351, -117640.283083 ) 4326 -> 3837 [1.0, -1.0] -> [2606760.6046091677, -111594.83349100362] ( expected: 2606760.604609, -111594.833491 ) 4326 -> 3838 [1.0, -1.0] -> [3268134.7811905323, -112583.67763501935] ( expected: 3268134.781191, -112583.677635 ) 4326 -> 3839 [1.0, -1.0] -> [6500782.722579907, -123038.185131141] ( expected: 6500782.72258, -123038.185131 ) 4326 -> 3840 [1.0, -1.0] -> [7124010.295153985, -126465.61785851038] ( expected: 7124010.295154, -126465.617859 ) 4326 -> 3841 [1.0, -1.0] -> [4579379.604010624, -115582.18859151572] ( expected: 4579379.604011, -115582.188592 ) 4326 -> 3842 [1.0, -1.0] -> [4579379.604010624, -115582.18859151572] ( expected: 4579379.604011, -115582.188592 ) 4326 -> 3843 [1.0, -1.0] -> [4579379.604010624, -115582.18859151572] ( expected: 4579379.604011, -115582.188592 ) 4326 -> 3844 [1.0, -1.0] -> [-2695051.2727101063, -4732427.223842377] ( expected: -2695051.2727101063, -4732427.223842377 ) 4326 -> 3845 [1.0, -1.0] -> [346630.0095953059, -113067.80686456947] ( expected: 346630.009595, -113067.806865 ) 4326 -> 3846 [1.0, -1.0] -> [91097.35867187311, -113969.9527836636] ( expected: 91097.358672, -113969.952784 ) 4326 -> 3847 [1.0, -1.0] -> [-166695.55436534854, -115066.54094758778] ( expected: -166695.554365, -115066.540948 ) 4326 -> 3848 [1.0, -1.0] -> [-427196.87615649076, -116366.57081164725] ( expected: -427196.876156, -116366.570812 ) 4326 -> 3849 [1.0, -1.0] -> [-690877.6411307722, -117881.37985647624] ( expected: -690877.641131, -117881.379856 ) 4326 -> 3850 [1.0, -1.0] -> [-958235.5930128591, -119623.57279874572] ( expected: -958235.593013, -119623.572799 ) 4326 -> 3851 [1.0, -1.0] -> [-8148952.645053908, -5042117.96190612] ( expected: -8148952.645054, -5042117.961906 ) 4326 -> 3852 [1.0, -1.0] -> [-5036241.2775932215, -1.0682710449248627E7] ( expected: -5036241.277593, -1.0682710449249E7 ) 4326 -> 3854 [1.0, -1.0] -> [-1827260.564940414, -6616317.630856756] ( expected: -1827260.56494, -6616317.630857 ) 4326 -> 3857 [1.0, -1.0] -> [111319.49079327357, -111325.14286638597] ( expected: 111319.490793, -111325.142866 ) 4326 -> 3873 [1.0, -1.0] -> [1.746254471745762E7, -116304.88983196473] ( expected: 1.7462544717458E7, -116304.889832 ) 4326 -> 3874 [1.0, -1.0] -> [1.8345135741589062E7, -116991.03987045647] ( expected: 1.8345135741589E7, -116991.03987 ) 4326 -> 3875 [1.0, -1.0] -> [1.922701453739147E7, -117721.69001396977] ( expected: 1.9227014537391E7, -117721.690014 ) 4326 -> 3876 [1.0, -1.0] -> [2.010813584280084E7, -118498.13489190502] ( expected: 2.0108135842801E7, -118498.134892 ) 4326 -> 3877 [1.0, -1.0] -> [2.09884530895968E7, -119321.7697803777] ( expected: 2.0988453089597E7, -119321.76978 ) 4326 -> 3878 [1.0, -1.0] -> [2.1867918310646523E7, -120194.0965582086] ( expected: 2.1867918310647E7, -120194.096558 ) 4326 -> 3879 [1.0, -1.0] -> [2.2746482043131888E7, -121116.7301528817] ( expected: 2.2746482043132E7, -121116.730153 ) 4326 -> 3880 [1.0, -1.0] -> [2.3624093227568515E7, -122091.40550496038] ( expected: 2.3624093227569E7, -122091.405505 ) 4326 -> 3881 [1.0, -1.0] -> [2.4500699102425437E7, -123119.9850807771] ( expected: 2.4500699102425E7, -123119.985081 ) 4326 -> 3882 [1.0, -1.0] -> [2.537624509415413E7, -124204.46696453738] ( expected: 2.5376245094154E7, -124204.466965 ) 4326 -> 3883 [1.0, -1.0] -> [2.6250674702435635E7, -125346.99356230324] ( expected: 2.6250674702436E7, -125346.993562 ) 4326 -> 3884 [1.0, -1.0] -> [2.7123929380454443E7, -126549.86095164728] ( expected: 2.7123929380454E7, -126549.860952 ) 4326 -> 3885 [1.0, -1.0] -> [2.7995948410007942E7, -127815.52891209336] ( expected: 2.7995948410008E7, -127815.528912 ) 4326 -> 3890 [1.0, -1.0] -> [-4079577.277108672, -140545.733763474] ( expected: -4079577.277109, -140545.733763 ) 4326 -> 3891 [1.0, -1.0] -> [-4967185.60999072, -154126.25716180576] ( expected: -4967185.609991, -154126.257162 ) 4326 -> 3892 [1.0, -1.0] -> [-5950996.913983913, -172760.3444177468] ( expected: -5950996.913984, -172760.344418 ) 4326 -> 3893 [1.0, -1.0] -> [-4897184.884492632, -3368070.9931786475] ( expected: -4897184.884493, -3368070.993179 ) 4326 -> 3907 [1.0, -1.0] -> [3926486.719952577, -114463.73791321857] ( expected: 3926486.719953, -114463.737913 ) 4326 -> 3908 [1.0, -1.0] -> [4579928.424768336, -116149.97913303277] ( expected: 4579928.424768, -116149.979133 ) 4326 -> 3909 [1.0, -1.0] -> [5227738.513893383, -118218.03279758329] ( expected: 5227738.513893, -118218.032798 ) 4326 -> 3910 [1.0, -1.0] -> [5868725.833913101, -120700.55189045348] ( expected: 5868725.833913, -120700.55189 ) 4326 -> 3911 [1.0, -1.0] -> [-1073513.2800474234, -114463.73791321857] ( expected: -1073513.280047, -114463.737913 ) 4326 -> 3912 [1.0, -1.0] -> [-1073513.2800474234, -5114463.737913218] ( expected: -1073513.280047, -5114463.737913 ) 4326 -> 3920 [1.0, -1.0] -> [9876749.365363343, -255512.40282845582] ( expected: 9876749.365363, -255512.402828 ) 4326 -> 3942 [1.0, -1.0] -> [1412832.1289049156, -3998630.4137547053] ( expected: 1412832.128905, -3998630.413755 ) 4326 -> 3943 [1.0, -1.0] -> [1409735.4672004287, -3140533.790691925] ( expected: 1409735.4672, -3140533.790692 ) 4326 -> 3944 [1.0, -1.0] -> [1406567.9020643886, -2283801.144640223] ( expected: 1406567.902064, -2283801.14464 ) 4326 -> 3945 [1.0, -1.0] -> [1403330.3062115898, -1428448.6667800052] ( expected: 1403330.306212, -1428448.66678 ) 4326 -> 3946 [1.0, -1.0] -> [1400023.681504448, -574490.6576774605] ( expected: 1400023.681504, -574490.657677 ) 4326 -> 3947 [1.0, -1.0] -> [1396649.1683526493, 278060.6313083619] ( expected: 1396649.168353, 278060.631308 ) 4326 -> 3948 [1.0, -1.0] -> [1393208.0555333684, 1129195.1673601856] ( expected: 1393208.055533, 1129195.16736 ) 4326 -> 3949 [1.0, -1.0] -> [1389701.7904436002, 1978905.3169410583] ( expected: 1389701.790444, 1978905.316941 ) 4326 -> 3950 [1.0, -1.0] -> [1386131.9897964024, 2827186.038651116] ( expected: 1386131.989796, 2827186.038651 ) 4326 -> 3968 [1.0, -1.0] -> [9766541.186236082, 106793.67265403789] ( expected: 9766541.186236, 106793.672654 ) 4326 -> 3969 [1.0, -1.0] -> [9766541.186236082, 106793.67265403789] ( expected: 9766541.186236, 106793.672654 ) 4326 -> 3970 [1.0, -1.0] -> [9766541.186236082, 106793.67265403789] ( expected: 9766541.186236, 106793.672654 ) 4326 -> 3973 [1.0, -1.0] -> [158605.7097275556, -9086515.024711028] ( expected: 158605.709728, -9086515.024711 ) 4326 -> 3974 [1.0, -1.0] -> [155873.55620260732, 8929990.054097397] ( expected: 155873.556203, 8929990.054097 ) 4326 -> 3975 [1.0, -1.0] -> [96486.28025089651, -127566.9852954129] ( expected: 96486.280251, -127566.985295 ) 4326 -> 3976 [1.0, -1.0] -> [211496.21006117182, 1.2116609759455571E7] ( expected: 211496.210061, 1.2116609759456E7 ) 4326 -> 3978 [1.0, -1.0] -> [1.1394567715938348E7, 3952432.439572354] ( expected: 1.1394567715938E7, 3952432.439572 ) 4326 -> 3979 [1.0, -1.0] -> [1.1394567715938348E7, 3952432.439572354] ( expected: 1.1394567715938E7, 3952432.439572 ) 4326 -> 3985 [1.0, -1.0] -> [-2304750.58222672, -730302.2777686848] ( expected: -2304750.582227, -730302.277769 ) 4326 -> 3986 [1.0, -1.0] -> [-3176113.4542249097, 1368929.918389664] ( expected: -3176113.454225, 1368929.91839 ) 4326 -> 3987 [1.0, -1.0] -> [-2923792.328006836, 1371270.1108920663] ( expected: -2923792.328007, 1371270.110892 ) 4326 -> 3988 [1.0, -1.0] -> [-2675939.2529429905, 1373378.4767714175] ( expected: -2675939.252943, 1373378.476771 ) 4326 -> 3989 [1.0, -1.0] -> [-2432109.642907506, 1375271.561755964] ( expected: -2432109.642908, 1375271.561756 ) 4326 -> 3991 [1.0, -1.0] -> [2.59329868419999E7, -2227434.8835980385] ( expected: 2.5932986842E7, -2227434.883598 ) 4326 -> 3992 [1.0, -1.0] -> [2.59329868419999E7, -2127434.8835980385] ( expected: 2.5932986842E7, -2127434.883598 ) 4326 -> 3994 [1.0, -1.0] -> [-1.1020629588534083E7, -110579.96522189587] ( expected: -8329383.326293, -83576.252259 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:3994) +proj=merc +lon_0=100 +lat_ts=-41 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs 4326 -> 3995 [1.0, -1.0] -> [219615.55973735655, -1.2581766990870912E7] ( expected: 219615.559737, -1.2581766990871E7 ) 4326 -> 3996 [1.0, -1.0] -> [221917.83645610083, -1.2713664335751163E7] ( expected: 221917.836456, -1.2713664335751E7 ) 4326 -> 3997 [1.0, -1.0] -> [-6719680.364670562, -189140.34957668124] ( expected: -6719680.364671, -189140.349577 ) 4326 -> 4026 [1.0, -1.0] -> [-2973655.434305881, -5124646.907941223] ( expected: -2973655.434306, -5124646.907941 ) 4326 -> 4037 [1.0, -1.0] -> [-2498135.612025252, -123071.81486563606] ( expected: -2498135.612025, -123071.814866 ) 4326 -> 4038 [1.0, -1.0] -> [-3262671.4089617445, -130501.51383603332] ( expected: -3262671.408962, -130501.513836 ) 4326 -> 4048 [1.0, -1.0] -> [-731844.4573847153, 9887353.38019185] ( expected: -731844.457385, 9887353.380192 ) 4326 -> 4049 [1.0, -1.0] -> [-959444.2209712986, 9886508.632123267] ( expected: -959444.220971, 9886508.632123 ) 4326 -> 4050 [1.0, -1.0] -> [-1188897.9476390225, 9885509.558758508] ( expected: -1188897.947639, 9885509.558759 ) 4326 -> 4051 [1.0, -1.0] -> [-1420522.4187157105, 9884349.525781421] ( expected: -1420522.418716, 9884349.525781 ) 4326 -> 4056 [1.0, -1.0] -> [-1654648.7719850987, 9883020.659233531] ( expected: -1654648.771985, 9883020.659234 ) 4326 -> 4057 [1.0, -1.0] -> [-1891624.9707834385, 9881513.714921584] ( expected: -1891624.970783, 9881513.714922 ) 4326 -> 4058 [1.0, -1.0] -> [-2131818.4811845417, 9879817.922851447] ( expected: -2131818.481185, 9879817.922851 ) 4326 -> 4059 [1.0, -1.0] -> [-2375619.1817542426, 9877920.80363559] ( expected: -2375619.181754, 9877920.803636 ) 4326 -> 4060 [1.0, -1.0] -> [-2623442.5303552835, 9875807.953482158] ( expected: -2623442.530355, 9875807.953482 ) 4326 -> 4061 [1.0, -1.0] -> [-1073447.8827060014, 9886062.963257356] ( expected: -1073447.882706, 9886062.963257 ) 4326 -> 4062 [1.0, -1.0] -> [-1772080.2924184208, 9882325.300034335] ( expected: -1772080.292418, 9882325.300034 ) 4326 -> 4063 [1.0, -1.0] -> [-2498135.6120291036, 9876928.185137935] ( expected: -2498135.612029, 9876928.185138 ) 4326 -> 4071 [1.0, -1.0] -> [6282790.621371397, 9840373.458177524] ( expected: 6282790.621371, 9840373.458178 ) 4326 -> 4082 [1.0, -1.0] -> [3010550.9666536557, -119274.27313320359] ( expected: 3010550.966654, -119274.273133 ) 4326 -> 4083 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 4087 [1.0, -1.0] -> [111319.49079327357, -111319.49079327357] ( expected: 111319.490793, -111319.490793 ) 4326 -> 4088 [1.0, -1.0] -> [111195.04881760638, -111195.04881760638] ( expected: 111195.048818, -111195.048818 ) 4326 -> 4093 [1.0, -1.0] -> [-693328.6810924774, -5111666.04047368] ( expected: -693328.681092, -5111666.040474 ) 4326 -> 4094 [1.0, -1.0] -> [-605874.4180810666, -5111959.6509807035] ( expected: -605874.418081, -5111959.650981 ) 4326 -> 4095 [1.0, -1.0] -> [-603605.8413806784, -5112560.596565782] ( expected: -603605.841381, -5112560.596566 ) 4326 -> 4096 [1.0, -1.0] -> [-774077.2566723027, -5113982.625196914] ( expected: -774077.256672, -5113982.625197 ) 4326 -> 4390 [1.0, -1.0] -> [-1.1415405489461178E7, -754653.7975462714] ( expected: -1.1415405489461E7, -754653.797546 ) 4326 -> 4391 [1.0, -1.0] -> [-1.1235086831958948E7, -809239.3458027381] ( expected: -1.1235086831959E7, -809239.345803 ) 4326 -> 4392 [1.0, -1.0] -> [-1.128996228101707E7, -924861.5699947537] ( expected: -1.1289962281017E7, -924861.569995 ) 4326 -> 4393 [1.0, -1.0] -> [-1.1208400816847097E7, -854052.8515185723] ( expected: -1.1208400816847E7, -854052.851519 ) 4326 -> 4394 [1.0, -1.0] -> [-1.1341074183045805E7, -1067202.684920782] ( expected: -1.1341074183046E7, -1067202.684921 ) 4326 -> 4395 [1.0, -1.0] -> [-1.105722046264404E7, -1088522.4621769441] ( expected: -1.1057220462644E7, -1088522.462177 ) 4326 -> 4396 [1.0, -1.0] -> [-1.1089701244645806E7, -1152132.3123184019] ( expected: -1.1089701244646E7, -1152132.312318 ) 4326 -> 4397 [1.0, -1.0] -> [-1.1109650486439766E7, -898554.42708523] ( expected: -1.110965048644E7, -898554.427085 ) 4326 -> 4398 [1.0, -1.0] -> [-1.1261136274144E7, -1163015.486477321] ( expected: -1.1261136274144E7, -1163015.486477 ) 4326 -> 4415 [1.0, -1.0] -> [-2304750.58222672, 1291098.3346099989] ( expected: -2304750.582227, 1291098.33461 ) 4326 -> 4417 [1.0, -1.0] -> [5227104.853509628, -117640.28308313551] ( expected: 5227104.85351, -117640.283083 ) 4326 -> 4418 [1.0, -1.0] -> [4.303100571858571E7, -1215260.363306728] ( expected: 4.3031005718586E7, -1215260.363307 ) 4326 -> 4419 [1.0, -1.0] -> [3.702608307951105E7, -974432.0505190892] ( expected: 3.7026083079511E7, -974432.050519 ) 4326 -> 4434 [1.0, -1.0] -> [5868005.183604134, -120110.83834323085] ( expected: 5868005.183604, -120110.838343 ) 4326 -> 4437 [1.0, -1.0] -> [7952042.830284826, -479128.8305267014] ( expected: 7952042.830285, -479128.830527 ) 4326 -> 4438 [1.0, -1.0] -> [4.302919008846167E7, -1215186.1109900405] ( expected: 4.3029190088462E7, -1215186.11099 ) 4326 -> 4439 [1.0, -1.0] -> [3.702472044734402E7, -974391.2455230459] ( expected: 3.7024720447344E7, -974391.245523 ) 4326 -> 4455 [1.0, -1.0] -> [3.3851081735578515E7, -722676.6855665195] ( expected: 3.3851081735579E7, -722676.685566 ) 4326 -> 4456 [1.0, -1.0] -> [3.2797122316274397E7, -2256035.177721733] ( expected: 3.2797122316274E7, -2256035.177722 ) 4326 -> 4457 [1.0, -1.0] -> [3.935193914715737E7, 8844376.81206556] ( expected: 3.9351939147157E7, 8844376.812066 ) 4326 -> 4462 [1.0, -1.0] -> [-1.3179076565454597E7, -4627200.838143986] ( expected: -1.3179076565455E7, -4627200.838144 ) 4326 -> 4467 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 4471 [1.0, -1.0] -> [-4967185.60999072, 9845873.742838195] ( expected: -4967185.609991, 9845873.742838 ) 4326 -> 4474 [1.0, -1.0] -> [-4967356.463609807, 9846241.170079535] ( expected: -4967356.46361, 9846241.17008 ) 4326 -> 4484 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 4485 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 4486 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 4487 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 4488 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 4491 [1.0, -1.0] -> [1527316.681694597, -343262.1152556123] ( expected: 1527316.681695, -343262.115256 ) 4326 -> 4492 [1.0, -1.0] -> [454694.81257206947, -435257.59789428994] ( expected: 454694.812572, -435257.597894 ) 4326 -> 4493 [1.0, -1.0] -> [-1067776.4699785747, -564310.8559706394] ( expected: -1067776.469979, -564310.855971 ) 4326 -> 4502 [1.0, -1.0] -> [-1.1472683318305403E7, -343262.1152556123] ( expected: -1.1472683318305E7, -343262.115256 ) 4326 -> 4503 [1.0, -1.0] -> [-1.354530518742793E7, -435257.59789428994] ( expected: -1.3545305187428E7, -435257.597894 ) 4326 -> 4504 [1.0, -1.0] -> [-1.6067776469978575E7, -564310.8559706394] ( expected: -1.6067776469979E7, -564310.855971 ) 4326 -> 4513 [1.0, -1.0] -> [1.3527316681694597E7, -343262.1152556123] ( expected: 1.3527316681695E7, -343262.115256 ) 4326 -> 4514 [1.0, -1.0] -> [1.3540288190914396E7, -385374.03909471136] ( expected: 1.3540288190914E7, -385374.039095 ) 4326 -> 4515 [1.0, -1.0] -> [1.345469481257207E7, -435257.59789428994] ( expected: 1.3454694812572E7, -435257.597894 ) 4326 -> 4516 [1.0, -1.0] -> [1.3257055161240665E7, -494345.81681203964] ( expected: 1.3257055161241E7, -494345.816812 ) 4326 -> 4517 [1.0, -1.0] -> [1.2932223530021425E7, -564310.8559706394] ( expected: 1.2932223530021E7, -564310.855971 ) 4326 -> 4518 [1.0, -1.0] -> [1.2463222673200697E7, -647097.0226342387] ( expected: 1.2463222673201E7, -647097.022634 ) 4326 -> 4534 [1.0, -1.0] -> [-1.1472683318305403E7, -343262.1152556123] ( expected: -1.1472683318305E7, -343262.115256 ) 4326 -> 4535 [1.0, -1.0] -> [-1.2459711809085604E7, -385374.03909471136] ( expected: -1.2459711809086E7, -385374.039095 ) 4326 -> 4536 [1.0, -1.0] -> [-1.354530518742793E7, -435257.59789428994] ( expected: -1.3545305187428E7, -435257.597894 ) 4326 -> 4537 [1.0, -1.0] -> [-1.4742944838759335E7, -494345.81681203964] ( expected: -1.4742944838759E7, -494345.816812 ) 4326 -> 4538 [1.0, -1.0] -> [-1.6067776469978575E7, -564310.8559706394] ( expected: -1.6067776469979E7, -564310.855971 ) 4326 -> 4539 [1.0, -1.0] -> [-1.7536777326799303E7, -647097.0226342387] ( expected: -1.7536777326799E7, -647097.022634 ) 4326 -> 4559 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 4568 [1.0, -1.0] -> [1527118.7663691454, -343267.73295470566] ( expected: 1527118.766369, -343267.732955 ) 4326 -> 4569 [1.0, -1.0] -> [454463.6233003214, -435264.6197343083] ( expected: 454463.6233, -435264.619734 ) 4326 -> 4570 [1.0, -1.0] -> [-1068048.0238238834, -564319.8480599555] ( expected: -1068048.023824, -564319.84806 ) 4326 -> 4579 [1.0, -1.0] -> [-1.1472881233630855E7, -343267.73295470566] ( expected: -1.1472881233631E7, -343267.732955 ) 4326 -> 4580 [1.0, -1.0] -> [-1.3545536376699679E7, -435264.6197343083] ( expected: -1.35455363767E7, -435264.619734 ) 4326 -> 4581 [1.0, -1.0] -> [-1.6068048023823883E7, -564319.8480599555] ( expected: -1.6068048023824E7, -564319.84806 ) 4326 -> 4647 [1.0, -1.0] -> [3.160701079059577E7, -111623.60652962145] ( expected: 3.1607010790596E7, -111623.60653 ) 4326 -> 4652 [1.0, -1.0] -> [1.3527118766369145E7, -343267.73295470566] ( expected: 1.3527118766369E7, -343267.732955 ) 4326 -> 4653 [1.0, -1.0] -> [1.354007441367286E7, -385380.2997176783] ( expected: 1.3540074413673E7, -385380.299718 ) 4326 -> 4654 [1.0, -1.0] -> [1.3454463623300321E7, -435264.6197343083] ( expected: 1.34544636233E7, -435264.619734 ) 4326 -> 4655 [1.0, -1.0] -> [1.3256804794100218E7, -494353.7404391625] ( expected: 1.32568047941E7, -494353.740439 ) 4326 -> 4656 [1.0, -1.0] -> [1.2931951976176117E7, -564319.8480599555] ( expected: 1.2931951976176E7, -564319.84806 ) 4326 -> 4766 [1.0, -1.0] -> [1.2462927650746036E7, -647107.2803366985] ( expected: 1.2462927650746E7, -647107.280337 ) 4326 -> 4782 [1.0, -1.0] -> [-1.1472881233630855E7, -343267.73295470566] ( expected: -1.1472881233631E7, -343267.732955 ) 4326 -> 4783 [1.0, -1.0] -> [-1.245992558632714E7, -385380.2997176783] ( expected: -1.2459925586327E7, -385380.299718 ) 4326 -> 4784 [1.0, -1.0] -> [-1.3545536376699679E7, -435264.6197343083] ( expected: -1.35455363767E7, -435264.619734 ) 4326 -> 4785 [1.0, -1.0] -> [-1.4743195205899782E7, -494353.7404391625] ( expected: -1.47431952059E7, -494353.740439 ) 4326 -> 4786 [1.0, -1.0] -> [-1.6068048023823883E7, -564319.8480599555] ( expected: -1.6068048023824E7, -564319.84806 ) 4326 -> 4787 [1.0, -1.0] -> [-1.7537072349253964E7, -647107.2803366985] ( expected: -1.7537072349254E7, -647107.280337 ) 4326 -> 4826 [1.0, -1.0] -> [3057318.2777078147, -1587120.45308897] ( expected: 3057318.277708, -1587120.453089 ) 4326 -> 4839 [1.0, -1.0] -> [-1506070.4938982676, -6435230.741586187] ( expected: -1506070.493898, -6435230.741586 ) 4326 -> 4855 [1.0, -1.0] -> [-401380.815651569, 889081.4485643179] ( expected: -401380.815652, 889081.448564 ) 4326 -> 4856 [1.0, -1.0] -> [-513112.69175452995, 888910.828856683] ( expected: -513112.691755, 888910.828857 ) 4326 -> 4857 [1.0, -1.0] -> [-625033.6752347375, 888705.5037329942] ( expected: -625033.675235, 888705.503733 ) 4326 -> 4858 [1.0, -1.0] -> [-737178.8412867538, 888465.1523676446] ( expected: -737178.841287, 888465.152368 ) 4326 -> 4859 [1.0, -1.0] -> [-849583.6154742192, 888189.3973815693] ( expected: -849583.615474, 888189.397382 ) 4326 -> 4860 [1.0, -1.0] -> [-962283.8309801372, 887877.8033824401] ( expected: -962283.83098, 887877.803382 ) 4326 -> 4861 [1.0, -1.0] -> [-1075315.7872917277, 887529.8752698117] ( expected: -1075315.787292, 887529.87527 ) 4326 -> 4862 [1.0, -1.0] -> [-1188716.31051114, 887145.0562946221] ( expected: -1188716.310511, 887145.056295 ) 4326 -> 4863 [1.0, -1.0] -> [-1302522.8154832942, 886722.7258611188] ( expected: -1302522.815483, 886722.725861 ) 4326 -> 4864 [1.0, -1.0] -> [-1416773.3699321283, 886262.1970579597] ( expected: -1416773.369932, 886262.197058 ) 4326 -> 4865 [1.0, -1.0] -> [-1531506.7607965304, 885762.7139039144] ( expected: -1531506.760797, 885762.713904 ) 4326 -> 4866 [1.0, -1.0] -> [-1646762.5629572356, 885223.4482922606] ( expected: -1646762.562957, 885223.448292 ) 4326 -> 4867 [1.0, -1.0] -> [-1762581.2105459513, 884643.496616653] ( expected: -1762581.210546, 884643.496617 ) 4326 -> 4868 [1.0, -1.0] -> [-1879004.07102801, 884021.8760599092] ( expected: -1879004.071028, 884021.87606 ) 4326 -> 4869 [1.0, -1.0] -> [-1996073.5222498009, 883357.5205258392] ( expected: -1996073.52225, 883357.520526 ) 4326 -> 4870 [1.0, -1.0] -> [-2113833.03264228, 882649.2761929133] ( expected: -2113833.032642, 882649.276193 ) 4326 -> 4871 [1.0, -1.0] -> [-2232327.2447718214, 881895.8966672431] ( expected: -2232327.244772, 881895.896667 ) 4326 -> 4872 [1.0, -1.0] -> [-2351602.0624296875, 881096.0377110232] ( expected: -2351602.06243, 881096.037711 ) 4326 -> 4873 [1.0, -1.0] -> [-2471704.7414514064, 880248.251521255] ( expected: -2471704.741451, 880248.251521 ) 4326 -> 4874 [1.0, -1.0] -> [-2592683.9844573187, 879350.9805322512] ( expected: -2592683.984457, 879350.980532 ) 4326 -> 4875 [1.0, -1.0] -> [-2714590.039705578, 878402.5507140929] ( expected: -2714590.039706, 878402.550714 ) 4326 -> 4876 [1.0, -1.0] -> [-2837474.804248885, 877401.1643378864] ( expected: -2837474.804249, 877401.164338 ) 4326 -> 4877 [1.0, -1.0] -> [-2961391.931586225, 876344.8921773419] ( expected: -2961391.931586, 876344.892177 ) 4326 -> 4878 [1.0, -1.0] -> [-3086396.944000887, 875231.6651148701] ( expected: -3086396.944001, 875231.665115 ) 4326 -> 4879 [1.0, -1.0] -> [-3212547.3497760505, 874059.2651190714] ( expected: -3212547.349776, 874059.265119 ) 4326 -> 4880 [1.0, -1.0] -> [-3339902.7654791996, 872825.3155591596] ( expected: -3339902.765479, 872825.315559 ) 4326 -> 5014 [1.0, -1.0] -> [4528360.48201417, -133522.28639369676] ( expected: 4528360.482014, -133522.286394 ) 4326 -> 5015 [1.0, -1.0] -> [3748089.863293948, -125299.01588433959] ( expected: 3748089.863294, -125299.015884 ) 4326 -> 5016 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 5018 [1.0, -1.0] -> [1020858.9102141539, -4504700.940873519] ( expected: 1020858.910214, -4504700.940874 ) 4326 -> 5041 [1.0, -1.0] -> [2224408.73782563, -1.0856367979637511E7] ( expected: 2224408.737826, -1.0856367979638E7 ) 4326 -> 5042 [1.0, -1.0] -> [2216760.795441718, 1.4418217653908893E7] ( expected: 2216760.795442, 1.4418217653909E7 ) 4326 -> 5048 [1.0, -1.0] -> [-2498135.6120291036, -123071.81486206494] ( expected: -2498135.612029, -123071.814862 ) 4326 -> 5069 [1.0, -1.0] -> [1.0556044711463092E7, 3455673.156980658] ( expected: 1.0556044711463E7, 3455673.156981 ) 4326 -> 5070 [1.0, -1.0] -> [1.055602780256849E7, 3455522.9820966446] ( expected: 1.0556027802568E7, 3455522.982097 ) 4326 -> 5071 [1.0, -1.0] -> [1.055602780256849E7, 3455522.9820966446] ( expected: 1.0556027802568E7, 3455522.982097 ) 4326 -> 5072 [1.0, -1.0] -> [1.055602780256849E7, 3455522.9820966446] ( expected: 1.0556027802568E7, 3455522.982097 ) 4326 -> 5105 [1.0, -1.0] -> [-401380.815651569, -5542201.223317082] ( expected: -401380.815652, -5542201.223317 ) 4326 -> 5106 [1.0, -1.0] -> [-513112.69175452995, -5542371.843024717] ( expected: -513112.691755, -5542371.843025 ) 4326 -> 5107 [1.0, -1.0] -> [-625033.6752347375, -5542577.168148406] ( expected: -625033.675235, -5542577.168148 ) 4326 -> 5108 [1.0, -1.0] -> [-737178.8412867538, -5542817.519513756] ( expected: -737178.841287, -5542817.519514 ) 4326 -> 5109 [1.0, -1.0] -> [-849583.6154742192, -5543093.274499832] ( expected: -849583.615474, -5543093.2745 ) 4326 -> 5110 [1.0, -1.0] -> [-962283.8309801372, -5543404.8684989605] ( expected: -962283.83098, -5543404.868499 ) 4326 -> 5111 [1.0, -1.0] -> [-1075315.7872917277, -5543752.796611588] ( expected: -1075315.787292, -5543752.796612 ) 4326 -> 5112 [1.0, -1.0] -> [-1188716.31051114, -5544137.615586778] ( expected: -1188716.310511, -5544137.615587 ) 4326 -> 5113 [1.0, -1.0] -> [-1302522.8154832942, -5544559.946020282] ( expected: -1302522.815483, -5544559.94602 ) 4326 -> 5114 [1.0, -1.0] -> [-1416773.3699321283, -5545020.474823441] ( expected: -1416773.369932, -5545020.474823 ) 4326 -> 5115 [1.0, -1.0] -> [-1531506.7607965304, -5545519.957977487] ( expected: -1531506.760797, -5545519.957977 ) 4326 -> 5116 [1.0, -1.0] -> [-1646762.5629572356, -5546059.22358914] ( expected: -1646762.562957, -5546059.223589 ) 4326 -> 5117 [1.0, -1.0] -> [-1762581.2105459513, -5546639.175264748] ( expected: -1762581.210546, -5546639.175265 ) 4326 -> 5118 [1.0, -1.0] -> [-1879004.07102801, -5547260.795821491] ( expected: -1879004.071028, -5547260.795821 ) 4326 -> 5119 [1.0, -1.0] -> [-1996073.5222498009, -5547925.151355561] ( expected: -1996073.52225, -5547925.151356 ) 4326 -> 5120 [1.0, -1.0] -> [-2113833.03264228, -5548633.395688486] ( expected: -2113833.032642, -5548633.395688 ) 4326 -> 5121 [1.0, -1.0] -> [-2232327.2447718214, -5549386.775214157] ( expected: -2232327.244772, -5549386.775214 ) 4326 -> 5122 [1.0, -1.0] -> [-2351602.0624296875, -5550186.634170378] ( expected: -2351602.06243, -5550186.63417 ) 4326 -> 5123 [1.0, -1.0] -> [-2471704.7414514064, -5551034.420360145] ( expected: -2471704.741451, -5551034.42036 ) 4326 -> 5124 [1.0, -1.0] -> [-2592683.9844573187, -5551931.691349149] ( expected: -2592683.984457, -5551931.691349 ) 4326 -> 5125 [1.0, -1.0] -> [-2714590.039705578, -5552880.121167308] ( expected: -2714590.039706, -5552880.121167 ) 4326 -> 5126 [1.0, -1.0] -> [-2837474.804248885, -5553881.5075435145] ( expected: -2837474.804249, -5553881.507544 ) 4326 -> 5127 [1.0, -1.0] -> [-2961391.931586225, -5554937.779704059] ( expected: -2961391.931586, -5554937.779704 ) 4326 -> 5128 [1.0, -1.0] -> [-3086396.944000887, -5556051.00676653] ( expected: -3086396.944001, -5556051.006767 ) 4326 -> 5129 [1.0, -1.0] -> [-3212547.3497760505, -5557223.406762329] ( expected: -3212547.349776, -5557223.406762 ) 4326 -> 5130 [1.0, -1.0] -> [-3339902.7654791996, -5558457.35632224] ( expected: -3339902.765479, -5558457.356322 ) 4326 -> 5221 [1.0, -1.0] -> [-3403171.8139043623, -6866781.451857718] ( expected: -3403171.8139043623, -6866781.451857718 ) 4326 -> 5223 [1.0, -1.0] -> [-731474.8670882084, 387387.17755388486] ( expected: -731474.867088, 387387.177554 ) 4326 -> 5234 [1.0, -1.0] -> [-1.3758260606485037E7, -1005469.0345096427] ( expected: -1.3758260606485E7, -1005469.03451 ) 4326 -> 5235 [1.0, -1.0] -> [-1.3458559675569914E7, -705291.3829368642] ( expected: -1.345855967557E7, -705291.382937 ) 4326 -> 5243 [1.0, -1.0] -> [-1506070.4938982676, -6435230.741586187] ( expected: -1506070.493898, -6435230.741586 ) 4326 -> 5247 [1.0, -1.0] -> [1.953939226320958E7, 1.9603504273867205E7] ( expected: -1.2409058238151E7, -4357833.596094 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:5247) +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs 4326 -> 5253 [1.0, -1.0] -> [-2499300.8975745635, -123119.9850807771] ( expected: -2499300.897575, -123119.985081 ) 4326 -> 5254 [1.0, -1.0] -> [-2876070.6195455557, -126549.86095164728] ( expected: -2876070.619546, -126549.860952 ) 4326 -> 5255 [1.0, -1.0] -> [-3263974.9930518903, -130545.98941514351] ( expected: -3263974.993052, -130545.989415 ) 4326 -> 5256 [1.0, -1.0] -> [-3664785.187265553, -135184.84774560155] ( expected: -3664785.187266, -135184.847746 ) 4326 -> 5257 [1.0, -1.0] -> [-4080493.8724044384, -140560.12972540286] ( expected: -4080493.872404, -140560.129725 ) 4326 -> 5258 [1.0, -1.0] -> [-4513354.1514987135, -146786.3908360862] ( expected: -4513354.151499, -146786.390836 ) 4326 -> 5259 [1.0, -1.0] -> [-4965923.372586736, -154003.4312474061] ( expected: -4965923.372587, -154003.431247 ) 4326 -> 5266 [1.0, -1.0] -> [-1.7786777326799303E7, -647097.0226342387] ( expected: -1.7786777326799E7, -647097.022634 ) 4326 -> 5269 [1.0, -1.0] -> [6500699.1024254365, -123119.9850807771] ( expected: 6500699.102425, -123119.985081 ) 4326 -> 5270 [1.0, -1.0] -> [7123929.380454444, -126549.86095164728] ( expected: 7123929.380454, -126549.860952 ) 4326 -> 5271 [1.0, -1.0] -> [7736025.00694811, -130545.98941514351] ( expected: 7736025.006948, -130545.989415 ) 4326 -> 5272 [1.0, -1.0] -> [8335214.812734447, -135184.84774560155] ( expected: 8335214.812734, -135184.847746 ) 4326 -> 5273 [1.0, -1.0] -> [8919506.127595562, -140560.12972540286] ( expected: 8919506.127596, -140560.129725 ) 4326 -> 5274 [1.0, -1.0] -> [9486645.848501287, -146786.3908360862] ( expected: 9486645.848501, -146786.390836 ) 4326 -> 5275 [1.0, -1.0] -> [1.0034076627413264E7, -154003.4312474061] ( expected: 1.0034076627413E7, -154003.431247 ) 4326 -> 5292 [1.0, -1.0] -> [-1.816990920712169E7, -3169532.90756704] ( expected: -1.8169909207122E7, -3169532.907567 ) 4326 -> 5293 [1.0, -1.0] -> [-1.75565138833943E7, -3133776.920428936] ( expected: -1.7556513883394E7, -3133776.920429 ) 4326 -> 5294 [1.0, -1.0] -> [-1.7709618736851815E7, -3142619.77641645] ( expected: -1.7709618736852E7, -3142619.776416 ) 4326 -> 5295 [1.0, -1.0] -> [-1.7803978922571797E7, -3148097.0635067048] ( expected: -1.7803978922572E7, -3148097.063507 ) 4326 -> 5296 [1.0, -1.0] -> [-1.7864343351674397E7, -3151611.8816383993] ( expected: -1.7864343351674E7, -3151611.881638 ) 4326 -> 5299 [1.0, -1.0] -> [-1.7455334051795617E7, -3127963.4215037436] ( expected: -1.7455334051796E7, -3127963.421504 ) 4326 -> 5301 [1.0, -1.0] -> [-1.7709618736851815E7, -3142619.77641645] ( expected: -1.7709618736852E7, -3142619.776416 ) 4326 -> 5303 [1.0, -1.0] -> [-1.7313201852725804E7, -3119838.008647886] ( expected: -1.7313201852726E7, -3119838.008648 ) 4326 -> 5304 [1.0, -1.0] -> [-1.7924955772937275E7, -3155149.6365544964] ( expected: -1.7924955772937E7, -3155149.636554 ) 4326 -> 5305 [1.0, -1.0] -> [-1.75565138833943E7, -3133776.920428936] ( expected: -1.7556513883394E7, -3133776.920429 ) 4326 -> 5307 [1.0, -1.0] -> [-1.8046929347289197E7, -3162294.5318262987] ( expected: -1.8046929347289E7, -3162294.531826 ) 4326 -> 5308 [1.0, -1.0] -> [-1.7872987058160573E7, -3152115.8675650326] ( expected: -1.7872987058161E7, -3152115.867565 ) 4326 -> 5309 [1.0, -1.0] -> [-1.784707111841641E7, -3150605.3136568163] ( expected: -1.7847071118416E7, -3150605.313657 ) 4326 -> 5311 [1.0, -1.0] -> [-1.8240638922076248E7, -3173711.5433008503] ( expected: -1.8240638922076E7, -3173711.543301 ) 4326 -> 5316 [1.0, -1.0] -> [1093343.8679837938, -6111667.938834336] ( expected: 1093343.867984, -6111667.938834 ) 4326 -> 5320 [1.0, -1.0] -> [1.158948544967297E7, 6556081.94432983] ( expected: 1.1589485449673E7, 6556081.94433 ) 4326 -> 5321 [1.0, -1.0] -> [1.158948544967297E7, 6556081.94432983] ( expected: 1.1589485449673E7, 6556081.94433 ) 4326 -> 5325 [1.0, -1.0] -> [5371439.777958721, -7933055.058237773] ( expected: 5371439.777959, -7933055.058238 ) 4326 -> 5329 [1.0, -1.0] -> [-8196708.596170254, 789730.5831531245] ( expected: -8196708.59617, 789730.583153 ) 4326 -> 5330 [1.0, -1.0] -> [-8196705.156102311, 789820.8426936554] ( expected: -8196705.156102, 789820.842694 ) 4326 -> 5331 [1.0, -1.0] -> [-8196548.068024296, 789629.4247030766] ( expected: -8196548.068024, 789629.424703 ) 4326 -> 5337 [1.0, -1.0] -> [4528179.727213159, 9866656.78131655] ( expected: 4528179.727213, 9866656.781317 ) 4326 -> 5343 [1.0, -1.0] -> [1.3163467099509558E7, 9671230.891207632] ( expected: 1.316346709951E7, 9671230.891208 ) 4326 -> 5344 [1.0, -1.0] -> [1.3289473150909536E7, 9704851.838049386] ( expected: 1.328947315091E7, 9704851.838049 ) 4326 -> 5345 [1.0, -1.0] -> [1.348820329210037E7, 9733276.551188529] ( expected: 1.34882032921E7, 9733276.551189 ) 4326 -> 5346 [1.0, -1.0] -> [1.3750656290094743E7, 9757339.48078672] ( expected: 1.3750656290095E7, 9757339.480787 ) 4326 -> 5347 [1.0, -1.0] -> [1.4068894159149641E7, 9777744.441021187] ( expected: 1.406889415915E7, 9777744.441021 ) 4326 -> 5348 [1.0, -1.0] -> [1.4435929604234245E7, 9795082.873511892] ( expected: 1.4435929604234E7, 9795082.873512 ) 4326 -> 5349 [1.0, -1.0] -> [1.4845622388711806E7, 9809849.98623106] ( expected: 1.4845622388712E7, 9809849.986231 ) 4326 -> 5355 [1.0, -1.0] -> [9876408.371061577, 9744293.807475712] ( expected: 9876408.371062, 9744293.807476 ) 4326 -> 5356 [1.0, -1.0] -> [1.1625664379251856E7, 9668414.590036271] ( expected: 1.1625664379252E7, 9668414.590036 ) 4326 -> 5357 [1.0, -1.0] -> [8480365.932791542, 9789643.66152699] ( expected: 8480365.932792, 9789643.661527 ) 4326 -> 5361 [1.0, -1.0] -> [1.1625664379251856E7, 9668414.590036271] ( expected: 1.1625664379252E7, 9668414.590036 ) 4326 -> 5362 [1.0, -1.0] -> [1.4018825808604226E7, 9515984.71657664] ( expected: 1.4018825808604E7, 9515984.716577 ) 4326 -> 5367 [1.0, -1.0] -> [1.6609414000793105E7, -539612.6397877346] ( expected: 1.6609414000793E7, -539612.639788 ) 4326 -> 5382 [1.0, -1.0] -> [8480365.932696108, 9789643.661529249] ( expected: 8480365.932696, 9789643.661529 ) 4326 -> 5383 [1.0, -1.0] -> [7306321.314744266, 9819497.181067986] ( expected: 7306321.314744, 9819497.181068 ) 4326 -> 5387 [1.0, -1.0] -> [1.4018825808604226E7, 9515984.71657664] ( expected: 1.4018825808604E7, 9515984.716577 ) 4326 -> 5389 [1.0, -1.0] -> [1.1625664379251856E7, 9668414.590036271] ( expected: 1.1625664379252E7, 9668414.590036 ) 4326 -> 5396 [1.0, -1.0] -> [3748089.863293948, 9874700.98411566] ( expected: 3748089.863294, 9874700.984116 ) 4326 -> 5456 [1.0, -1.0] -> [1.0069396949191825E7, 298073.2274458299] ( expected: 1.0069396949192E7, 298073.227446 ) 4326 -> 5457 [1.0, -1.0] -> [9981290.41950364, 317555.1139196783] ( expected: 9981290.419504, 317555.11392 ) 4326 -> 5458 [1.0, -1.0] -> [1.0783926462388106E7, 704636.3241282849] ( expected: 1.0783926462388E7, 704636.324128 ) 4326 -> 5459 [1.0, -1.0] -> [1.0763253162217127E7, 678752.8685488532] ( expected: 1.0763253162217E7, 678752.868549 ) 4326 -> 5460 [1.0, -1.0] -> [1.0610418369162314E7, 557329.4799045622] ( expected: 1.0610418369162E7, 557329.479905 ) 4326 -> 5461 [1.0, -1.0] -> [1.0235130039758671E7, 478378.876189622] ( expected: 1.0235130039759E7, 478378.87619 ) 4326 -> 5462 [1.0, -1.0] -> [1.0210066837693766E7, 371829.1651338951] ( expected: 1.0210066837694E7, 371829.165134 ) 4326 -> 5466 [1.0, -1.0] -> [1.8433986868756708E7, -2417645.6416484225] ( expected: 1.8433986868757E7, -2417645.641648 ) 4326 -> 5469 [1.0, -1.0] -> [9570952.784497323, 190944.52408483397] ( expected: 9570952.784497, 190944.524085 ) 4326 -> 5472 [1.0, -1.0] -> [1.0980358915589832E7, -157797.64526940067] ( expected: 1.0980369203568E7, -150245.280612 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:5472) +proj=poly +lat_0=8.25 +lon_0=-81 +x_0=914391.7962 +y_0=999404.7217154861 +ellps=clrk66 +to_meter=0.9143917962 +no_defs 4326 -> 5479 [1.0, -1.0] -> [2585213.174496227, -7552437.343099471] ( expected: 2585213.174496, -7552437.343099 ) 4326 -> 5480 [1.0, -1.0] -> [568936.837405799, -9763978.381559525] ( expected: 568936.837406, -9763978.38156 ) 4326 -> 5481 [1.0, -1.0] -> [-1669284.1361186653, -1.186807829481944E7] ( expected: -1669284.136119, -1.1868078294819E7 ) 4326 -> 5482 [1.0, -1.0] -> [4783239.204561718, -1.1418217653712133E7] ( expected: 4783239.204562, -1.1418217653712E7 ) 4326 -> 5490 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 5513 [1.0, -1.0] -> [-3403171.8139043604, -6866781.451857718] ( expected: -3403171.813904, -6866781.451858 ) 4326 -> 5514 [1.0, -1.0] -> [-3403171.8139043604, -6866781.451857718] ( expected: -3403171.813904, -6866781.451858 ) 4326 -> 5520 [1.0, -1.0] -> [1277387.8342033075, -111056.87018874333] ( expected: 1277387.834203, -111056.870189 ) 4326 -> 5523 [1.0, -1.0] -> [325154.33902341686, 5387574.863316061] ( expected: 325154.339023, 5387574.863316 ) 4326 -> 5530 [1.0, -1.0] -> [1.1121371031237826E7, 9837460.844626758] ( expected: 1.1121377267748E7, 9838205.650141 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:5530) +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs 4326 -> 5531 [1.0, -1.0] -> [8480387.698483698, 9789718.01615759] ( expected: 8480387.698484, 9789718.016158 ) 4326 -> 5532 [1.0, -1.0] -> [7306338.554040143, 9819561.455913443] ( expected: 7306338.55404, 9819561.455913 ) 4326 -> 5533 [1.0, -1.0] -> [6282904.939265697, 9840380.305314833] ( expected: 6282904.939266, 9840380.305315 ) 4326 -> 5534 [1.0, -1.0] -> [5366525.713519764, 9855430.619752498] ( expected: 5366525.71352, 9855430.619752 ) 4326 -> 5535 [1.0, -1.0] -> [4528369.514268836, 9866524.853747077] ( expected: 4528369.514269, 9866524.853747 ) 4326 -> 5536 [1.0, -1.0] -> [8480762.408031167, 9789633.431290038] ( expected: 8480762.408031, 9789633.43129 ) 4326 -> 5537 [1.0, -1.0] -> [7306636.008429239, 9819490.902848266] ( expected: 7306636.008429, 9819490.902848 ) 4326 -> 5538 [1.0, -1.0] -> [6283144.69876763, 9840319.680779265] ( expected: 6283144.698768, 9840319.680779 ) 4326 -> 5539 [1.0, -1.0] -> [5366720.727107261, 9855376.50425905] ( expected: 5366720.727107, 9855376.504259 ) 4326 -> 5550 [1.0, -1.0] -> [-4366513.929932128, -9851309.433735143] ( expected: -4366513.929932, -9851309.433735 ) 4326 -> 5551 [1.0, -1.0] -> [-3528360.4820141736, -9862407.599483844] ( expected: -3528360.482014, -9862407.599484 ) 4326 -> 5552 [1.0, -1.0] -> [-2748089.8632939477, -9870630.869993202] ( expected: -2748089.863294, -9870630.869993 ) 4326 -> 5559 [1.0, -1.0] -> [1.0783799527898781E7, 704674.0537730171] ( expected: 1.0783799527899E7, 704674.053773 ) 4326 -> 5562 [1.0, -1.0] -> [2227101.8183136317, -117628.22427132147] ( expected: 2227101.818314, -117628.224271 ) 4326 -> 5563 [1.0, -1.0] -> [2500779.686146492, -123021.9433997526] ( expected: 2500779.686146, -123021.9434 ) 4326 -> 5564 [1.0, -1.0] -> [2736100.37343274, -130441.69309825501] ( expected: 2736100.373433, -130441.693098 ) 4326 -> 5565 [1.0, -1.0] -> [2919578.053220111, -140447.41699625098] ( expected: 2919578.05322, -140447.416996 ) 4326 -> 5566 [1.0, -1.0] -> [-1772898.1816863683, -117628.22427132147] ( expected: -1772898.181686, -117628.224271 ) 4326 -> 5567 [1.0, -1.0] -> [-2499220.313853508, -123021.9433997526] ( expected: -2499220.313854, -123021.9434 ) 4326 -> 5568 [1.0, -1.0] -> [-3263899.62656726, -130441.69309825501] ( expected: -3263899.626567, -130441.693098 ) 4326 -> 5569 [1.0, -1.0] -> [-4080421.946779889, -140447.41699625098] ( expected: -4080421.94678, -140447.416996 ) 4326 -> 5570 [1.0, -1.0] -> [5227101.818313632, -117628.22427132147] ( expected: 5227101.818314, -117628.224271 ) 4326 -> 5571 [1.0, -1.0] -> [5868002.071716832, -120098.52960036005] ( expected: 5868002.071717, -120098.5296 ) 4326 -> 5572 [1.0, -1.0] -> [6500779.686146492, -123021.9433997526] ( expected: 6500779.686146, -123021.9434 ) 4326 -> 5573 [1.0, -1.0] -> [7124007.15501799, -126448.92738809883] ( expected: 7124007.155018, -126448.927388 ) 4326 -> 5574 [1.0, -1.0] -> [7736100.373432741, -130441.69309825501] ( expected: 7736100.373433, -130441.693098 ) 4326 -> 5575 [1.0, -1.0] -> [8335288.213048046, -135076.65191923972] ( expected: 8335288.213048, -135076.651919 ) 4326 -> 5576 [1.0, -1.0] -> [8919578.053220112, -140447.41699625098] ( expected: 8919578.05322, -140447.416996 ) 4326 -> 5577 [1.0, -1.0] -> [-1772898.1816863683, -117628.22427132147] ( expected: -1772898.181686, -117628.224271 ) 4326 -> 5578 [1.0, -1.0] -> [-2131997.9282831675, -120098.52960036005] ( expected: -2131997.928283, -120098.5296 ) 4326 -> 5579 [1.0, -1.0] -> [-2499220.313853508, -123021.9433997526] ( expected: -2499220.313854, -123021.9434 ) 4326 -> 5580 [1.0, -1.0] -> [-2875992.8449820103, -126448.92738809883] ( expected: -2875992.844982, -126448.927388 ) 4326 -> 5581 [1.0, -1.0] -> [-3263899.62656726, -130441.69309825501] ( expected: -3263899.626567, -130441.693098 ) 4326 -> 5582 [1.0, -1.0] -> [-3664711.786951954, -135076.65191923972] ( expected: -3664711.786952, -135076.651919 ) 4326 -> 5583 [1.0, -1.0] -> [-4080421.946779889, -140447.41699625098] ( expected: -4080421.94678, -140447.416996 ) 4326 -> 5588 [1.0, -1.0] -> [3.187755284869566E7, -8575947.900939403] ( expected: 3.1877552848696E7, -8575947.900939 ) 4326 -> 5589 [1.0, -1.0] -> [6.047950215224177E7, -7931979.43713711] ( expected: 6.0479502152242E7, -7931979.437137 ) 4326 -> 5596 [1.0, -1.0] -> [-156452.53446364007, -112409.59065944617] ( expected: -156452.534464, -112409.590659 ) 4326 -> 5623 [1.0, -1.0] -> [5.286909104574887E7, -1.682213428865738E7] ( expected: 5.2869091045749E7, -1.6822134288657E7 ) 4326 -> 5624 [1.0, -1.0] -> [5.6012268152917266E7, -1.6992073725156136E7] ( expected: 5.6012268152917E7, -1.6992073725156E7 ) 4326 -> 5625 [1.0, -1.0] -> [6.095949868922323E7, -1.7275323241246473E7] ( expected: 6.0959498689223E7, -1.7275323241246E7 ) 4326 -> 5627 [1.0, -1.0] -> [-56927.72937519546, -110836.44699713252] ( expected: -56927.729375, -110836.446997 ) 4326 -> 5629 [1.0, -1.0] -> [-4967185.609964837, 9845873.742835522] ( expected: -4967185.609965, 9845873.742836 ) 4326 -> 5631 [1.0, -1.0] -> [1606760.6046091677, -111594.83349100362] ( expected: 1606760.604609, -111594.833491 ) 4326 -> 5632 [1.0, -1.0] -> [2626066.282661847, -3523299.317110804] ( expected: 2626066.282662, -3523299.317111 ) 4326 -> 5633 [1.0, -1.0] -> [3205019.517945395, -2404654.6309314957] ( expected: 3205019.517945, -2404654.630931 ) 4326 -> 5634 [1.0, -1.0] -> [2626066.282661847, -3523299.317110804] ( expected: 2626066.282662, -3523299.317111 ) 4326 -> 5635 [1.0, -1.0] -> [3205019.517945395, -2404654.6309314957] ( expected: 3205019.517945, -2404654.630931 ) 4326 -> 5636 [1.0, -1.0] -> [3205019.517945395, -2404654.6309314957] ( expected: 3205019.517945, -2404654.630931 ) 4326 -> 5637 [1.0, -1.0] -> [2626066.282661847, -3523299.317110804] ( expected: 2626066.282662, -3523299.317111 ) 4326 -> 5638 [1.0, -1.0] -> [3205019.517945395, -2404654.6309314957] ( expected: 3205019.517945, -2404654.630931 ) 4326 -> 5639 [1.0, -1.0] -> [2626066.282661847, -3523299.317110804] ( expected: 2626066.282662, -3523299.317111 ) 4326 -> 5641 [1.0, -1.0] -> [9898057.594904037, 9889420.03478175] ( expected: 9895093.786885, 9889486.946569 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:5641) +proj=merc +lon_0=-43 +lat_ts=-2 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs 4326 -> 5643 [1.0, -1.0] -> [-651904.9605426516, -6214068.22911756] ( expected: -651904.960543, -6214068.229118 ) 4326 -> 5644 [1.0, -1.0] -> [-5950996.913983913, 9827239.655582253] ( expected: -5950996.913984, 9827239.655582 ) 4326 -> 5646 [1.0, -1.0] -> [4.040831106516581E7, -1.6548215312485911E7] ( expected: 4.0408311065166E7, -1.6548215312486E7 ) 4326 -> 5649 [1.0, -1.0] -> [3.127743826352294E7, -110597.97252016231] ( expected: 3.1277438263523E7, -110597.97252 ) 4326 -> 5650 [1.0, -1.0] -> [3.1926552374230366E7, -113937.03214683587] ( expected: 3.192655237423E7, -113937.032147 ) 4326 -> 5651 [1.0, -1.0] -> [3.127743826352294E7, -110597.97252016231] ( expected: 3.1277438263523E7, -110597.97252 ) 4326 -> 5652 [1.0, -1.0] -> [3.160701079059577E7, -111623.60652962145] ( expected: 3.1607010790596E7, -111623.60653 ) 4326 -> 5653 [1.0, -1.0] -> [3.1926552374230366E7, -113937.03214683587] ( expected: 3.192655237423E7, -113937.032147 ) 4326 -> 5654 [1.0, -1.0] -> [4.040831106516581E7, -1.6548215312485911E7] ( expected: 4.0408311065166E7, -1.6548215312486E7 ) 4326 -> 5655 [1.0, -1.0] -> [4.040831106516581E7, -1.6548215312485911E7] ( expected: 4.0408311065166E7, -1.6548215312486E7 ) 4326 -> 5659 [1.0, -1.0] -> [-392946.29355510545, -4111527.7229323043] ( expected: -392946.293555, -4111527.722932 ) 4326 -> 5663 [1.0, -1.0] -> [1926020.7693676287, -113907.42375638073] ( expected: 1926020.769368, -113907.423756 ) 4326 -> 5664 [1.0, -1.0] -> [1606760.7742748428, -111591.53573833464] ( expected: 1606760.774275, -111591.535738 ) 4326 -> 5665 [1.0, -1.0] -> [1926020.9361570976, -113904.05734876616] ( expected: 1926020.936157, -113904.057349 ) 4326 -> 5666 [1.0, -1.0] -> [2606757.139676386, -111657.54698132424] ( expected: 2606757.139676, -111657.546981 ) 4326 -> 5667 [1.0, -1.0] -> [3268175.410532253, -112647.04307530021] ( expected: 3268175.410532, -112647.043075 ) 4326 -> 5668 [1.0, -1.0] -> [3268175.410532253, -112647.04307530021] ( expected: 3268175.410532, -112647.043075 ) 4326 -> 5669 [1.0, -1.0] -> [3926105.6637311587, -113971.62699113604] ( expected: 3926105.663731, -113971.626991 ) 4326 -> 5670 [1.0, -1.0] -> [2606760.6046091677, -111594.83349100362] ( expected: 2606760.604609, -111594.833491 ) 4326 -> 5671 [1.0, -1.0] -> [3268134.7811905323, -112583.67763501935] ( expected: 3268134.781191, -112583.677635 ) 4326 -> 5672 [1.0, -1.0] -> [3926020.7693676287, -113907.42375638073] ( expected: 3926020.769368, -113907.423756 ) 4326 -> 5673 [1.0, -1.0] -> [2606760.774274843, -111591.53573833464] ( expected: 2606760.774275, -111591.535738 ) 4326 -> 5674 [1.0, -1.0] -> [3268134.949233641, -112580.3505046794] ( expected: 3268134.949234, -112580.350505 ) 4326 -> 5675 [1.0, -1.0] -> [3926020.9361570976, -113904.05734876616] ( expected: 3926020.936157, -113904.057349 ) 4326 -> 5676 [1.0, -1.0] -> [1942852.5933229856, -111415.50139883986] ( expected: 1942852.593323, -111415.501399 ) 4326 -> 5677 [1.0, -1.0] -> [2606770.8537281947, -112086.71367539388] ( expected: 2606770.853728, -112086.713675 ) 4326 -> 5678 [1.0, -1.0] -> [3268189.653934245, -113079.99933437354] ( expected: 3268189.653934, -113079.999334 ) 4326 -> 5679 [1.0, -1.0] -> [3926120.495867673, -114409.65960689621] ( expected: 3926120.495868, -114409.659607 ) 4326 -> 5680 [1.0, -1.0] -> [1277387.8342033075, -111056.87018874333] ( expected: 1277387.834203, -111056.870189 ) 4326 -> 5682 [1.0, -1.0] -> [1942839.3572372133, -110988.89198536408] ( expected: 1942839.357237, -110988.891985 ) 4326 -> 5683 [1.0, -1.0] -> [2606757.139676386, -111657.54698132424] ( expected: 2606757.139676, -111657.546981 ) 4326 -> 5684 [1.0, -1.0] -> [3268175.410532253, -112647.04307530021] ( expected: 3268175.410532, -112647.043075 ) 4326 -> 5685 [1.0, -1.0] -> [3926105.6637311587, -113971.62699113604] ( expected: 3926105.663731, -113971.626991 ) 4326 -> 5700 [1.0, -1.0] -> [722561.7364788678, -9885331.913357373] ( expected: 722561.736479, -9885331.913357 ) 4326 -> 5836 [1.0, -1.0] -> [-4079577.277094121, -140545.73376667517] ( expected: -4079577.277094, -140545.733767 ) 4326 -> 5837 [1.0, -1.0] -> [-7068672.129134833, -199101.75664701968] ( expected: -7068672.129135, -199101.756647 ) 4326 -> 5842 [1.0, -1.0] -> [-731474.8670882084, 9887387.177553885] ( expected: -731474.867088, 9887387.177554 ) 4326 -> 5844 [1.0, -1.0] -> [-2875733.012483601, 9873462.794034448] ( expected: -2875733.012484, 9873462.794034 ) 4326 -> 5858 [1.0, -1.0] -> [7306339.329109491, 9819560.962598398] ( expected: 7306339.329109, 9819560.962598 ) 4326 -> 5875 [1.0, -1.0] -> [1.4018870379212016E7, 9516155.569780795] ( expected: 1.4018870379212E7, 9516155.569781 ) 4326 -> 5876 [1.0, -1.0] -> [1.1625697068444578E7, 9668531.835078973] ( expected: 1.1625697068445E7, 9668531.835079 ) 4326 -> 5877 [1.0, -1.0] -> [9876434.720248116, 9744384.218696982] ( expected: 9876434.720248, 9744384.218697 ) 4326 -> 5879 [1.0, -1.0] -> [-4967358.421418418, 9846233.706564931] ( expected: -4967358.421418, 9846233.706565 ) 4326 -> 5880 [1.0, -1.0] -> [1.112135314364314E7, 9837403.46622732] ( expected: 1.1121359384426E7, 9838148.516189 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:5880) +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs 4326 -> 5890 [1.0, -1.0] -> [-1.2544389192518882E7, -218963.12784024916] ( expected: -1.2544389192519E7, -218963.12784 ) 4326 -> 5921 [1.0, -1.0] -> [1.178445106919366E7, 5431623.1271190075] ( expected: 1.1784451069194E7, 5431623.127119 ) 4326 -> 5922 [1.0, -1.0] -> [8021047.089439475, -8741142.248860843] ( expected: 8021047.089439, -8741142.248861 ) 4326 -> 5923 [1.0, -1.0] -> [-6607963.983460266, -9752341.01585951] ( expected: -6607963.98346, -9752341.01586 ) 4326 -> 5924 [1.0, -1.0] -> [-1.228558260979681E7, 3767834.081056921] ( expected: -1.2285582609797E7, 3767834.081057 ) 4326 -> 5925 [1.0, -1.0] -> [-1320696.5780834674, 1.350445373209293E7] ( expected: -1320696.578083, 1.3504453732093E7 ) 4326 -> 5926 [1.0, -1.0] -> [1.1606732982478078E7, 5523972.751530524] ( expected: 1.1606732982478E7, 5523972.751531 ) 4326 -> 5927 [1.0, -1.0] -> [7527477.137171547, -7604714.094670523] ( expected: 7527477.137172, -7604714.094671 ) 4326 -> 5928 [1.0, -1.0] -> [-6189671.760202146, -8522631.675044455] ( expected: -6189671.760202, -8522631.675044 ) 4326 -> 5929 [1.0, -1.0] -> [-1.1981802306122683E7, 3945486.4787145206] ( expected: -1.1981802306123E7, 3945486.478715 ) 4326 -> 5930 [1.0, -1.0] -> [-2432892.674428876, 1.3835940027608277E7] ( expected: -2432892.674429, 1.3835940027608E7 ) 4326 -> 5931 [1.0, -1.0] -> [1.153639790634206E7, 5327385.53646693] ( expected: 1.1536397906342E7, 5327385.536467 ) 4326 -> 5932 [1.0, -1.0] -> [6968893.0297947, -6531794.590037184] ( expected: 6968893.029795, -6531794.590037 ) 4326 -> 5933 [1.0, -1.0] -> [-5713989.180022981, -7336004.091376325] ( expected: -5713989.180023, -7336004.091376 ) 4326 -> 5934 [1.0, -1.0] -> [-1.1742847848963263E7, 3851270.698316543] ( expected: -1.1742847848963E7, 3851270.698317 ) 4326 -> 5935 [1.0, -1.0] -> [-4096989.3348323526, 1.4002285507292341E7] ( expected: -4096989.334832, 1.4002285507292E7 ) 4326 -> 5936 [1.0, -1.0] -> [8233840.322030559, 1.3246145639679717E7] ( expected: 8233840.322031, 1.324614563968E7 ) 4326 -> 5937 [1.0, -1.0] -> [1.462208269354896E7, 4453484.335933893] ( expected: 1.4622082693549E7, 4453484.335934 ) 4326 -> 5938 [1.0, -1.0] -> [9190284.853832003, -8660035.676779661] ( expected: 9190284.853832, -8660035.67678 ) 4326 -> 5939 [1.0, -1.0] -> [-1759410.799223262, -1.0296478656596964E7] ( expected: -1759410.799223, -1.0296478656597E7 ) 4326 -> 5940 [1.0, -1.0] -> [-1.0476379119044373E7, 5110710.688465696] ( expected: -1.0476379119044E7, 5110710.688466 ) 4326 -> 6050 [1.0, -1.0] -> [3.2083367691766176E7, -8988747.33173201] ( expected: 3.2083367691766E7, -8988747.331732 ) 4326 -> 6051 [1.0, -1.0] -> [2.854555535585662E7, -4318223.732749682] ( expected: 2.8545555355857E7, -4318223.73275 ) 4326 -> 6052 [1.0, -1.0] -> [2.3321822937460687E7, -8952842.641778272] ( expected: 2.3321822937461E7, -8952842.641778 ) 4326 -> 6053 [1.0, -1.0] -> [4.112632765326379E7, 231377.4861751953] ( expected: 4.1126327653264E7, 231377.486175 ) 4326 -> 6054 [1.0, -1.0] -> [3.939421409963861E7, -4893235.347511202] ( expected: 3.9394214099639E7, -4893235.347511 ) 4326 -> 6055 [1.0, -1.0] -> [3.583638739600489E7, -7485638.136239331] ( expected: 3.5836387396005E7, -7485638.136239 ) 4326 -> 6056 [1.0, -1.0] -> [3.1445114133171692E7, 567058.2764772805] ( expected: 3.1445114133172E7, 567058.276477 ) 4326 -> 6057 [1.0, -1.0] -> [3.018829725079292E7, -3425695.7594062258] ( expected: 3.0188297250793E7, -3425695.759406 ) 4326 -> 6058 [1.0, -1.0] -> [2.7581417844045937E7, -5733422.5907495525] ( expected: 2.7581417844046E7, -5733422.59075 ) 4326 -> 6059 [1.0, -1.0] -> [5.198331576125823E7, 1503878.9374763547] ( expected: 5.1983315761258E7, 1503878.937476 ) 4326 -> 6060 [1.0, -1.0] -> [5.143188966232431E7, -1581705.9084502812] ( expected: 5.1431889662324E7, -1581705.90845 ) 4326 -> 6061 [1.0, -1.0] -> [5.001403322581687E7, -3667099.4826126955] ( expected: 5.0014033225817E7, -3667099.482613 ) 4326 -> 6062 [1.0, -1.0] -> [3.605570207768419E7, 1820407.2484827526] ( expected: 3.6055702077684E7, 1820407.248483 ) 4326 -> 6063 [1.0, -1.0] -> [3.557951371260756E7, -631471.3532384485] ( expected: 3.5579513712608E7, -631471.353238 ) 4326 -> 6064 [1.0, -1.0] -> [3.450122227123385E7, -2264670.45282322] ( expected: 3.4501222271234E7, -2264670.452823 ) 4326 -> 6065 [1.0, -1.0] -> [2.017362762646465E7, 2419102.749112947] ( expected: 2.0173627626465E7, 2419102.749113 ) 4326 -> 6066 [1.0, -1.0] -> [1.9724976872515626E7, 397985.15831298474] ( expected: 1.9724976872516E7, 397985.158313 ) 4326 -> 6067 [1.0, -1.0] -> [2.9032218327273075E7, 3885092.8981891973] ( expected: 2.9032218327273E7, 3885092.898189 ) 4326 -> 6068 [1.0, -1.0] -> [2.896951420553305E7, 2143217.6524003884] ( expected: 2.8969514205533E7, 2143217.6524 ) 4326 -> 6069 [1.0, -1.0] -> [1.92531538124234E7, -8847929.74652404] ( expected: 1.9253153812423E7, -8847929.746524 ) 4326 -> 6070 [1.0, -1.0] -> [7309787.365732158, -6981967.8826158475] ( expected: 7309787.365732, -6981967.882616 ) 4326 -> 6071 [1.0, -1.0] -> [2.4638414989295043E7, -5984054.138540713] ( expected: 2.4638414989295E7, -5984054.138541 ) 4326 -> 6072 [1.0, -1.0] -> [2.1997029412601907E7, -4265440.358982148] ( expected: 2.1997029412602E7, -4265440.358982 ) 4326 -> 6073 [1.0, -1.0] -> [8905770.076752055, -4258494.70015374] ( expected: 8905770.076752, -4258494.700154 ) 4326 -> 6074 [1.0, -1.0] -> [7190287.984053586, -2766582.5718531962] ( expected: 7190287.984054, -2766582.571853 ) 4326 -> 6075 [1.0, -1.0] -> [1.458922241544154E7, -4490709.678125927] ( expected: 1.4589222415442E7, -4490709.678126 ) 4326 -> 6076 [1.0, -1.0] -> [1.383885649937583E7, 3639326.595760494] ( expected: 1.3838856499376E7, 3639326.595761 ) 4326 -> 6077 [1.0, -1.0] -> [3935368.8316782247, -3244881.1695587756] ( expected: 3935368.831678, -3244881.169559 ) 4326 -> 6078 [1.0, -1.0] -> [3190934.0273176916, 2698036.403953117] ( expected: 3190934.027318, 2698036.403953 ) 4326 -> 6079 [1.0, -1.0] -> [5831119.357840447, 9212662.596109148] ( expected: 5831119.35784, 9212662.596109 ) 4326 -> 6080 [1.0, -1.0] -> [1.1679893257199723E7, 1.4507672619947886E7] ( expected: 1.16798932572E7, 1.4507672619948E7 ) 4326 -> 6081 [1.0, -1.0] -> [2.0409266569376577E7, -856034.079905183] ( expected: 2.0409266569377E7, -856034.079905 ) 4326 -> 6082 [1.0, -1.0] -> [2.0456422106801055E7, 3691766.6963592735] ( expected: 2.0456422106801E7, 3691766.696359 ) 4326 -> 6083 [1.0, -1.0] -> [2.245489931975171E7, 8641119.288034577] ( expected: 2.2454899319752E7, 8641119.288035 ) 4326 -> 6084 [1.0, -1.0] -> [2.640494493286494E7, 1.3190120882052913E7] ( expected: 2.6404944932865E7, 1.3190120882053E7 ) 4326 -> 6085 [1.0, -1.0] -> [3.199060912567406E7, 1.660173423822473E7] ( expected: 3.1990609125674E7, 1.6601734238225E7 ) 4326 -> 6086 [1.0, -1.0] -> [3.8836421352003634E7, 1.835303228950309E7] ( expected: 3.8836421352004E7, 1.8353032289503E7 ) 4326 -> 6087 [1.0, -1.0] -> [6164039.622983528, -145050.6081078779] ( expected: 6164039.622984, -145050.608108 ) 4326 -> 6088 [1.0, -1.0] -> [6157593.559495006, 3319741.3300231914] ( expected: 6157593.559495, 3319741.330023 ) 4326 -> 6089 [1.0, -1.0] -> [7386388.369514376, 7450397.689916238] ( expected: 7386388.369514, 7450397.689916 ) 4326 -> 6090 [1.0, -1.0] -> [1.0072652699958606E7, 1.1596012321950663E7] ( expected: 1.0072652699959E7, 1.1596012321951E7 ) 4326 -> 6091 [1.0, -1.0] -> [1.4133817505766017E7, 1.5257798641751263E7] ( expected: 1.4133817505766E7, 1.5257798641751E7 ) 4326 -> 6092 [1.0, -1.0] -> [1.9321890282911092E7, 1.7995182680611067E7] ( expected: 1.9321890282911E7, 1.7995182680611E7 ) 4326 -> 6093 [1.0, -1.0] -> [2.5253292702871937E7, 1.947881148219993E7] ( expected: 2.5253292702872E7, 1.94788114822E7 ) 4326 -> 6094 [1.0, -1.0] -> [3.442820236307706E7, 1.864124185793128E7] ( expected: 3.4428202363077E7, 1.8641241857931E7 ) 4326 -> 6095 [1.0, -1.0] -> [3.916044086676152E7, 1.6959426921843596E7] ( expected: 3.9160440866762E7, 1.6959426921844E7 ) 4326 -> 6096 [1.0, -1.0] -> [1.961640334918443E7, 1.9792787171973877E7] ( expected: 1.9616403349184E7, 1.9792787171974E7 ) 4326 -> 6097 [1.0, -1.0] -> [2.451427646451546E7, 1.7857445108058356E7] ( expected: 2.4514276464516E7, 1.7857445108058E7 ) 4326 -> 6098 [1.0, -1.0] -> [3.631790727938722E7, 2169697.0091813896] ( expected: 3.6317907279387E7, 2169697.009181 ) 4326 -> 6099 [1.0, -1.0] -> [2.5987562830494195E7, 8721616.698655523] ( expected: 2.5987562830494E7, 8721616.698656 ) 4326 -> 6100 [1.0, -1.0] -> [2.8747424969578296E7, 172662.84370367508] ( expected: 2.8747424969578E7, 172662.843704 ) 4326 -> 6101 [1.0, -1.0] -> [3.5406003946760796E7, 1.237372731786763E7] ( expected: 3.5406003946761E7, 1.2373727317868E7 ) 4326 -> 6102 [1.0, -1.0] -> [3.985999558625142E7, 6528365.626265803] ( expected: 3.9859995586251E7, 6528365.626266 ) 4326 -> 6103 [1.0, -1.0] -> [4.112632765326379E7, 231377.4861751953] ( expected: 4.1126327653264E7, 231377.486175 ) 4326 -> 6104 [1.0, -1.0] -> [2.447507523970122E7, 1.3359586801175388E7] ( expected: 2.4475075239701E7, 1.3359586801175E7 ) 4326 -> 6105 [1.0, -1.0] -> [2.8545100680056553E7, 8641119.288021032] ( expected: 2.8545100680057E7, 8641119.288021 ) 4326 -> 6106 [1.0, -1.0] -> [3.0500010315191254E7, 3488750.138260148] ( expected: 3.0500010315191E7, 3488750.13826 ) 4326 -> 6107 [1.0, -1.0] -> [4.335536404294513E7, 1.4619354065944545E7] ( expected: 4.3355364042945E7, 1.4619354065945E7 ) 4326 -> 6108 [1.0, -1.0] -> [4.7113372277327985E7, 1.1022130688452497E7] ( expected: 4.7113372277328E7, 1.1022130688452E7 ) 4326 -> 6109 [1.0, -1.0] -> [4.9602807890182E7, 7048333.793717757] ( expected: 4.9602807890182E7, 7048333.793718 ) 4326 -> 6110 [1.0, -1.0] -> [5.077020797653512E7, 3132036.26115866] ( expected: 5.0770207976535E7, 3132036.261159 ) 4326 -> 6111 [1.0, -1.0] -> [2.8417345322469592E7, 1.5659820448102858E7] ( expected: 2.841734532247E7, 1.5659820448103E7 ) 4326 -> 6112 [1.0, -1.0] -> [3.1974373971741892E7, 1.2328970190750442E7] ( expected: 3.1974373971742E7, 1.232897019075E7 ) 4326 -> 6113 [1.0, -1.0] -> [3.4444966855944544E7, 8682404.136378571] ( expected: 3.4444966855945E7, 8682404.136379 ) 4326 -> 6114 [1.0, -1.0] -> [3.57845665167409E7, 5065392.518545546] ( expected: 3.5784566516741E7, 5065392.518546 ) 4326 -> 6115 [1.0, -1.0] -> [2.130326927915042E7, -9211117.62087703] ( expected: 2.130326927915E7, -9211117.620877 ) 4326 -> 6116 [1.0, -1.0] -> [1.668431321094945E7, 1723679.3389031729] ( expected: 1.6684313210949E7, 1723679.338903 ) 4326 -> 6117 [1.0, -1.0] -> [2.480744230138444E7, 1.2943646100273803E7] ( expected: 2.4807442301384E7, 1.2943646100274E7 ) 4326 -> 6118 [1.0, -1.0] -> [2.7808153970615864E7, 1.3169855000791825E7] ( expected: 2.7808153970616E7, 1.3169855000792E7 ) 4326 -> 6119 [1.0, -1.0] -> [1.890423509382655E7, 1.1655900462422503E7] ( expected: 1.8904235093827E7, 1.1655900462423E7 ) 4326 -> 6120 [1.0, -1.0] -> [6885890.482428588, 1.5529190679130131E7] ( expected: 6885890.482429, 1.552919067913E7 ) 4326 -> 6121 [1.0, -1.0] -> [1.8147785373207815E7, 1.4726690205553425E7] ( expected: 1.8147785373208E7, 1.4726690205553E7 ) 4326 -> 6122 [1.0, -1.0] -> [1.9678959534336433E7, 1.7127099176174074E7] ( expected: 1.9678959534336E7, 1.7127099176174E7 ) 4326 -> 6123 [1.0, -1.0] -> [2.9548557814300068E7, 1.569741654536258E7] ( expected: 2.95485578143E7, 1.5697416545363E7 ) 4326 -> 6124 [1.0, -1.0] -> [1.847279165393464E7, 1.691798133122021E7] ( expected: 1.8472791653935E7, 1.691798133122E7 ) 4326 -> 6125 [1.0, -1.0] -> [4.8704688061606355E7, -4479479.470867828] ( expected: 4.8704688061606E7, -4479479.470868 ) 4326 -> 6141 [1.0, -1.0] -> [-2.6880029744880874E7, 1409281.657459323] ( expected: -2.6880029744881E7, 1409281.65746 ) 4326 -> 6204 [1.0, -1.0] -> [-1772261.4861066178, -118218.03279758329] ( expected: -1772261.486107, -118218.032798 ) 4326 -> 6210 [1.0, -1.0] -> [6282890.195007891, -159676.09953334465] ( expected: 6282890.195008, -159676.099533 ) 4326 -> 6211 [1.0, -1.0] -> [5366513.929932126, -144620.4521423992] ( expected: 5366513.929932, -144620.452142 ) 4326 -> 6307 [1.0, -1.0] -> [7952042.830284826, -479128.8305267014] ( expected: 7952042.830285, -479128.830527 ) 4326 -> 6312 [1.0, -1.0] -> [-3563786.1372985374, -3630543.658782971] ( expected: -3563786.1372985374, -3630543.658782971 ) 4326 -> 6316 [1.0, -1.0] -> [5227738.513893383, -118218.03279758329] ( expected: 5227738.513893, -118218.032798 ) 4326 -> 6328 [1.0, -1.0] -> [-618308.5735833475, -1.9883683216618583E7] ( expected: -618308.573583, -1.9883683216619E7 ) 4326 -> 6329 [1.0, -1.0] -> [54603.31602258835, -1.988512805333493E7] ( expected: 54603.316023, -1.9885128053335E7 ) 4326 -> 6330 [1.0, -1.0] -> [722561.7364788678, -1.9885331913357373E7] ( expected: 722561.736479, -1.9885331913357E7 ) 4326 -> 6331 [1.0, -1.0] -> [1392989.2145384464, -1.9884306279290102E7] ( expected: 1392989.214538, -1.988430627929E7 ) 4326 -> 6332 [1.0, -1.0] -> [2073447.882706006, -1.9881992849134896E7] ( expected: 2073447.882706, -1.9881992849135E7 ) 4326 -> 6333 [1.0, -1.0] -> [2772080.2924184236, -1.9878255185911875E7] ( expected: 2772080.292418, -1.9878255185912E7 ) 4326 -> 6334 [1.0, -1.0] -> [3498135.6120291064, -1.9872858071015473E7] ( expected: 3498135.612029, -1.9872858071015E7 ) 4326 -> 6335 [1.0, -1.0] -> [4262671.4089695485, -1.986542837204496E7] ( expected: 4262671.40897, -1.9865428372045E7 ) 4326 -> 6336 [1.0, -1.0] -> [5079577.277108679, -1.9855384152114067E7] ( expected: 5079577.277109, -1.9855384152114E7 ) 4326 -> 6337 [1.0, -1.0] -> [5967185.609990722, -1.9841803628715735E7] ( expected: 5967185.609991, -1.9841803628716E7 ) 4326 -> 6338 [1.0, -1.0] -> [6950996.91398392, -1.982316954145979E7] ( expected: 6950996.913984, -1.982316954146E7 ) 4326 -> 6339 [1.0, -1.0] -> [8068672.129213652, -1.9796828129229646E7] ( expected: 8068672.129214, -1.979682812923E7 ) 4326 -> 6340 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 6341 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 6342 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 6343 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 6344 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 6347 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 6348 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 6350 [1.0, -1.0] -> [1.055602780256849E7, 3455522.9820966446] ( expected: 1.0556027802568E7, 3455522.982097 ) 4326 -> 6351 [1.0, -1.0] -> [3.442820236307706E7, 1.864124185793128E7] ( expected: 3.4428202363077E7, 1.8641241857931E7 ) 4326 -> 6352 [1.0, -1.0] -> [3.916044086676152E7, 1.6959426921843596E7] ( expected: 3.9160440866762E7, 1.6959426921844E7 ) 4326 -> 6353 [1.0, -1.0] -> [1.961640334918443E7, 1.9792787171973877E7] ( expected: 1.9616403349184E7, 1.9792787171974E7 ) 4326 -> 6354 [1.0, -1.0] -> [2.451427646451546E7, 1.7857445108058356E7] ( expected: 2.4514276464516E7, 1.7857445108058E7 ) 4326 -> 6355 [1.0, -1.0] -> [1.715991972682252E7, -3961313.962369344] ( expected: 1.7159919726823E7, -3961313.962369 ) 4326 -> 6356 [1.0, -1.0] -> [1.8379967073641714E7, -3952167.3548013866] ( expected: 1.8379967073642E7, -3952167.354801 ) 4326 -> 6362 [1.0, -1.0] -> [1.3914521879766839E7, 2781068.978578568] ( expected: 1.3914521879767E7, 2781068.978579 ) 4326 -> 6366 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 6367 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 6368 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 6369 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 6370 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 6372 [1.0, -1.0] -> [1.3914521879766839E7, 2781068.978578568] ( expected: 1.3914521879767E7, 2781068.978579 ) 4326 -> 6381 [1.0, -1.0] -> [-1972898.1816863683, -117628.22427132147] ( expected: -1972898.181686, -117628.224271 ) 4326 -> 6382 [1.0, -1.0] -> [-2331997.9282831675, -120098.52960036005] ( expected: -2331997.928283, -120098.5296 ) 4326 -> 6383 [1.0, -1.0] -> [-2699220.313853508, -123021.9433997526] ( expected: -2699220.313854, -123021.9434 ) 4326 -> 6384 [1.0, -1.0] -> [-3075992.8449820103, -126448.92738809883] ( expected: -3075992.844982, -126448.927388 ) 4326 -> 6385 [1.0, -1.0] -> [-3463899.62656726, -130441.69309825501] ( expected: -3463899.626567, -130441.693098 ) 4326 -> 6386 [1.0, -1.0] -> [-3864711.786951954, -135076.65191923972] ( expected: -3864711.786952, -135076.651919 ) 4326 -> 6387 [1.0, -1.0] -> [-4280421.946779889, -140447.41699625098] ( expected: -4280421.94678, -140447.416996 ) 4326 -> 6391 [1.0, -1.0] -> [3.347321333098409E7, 1761194.8109988428] ( expected: 3.3473213330984E7, 1761194.810999 ) 4326 -> 6393 [1.0, -1.0] -> [7104914.414304183, 1.159966719479826E7] ( expected: 7104914.414304, 1.1599667194798E7 ) 4326 -> 6394 [1.0, -1.0] -> [-2775879.2423126046, 2.2154802831697967E7] ( expected: 2.1299477541839E7, -9945672.888623 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:6394) +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs 4326 -> 6403 [1.0, -1.0] -> [8328717.217020202, 1.4116821977523645E7] ( expected: 8328717.21702, 1.4116821977524E7 ) 4326 -> 6410 [1.0, -1.0] -> [1.1131856190038318E7, 1298569.8553805216] ( expected: 1.1131856190038E7, 1298569.855381 ) 4326 -> 6411 [1.0, -1.0] -> [3.652176485011741E7, 4260391.267194264] ( expected: 3.6521764850117E7, 4260391.267194 ) 4326 -> 6412 [1.0, -1.0] -> [1.1100796271262752E7, 1659604.5794586933] ( expected: 1.1100796271263E7, 1659604.579459 ) 4326 -> 6413 [1.0, -1.0] -> [3.64198624332679E7, 5444886.0244074] ( expected: 3.6419862433268E7, 5444886.024408 ) 4326 -> 6414 [1.0, -1.0] -> [1.1872810603164466E7, 4710919.607090609] ( expected: 1.1872810603164E7, 4710919.607091 ) 4326 -> 6415 [1.0, -1.0] -> [1.4254884235227343E7, 5989905.116896246] ( expected: 1.4254884235227E7, 5989905.116896 ) 4326 -> 6416 [1.0, -1.0] -> [4.676789936207507E7, 1.965188037135044E7] ( expected: 4.6767899362075E7, 1.965188037135E7 ) 4326 -> 6417 [1.0, -1.0] -> [1.436018580178581E7, 5790374.152313232] ( expected: 1.4360185801786E7, 5790374.152313 ) 4326 -> 6418 [1.0, -1.0] -> [4.71133762516923E7, 1.899725253171434E7] ( expected: 4.7113376251692E7, 1.8997252531714E7 ) 4326 -> 6419 [1.0, -1.0] -> [1.4385782666791776E7, 5424384.8480355] ( expected: 1.4385782666792E7, 5424384.848035 ) 4326 -> 6420 [1.0, -1.0] -> [4.719735529963271E7, 1.7796502622596484E7] ( expected: 4.7197355299633E7, 1.7796502622596E7 ) 4326 -> 6421 [1.0, -1.0] -> [1.4383362934790932E7, 5111540.149852814] ( expected: 1.4383362934791E7, 5111540.149853 ) 4326 -> 6422 [1.0, -1.0] -> [4.718941656222661E7, 1.677011130864212E7] ( expected: 4.7189416562227E7, 1.6770111308642E7 ) 4326 -> 6423 [1.0, -1.0] -> [1.4422906216206847E7, 4780006.1952548195] ( expected: 1.4422906216207E7, 4780006.195255 ) 4326 -> 6424 [1.0, -1.0] -> [4.731915147800532E7, 1.5682403659265198E7] ( expected: 4.7319151478005E7, 1.5682403659265E7 ) 4326 -> 6425 [1.0, -1.0] -> [1.4387377960331243E7, 4409276.2574224165] ( expected: 1.4387377960331E7, 4409276.257422 ) 4326 -> 6426 [1.0, -1.0] -> [4.720258919185345E7, 1.4466100521560054E7] ( expected: 4.7202589191853E7, 1.446610052156E7 ) 4326 -> 6427 [1.0, -1.0] -> [1.2578707874326637E7, 3392714.933988522] ( expected: 1.2578707874327E7, 3392714.933988 ) 4326 -> 6428 [1.0, -1.0] -> [4.126864408403725E7, 1.1130932245931348E7] ( expected: 4.1268644084037E7, 1.1130932245931E7 ) 4326 -> 6429 [1.0, -1.0] -> [1.2570581882070804E7, 3432810.151294965] ( expected: 1.2570581882071E7, 3432810.151295 ) 4326 -> 6430 [1.0, -1.0] -> [4.1241984057777904E7, 1.126247797137757E7] ( expected: 4.1241984057778E7, 1.1262477971378E7 ) 4326 -> 6431 [1.0, -1.0] -> [1.2588537408884645E7, 3293424.901575573] ( expected: 1.2588537408885E7, 3293424.901576 ) 4326 -> 6432 [1.0, -1.0] -> [4.1300893148666315E7, 1.0805178197923196E7] ( expected: 4.1300893148666E7, 1.0805178197923E7 ) 4326 -> 6433 [1.0, -1.0] -> [9609648.833131758, -675630.039934603] ( expected: 9609648.833132, -675630.039935 ) 4326 -> 6434 [1.0, -1.0] -> [3.1527656213370465E7, -2216629.556016778] ( expected: 3.152765621337E7, -2216629.556017 ) 4326 -> 6435 [1.0, -1.0] -> [1.2960400053583492E7, -4584092.979321928] ( expected: 1.2960400053583E7, -4584092.979322 ) 4326 -> 6436 [1.0, -1.0] -> [4.25209125094652E7, -1.5039645049658699E7] ( expected: 4.2520912509465E7, -1.5039645049659E7 ) 4326 -> 6437 [1.0, -1.0] -> [1.5029510779742906E7, -3165551.6995725054] ( expected: 1.5029510779743E7, -3165551.699573 ) 4326 -> 6438 [1.0, -1.0] -> [4.930931995020655E7, -1.0385647534347467E7] ( expected: 4.9309319950207E7, -1.0385647534347E7 ) 4326 -> 6439 [1.0, -1.0] -> [1.0071974621001137E7, 811782.9724195222] ( expected: 1.0071974621001E7, 811782.97242 ) 4326 -> 6440 [1.0, -1.0] -> [1.0550650155666625E7, 427782.7999053134] ( expected: 1.0550650155667E7, 427782.799905 ) 4326 -> 6441 [1.0, -1.0] -> [3.461492471904961E7, 1403484.0693560168] ( expected: 3.461492471905E7, 1403484.069356 ) 4326 -> 6442 [1.0, -1.0] -> [1.5442048203015083E7, -3186367.2394041102] ( expected: 1.5442048203015E7, -3186367.239404 ) 4326 -> 6443 [1.0, -1.0] -> [5.066278647972535E7, -1.0453939851278326E7] ( expected: 5.0662786479725E7, -1.0453939851278E7 ) 4326 -> 6444 [1.0, -1.0] -> [1.5511530289252646E7, -3817662.346129614] ( expected: 1.5511530289253E7, -3817662.34613 ) 4326 -> 6445 [1.0, -1.0] -> [5.089074562432309E7, -1.2525113880593583E7] ( expected: 5.0890745624323E7, -1.2525113880594E7 ) 4326 -> 6446 [1.0, -1.0] -> [1.6884448431364052E7, -3863405.4982044203] ( expected: 1.6884448431364E7, -3863405.498204 ) 4326 -> 6447 [1.0, -1.0] -> [5.539506122823359E7, -1.2675189538692344E7] ( expected: 5.5395061228234E7, -1.2675189538692E7 ) 4326 -> 6454 [1.0, -1.0] -> [1.8509247999882944E7, -4716583.113963978] ( expected: 1.8509247999883E7, -4716583.113964 ) 4326 -> 6455 [1.0, -1.0] -> [6.072575781294934E7, -1.5474323099730162E7] ( expected: 6.0725757812949E7, -1.547432309973E7 ) 4326 -> 6458 [1.0, -1.0] -> [1.698056356719112E7, -4483369.918207985] ( expected: 1.6980563567191E7, -4483369.918208 ) 4326 -> 6459 [1.0, -1.0] -> [5.57103989696929E7, -1.4709189473654041E7] ( expected: 5.5710398969693E7, -1.4709189473654E7 ) 4326 -> 6460 [1.0, -1.0] -> [1.8470937971857235E7, -4522155.488716556] ( expected: 1.8470937971857E7, -4522155.488717 ) 4326 -> 6461 [1.0, -1.0] -> [6.0600068996001646E7, -1.483643846623091E7] ( expected: 6.0600068996002E7, -1.4836438466231E7 ) 4326 -> 6462 [1.0, -1.0] -> [1.2493754958641259E7, 2708853.6579119144] ( expected: 1.2493754958641E7, 2708853.657912 ) 4326 -> 6463 [1.0, -1.0] -> [4.098992772680889E7, 8887297.375966012] ( expected: 4.0989927726809E7, 8887297.375966 ) 4326 -> 6464 [1.0, -1.0] -> [1.1460553625320911E7, 1661745.5439027029] ( expected: 1.1460553625321E7, 1661745.543903 ) 4326 -> 6465 [1.0, -1.0] -> [3.760016635244038E7, 5451910.171954121] ( expected: 3.760016635244E7, 5451910.171954 ) 4326 -> 6466 [1.0, -1.0] -> [1.1621497257385775E7, 2111191.990302783] ( expected: 1.1621497257386E7, 2111191.990303 ) 4326 -> 6467 [1.0, -1.0] -> [3.812819558523986E7, 6926469.054851719] ( expected: 3.812819558524E7, 6926469.054852 ) 4326 -> 6468 [1.0, -1.0] -> [1.1640477760514386E7, 2543135.435956993] ( expected: 1.1640477760514E7, 2543135.435957 ) 4326 -> 6469 [1.0, -1.0] -> [3.819046745258764E7, 8343603.509435574] ( expected: 3.8190467452588E7, 8343603.509436 ) 4326 -> 6470 [1.0, -1.0] -> [1.0686066581916448E7, 478256.9161240147] ( expected: 1.0686066581916E7, 478256.916124 ) 4326 -> 6471 [1.0, -1.0] -> [3.505920344450423E7, 1569081.2323168726] ( expected: 3.5059203444504E7, 1569081.232317 ) 4326 -> 6472 [1.0, -1.0] -> [1.1789559592363643E7, 1700397.7218933944] ( expected: 1.1789559592364E7, 1700397.721893 ) 4326 -> 6473 [1.0, -1.0] -> [3.867958009594641E7, 5578721.525578581] ( expected: 3.8679580095946E7, 5578721.525579 ) 4326 -> 6474 [1.0, -1.0] -> [1.0772450358834902E7, 1132211.773774472] ( expected: 1.0772450358835E7, 1132211.773774 ) 4326 -> 6475 [1.0, -1.0] -> [3.534261421927753E7, 3714598.1281250822] ( expected: 3.5342614219278E7, 3714598.128125 ) 4326 -> 6476 [1.0, -1.0] -> [1.1703735500459395E7, 1242402.341635372] ( expected: 1.1703735500459E7, 1242402.341635 ) 4326 -> 6477 [1.0, -1.0] -> [3.839800555439056E7, 4076115.015848719] ( expected: 3.8398005554391E7, 4076115.015849 ) 4326 -> 6478 [1.0, -1.0] -> [1.15695109675658E7, 1074486.3920192556] ( expected: 1.1569510967566E7, 1074486.392019 ) 4326 -> 6479 [1.0, -1.0] -> [3.7957637232722156E7, 3525210.771149843] ( expected: 3.7957637232722E7, 3525210.77115 ) 4326 -> 6480 [1.0, -1.0] -> [1.1324154703457348E7, -5116571.085151722] ( expected: 1.1324154703457E7, -5116571.085152 ) 4326 -> 6481 [1.0, -1.0] -> [1.1180772997794613E7, -5141094.6942712655] ( expected: 1.1180772997795E7, -5141094.694271 ) 4326 -> 6482 [1.0, -1.0] -> [1.1480217073421944E7, -5055926.34239189] ( expected: 1.1480217073422E7, -5055926.342392 ) 4326 -> 6483 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 6484 [1.0, -1.0] -> [3.592535418998333E7, -1.682514035693312E7] ( expected: 3.5925354189983E7, -1.6825140356933E7 ) 4326 -> 6485 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 6486 [1.0, -1.0] -> [3.943500856258621E7, -1.6579877771444555E7] ( expected: 3.9435008562586E7, -1.6579877771445E7 ) 4326 -> 6487 [1.0, -1.0] -> [9969626.935369493, -276195.7875509529] ( expected: 9969626.935369, -276195.787551 ) 4326 -> 6488 [1.0, -1.0] -> [3.2708684370124765E7, -906152.3463234185] ( expected: 3.2708684370125E7, -906152.346323 ) 4326 -> 6489 [1.0, -1.0] -> [9582487.17938516, -1098419.8473898272] ( expected: 9582487.179385, -1098419.84739 ) 4326 -> 6490 [1.0, -1.0] -> [3.1438543354699496E7, -3603732.449311461] ( expected: 3.1438543354699E7, -3603732.449311 ) 4326 -> 6491 [1.0, -1.0] -> [9421760.598901903, -173719.11973899428] ( expected: 9421760.598902, -173719.119739 ) 4326 -> 6492 [1.0, -1.0] -> [3.0911226231897347E7, -569943.4786770176] ( expected: 3.0911226231897E7, -569943.478677 ) 4326 -> 6493 [1.0, -1.0] -> [1.6445420456541881E7, 624578.4167493284] ( expected: 1.6445420456542E7, 624578.416749 ) 4326 -> 6494 [1.0, -1.0] -> [5.3954791524008796E7, 2049141.7872353292] ( expected: 5.3954791524009E7, 2049141.787235 ) 4326 -> 6495 [1.0, -1.0] -> [1.868490855075052E7, 972490.8510946803] ( expected: 1.8684908550751E7, 972490.851095 ) 4326 -> 6496 [1.0, -1.0] -> [6.130219340786916E7, 3190586.781806694] ( expected: 6.1302193407869E7, 3190586.781807 ) 4326 -> 6497 [1.0, -1.0] -> [1.2974290765670685E7, -4688338.053865224] ( expected: 1.2974290765671E7, -4688338.053865 ) 4326 -> 6498 [1.0, -1.0] -> [1.4360933498753237E7, 580677.8137526565] ( expected: 1.4360933498753E7, 580677.813753 ) 4326 -> 6499 [1.0, -1.0] -> [4.711592355228752E7, 1905110.9375087153] ( expected: 4.7115923552287E7, 1905110.937509 ) 4326 -> 6500 [1.0, -1.0] -> [1.1926011921420341E7, 2053668.6214980502] ( expected: 1.192601192142E7, 2053668.621498 ) 4326 -> 6501 [1.0, -1.0] -> [3.912725744555993E7, 6737744.46899819] ( expected: 3.912725744556E7, 6737744.468998 ) 4326 -> 6502 [1.0, -1.0] -> [1.1904605085339718E7, 1937737.1310188887] ( expected: 1.190460508534E7, 1937737.131019 ) 4326 -> 6503 [1.0, -1.0] -> [3.905702518418541E7, 6357392.570651141] ( expected: 3.9057025184185E7, 6357392.570651 ) 4326 -> 6504 [1.0, -1.0] -> [1.1867181831423005E7, 1975209.5803275323] ( expected: 1.1867181831423E7, 1975209.580327 ) 4326 -> 6505 [1.0, -1.0] -> [3.8934245725293666E7, 6480333.431424582] ( expected: 3.8934245725294E7, 6480333.431424 ) 4326 -> 6506 [1.0, -1.0] -> [1.8772001648449354E7, -3937156.383223958] ( expected: 1.8772001648449E7, -3937156.383224 ) 4326 -> 6507 [1.0, -1.0] -> [6.1587808741620965E7, -1.2917153900627278E7] ( expected: 6.1587808741621E7, -1.2917153900627E7 ) 4326 -> 6514 [1.0, -1.0] -> [1.232491826865869E7, 4366651.863837132] ( expected: 1.2324918268659E7, 4366651.863837 ) 4326 -> 6515 [1.0, -1.0] -> [4.0436083558583625E7, 1.4326285642510276E7] ( expected: 4.0436083558584E7, 1.432628564251E7 ) 4326 -> 6516 [1.0, -1.0] -> [1.185958268238333E7, 2563845.950140991] ( expected: 1.1859582682383E7, 2563845.950141 ) 4326 -> 6517 [1.0, -1.0] -> [3.890931418381933E7, 8411551.25475424] ( expected: 3.8909314183819E7, 8411551.254754 ) 4326 -> 6524 [1.0, -1.0] -> [1.1862074088415056E7, -5033721.498111563] ( expected: 1.1862074088415E7, -5033721.498112 ) 4326 -> 6525 [1.0, -1.0] -> [3.891748807174175E7, -1.6514801281721028E7] ( expected: 3.8917488071742E7, -1.6514801281721E7 ) 4326 -> 6526 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 6527 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 6534 [1.0, -1.0] -> [1.3411859131067472E7, -4823650.932014817] ( expected: 1.3411859131067E7, -4823650.932015 ) 4326 -> 6535 [1.0, -1.0] -> [4.400207449884389E7, -1.5825594766118623E7] ( expected: 4.4002074498844E7, -1.5825594766119E7 ) 4326 -> 6536 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 6537 [1.0, -1.0] -> [4.134969880514775E7, -1.5298404466868926E7] ( expected: 4.1349698805148E7, -1.5298404466869E7 ) 4326 -> 6538 [1.0, -1.0] -> [9687036.766688861, -681351.1754655474] ( expected: 9687036.766689, -681351.175466 ) 4326 -> 6539 [1.0, -1.0] -> [3.1781553125378393E7, -2235399.648173218] ( expected: 3.1781553125378E7, -2235399.648173 ) 4326 -> 6540 [1.0, -1.0] -> [1.4237282921892669E7, -4857039.2557342965] ( expected: 1.4237282921893E7, -4857039.255734 ) 4326 -> 6541 [1.0, -1.0] -> [4.6710152386576235E7, -1.5935136291521616E7] ( expected: 4.6710152386576E7, -1.5935136291522E7 ) 4326 -> 6542 [1.0, -1.0] -> [1.0212602585283434E7, -17652.610422581653] ( expected: 1.0212602585283E7, -17652.610423 ) 4326 -> 6543 [1.0, -1.0] -> [3.3505846979267415E7, -57915.272694753345] ( expected: 3.3505846979267E7, -57915.272695 ) 4326 -> 6544 [1.0, -1.0] -> [1.2048562892626591E7, 2902217.3767158515] ( expected: 1.2048562892627E7, 2902217.376716 ) 4326 -> 6545 [1.0, -1.0] -> [3.9529405815696165E7, 9521710.553529697] ( expected: 3.9529405815696E7, 9521710.55353 ) 4326 -> 6546 [1.0, -1.0] -> [1.2034986427805224E7, 2850392.620022651] ( expected: 1.2034986427805E7, 2850392.620023 ) 4326 -> 6547 [1.0, -1.0] -> [3.948486360827698E7, 9351681.824221294] ( expected: 3.9484863608277E7, 9351681.824221 ) 4326 -> 6548 [1.0, -1.0] -> [1.0740120204058161E7, 347044.28952697944] ( expected: 1.0740120204058E7, 347044.289527 ) 4326 -> 6549 [1.0, -1.0] -> [3.523654436948084E7, 1138594.4732230993] ( expected: 3.5236544369481E7, 1138594.473223 ) 4326 -> 6550 [1.0, -1.0] -> [1.0673349539920645E7, 337198.0233220276] ( expected: 1.0673349539921E7, 337198.023322 ) 4326 -> 6551 [1.0, -1.0] -> [3.501748094888967E7, 1106290.5148490195] ( expected: 3.501748094889E7, 1106290.514849 ) 4326 -> 6552 [1.0, -1.0] -> [1.1790164669565428E7, 1986635.123398557] ( expected: 1.1790164669565E7, 1986635.123399 ) 4326 -> 6553 [1.0, -1.0] -> [3.868156525339927E7, 6517818.7340167705] ( expected: 3.8681565253399E7, 6517818.734017 ) 4326 -> 6554 [1.0, -1.0] -> [1.1776028203115394E7, 1915864.208773551] ( expected: 1.1776028203115E7, 1915864.208774 ) 4326 -> 6555 [1.0, -1.0] -> [3.863518586305445E7, 6285631.158284563] ( expected: 3.8635185863054E7, 6285631.158285 ) 4326 -> 6556 [1.0, -1.0] -> [1.2428695502962083E7, 5736547.563465092] ( expected: 1.2428695502962E7, 5736547.563465 ) 4326 -> 6557 [1.0, -1.0] -> [4.077656004908294E7, 1.88206941058566E7] ( expected: 4.0776560049083E7, 1.8820694105857E7 ) 4326 -> 6558 [1.0, -1.0] -> [1.4480342629509278E7, 5714771.517123891] ( expected: 1.4480342629509E7, 5714771.517124 ) 4326 -> 6559 [1.0, -1.0] -> [4.750768579282046E7, 1.8749250384264734E7] ( expected: 4.7507685792821E7, 1.8749250384264E7 ) 4326 -> 6560 [1.0, -1.0] -> [1.3589771611215588E7, 5518383.696955506] ( expected: 1.3589771611216E7, 5518383.696956 ) 4326 -> 6561 [1.0, -1.0] -> [4.458586486667319E7, 1.810493338896163E7] ( expected: 4.4585864866673E7, 1.8104933388962E7 ) 4326 -> 6562 [1.0, -1.0] -> [1.0352975312047962E7, -214159.88900967027] ( expected: 1.0352975312048E7, -214159.88901 ) 4326 -> 6563 [1.0, -1.0] -> [3.3966386502944045E7, -702622.9025258936] ( expected: 3.3966386502944E7, -702622.902526 ) 4326 -> 6564 [1.0, -1.0] -> [1.0308283550952094E7, -220512.9757556637] ( expected: 1.0308283550952E7, -220512.975756 ) 4326 -> 6565 [1.0, -1.0] -> [3.381976028341535E7, -723466.3212917072] ( expected: 3.3819760283415E7, -723466.321292 ) 4326 -> 6566 [1.0, -1.0] -> [7952042.830284826, -479128.8305267014] ( expected: 7952042.830285, -479128.830527 ) 4326 -> 6567 [1.0, -1.0] -> [1.161226248068644E7, -4874528.079030758] ( expected: 1.1612262480686E7, -4874528.079031 ) 4326 -> 6568 [1.0, -1.0] -> [3.809789782201879E7, -1.5992514205953421E7] ( expected: 3.8097897822019E7, -1.5992514205953E7 ) 4326 -> 6569 [1.0, -1.0] -> [1.0339890150894856E7, 211156.72768428005] ( expected: 1.0339890150895E7, 211156.727684 ) 4326 -> 6570 [1.0, -1.0] -> [3.3923524117109105E7, 692771.416287008] ( expected: 3.3923524117109E7, 692771.416287 ) 4326 -> 6571 [1.0, -1.0] -> [1.1994495041043641E7, 2695771.443860469] ( expected: 1.1994495041044E7, 2695771.443861 ) 4326 -> 6572 [1.0, -1.0] -> [3.935193914715737E7, 8844376.81206556] ( expected: 3.9351939147157E7, 8844376.812066 ) 4326 -> 6573 [1.0, -1.0] -> [1.1997076072217638E7, 2676611.8550375155] ( expected: 1.1997076072218E7, 2676611.855038 ) 4326 -> 6574 [1.0, -1.0] -> [3.936040708026739E7, 8781517.394402254] ( expected: 3.9360407080267E7, 8781517.394403 ) 4326 -> 6575 [1.0, -1.0] -> [1.0846782650394639E7, 691167.8516357059] ( expected: 1.0846782650395E7, 691167.851636 ) 4326 -> 6576 [1.0, -1.0] -> [3.558648607883643E7, 2267606.5265748133] ( expected: 3.5586486078836E7, 2267606.526575 ) 4326 -> 6577 [1.0, -1.0] -> [1.2034868346801886E7, 4976001.542765658] ( expected: 1.2034868346802E7, 4976001.542766 ) 4326 -> 6578 [1.0, -1.0] -> [3.948439723413255E7, 1.6325431728223676E7] ( expected: 3.9484397234133E7, 1.6325431728224E7 ) 4326 -> 6579 [1.0, -1.0] -> [1.2532010751485368E7, 9447989.246788077] ( expected: 1.2532010751485E7, 9447989.246788 ) 4326 -> 6580 [1.0, -1.0] -> [1.2786551384995867E7, 8286577.512520395] ( expected: 1.2786551384996E7, 8286577.51252 ) 4326 -> 6581 [1.0, -1.0] -> [1.1629359608182114E7, 3376919.6083664736] ( expected: 1.1629359608182E7, 3376919.608366 ) 4326 -> 6582 [1.0, -1.0] -> [3.815399064817751E7, 1.1079110414782345E7] ( expected: 3.8153990648178E7, 1.1079110414782E7 ) 4326 -> 6583 [1.0, -1.0] -> [1.1801363650942737E7, 3905366.716138839] ( expected: 1.1801363650943E7, 3905366.716139 ) 4326 -> 6584 [1.0, -1.0] -> [3.871830724480132E7, 1.2812857301532181E7] ( expected: 3.8718307244801E7, 1.2812857301532E7 ) 4326 -> 6585 [1.0, -1.0] -> [1.1467124784116086E7, 6572769.355404578] ( expected: 1.1467124784116E7, 6572769.355405 ) 4326 -> 6586 [1.0, -1.0] -> [3.762172522922088E7, 2.156416079385653E7] ( expected: 3.7621725229221E7, 2.1564160793856E7 ) 4326 -> 6587 [1.0, -1.0] -> [1.182048765960468E7, 5766686.935604515] ( expected: 1.1820487659605E7, 5766686.935604 ) 4326 -> 6588 [1.0, -1.0] -> [3.878104992988638E7, 1.8919538720895823E7] ( expected: 3.8781049929886E7, 1.8919538720896E7 ) 4326 -> 6589 [1.0, -1.0] -> [1.2316477845608063E7, -5043906.115057933] ( expected: 1.2316477845608E7, -5043906.115058 ) 4326 -> 6590 [1.0, -1.0] -> [4.040831106516581E7, -1.6548215312485911E7] ( expected: 4.0408311065166E7, -1.6548215312486E7 ) 4326 -> 6591 [1.0, -1.0] -> [9766541.186236082, 106793.67265403789] ( expected: 9766541.186236, 106793.672654 ) 4326 -> 6592 [1.0, -1.0] -> [1.3194156496930066E7, 1855008.1964568913] ( expected: 1.319415649693E7, 1855008.196457 ) 4326 -> 6593 [1.0, -1.0] -> [4.328782844067809E7, 6085972.724875654] ( expected: 4.3287828440678E7, 6085972.724876 ) 4326 -> 6594 [1.0, -1.0] -> [1.3141710050315106E7, 871305.3843597898] ( expected: 1.3141710050315E7, 871305.38436 ) 4326 -> 6595 [1.0, -1.0] -> [4.3115760390408844E7, 2858607.7481870786] ( expected: 4.3115760390409E7, 2858607.748187 ) 4326 -> 6596 [1.0, -1.0] -> [1.2321126696732804E7, 5999733.657799673] ( expected: 1.2321126696733E7, 5999733.6578 ) 4326 -> 6597 [1.0, -1.0] -> [4.042356317119757E7, 1.9684126175631106E7] ( expected: 4.0423563171198E7, 1.9684126175631E7 ) 4326 -> 6598 [1.0, -1.0] -> [1.2403664305073189E7, 5821736.346047508] ( expected: 1.2403664305073E7, 5821736.346047 ) 4326 -> 6599 [1.0, -1.0] -> [4.069435530789431E7, 1.9100146661990874E7] ( expected: 4.0694355307894E7, 1.9100146661991E7 ) 4326 -> 6600 [1.0, -1.0] -> [1.0425819928427326E7, -22718.221242127533] ( expected: 1.0425819928427E7, -22718.221242 ) 4326 -> 6601 [1.0, -1.0] -> [3.420537754851534E7, -74534.69752521346] ( expected: 3.4205377548515E7, -74534.697525 ) 4326 -> 6602 [1.0, -1.0] -> [1.0497727874924429E7, 147442.83514755807] ( expected: 1.0497727874924E7, 147442.835148 ) 4326 -> 6603 [1.0, -1.0] -> [3.444129553631459E7, 483735.36831328046] ( expected: 3.4441295536315E7, 483735.368313 ) 4326 -> 6604 [1.0, -1.0] -> [1.1431777681828473E7, 1297424.634258799] ( expected: 1.1431777681828E7, 1297424.634259 ) 4326 -> 6605 [1.0, -1.0] -> [3.7505757277798936E7, 4256633.987564079] ( expected: 3.7505757277799E7, 4256633.987564 ) 4326 -> 6606 [1.0, -1.0] -> [1.1474398382598713E7, 1322319.079240752] ( expected: 1.1474398382599E7, 1322319.079241 ) 4326 -> 6607 [1.0, -1.0] -> [3.764558869357596E7, 4338308.512475703] ( expected: 3.7645588693576E7, 4338308.512476 ) 4326 -> 6608 [1.0, -1.0] -> [1.1385107910133053E7, 1302231.5799912254] ( expected: 1.1385107910133E7, 1302231.579991 ) 4326 -> 6609 [1.0, -1.0] -> [3.735264153516155E7, 4272404.775354548] ( expected: 3.7352641535162E7, 4272404.775354 ) 4326 -> 6619 [1.0, -1.0] -> [1.2444482006656379E7, 5956239.983325555] ( expected: 1.2444482006656E7, 5956239.983326 ) 4326 -> 6620 [1.0, -1.0] -> [1.2410564577758523E7, 5009447.877450565] ( expected: 1.2410564577759E7, 5009447.87745 ) 4326 -> 6621 [1.0, -1.0] -> [1.2495636574631978E7, 6739176.857567914] ( expected: 1.2495636574632E7, 6739176.857568 ) 4326 -> 6622 [1.0, -1.0] -> [9550099.581142426, -761710.1765393143] ( expected: 9550099.581142, -761710.176539 ) 4326 -> 6623 [1.0, -1.0] -> [8468495.326595917, -88330.3444821651] ( expected: 8468495.326596, -88330.344482 ) 4326 -> 6624 [1.0, -1.0] -> [8468495.326595917, -88330.3444821651] ( expected: 8468495.326596, -88330.344482 ) 4326 -> 6625 [1.0, -1.0] -> [4.082827138353849E7, 1.9541430678660605E7] ( expected: 4.0828271383539E7, 1.9541430678661E7 ) 4326 -> 6626 [1.0, -1.0] -> [4.071699395222945E7, 1.6435163577902406E7] ( expected: 4.071699395223E7, 1.6435163577902E7 ) 4326 -> 6627 [1.0, -1.0] -> [4.0996100995305106E7, 2.211011607353741E7] ( expected: 4.0996100995305E7, 2.2110116073538E7 ) 4326 -> 6634 [1.0, -1.0] -> [2772080.2924184236, -1.9878255185911875E7] ( expected: 2772080.292418, -1.9878255185912E7 ) 4326 -> 6635 [1.0, -1.0] -> [3498135.6120291064, -1.9872858071015473E7] ( expected: 3498135.612029, -1.9872858071015E7 ) 4326 -> 6636 [1.0, -1.0] -> [1392989.2145384464, -9884306.279290102] ( expected: 1392989.214538, -9884306.27929 ) 4326 -> 6646 [1.0, -1.0] -> [-4896771.587928743, -3368320.1838432127] ( expected: -4896771.587929, -3368320.183843 ) 4326 -> 6688 [1.0, -1.0] -> [-7480365.93279154, -1.9785573547404528E7] ( expected: -7480365.932792, -1.9785573547405E7 ) 4326 -> 6689 [1.0, -1.0] -> [-6306321.314798506, -1.9815427066946484E7] ( expected: -6306321.314799, -1.9815427066946E7 ) 4326 -> 6690 [1.0, -1.0] -> [-5282890.195007891, -1.9836253786344197E7] ( expected: -5282890.195008, -1.9836253786344E7 ) 4326 -> 6691 [1.0, -1.0] -> [-4366513.929932128, -1.9851309433735143E7] ( expected: -4366513.929932, -1.9851309433735E7 ) 4326 -> 6692 [1.0, -1.0] -> [-3528360.4820141736, -1.9862407599483844E7] ( expected: -3528360.482014, -1.9862407599484E7 ) 4326 -> 6703 [1.0, -1.0] -> [9065466.601409692, 9775868.400305256] ( expected: 9065466.60141, 9775868.400305 ) 4326 -> 6707 [1.0, -1.0] -> [-392989.21453844465, -111623.60658743935] ( expected: -392989.214538, -111623.606587 ) 4326 -> 6708 [1.0, -1.0] -> [-1073447.8827060014, -113937.03674264441] ( expected: -1073447.882706, -113937.036743 ) 4326 -> 6709 [1.0, -1.0] -> [-1772080.2924184208, -117674.69996566593] ( expected: -1772080.292418, -117674.699966 ) 4326 -> 6732 [1.0, -1.0] -> [-8380117.51021908, 9761774.957759785] ( expected: -8380117.510219, 9761774.95776 ) 4326 -> 6733 [1.0, -1.0] -> [-9990756.729525227, 9698772.72406367] ( expected: -9990756.729525, 9698772.724064 ) 4326 -> 6734 [1.0, -1.0] -> [-1.2117319676437248E7, 9581563.958837502] ( expected: -1.2117319676437E7, 9581563.958838 ) 4326 -> 6735 [1.0, -1.0] -> [-1.5359613598459631E7, 9275722.493014105] ( expected: -1.535961359846E7, 9275722.493014 ) 4326 -> 6738 [1.0, -1.0] -> [-618308.5735833475, -9883683.216618583] ( expected: -618308.573583, -9883683.216619 ) 4326 -> 6792 [1.0, -1.0] -> [1.2098811715724444E7, 5741055.991365639] ( expected: 1.2098811715724E7, 5741055.991366 ) 4326 -> 6793 [1.0, -1.0] -> [3.969426415919988E7, 1.8835485536024798E7] ( expected: 3.96942641592E7, 1.8835485536025E7 ) 4326 -> 6794 [1.0, -1.0] -> [1.2098811715724444E7, 5741055.991365639] ( expected: 1.2098811715724E7, 5741055.991366 ) 4326 -> 6795 [1.0, -1.0] -> [3.969426415919988E7, 1.8835485536024798E7] ( expected: 3.96942641592E7, 1.8835485536025E7 ) 4326 -> 6796 [1.0, -1.0] -> [1.2173987618546836E7, 5353747.275646635] ( expected: 1.2173987618547E7, 5353747.275647 ) 4326 -> 6797 [1.0, -1.0] -> [3.994090426032269E7, 1.7564787649758514E7] ( expected: 3.9940904260323E7, 1.7564787649759E7 ) 4326 -> 6798 [1.0, -1.0] -> [1.2173987618546836E7, 5353747.275646635] ( expected: 1.2173987618547E7, 5353747.275647 ) 4326 -> 6799 [1.0, -1.0] -> [3.994090426032269E7, 1.7564787649758514E7] ( expected: 3.9940904260323E7, 1.7564787649759E7 ) 4326 -> 6804 [1.0, -1.0] -> [1.2104584731096907E7, 5626247.715775004] ( expected: 1.2104584731097E7, 5626247.715775 ) 4326 -> 6805 [1.0, -1.0] -> [3.971320449839746E7, 1.845881796519069E7] ( expected: 3.9713204498397E7, 1.8458817965191E7 ) 4326 -> 6806 [1.0, -1.0] -> [1.2104584731096907E7, 5626247.715775004] ( expected: 1.2104584731097E7, 5626247.715775 ) 4326 -> 6807 [1.0, -1.0] -> [3.971320449839746E7, 1.845881796519069E7] ( expected: 3.9713204498397E7, 1.8458817965191E7 ) 4326 -> 6808 [1.0, -1.0] -> [1.5089837570333626E7, -591979.228253053] ( expected: 1.5089837570334E7, -591979.228253 ) 4326 -> 6809 [1.0, -1.0] -> [4.95073411100266E7, -1942189.0690323254] ( expected: 4.9507341110027E7, -1942189.069032 ) 4326 -> 6810 [1.0, -1.0] -> [1.5089837570333626E7, -591979.228253053] ( expected: 1.5089837570334E7, -591979.228253 ) 4326 -> 6811 [1.0, -1.0] -> [4.95073411100266E7, -1942189.0690323254] ( expected: 4.9507341110027E7, -1942189.069032 ) 4326 -> 6840 [1.0, -1.0] -> [8057915.180898717, 1.4436048649717696E7] ( expected: 8057915.180899, 1.4436048649718E7 ) 4326 -> 6841 [1.0, -1.0] -> [2.6436729596128333E7, 4.7362364336304516E7] ( expected: 2.6436729596128E7, 4.7362364336305E7 ) 4326 -> 6842 [1.0, -1.0] -> [8057915.180898717, 1.4436048649717696E7] ( expected: 8057915.180899, 1.4436048649718E7 ) 4326 -> 6843 [1.0, -1.0] -> [2.6436729596128333E7, 4.7362364336304516E7] ( expected: 2.6436729596128E7, 4.7362364336305E7 ) 4326 -> 6852 [1.0, -1.0] -> [1.2078442774816226E7, 5965601.024443664] ( expected: 1.2078442774816E7, 5965601.024444 ) 4326 -> 6853 [1.0, -1.0] -> [3.962743692524877E7, 1.9572181838775273E7] ( expected: 3.9627436925249E7, 1.9572181838775E7 ) 4326 -> 6854 [1.0, -1.0] -> [1.2078442774816226E7, 5965601.024443664] ( expected: 1.2078442774816E7, 5965601.024444 ) 4326 -> 6855 [1.0, -1.0] -> [3.962743692524877E7, 1.9572181838775273E7] ( expected: 3.9627436925249E7, 1.9572181838775E7 ) 4326 -> 6867 [1.0, -1.0] -> [1.2428695502962083E7, 5736547.563465092] ( expected: 1.2428695502962E7, 5736547.563465 ) 4326 -> 6868 [1.0, -1.0] -> [4.077656004908294E7, 1.88206941058566E7] ( expected: 4.0776560049083E7, 1.8820694105857E7 ) 4326 -> 6870 [1.0, -1.0] -> [-1654864.2584109395, -116991.03987045647] ( expected: -1654864.258411, -116991.03987 ) 4326 -> 6875 [1.0, -1.0] -> [5769880.297331095, -112488.89876831598] ( expected: 5769880.297331, -112488.898768 ) 4326 -> 6876 [1.0, -1.0] -> [1768032.3458498698, -112657.88559671104] ( expected: 1768032.34585, -112657.885597 ) 4326 -> 6879 [1.0, -1.0] -> [1.1431777681828473E7, 1297424.634258799] ( expected: 1.1431777681828E7, 1297424.634259 ) 4326 -> 6880 [1.0, -1.0] -> [3.890931418381933E7, 8411551.25475424] ( expected: 3.8909314183819E7, 8411551.254754 ) 4326 -> 6884 [1.0, -1.0] -> [1.4480342629509278E7, 5714771.517123891] ( expected: 1.4480342629509E7, 5714771.517124 ) 4326 -> 6885 [1.0, -1.0] -> [4.750768579282046E7, 1.8749250384264734E7] ( expected: 4.7507685792821E7, 1.8749250384264E7 ) 4326 -> 6886 [1.0, -1.0] -> [1.3589771611215588E7, 5518383.696955506] ( expected: 1.3589771611216E7, 5518383.696956 ) 4326 -> 6887 [1.0, -1.0] -> [4.458586486667319E7, 1.810493338896163E7] ( expected: 4.4585864866673E7, 1.8104933388962E7 ) 4326 -> 6915 [1.0, -1.0] -> [-7068757.701798454, -198638.31179028217] ( expected: -7068757.701798, -198638.31179 ) 4326 -> 6922 [1.0, -1.0] -> [1.1628604569531497E7, 2280895.1496443357] ( expected: 1.1628604569531E7, 2280895.149644 ) 4326 -> 6923 [1.0, -1.0] -> [3.815151349183794E7, 7483236.836791463] ( expected: 3.8151513491838E7, 7483236.836791 ) 4326 -> 6924 [1.0, -1.0] -> [1.1628604569531497E7, 2280895.1496443357] ( expected: 1.1628604569531E7, 2280895.149644 ) 4326 -> 6925 [1.0, -1.0] -> [3.815151349183794E7, 7483236.836791463] ( expected: 3.8151513491838E7, 7483236.836791 ) 4326 -> 6931 [1.0, -1.0] -> [158605.7097275556, -9086515.024711028] ( expected: 158605.709728, -9086515.024711 ) 4326 -> 6932 [1.0, -1.0] -> [155873.55620260732, 8929990.054097397] ( expected: 155873.556203, 8929990.054097 ) 4326 -> 6933 [1.0, -1.0] -> [96486.28025089651, -127566.9852954129] ( expected: 96486.280251, -127566.985295 ) 4326 -> 6962 [1.0, -1.0] -> [-2677190.737666398, -4766506.168208923] ( expected: -2677190.737666, -4766506.168209 ) 4326 -> 6984 [1.0, -1.0] -> [-3837638.237021151, -3019405.09192941] ( expected: -3837638.237021, -3019405.091929 ) 4326 -> 6991 [1.0, -1.0] -> [-3837638.237021151, -3019405.09192941] ( expected: -3837638.237021, -3019405.091929 ) 4326 -> 7005 [1.0, -1.0] -> [-4079520.9226586334, -141015.65439936664] ( expected: -4079520.922659, -141015.654399 ) 4326 -> 7006 [1.0, -1.0] -> [-4967162.984917118, -154643.7069774572] ( expected: -4967162.984917, -154643.706977 ) 4326 -> 7007 [1.0, -1.0] -> [-5951028.442604417, -173344.19806878353] ( expected: -5951028.442604, -173344.198069 ) 4326 -> 7057 [1.0, -1.0] -> [4.796276048090679E7, 1.5599693154495846E7] ( expected: 4.7962760480907E7, 1.5599693154496E7 ) 4326 -> 7058 [1.0, -1.0] -> [4.845601856049106E7, 1.4714502845548261E7] ( expected: 4.8456018560491E7, 1.4714502845548E7 ) 4326 -> 7060 [1.0, -1.0] -> [5.0835687690353714E7, 1.4335857733343665E7] ( expected: 5.0835687690354E7, 1.4335857733344E7 ) 4326 -> 7061 [1.0, -1.0] -> [5.130677656586546E7, 1.354819170038427E7] ( expected: 5.1306776565865E7, 1.3548191700384E7 ) 4326 -> 7066 [1.0, -1.0] -> [5.6109366296026796E7, 1.2322826820530646E7] ( expected: 5.6109366296027E7, 1.2322826820531E7 ) 4326 -> 7068 [1.0, -1.0] -> [5.84972015171344E7, 1.1284899540342618E7] ( expected: 5.8497201517134E7, 1.1284899540343E7 ) 4326 -> 7074 [1.0, -1.0] -> [-4079577.277108672, 9859454.266236527] ( expected: -4079577.277109, 9859454.266237 ) 4326 -> 7075 [1.0, -1.0] -> [-4967185.60999072, 9845873.742838195] ( expected: -4967185.609991, 9845873.742838 ) 4326 -> 7076 [1.0, -1.0] -> [-5950996.913983913, 9827239.655582253] ( expected: -5950996.913984, 9827239.655582 ) 4326 -> 7077 [1.0, -1.0] -> [-7068672.129213653, 9800898.243352106] ( expected: -7068672.129214, 9800898.243352 ) 4326 -> 7078 [1.0, -1.0] -> [-8380117.51021908, 9761774.957759785] ( expected: -8380117.510219, 9761774.95776 ) 4326 -> 7079 [1.0, -1.0] -> [-9990756.729525227, 9698772.72406367] ( expected: -9990756.729525, 9698772.724064 ) 4326 -> 7080 [1.0, -1.0] -> [-1.2117319676437248E7, 9581563.958837502] ( expected: -1.2117319676437E7, 9581563.958838 ) 4326 -> 7081 [1.0, -1.0] -> [-1.5359613598459631E7, 9275722.493014105] ( expected: -1.535961359846E7, 9275722.493014 ) 4326 -> 7111 [1.0, -1.0] -> [1.1888276872079719E7, 4596369.311608559] ( expected: 1.188827687208E7, 4596369.311609 ) 4326 -> 7112 [1.0, -1.0] -> [1.189061483715316E7, 4163409.5680833515] ( expected: 1.1890614837153E7, 4163409.568083 ) 4326 -> 7113 [1.0, -1.0] -> [1.1817683046259552E7, 3646361.9752208274] ( expected: 1.181768304626E7, 3646361.975221 ) 4326 -> 7114 [1.0, -1.0] -> [1.1717334557586806E7, 3596255.597126942] ( expected: 1.1717334557587E7, 3596255.597127 ) 4326 -> 7116 [1.0, -1.0] -> [1.188992484435981E7, 4368221.1165988725] ( expected: 1.188992484436E7, 4368221.116599 ) 4326 -> 7117 [1.0, -1.0] -> [1.1921929503784185E7, 3865767.527868369] ( expected: 1.1921929503784E7, 3865767.527868 ) 4326 -> 7121 [1.0, -1.0] -> [3.9003533044929E7, 1.5079951809736742E7] ( expected: 3.9003533044929E7, 1.5079951809737E7 ) 4326 -> 7122 [1.0, -1.0] -> [3.901120353396443E7, 1.3659480210295247E7] ( expected: 3.9011203533964E7, 1.3659480210295E7 ) 4326 -> 7123 [1.0, -1.0] -> [3.877192600478593E7, 1.196312983996203E7] ( expected: 3.8771926004786E7, 1.1963129839962E7 ) 4326 -> 7124 [1.0, -1.0] -> [3.844269867974543E7, 1.1798738834767656E7] ( expected: 3.8442698679745E7, 1.1798738834768E7 ) 4326 -> 7126 [1.0, -1.0] -> [3.900893977808205E7, 1.4331434109575039E7] ( expected: 3.9008939778082E7, 1.4331434109575E7 ) 4326 -> 7127 [1.0, -1.0] -> [3.9113941941546544E7, 1.2682964330326144E7] ( expected: 3.9113941941547E7, 1.2682964330326E7 ) 4326 -> 7142 [1.0, -1.0] -> [-3887709.3439184376, -3519729.2070754385] ( expected: -3887709.343918, -3519729.207075 ) 4326 -> 7257 [1.0, -1.0] -> [1.678512688271881E7, -5017818.325119427] ( expected: 1.6785126882719E7, -5017818.325119 ) 4326 -> 7258 [1.0, -1.0] -> [5.506920378105332E7, -1.6462625621662665E7] ( expected: 5.5069203781053E7, -1.6462625621663E7 ) 4326 -> 7259 [1.0, -1.0] -> [1.683154289483424E7, -5059205.696645514] ( expected: 1.6831542894834E7, -5059205.696646 ) 4326 -> 7260 [1.0, -1.0] -> [5.522148698080204E7, -1.65984106897445E7] ( expected: 5.5221486980802E7, -1.6598410689745E7 ) 4326 -> 7261 [1.0, -1.0] -> [1.7209011773598526E7, -4869004.979393701] ( expected: 1.7209011773599E7, -4869004.979394 ) 4326 -> 7262 [1.0, -1.0] -> [5.645989946054787E7, -1.5974393836560844E7] ( expected: 5.6459899460548E7, -1.5974393836561E7 ) 4326 -> 7263 [1.0, -1.0] -> [1.792066224170445E7, -5070164.800853998] ( expected: 1.7920662241704E7, -5070164.800854 ) 4326 -> 7264 [1.0, -1.0] -> [5.879470603799205E7, -1.663436568413517E7] ( expected: 5.8794706037992E7, -1.6634365684135E7 ) 4326 -> 7265 [1.0, -1.0] -> [1.699555699661769E7, -4973833.522826396] ( expected: 1.6995556996618E7, -4973833.522826 ) 4326 -> 7266 [1.0, -1.0] -> [5.575958991306991E7, -1.631831881613961E7] ( expected: 5.575958991307E7, -1.631831881614E7 ) 4326 -> 7267 [1.0, -1.0] -> [1.752374050724613E7, -4953264.495864075] ( expected: 1.7523740507246E7, -4953264.495864 ) 4326 -> 7268 [1.0, -1.0] -> [5.749247198085672E7, -1.6250835266847394E7] ( expected: 5.7492471980857E7, -1.6250835266847E7 ) 4326 -> 7269 [1.0, -1.0] -> [1.7426092740470782E7, -4881137.569910065] ( expected: 1.7426092740471E7, -4881137.56991 ) 4326 -> 7270 [1.0, -1.0] -> [5.71721059326946E7, -1.6014198843946615E7] ( expected: 5.7172105932695E7, -1.6014198843947E7 ) 4326 -> 7271 [1.0, -1.0] -> [1.7597172046532474E7, -5046196.75133393] ( expected: 1.7597172046532E7, -5046196.751334 ) 4326 -> 7272 [1.0, -1.0] -> [5.773338862266534E7, -1.6555730508334745E7] ( expected: 5.7733388622665E7, -1.6555730508335E7 ) 4326 -> 7273 [1.0, -1.0] -> [1.7474745528930858E7, -5055963.015421128] ( expected: 1.7474745528931E7, -5055963.015421 ) 4326 -> 7274 [1.0, -1.0] -> [5.733172762283402E7, -1.658777199309416E7] ( expected: 5.7331727622834E7, -1.6587771993094E7 ) 4326 -> 7275 [1.0, -1.0] -> [1.7089819461183257E7, -4768023.578631047] ( expected: 1.7089819461183E7, -4768023.578631 ) 4326 -> 7276 [1.0, -1.0] -> [5.6068849348898776E7, -1.5643090690892035E7] ( expected: 5.6068849348899E7, -1.5643090690892E7 ) 4326 -> 7277 [1.0, -1.0] -> [1.7845281998299677E7, -4921489.997195121] ( expected: 1.78452819983E7, -4921489.997195 ) 4326 -> 7278 [1.0, -1.0] -> [5.854739602275489E7, -1.6146588432464337E7] ( expected: 5.8547396022755E7, -1.6146588432464E7 ) 4326 -> 7279 [1.0, -1.0] -> [1.7572698539082892E7, -5017078.450975402] ( expected: 1.7572698539083E7, -5017078.450975 ) 4326 -> 7280 [1.0, -1.0] -> [5.765309512364116E7, -1.6460198217908476E7] ( expected: 5.7653095123641E7, -1.6460198217908E7 ) 4326 -> 7281 [1.0, -1.0] -> [1.7523550392944667E7, -4786686.50106512] ( expected: 1.7523550392945E7, -4786686.501065 ) 4326 -> 7282 [1.0, -1.0] -> [5.749184824751933E7, -1.5704320628911158E7] ( expected: 5.7491848247519E7, -1.5704320628911E7 ) 4326 -> 7283 [1.0, -1.0] -> [1.782016679569803E7, -4842323.43719934] ( expected: 1.7820166795698E7, -4842323.437199 ) 4326 -> 7284 [1.0, -1.0] -> [5.846499722888599E7, -1.5886856143544845E7] ( expected: 5.8464997228886E7, -1.5886856143545E7 ) 4326 -> 7285 [1.0, -1.0] -> [1.676187130301624E7, -4805573.850294777] ( expected: 1.6761871303016E7, -4805573.850295 ) 4326 -> 7286 [1.0, -1.0] -> [5.4992906099979155E7, -1.5766286873842124E7] ( expected: 5.4992906099979E7, -1.5766286873842E7 ) 4326 -> 7287 [1.0, -1.0] -> [1.7113811694569092E7, -4874869.716826418] ( expected: 1.7113811694569E7, -4874869.716826 ) 4326 -> 7288 [1.0, -1.0] -> [5.614756386793213E7, -1.5993635062621351E7] ( expected: 5.6147563867932E7, -1.5993635062621E7 ) 4326 -> 7289 [1.0, -1.0] -> [1.678515997184754E7, -5095567.615196044] ( expected: 1.6785159971848E7, -5095567.615196 ) 4326 -> 7290 [1.0, -1.0] -> [5.506931234096984E7, -1.6717708084189031E7] ( expected: 5.506931234097E7, -1.6717708084189E7 ) 4326 -> 7291 [1.0, -1.0] -> [1.7745434498304304E7, -4810324.07886984] ( expected: 1.7745434498304E7, -4810324.07887 ) 4326 -> 7292 [1.0, -1.0] -> [5.821981301652007E7, -1.5781871582092144E7] ( expected: 5.821981301652E7, -1.5781871582092E7 ) 4326 -> 7293 [1.0, -1.0] -> [1.720913055359266E7, -5052246.981051969] ( expected: 1.7209130553593E7, -5052246.981052 ) 4326 -> 7294 [1.0, -1.0] -> [5.646028915791196E7, -1.6575580303668013E7] ( expected: 5.6460289157912E7, -1.6575580303668E7 ) 4326 -> 7295 [1.0, -1.0] -> [1.6831659032034256E7, -4876024.854709688] ( expected: 1.6831659032034E7, -4876024.85471 ) 4326 -> 7296 [1.0, -1.0] -> [5.5221868007599086E7, -1.5997424877493376E7] ( expected: 5.5221868007599E7, -1.5997424877493E7 ) 4326 -> 7297 [1.0, -1.0] -> [1.7920591521106377E7, -5014623.748947535] ( expected: 1.7920591521106E7, -5014623.748948 ) 4326 -> 7298 [1.0, -1.0] -> [5.879447401549655E7, -1.6452144749672046E7] ( expected: 5.8794474015497E7, -1.6452144749672E7 ) 4326 -> 7299 [1.0, -1.0] -> [1.7426109926047955E7, -5092113.039050668] ( expected: 1.7426109926048E7, -5092113.039051 ) 4326 -> 7300 [1.0, -1.0] -> [5.717216231570903E7, -1.6706374195618741E7] ( expected: 5.7172162315709E7, -1.6706374195619E7 ) 4326 -> 7301 [1.0, -1.0] -> [1.8097602234827127E7, -4824918.998250685] ( expected: 1.8097602234827E7, -4824918.998251 ) 4326 -> 7302 [1.0, -1.0] -> [5.93752166654287E7, -1.5829755080094133E7] ( expected: 5.9375216665429E7, -1.5829755080094E7 ) 4326 -> 7303 [1.0, -1.0] -> [1.7137558486681372E7, -5014967.35322716] ( expected: 1.7137558486681E7, -5014967.353227 ) 4326 -> 7304 [1.0, -1.0] -> [5.6225473135053836E7, -1.6453272058046117E7] ( expected: 5.6225473135054E7, -1.6453272058046E7 ) 4326 -> 7305 [1.0, -1.0] -> [1.7281109484100033E7, -4972973.10131558] ( expected: 1.72811094841E7, -4972973.101316 ) 4326 -> 7306 [1.0, -1.0] -> [5.669644003241822E7, -1.6315495916566212E7] ( expected: 5.6696440032418E7, -1.6315495916566E7 ) 4326 -> 7307 [1.0, -1.0] -> [1.7185277077624425E7, -4939893.57941096] ( expected: 1.7185277077624E7, -4939893.579411 ) 4326 -> 7308 [1.0, -1.0] -> [5.63820298788395E7, -1.62069675184508E7] ( expected: 5.638202987884E7, -1.6206967518451E7 ) 4326 -> 7309 [1.0, -1.0] -> [1.7353326903062664E7, -4760492.303762786] ( expected: 1.7353326903063E7, -4760492.303763 ) 4326 -> 7310 [1.0, -1.0] -> [5.6933373347798124E7, -1.5618381833261749E7] ( expected: 5.6933373347798E7, -1.5618381833262E7 ) 4326 -> 7311 [1.0, -1.0] -> [1.7019216897323444E7, -4941845.063132144] ( expected: 1.7019216897323E7, -4941845.063132 ) 4326 -> 7312 [1.0, -1.0] -> [5.58372141039687E7, -1.621337001129272E7] ( expected: 5.5837214103969E7, -1.6213370011293E7 ) 4326 -> 7313 [1.0, -1.0] -> [1.7353395354522087E7, -5026963.859685661] ( expected: 1.7353395354522E7, -5026963.859686 ) 4326 -> 7314 [1.0, -1.0] -> [5.693359792562792E7, -1.6492630596318718E7] ( expected: 5.6933597925628E7, -1.6492630596319E7 ) 4326 -> 7315 [1.0, -1.0] -> [1.7042682560348492E7, -5043039.665223931] ( expected: 1.7042682560348E7, -5043039.665224 ) 4326 -> 7316 [1.0, -1.0] -> [5.591420103341004E7, -1.6545372634988857E7] ( expected: 5.591420103341E7, -1.6545372634989E7 ) 4326 -> 7317 [1.0, -1.0] -> [1.7256876386174664E7, -4838346.274556319] ( expected: 1.7256876386175E7, -4838346.274556 ) 4326 -> 7318 [1.0, -1.0] -> [5.6616935276974745E7, -1.5873807735773534E7] ( expected: 5.6616935276975E7, -1.5873807735774E7 ) 4326 -> 7319 [1.0, -1.0] -> [1.7820325014351252E7, -5092183.722245209] ( expected: 1.7820325014351E7, -5092183.722245 ) 4326 -> 7320 [1.0, -1.0] -> [5.8465516317917444E7, -1.6706606095399499E7] ( expected: 5.8465516317917E7, -1.67066060954E7 ) 4326 -> 7321 [1.0, -1.0] -> [1.680840604548444E7, -4991342.173050293] ( expected: 1.6808406045484E7, -4991342.17305 ) 4326 -> 7322 [1.0, -1.0] -> [5.514557883422689E7, -1.6375761779415848E7] ( expected: 5.5145578834227E7, -1.6375761779416E7 ) 4326 -> 7323 [1.0, -1.0] -> [1.6971854345881894E7, -4805952.839578876] ( expected: 1.6971854345882E7, -4805952.839579 ) 4326 -> 7324 [1.0, -1.0] -> [5.5681825466447555E7, -1.5767530274518374E7] ( expected: 5.5681825466448E7, -1.5767530274518E7 ) 4326 -> 7325 [1.0, -1.0] -> [1.7185090686286658E7, -4845469.672299934] ( expected: 1.7185090686287E7, -4845469.6723 ) 4326 -> 7326 [1.0, -1.0] -> [5.638141835992551E7, -1.5897178416537376E7] ( expected: 5.6381418359926E7, -1.5897178416537E7 ) 4326 -> 7327 [1.0, -1.0] -> [1.7353395354522087E7, -4910377.4044058565] ( expected: 1.7353395354522E7, -4910377.404406 ) 4326 -> 7328 [1.0, -1.0] -> [5.693359792562792E7, -1.6110129867621558E7] ( expected: 5.6933597925628E7, -1.6110129867622E7 ) 4326 -> 7329 [1.0, -1.0] -> [1.7996101784755692E7, -4846833.422273717] ( expected: 1.7996101784756E7, -4846833.422274 ) 4326 -> 7330 [1.0, -1.0] -> [5.9042210605486006E7, -1.5901652652909698E7] ( expected: 5.9042210605486E7, -1.590165265291E7 ) 4326 -> 7331 [1.0, -1.0] -> [1.701911622635091E7, -5108387.760380815] ( expected: 1.7019116226351E7, -5108387.760381 ) 4326 -> 7332 [1.0, -1.0] -> [5.583688381928632E7, -1.6759768843849402E7] ( expected: 5.5836883819286E7, -1.6759768843849E7 ) 4326 -> 7333 [1.0, -1.0] -> [1.797102365948627E7, -5100802.256601752] ( expected: 1.7971023659486E7, -5100802.256602 ) 4326 -> 7334 [1.0, -1.0] -> [5.895993345616458E7, -1.6734882070200924E7] ( expected: 5.8959933456165E7, -1.6734882070201E7 ) 4326 -> 7335 [1.0, -1.0] -> [1.7646473024649877E7, -5104514.412298859] ( expected: 1.764647302465E7, -5104514.412299 ) 4326 -> 7336 [1.0, -1.0] -> [5.789513691503884E7, -1.6747061034350518E7] ( expected: 5.7895136915039E7, -1.6747061034351E7 ) 4326 -> 7337 [1.0, -1.0] -> [1.7523602242299613E7, -4881059.083850917] ( expected: 1.75236022423E7, -4881059.083851 ) 4326 -> 7338 [1.0, -1.0] -> [5.749201835661134E7, -1.6013941344267564E7] ( expected: 5.7492018356611E7, -1.6013941344268E7 ) 4326 -> 7339 [1.0, -1.0] -> [1.7745627054232664E7, -4949146.881439449] ( expected: 1.7745627054233E7, -4949146.881439 ) 4326 -> 7340 [1.0, -1.0] -> [5.822044476042837E7, -1.623732606018927E7] ( expected: 5.8220444760428E7, -1.6237326060189E7 ) 4326 -> 7341 [1.0, -1.0] -> [1.7720703733487584E7, -4914403.33244653] ( expected: 1.7720703733488E7, -4914403.332447 ) 4326 -> 7342 [1.0, -1.0] -> [5.8138675498950556E7, -1.6123338266535003E7] ( expected: 5.8138675498951E7, -1.6123338266535E7 ) 4326 -> 7343 [1.0, -1.0] -> [1.7945723569144756E7, -4977190.422509846] ( expected: 1.7945723569145E7, -4977190.42251 ) 4326 -> 7344 [1.0, -1.0] -> [5.887692807643579E7, -1.6329332244517732E7] ( expected: 5.8876928076436E7, -1.6329332244518E7 ) 4326 -> 7345 [1.0, -1.0] -> [1.7621688086509973E7, -4758906.960033678] ( expected: 1.762168808651E7, -4758906.960034 ) 4326 -> 7346 [1.0, -1.0] -> [5.781382166382484E7, -1.5613180584710503E7] ( expected: 5.7813821663825E7, -1.5613180584711E7 ) 4326 -> 7347 [1.0, -1.0] -> [1.792041471961121E7, -4781441.1847558515] ( expected: 1.7920414719611E7, -4781441.184756 ) 4326 -> 7348 [1.0, -1.0] -> [5.8793893959257804E7, -1.5687111620319834E7] ( expected: 5.8793893959258E7, -1.568711162032E7 ) 4326 -> 7349 [1.0, -1.0] -> [1.8251246793074336E7, -4789412.663278454] ( expected: 1.8251246793074E7, -4789412.663278 ) 4326 -> 7350 [1.0, -1.0] -> [5.987929885361142E7, -1.5713264712772738E7] ( expected: 5.9879298853611E7, -1.5713264712773E7 ) 4326 -> 7351 [1.0, -1.0] -> [1.683175857820569E7, -4926017.577051251] ( expected: 1.6831758578206E7, -4926017.577051 ) 4326 -> 7352 [1.0, -1.0] -> [5.522219460199654E7, -1.6161442667375656E7] ( expected: 5.5222194601997E7, -1.6161442667376E7 ) 4326 -> 7353 [1.0, -1.0] -> [1.6948526910004653E7, -4843565.841970888] ( expected: 1.6948526910005E7, -4843565.841971 ) 4326 -> 7354 [1.0, -1.0] -> [5.5605292037240304E7, -1.589093226653283E7] ( expected: 5.560529203724E7, -1.5890932266533E7 ) 4326 -> 7355 [1.0, -1.0] -> [1.7233025322140772E7, -4903661.963032652] ( expected: 1.7233025322141E7, -4903661.963033 ) 4326 -> 7356 [1.0, -1.0] -> [5.6538683911056876E7, -1.6088097623716304E7] ( expected: 5.6538683911057E7, -1.6088097623716E7 ) 4326 -> 7357 [1.0, -1.0] -> [1.7795130631267186E7, -4763180.7155861845] ( expected: 1.7795130631267E7, -4763180.715586 ) 4326 -> 7358 [1.0, -1.0] -> [5.838285774608246E7, -1.5627202064385682E7] ( expected: 5.8382857746082E7, -1.5627202064386E7 ) 4326 -> 7359 [1.0, -1.0] -> [1.680845574881385E7, -5124625.096183841] ( expected: 1.6808455748814E7, -5124625.096184 ) 4326 -> 7360 [1.0, -1.0] -> [5.5145741902566805E7, -1.6813040836396497E7] ( expected: 5.5145741902567E7, -1.6813040836396E7 ) 4326 -> 7361 [1.0, -1.0] -> [1.8021454769327074E7, -4903803.960870936] ( expected: 1.8021454769327E7, -4903803.960871 ) 4326 -> 7362 [1.0, -1.0] -> [5.9125389522367276E7, -1.6088563494957406E7] ( expected: 5.9125389522367E7, -1.6088563494957E7 ) 4326 -> 7363 [1.0, -1.0] -> [1.7720703733487584E7, -5030986.183174764] ( expected: 1.7720703733488E7, -5030986.183175 ) 4326 -> 7364 [1.0, -1.0] -> [5.8138675498950556E7, -1.6505827169299217E7] ( expected: 5.8138675498951E7, -1.6505827169299E7 ) 4326 -> 7365 [1.0, -1.0] -> [1.8046780981102552E7, -4783148.308522564] ( expected: 1.8046780981103E7, -4783148.308523 ) 4326 -> 7366 [1.0, -1.0] -> [5.920848060216733E7, -1.569271240887779E7] ( expected: 5.9208480602167E7, -1.5692712408878E7 ) 4326 -> 7367 [1.0, -1.0] -> [1.7996190563932925E7, -4941220.049584341] ( expected: 1.7996190563933E7, -4941220.049584 ) 4326 -> 7368 [1.0, -1.0] -> [5.904250187516998E7, -1.6211319446011303E7] ( expected: 5.904250187517E7, -1.6211319446011E7 ) 4326 -> 7369 [1.0, -1.0] -> [1.6925005925601684E7, -5025464.15115605] ( expected: 1.6925005925602E7, -5025464.151156 ) 4326 -> 7370 [1.0, -1.0] -> [5.552812360757822E7, -1.6487710302584486E7] ( expected: 5.5528123607578E7, -1.6487710302584E7 ) 4326 -> 7374 [1.0, -1.0] -> [-5950996.913983913, -172760.3444177468] ( expected: -5950996.913984, -172760.344418 ) 4326 -> 7375 [1.0, -1.0] -> [-7068672.129213653, -199101.75664789436] ( expected: -7068672.129214, -199101.756648 ) 4326 -> 7376 [1.0, -1.0] -> [-8380117.51021908, -238225.04224021517] ( expected: -8380117.510219, -238225.04224 ) 4326 -> 7531 [1.0, -1.0] -> [1.1190112147957558E7, 1530786.9711949388] ( expected: 1.1190112147958E7, 1530786.971195 ) 4326 -> 7532 [1.0, -1.0] -> [1.8068738062345836E7, -5405325.102896124] ( expected: 1.8068738062346E7, -5405325.102896 ) 4326 -> 7534 [1.0, -1.0] -> [1.1078850667894766E7, 1601602.3982223878] ( expected: 1.1078850667895E7, 1601602.398222 ) 4326 -> 7535 [1.0, -1.0] -> [1.854220856986381E7, -5394002.064048878] ( expected: 1.8542208569864E7, -5394002.064049 ) 4326 -> 7536 [1.0, -1.0] -> [1.097799442523713E7, 1401818.2923267058] ( expected: 1.0977994425237E7, 1401818.292327 ) 4326 -> 7538 [1.0, -1.0] -> [1.0916326409740437E7, 1181450.9476165466] ( expected: 1.091632640974E7, 1181450.947617 ) 4326 -> 7539 [1.0, -1.0] -> [1.095653659636745E7, 1316796.2841708635] ( expected: 1.0956536596367E7, 1316796.284171 ) 4326 -> 7540 [1.0, -1.0] -> [1.0983782944479037E7, 1211167.32323909] ( expected: 1.0983782944479E7, 1211167.323239 ) 4326 -> 7541 [1.0, -1.0] -> [1.8705963112562664E7, -5264035.31377529] ( expected: 1.8705963112563E7, -5264035.313775 ) 4326 -> 7542 [1.0, -1.0] -> [1.7825309517876506E7, -5544092.881851295] ( expected: 1.7825309517877E7, -5544092.881851 ) 4326 -> 7545 [1.0, -1.0] -> [1.1034499781635419E7, 1445837.0295394438] ( expected: 1.1034499781635E7, 1445837.029539 ) 4326 -> 7546 [1.0, -1.0] -> [1.8244525910179965E7, -5685394.690761625] ( expected: 1.824452591018E7, -5685394.690762 ) 4326 -> 7547 [1.0, -1.0] -> [1.864416038275437E7, -5541231.77157392] ( expected: 1.8644160382754E7, -5541231.771574 ) 4326 -> 7549 [1.0, -1.0] -> [1.0921959998346142E7, 1153425.4150574869] ( expected: 1.0921959998346E7, 1153425.415057 ) 4326 -> 7550 [1.0, -1.0] -> [1.0898807238792866E7, 1136900.194201673] ( expected: 1.0898807238793E7, 1136900.194202 ) 4326 -> 7554 [1.0, -1.0] -> [1.816883529662296E7, -5319784.33314107] ( expected: 1.8168835296623E7, -5319784.333141 ) 4326 -> 7555 [1.0, -1.0] -> [1.788678779014636E7, -5426249.036350509] ( expected: 1.7886787790146E7, -5426249.036351 ) 4326 -> 7557 [1.0, -1.0] -> [1.0977969046496153E7, 1164095.943563055] ( expected: 1.0977969046496E7, 1164095.943563 ) 4326 -> 7559 [1.0, -1.0] -> [1.08936133129599E7, 1206629.077553765] ( expected: 1.089361331296E7, 1206629.077554 ) 4326 -> 7560 [1.0, -1.0] -> [1.81276159354669E7, -5589318.461061492] ( expected: 1.8127615935467E7, -5589318.461061 ) 4326 -> 7561 [1.0, -1.0] -> [1.8359375027934343E7, -5613393.412736905] ( expected: 1.8359375027934E7, -5613393.412737 ) 4326 -> 7562 [1.0, -1.0] -> [1.105159014226586E7, 1367198.8591964922] ( expected: 1.1051590142266E7, 1367198.859196 ) 4326 -> 7563 [1.0, -1.0] -> [1.8172883085444305E7, -5562448.390228137] ( expected: 1.8172883085444E7, -5562448.390228 ) 4326 -> 7564 [1.0, -1.0] -> [1.090154920952587E7, 1196607.4942781716] ( expected: 1.0901549209526E7, 1196607.494278 ) 4326 -> 7565 [1.0, -1.0] -> [1.1133309243073117E7, 1559758.74305186] ( expected: 1.1133309243073E7, 1559758.743052 ) 4326 -> 7567 [1.0, -1.0] -> [1.0841630010083403E7, 1154965.0008421831] ( expected: 1.0841630010083E7, 1154965.000842 ) 4326 -> 7569 [1.0, -1.0] -> [1.1015074626062727E7, 1334708.953984738] ( expected: 1.1015074626063E7, 1334708.953985 ) 4326 -> 7573 [1.0, -1.0] -> [1.1152095260838123E7, 1478472.5166075674] ( expected: 1.1152095260838E7, 1478472.516608 ) 4326 -> 7574 [1.0, -1.0] -> [1.8615461118324533E7, -5543570.332175882] ( expected: 1.8615461118325E7, -5543570.332176 ) 4326 -> 7576 [1.0, -1.0] -> [1.1060695551366337E7, 1361394.6927079244] ( expected: 1.1060695551366E7, 1361394.692708 ) 4326 -> 7578 [1.0, -1.0] -> [1.1066110497508233E7, 1300357.7468571053] ( expected: 1.1066110497508E7, 1300357.746857 ) 4326 -> 7579 [1.0, -1.0] -> [1.0975190491793647E7, 1189767.397437979] ( expected: 1.0975190491794E7, 1189767.397438 ) 4326 -> 7580 [1.0, -1.0] -> [1.0894789921714598E7, 1055137.6465961095] ( expected: 1.0894789921715E7, 1055137.646596 ) 4326 -> 7581 [1.0, -1.0] -> [1.1211195182485282E7, 1639299.0453745357] ( expected: 1.1211195182485E7, 1639299.045375 ) 4326 -> 7582 [1.0, -1.0] -> [1.819053163985452E7, -5402833.866323446] ( expected: 1.8190531639855E7, -5402833.866323 ) 4326 -> 7583 [1.0, -1.0] -> [1.8362696783022944E7, -5368959.457173526] ( expected: 1.8362696783023E7, -5368959.457174 ) 4326 -> 7584 [1.0, -1.0] -> [1.864970630511073E7, -5481735.214879144] ( expected: 1.8649706305111E7, -5481735.214879 ) 4326 -> 7585 [1.0, -1.0] -> [1.087814926586602E7, 1109476.1471710834] ( expected: 1.0878149265866E7, 1109476.147171 ) 4326 -> 7586 [1.0, -1.0] -> [1.1024895986120734E7, 1304229.14680775] ( expected: 1.1024895986121E7, 1304229.146808 ) 4326 -> 7590 [1.0, -1.0] -> [3.6712892938776195E7, 5022256.920889648] ( expected: 3.6712892938776E7, 5022256.92089 ) 4326 -> 7591 [1.0, -1.0] -> [5.928051812587967E7, -1.773397077541838E7] ( expected: 5.928051812588E7, -1.7733970775418E7 ) 4326 -> 7593 [1.0, -1.0] -> [3.63478625666171E7, 5254590.534477037] ( expected: 3.6347862566617E7, 5254590.534477 ) 4326 -> 7594 [1.0, -1.0] -> [6.083389594931648E7, -1.7696821771876454E7] ( expected: 6.0833895949316E7, -1.7696821771876E7 ) 4326 -> 7595 [1.0, -1.0] -> [3.601697004376551E7, 4599132.180391704] ( expected: 3.6016970043766E7, 4599132.180392 ) 4326 -> 7597 [1.0, -1.0] -> [3.581464756237369E7, 3876143.651008789] ( expected: 3.5814647562374E7, 3876143.651009 ) 4326 -> 7598 [1.0, -1.0] -> [3.59465704831874E7, 4320189.142789161] ( expected: 3.5946570483187E7, 4320189.142789 ) 4326 -> 7599 [1.0, -1.0] -> [3.6035961210301E7, 3973638.1264475835] ( expected: 3.6035961210301E7, 3973638.126448 ) 4326 -> 7600 [1.0, -1.0] -> [6.137114731209679E7, -1.727042252521211E7] ( expected: 6.1371147312097E7, -1.7270422525212E7 ) 4326 -> 7601 [1.0, -1.0] -> [5.8481869643240534E7, -1.8189244729419716E7] ( expected: 5.8481869643241E7, -1.818924472942E7 ) 4326 -> 7604 [1.0, -1.0] -> [3.620235470019273E7, 4743550.321085412] ( expected: 3.6202354700193E7, 4743550.321085 ) 4326 -> 7605 [1.0, -1.0] -> [5.9857248756734565E7, -1.8652832414276358E7] ( expected: 5.9857248756735E7, -1.8652832414276E7 ) 4326 -> 7606 [1.0, -1.0] -> [6.116838285546825E7, -1.817985790341453E7] ( expected: 6.1168382855468E7, -1.8179857903415E7 ) 4326 -> 7608 [1.0, -1.0] -> [3.583313042743974E7, 3784196.54970619] ( expected: 3.583313042744E7, 3784196.549706 ) 4326 -> 7609 [1.0, -1.0] -> [3.5757170082450785E7, 3729980.053400408] ( expected: 3.5757170082451E7, 3729980.0534 ) 4326 -> 7613 [1.0, -1.0] -> [5.9608920468909204E7, -1.7453325766266424E7] ( expected: 5.9608920468909E7, -1.7453325766266E7 ) 4326 -> 7614 [1.0, -1.0] -> [5.868356960864538E7, -1.780261871336364E7] ( expected: 5.8683569608645E7, -1.7802618713364E7 ) 4326 -> 7616 [1.0, -1.0] -> [3.601688677955531E7, 3819204.774775375] ( expected: 3.6016886779555E7, 3819204.774775 ) 4326 -> 7618 [1.0, -1.0] -> [3.574012967777421E7, 3958748.8987865634] ( expected: 3.5740129677774E7, 3958748.898787 ) 4326 -> 7619 [1.0, -1.0] -> [5.9473686615112856E7, -1.8337622318164587E7] ( expected: 5.9473686615113E7, -1.8337622318165E7 ) 4326 -> 7620 [1.0, -1.0] -> [6.023404957094988E7, -1.841660822113542E7] ( expected: 6.023404957095E7, -1.8416608221135E7 ) 4326 -> 7621 [1.0, -1.0] -> [3.6258425325223096E7, 4485551.590817411] ( expected: 3.6258425325223E7, 4485551.590817 ) 4326 -> 7622 [1.0, -1.0] -> [5.962220058946088E7, -1.8249466093433578E7] ( expected: 5.9622200589461E7, -1.8249466093434E7 ) 4326 -> 7623 [1.0, -1.0] -> [3.57661660319414E7, 3925869.754627471] ( expected: 3.5766166031941E7, 3925869.754627 ) 4326 -> 7624 [1.0, -1.0] -> [3.652653207459091E7, 5117308.476594981] ( expected: 3.6526532074591E7, 5117308.476595 ) 4326 -> 7626 [1.0, -1.0] -> [3.5569581124670655E7, 3789247.6737682316] ( expected: 3.5569581124671E7, 3789247.673768 ) 4326 -> 7628 [1.0, -1.0] -> [3.6138624002259485E7, 4378957.627026514] ( expected: 3.6138624002259E7, 4378957.627027 ) 4326 -> 7632 [1.0, -1.0] -> [3.65881658686971E7, 4850621.915132747] ( expected: 3.6588165868697E7, 4850621.915133 ) 4326 -> 7633 [1.0, -1.0] -> [6.107422535194803E7, -1.8187530331976384E7] ( expected: 6.1074225351948E7, -1.8187530331976E7 ) 4326 -> 7635 [1.0, -1.0] -> [3.628829865443041E7, 4466509.087483085] ( expected: 3.628829865443E7, 4466509.087483 ) 4326 -> 7637 [1.0, -1.0] -> [3.6306064190276034E7, 4266257.041640855] ( expected: 3.6306064190276E7, 4266257.041641 ) 4326 -> 7638 [1.0, -1.0] -> [3.600777080494359E7, 3903428.536660772] ( expected: 3.6007770804944E7, 3903428.536661 ) 4326 -> 7639 [1.0, -1.0] -> [3.574398993490975E7, 3461730.7622167375] ( expected: 3.574398993491E7, 3461730.762217 ) 4326 -> 7640 [1.0, -1.0] -> [3.678206286111765E7, 5378266.95183746] ( expected: 3.6782062861118E7, 5378266.951837 ) 4326 -> 7641 [1.0, -1.0] -> [5.968010255476817E7, -1.772579744293868E7] ( expected: 5.9680102554768E7, -1.7725797442939E7 ) 4326 -> 7642 [1.0, -1.0] -> [6.0244947695246145E7, -1.7614661152564988E7] ( expected: 6.0244947695246E7, -1.7614661152565E7 ) 4326 -> 7643 [1.0, -1.0] -> [6.118657810282307E7, -1.7984659617448505E7] ( expected: 6.1186578102823E7, -1.7984659617449E7 ) 4326 -> 7644 [1.0, -1.0] -> [3.568939471637263E7, 3640006.326508882] ( expected: 3.5689394716373E7, 3640006.326509 ) 4326 -> 7645 [1.0, -1.0] -> [3.6170846247706056E7, 4278958.458903429] ( expected: 3.6170846247706E7, 4278958.458903 ) 4326 -> 20004 [1.0, -1.0] -> [2227111.0492292517, -117636.422300188] ( expected: 2227111.049229, -117636.4223 ) 4326 -> 20005 [1.0, -1.0] -> [2500789.35815646, -123030.49638574269] ( expected: 2500789.358156, -123030.496386 ) 4326 -> 20006 [1.0, -1.0] -> [2736110.6475552884, -130450.73730051344] ( expected: 2736110.647555, -130450.737301 ) 4326 -> 20007 [1.0, -1.0] -> [2919589.1320601013, -140457.12493836158] ( expected: 2919589.13206, -140457.124938 ) 4326 -> 20008 [1.0, -1.0] -> [3034159.469486842, -153890.01563726622] ( expected: 3034159.469487, -153890.015637 ) 4326 -> 20009 [1.0, -1.0] -> [3057846.196552504, -172000.1136013567] ( expected: 3057846.196553, -172000.113601 ) 4326 -> 20010 [1.0, -1.0] -> [2962094.047199039, -196632.80692202525] ( expected: 2962094.047199, -196632.806922 ) 4326 -> 20011 [1.0, -1.0] -> [2709705.607058415, -230482.06589246079] ( expected: 2709705.607058, -230482.065892 ) 4326 -> 20012 [1.0, -1.0] -> [2252332.7575955, -277431.32542480866] ( expected: 2252332.757595, -277431.325425 ) 4326 -> 20013 [1.0, -1.0] -> [1527468.3634654935, -343000.9974940254] ( expected: 1527468.363465, -343000.997494 ) 4326 -> 20014 [1.0, -1.0] -> [454884.656622611, -434924.48364735773] ( expected: 454884.656623, -434924.483647 ) 4326 -> 20015 [1.0, -1.0] -> [-1067535.2292833272, -563876.7817332427] ( expected: -1067535.229283, -563876.781733 ) 4326 -> 20064 [1.0, -1.0] -> [-1772888.9507707483, -117636.422300188] ( expected: -1772888.950771, -117636.4223 ) 4326 -> 20065 [1.0, -1.0] -> [-2499210.64184354, -123030.49638574269] ( expected: -2499210.641844, -123030.496386 ) 4326 -> 20066 [1.0, -1.0] -> [-3263889.3524447116, -130450.73730051344] ( expected: -3263889.352445, -130450.737301 ) 4326 -> 20067 [1.0, -1.0] -> [-4080410.8679398987, -140457.12493836158] ( expected: -4080410.86794, -140457.124938 ) 4326 -> 20068 [1.0, -1.0] -> [-4965840.530513158, -153890.01563726622] ( expected: -4965840.530513, -153890.015637 ) 4326 -> 20069 [1.0, -1.0] -> [-5942153.803447496, -172000.1136013567] ( expected: -5942153.803447, -172000.113601 ) 4326 -> 20070 [1.0, -1.0] -> [-7037905.952800961, -196632.80692202525] ( expected: -7037905.952801, -196632.806922 ) 4326 -> 20071 [1.0, -1.0] -> [-8290294.392941585, -230482.06589246079] ( expected: -8290294.392942, -230482.065892 ) 4326 -> 20072 [1.0, -1.0] -> [-9747667.2424045, -277431.32542480866] ( expected: -9747667.242405, -277431.325425 ) 4326 -> 20073 [1.0, -1.0] -> [-1.1472531636534506E7, -343000.9974940254] ( expected: -1.1472531636535E7, -343000.997494 ) 4326 -> 20074 [1.0, -1.0] -> [-1.3545115343377389E7, -434924.48364735773] ( expected: -1.3545115343377E7, -434924.483647 ) 4326 -> 20075 [1.0, -1.0] -> [-1.6067535229283327E7, -563876.7817332427] ( expected: -1.6067535229283E7, -563876.781733 ) 4326 -> 20135 [1.0, -1.0] -> [-2498185.666784498, -123299.28249241445] ( expected: -2498185.666784, -123299.282492 ) 4326 -> 20136 [1.0, -1.0] -> [-3262746.528632205, -130743.78138362737] ( expected: -3262746.528632, -130743.781384 ) 4326 -> 20137 [1.0, -1.0] -> [-4079687.1735583274, -140808.32372318677] ( expected: -4079687.173558, -140808.323723 ) 4326 -> 20138 [1.0, -1.0] -> [-4967346.044067112, -154416.94179094443] ( expected: -4967346.044067, -154416.941791 ) 4326 -> 20248 [1.0, -1.0] -> [-1.3019019925585551E7, -9511436.905128028] ( expected: -1.3019019925586E7, -9511436.905128 ) 4326 -> 20249 [1.0, -1.0] -> [-1.0625813660007209E7, -9664042.568520058] ( expected: -1.0625813660007E7, -9664042.56852 ) 4326 -> 20250 [1.0, -1.0] -> [-8876529.846285675, -9740008.366965521] ( expected: -8876529.846286, -9740008.366966 ) 4326 -> 20251 [1.0, -1.0] -> [-7480468.569683835, -9785409.669763315] ( expected: -7480468.569684, -9785409.669763 ) 4326 -> 20252 [1.0, -1.0] -> [-6306410.275738048, -9815296.939308174] ( expected: -6306410.275738, -9815296.939308 ) 4326 -> 20253 [1.0, -1.0] -> [-5282968.730029109, -9836147.151831817] ( expected: -5282968.730029, -9836147.151832 ) 4326 -> 20254 [1.0, -1.0] -> [-4366584.231239979, -9851219.760117233] ( expected: -4366584.23124, -9851219.760117 ) 4326 -> 20255 [1.0, -1.0] -> [-3528424.110912757, -9862330.421391636] ( expected: -3528424.110913, -9862330.421392 ) 4326 -> 20256 [1.0, -1.0] -> [-2748147.983074075, -9870562.952554472] ( expected: -2748147.983074, -9870562.952554 ) 4326 -> 20257 [1.0, -1.0] -> [-2010604.4792714766, -9876594.488618817] ( expected: -2010604.479271, -9876594.488619 ) 4326 -> 20258 [1.0, -1.0] -> [-1303927.4635586068, -9880858.206689253] ( expected: -1303927.463559, -9880858.206689 ) 4326 -> 20348 [1.0, -1.0] -> [-1.3019027044640884E7, -9511328.648320988] ( expected: -1.3019027044641E7, -9511328.648321 ) 4326 -> 20349 [1.0, -1.0] -> [-1.0625820660721106E7, -9663968.510104366] ( expected: -1.0625820660721E7, -9663968.510104 ) 4326 -> 20350 [1.0, -1.0] -> [-8876536.031932317, -9739951.32211591] ( expected: -8876536.031932, -9739951.322116 ) 4326 -> 20351 [1.0, -1.0] -> [-7480474.05396557, -9785362.78173586] ( expected: -7480474.053966, -9785362.781736 ) 4326 -> 20352 [1.0, -1.0] -> [-6306415.216871623, -9815256.731662039] ( expected: -6306415.216872, -9815256.731662 ) 4326 -> 20353 [1.0, -1.0] -> [-5282973.257235346, -9836111.60186442] ( expected: -5282973.257235, -9836111.601864 ) 4326 -> 20354 [1.0, -1.0] -> [-4366588.444132744, -9851187.5760248] ( expected: -4366588.444133, -9851187.576025 ) 4326 -> 20355 [1.0, -1.0] -> [-3528428.086992852, -9862300.718181174] ( expected: -3528428.086993, -9862300.718181 ) 4326 -> 20356 [1.0, -1.0] -> [-2748151.784361177, -9870535.087920982] ( expected: -2748151.784361, -9870535.087921 ) 4326 -> 20357 [1.0, -1.0] -> [-2010608.157233723, -9876567.97182934] ( expected: -2010608.157234, -9876567.971829 ) 4326 -> 20358 [1.0, -1.0] -> [-1303931.062725305, -9880832.643980421] ( expected: -1303931.062725, -9880832.64398 ) 4326 -> 20436 [1.0, -1.0] -> [-3262550.6006767238, -130509.63437923403] ( expected: -3262550.600677, -130509.634379 ) 4326 -> 20437 [1.0, -1.0] -> [-4079473.2162820688, -140554.1086883175] ( expected: -4079473.216282, -140554.108688 ) 4326 -> 20438 [1.0, -1.0] -> [-4967097.569405574, -154135.10094516576] ( expected: -4967097.569406, -154135.100945 ) 4326 -> 20439 [1.0, -1.0] -> [-5950924.814508866, -172770.02221366938] ( expected: -5950924.814509, -172770.022214 ) 4326 -> 20440 [1.0, -1.0] -> [-7068617.495546037, -199113.00508839276] ( expected: -7068617.495546, -199113.005088 ) 4326 -> 20499 [1.0, -1.0] -> [-5950924.814508866, -172770.02221366938] ( expected: -5950924.814509, -172770.022214 ) 4326 -> 20538 [1.0, -1.0] -> [-4967050.309684665, -154186.5662534009] ( expected: -4967050.309685, -154186.566253 ) 4326 -> 20539 [1.0, -1.0] -> [-5950850.000201346, -172826.87200389517] ( expected: -5950850.000201, -172826.872004 ) 4326 -> 20790 [1.0, -1.0] -> [1220858.9102141538, -4204700.940873519] ( expected: 1220858.910214, -4204700.940874 ) 4326 -> 20791 [1.0, -1.0] -> [1020858.9102141538, -4504700.940873519] ( expected: 1020858.910214, -4504700.940874 ) 4326 -> 20822 [1.0, -1.0] -> [7306168.748454691, 9819741.155120118] ( expected: 7306168.748455, 9819741.15512 ) 4326 -> 20823 [1.0, -1.0] -> [6282730.374233354, 9840539.25207913] ( expected: 6282730.374233, 9840539.252079 ) 4326 -> 20824 [1.0, -1.0] -> [5366344.770195671, 9855574.066385876] ( expected: 5366344.770196, 9855574.066386 ) 4326 -> 20934 [1.0, -1.0] -> [-1772034.5516771278, 9882638.453592008] ( expected: -1772034.551677, 9882638.453592 ) 4326 -> 20935 [1.0, -1.0] -> [-2498106.479411357, 9877255.186957836] ( expected: -2498106.479411, 9877255.186958 ) 4326 -> 20936 [1.0, -1.0] -> [-3262663.9767307285, 9869844.36080751] ( expected: -3262663.976731, 9869844.360808 ) 4326 -> 21035 [1.0, -1.0] -> [-2498200.363564333, 9877263.592584062] ( expected: -2498200.363564, 9877263.592584 ) 4326 -> 21036 [1.0, -1.0] -> [-3262763.5496566854, 9869853.034688199] ( expected: -3262763.549657, 9869853.034688 ) 4326 -> 21037 [1.0, -1.0] -> [-4079707.276399607, 9859834.374323705] ( expected: -4079707.2764, 9859834.374324 ) 4326 -> 21095 [1.0, -1.0] -> [-2498200.363564333, -122736.40741593704] ( expected: -2498200.363564, -122736.407416 ) 4326 -> 21096 [1.0, -1.0] -> [-3262763.5496566854, -130146.96531180145] ( expected: -3262763.549657, -130146.965312 ) 4326 -> 21097 [1.0, -1.0] -> [-4079707.276399607, -140165.62567629505] ( expected: -4079707.2764, -140165.625676 ) 4326 -> 21100 [1.0, -1.0] -> [1.9900715285246838E7, 789820.8426936554] ( expected: 1.9900715285247E7, 789820.842694 ) 4326 -> 21148 [1.0, -1.0] -> [-1.301375896487216E7, -9510330.465973817] ( expected: -1.3013758964872E7, -9510330.465974 ) 4326 -> 21149 [1.0, -1.0] -> [-1.0622111039663881E7, -9662464.496853396] ( expected: -1.0622111039664E7, -9662464.496853 ) 4326 -> 21150 [1.0, -1.0] -> [-8873631.028101115, -9738234.580343038] ( expected: -8873631.028101, -9738234.580343 ) 4326 -> 21291 [1.0, -1.0] -> [9412857.477726245, -238245.51606308387] ( expected: 9412857.477726, -238245.516063 ) 4326 -> 21292 [1.0, -1.0] -> [8502877.817397885, -1604442.17792449] ( expected: 8502877.817398, -1604442.177924 ) 4326 -> 21413 [1.0, -1.0] -> [1527545.4723950308, -342995.04617578705] ( expected: 1527545.472395, -342995.046176 ) 4326 -> 21414 [1.0, -1.0] -> [454977.90455442853, -434916.5106014836] ( expected: 454977.904554, -434916.510601 ) 4326 -> 21415 [1.0, -1.0] -> [-1067421.161080094, -563865.9772023582] ( expected: -1067421.16108, -563865.977202 ) 4326 -> 21453 [1.0, -1.0] -> [-1.147245452760497E7, -342995.04617578705] ( expected: -1.1472454527605E7, -342995.046176 ) 4326 -> 21454 [1.0, -1.0] -> [-1.3545022095445571E7, -434916.5106014836] ( expected: -1.3545022095446E7, -434916.510601 ) 4326 -> 21455 [1.0, -1.0] -> [-1.6067421161080094E7, -563865.9772023582] ( expected: -1.606742116108E7, -563865.977202 ) 4326 -> 21473 [1.0, -1.0] -> [-1.147245452760497E7, -342995.04617578705] ( expected: -1.1472454527605E7, -342995.046176 ) 4326 -> 21474 [1.0, -1.0] -> [-1.3545022095445571E7, -434916.5106014836] ( expected: -1.3545022095446E7, -434916.510601 ) 4326 -> 21475 [1.0, -1.0] -> [-1.6067421161080094E7, -563865.9772023582] ( expected: -1.606742116108E7, -563865.977202 ) 4326 -> 21500 [1.0, -1.0] -> [-381499.92823154, -6309626.277519461] ( expected: -381499.928232, -6309626.277519 ) 4326 -> 21780 [1.0, -1.0] -> [-1061258.3171415976, -5998105.454772316] ( expected: -1061258.372849, -5998105.380244 ) 4326 -> 21781 [1.0, -1.0] -> [-461258.3171415976, -5798105.454772316] ( expected: -461258.372849, -5798105.380244 ) 4326 -> 21782 [1.0, -1.0] -> [-1061258.3171415976, -5998105.454772316] ( expected: -1061258.372849, -5998105.380244 ) 4326 -> 21818 [1.0, -1.0] -> [1.4018905934252858E7, -482704.7792336914] ( expected: 1.4018905934253E7, -482704.779234 ) 4326 -> 21891 [1.0, -1.0] -> [1.4338617477745147E7, 90209.00478929398] ( expected: 1.4338617477745E7, 90209.004789 ) 4326 -> 21892 [1.0, -1.0] -> [1.3317543870368168E7, 134841.957051915] ( expected: 1.3317543870368E7, 134841.957052 ) 4326 -> 21893 [1.0, -1.0] -> [1.2387209013718296E7, 172528.3015830142] ( expected: 1.2387209013718E7, 172528.301583 ) 4326 -> 21894 [1.0, -1.0] -> [1.1536528001699492E7, 204368.8472584542] ( expected: 1.1536528001699E7, 204368.847258 ) 4326 -> 21896 [1.0, -1.0] -> [1.4338617477745147E7, 90209.00478929398] ( expected: 1.4338617477745E7, 90209.004789 ) 4326 -> 21897 [1.0, -1.0] -> [1.3317543870368168E7, 134841.957051915] ( expected: 1.3317543870368E7, 134841.957052 ) 4326 -> 21898 [1.0, -1.0] -> [1.2387209013718296E7, 172528.3015830142] ( expected: 1.2387209013718E7, 172528.301583 ) 4326 -> 21899 [1.0, -1.0] -> [1.1536528001699492E7, 204368.8472584542] ( expected: 1.1536528001699E7, 204368.847258 ) 4326 -> 22032 [1.0, -1.0] -> [-392655.8494533051, 9888609.314326603] ( expected: -392655.849453, 9888609.314327 ) 4326 -> 22033 [1.0, -1.0] -> [-1073121.1488553446, 9886301.12008705] ( expected: -1073121.148855, 9886301.120087 ) 4326 -> 22091 [1.0, -1.0] -> [-674515.3388934836, 9887809.64066469] ( expected: -674515.338893, 9887809.640665 ) 4326 -> 22092 [1.0, -1.0] -> [-731145.1027211684, 9887622.380984386] ( expected: -731145.102721, 9887622.380984 ) 4326 -> 22171 [1.0, -1.0] -> [1.3163467099509558E7, 9671230.891207632] ( expected: 1.316346709951E7, 9671230.891208 ) 4326 -> 22172 [1.0, -1.0] -> [1.3289473150909536E7, 9704851.838049386] ( expected: 1.328947315091E7, 9704851.838049 ) 4326 -> 22173 [1.0, -1.0] -> [1.348820329210037E7, 9733276.551188529] ( expected: 1.34882032921E7, 9733276.551189 ) 4326 -> 22174 [1.0, -1.0] -> [1.3750656290094743E7, 9757339.48078672] ( expected: 1.3750656290095E7, 9757339.480787 ) 4326 -> 22175 [1.0, -1.0] -> [1.4068894159149641E7, 9777744.441021187] ( expected: 1.406889415915E7, 9777744.441021 ) 4326 -> 22176 [1.0, -1.0] -> [1.4435929604234245E7, 9795082.873511892] ( expected: 1.4435929604234E7, 9795082.873512 ) 4326 -> 22177 [1.0, -1.0] -> [1.4845622388711806E7, 9809849.98623106] ( expected: 1.4845622388712E7, 9809849.986231 ) 4326 -> 22181 [1.0, -1.0] -> [1.31634670993538E7, 9671230.891295835] ( expected: 1.3163467099354E7, 9671230.891296 ) 4326 -> 22182 [1.0, -1.0] -> [1.3289473150778074E7, 9704851.838135704] ( expected: 1.3289473150778E7, 9704851.838136 ) 4326 -> 22183 [1.0, -1.0] -> [1.3488203291990029E7, 9733276.551273284] ( expected: 1.348820329199E7, 9733276.551273 ) 4326 -> 22184 [1.0, -1.0] -> [1.3750656290002678E7, 9757339.480870191] ( expected: 1.3750656290003E7, 9757339.48087 ) 4326 -> 22185 [1.0, -1.0] -> [1.4068894159073321E7, 9777744.441103606] ( expected: 1.4068894159073E7, 9777744.441104 ) 4326 -> 22186 [1.0, -1.0] -> [1.4435929604171418E7, 9795082.873593455] ( expected: 1.4435929604171E7, 9795082.873593 ) 4326 -> 22187 [1.0, -1.0] -> [1.4845622388660483E7, 9809849.986311939] ( expected: 1.484562238866E7, 9809849.986312 ) 4326 -> 22191 [1.0, -1.0] -> [1.3163671529822124E7, 9671279.649903227] ( expected: 1.3163671529822E7, 9671279.649903 ) 4326 -> 22192 [1.0, -1.0] -> [1.3289655951661654E7, 9704928.702963373] ( expected: 1.3289655951662E7, 9704928.702963 ) 4326 -> 22193 [1.0, -1.0] -> [1.3488365848648593E7, 9733377.16689369] ( expected: 1.3488365848649E7, 9733377.166894 ) 4326 -> 22194 [1.0, -1.0] -> [1.3750799849289333E7, 9757460.188527651] ( expected: 1.3750799849289E7, 9757460.188528 ) 4326 -> 22195 [1.0, -1.0] -> [1.4069019839722993E7, 9777882.170246266] ( expected: 1.4069019839723E7, 9777882.170246 ) 4326 -> 22196 [1.0, -1.0] -> [1.4436038406149995E7, 9795235.048508711] ( expected: 1.443603840615E7, 9795235.048509 ) 4326 -> 22197 [1.0, -1.0] -> [1.4845715201601628E7, 9810014.44610582] ( expected: 1.4845715201602E7, 9810014.446106 ) 4326 -> 22234 [1.0, -1.0] -> [-1772015.2549194265, 9882636.323996982] ( expected: -1772015.254919, 9882636.323997 ) 4326 -> 22235 [1.0, -1.0] -> [-2498086.292875044, 9877253.00333947] ( expected: -2498086.292875, 9877253.003339 ) 4326 -> 22236 [1.0, -1.0] -> [-3262642.566090321, 9869842.0968002] ( expected: -3262642.56609, 9869842.0968 ) 4326 -> 22275 [1.0, -1.0] -> [1573999.145844363, 113681.13031241421] ( expected: 1573999.145844, 113681.130312 ) 4326 -> 22277 [1.0, -1.0] -> [1804525.0008545767, 114757.09082421425] ( expected: 1804525.000855, 114757.090824 ) 4326 -> 22279 [1.0, -1.0] -> [2037385.6360414333, 115997.3870558254] ( expected: 2037385.636041, 115997.387056 ) 4326 -> 22281 [1.0, -1.0] -> [2272920.3630338735, 117410.54086938899] ( expected: 2272920.363034, 117410.540869 ) 4326 -> 22283 [1.0, -1.0] -> [2511486.635720328, 119006.51566341639] ( expected: 2511486.63572, 119006.515663 ) 4326 -> 22285 [1.0, -1.0] -> [2753462.841422368, 120796.88518210042] ( expected: 2753462.841422, 120796.885182 ) 4326 -> 22287 [1.0, -1.0] -> [2999251.3368997886, 122795.03193698084] ( expected: 2999251.3369, 122795.031937 ) 4326 -> 22289 [1.0, -1.0] -> [3249281.753671404, 125016.37879375236] ( expected: 3249281.753671, 125016.378794 ) 4326 -> 22291 [1.0, -1.0] -> [3504014.597135874, 127478.65761537955] ( expected: 3504014.597136, 127478.657615 ) 4326 -> 22293 [1.0, -1.0] -> [3763945.163976872, 130202.21919105895] ( expected: 3763945.163977, 130202.219191 ) 4326 -> 22332 [1.0, -1.0] -> [-393014.8558801118, -112056.11010964347] ( expected: -393014.863599, -112056.11109 ) 4326 -> 22391 [1.0, -1.0] -> [-700108.9390491662, -4021576.4330256097] ( expected: -700108.94806, -4021576.445869 ) 4326 -> 22392 [1.0, -1.0] -> [-670055.4847197323, -3670113.429136017] ( expected: -670055.493672, -3670113.440599 ) 4326 -> 22521 [1.0, -1.0] -> [8480434.97795164, 9789651.259259755] ( expected: 8480434.977952, 9789651.25926 ) 4326 -> 22522 [1.0, -1.0] -> [7306354.949836781, 9819504.561810436] ( expected: 7306354.949837, 9819504.56181 ) 4326 -> 22523 [1.0, -1.0] -> [6282896.01195034, 9840330.674066806] ( expected: 6282896.01195, 9840330.674067 ) 4326 -> 22524 [1.0, -1.0] -> [5366495.4513295675, 9855385.675085627] ( expected: 5366495.45133, 9855385.675086 ) 4326 -> 22525 [1.0, -1.0] -> [4528319.351786921, 9866483.249127818] ( expected: 4528319.351787, 9866483.249128 ) 4326 -> 22700 [1.0, -1.0] -> [-4440764.103288915, -3032502.167703907] ( expected: -4440764.103289, -3032502.167704 ) 4326 -> 22770 [1.0, -1.0] -> [-4440764.103288915, -3032502.167703907] ( expected: -4440764.103289, -3032502.167704 ) 4326 -> 22780 [1.0, -1.0] -> [-4798555.209669076, -3522755.9268225273] ( expected: -4798555.209669, -3522755.926823 ) 4326 -> 22832 [1.0, -1.0] -> [-393005.2623751196, -111613.432677277] ( expected: -393005.262375, -111613.432677 ) 4326 -> 22991 [1.0, -1.0] -> [-3729805.021238971, -2353695.2351817074] ( expected: -3729805.021239, -2353695.235182 ) 4326 -> 22992 [1.0, -1.0] -> [-2889215.919068719, -2637949.4635794456] ( expected: -2889215.919069, -2637949.463579 ) 4326 -> 22993 [1.0, -1.0] -> [-2299455.528963444, -3243254.2821095195] ( expected: -2299455.528963, -3243254.28211 ) 4326 -> 22994 [1.0, -1.0] -> [-2299455.528963444, -2243254.2821095195] ( expected: -2299455.528963, -2243254.28211 ) 4326 -> 23028 [1.0, -1.0] -> [2304050.4929935858, -114893.11398946964] ( expected: 2304050.492994, -114893.113989 ) 4326 -> 23029 [1.0, -1.0] -> [1618451.0532654494, -112127.08220065004] ( expected: 1618451.053265, -112127.082201 ) 4326 -> 23030 [1.0, -1.0] -> [945511.037548232, -110683.5632112023] ( expected: 945511.037548, -110683.563211 ) 4326 -> 23031 [1.0, -1.0] -> [277525.9197642414, -110479.73851094522] ( expected: 277525.919764, -110479.738511 ) 4326 -> 23032 [1.0, -1.0] -> [-392927.35568659764, -111504.12686566728] ( expected: -392927.355687, -111504.126866 ) 4326 -> 23033 [1.0, -1.0] -> [-1073411.406811594, -113814.96242311521] ( expected: -1073411.406812, -113814.962423 ) 4326 -> 23034 [1.0, -1.0] -> [-1772069.276933718, -117548.5360152675] ( expected: -1772069.276934, -117548.536015 ) 4326 -> 23035 [1.0, -1.0] -> [-2498150.6901934156, -122939.82130509152] ( expected: -2498150.690193, -122939.821305 ) 4326 -> 23036 [1.0, -1.0] -> [-3262713.916362489, -130361.5695817309] ( expected: -3262713.916362, -130361.569582 ) 4326 -> 23037 [1.0, -1.0] -> [-4079649.538313725, -140395.1352141899] ( expected: -4079649.538314, -140395.135214 ) 4326 -> 23038 [1.0, -1.0] -> [-4967291.493961354, -153961.4019619456] ( expected: -4967291.493961, -153961.401962 ) 4326 -> 23090 [1.0, -1.0] -> [611364.6732421316, -110429.01266072202] ( expected: 611364.673242, -110429.012661 ) 4326 -> 23095 [1.0, -1.0] -> [54682.2976127147, -110683.32751311093] ( expected: 54682.297613, -110683.327513 ) 4326 -> 23239 [1.0, -1.0] -> [-5951271.407315638, -173128.7626365325] ( expected: -5951271.407316, -173128.762637 ) 4326 -> 23240 [1.0, -1.0] -> [-7069078.023043171, -199535.31696084354] ( expected: -7069078.023043, -199535.316961 ) 4326 -> 23433 [1.0, -1.0] -> [-1073477.376019748, -113926.91935427151] ( expected: -1073477.37602, -113926.919354 ) 4326 -> 23700 [1.0, -1.0] -> [-2240509.0716523184, -5409366.5711997785] ( expected: -2240509.071652, -5409366.5712 ) 4326 -> 23848 [1.0, -1.0] -> [-1.3018942509779947E7, -1.9511957727453824E7] ( expected: -1.301894250978E7, -1.9511957727454E7 ) 4326 -> 23849 [1.0, -1.0] -> [-1.0625749900186226E7, -1.9664398005607415E7] ( expected: -1.0625749900186E7, -1.9664398005607E7 ) 4326 -> 23850 [1.0, -1.0] -> [-8876476.697904322, -1.974028177790482E7] ( expected: -8876476.697904, -1.9740281777905E7 ) 4326 -> 23851 [1.0, -1.0] -> [-7480422.848615745, -1.9785634187871926E7] ( expected: -7480422.848616, -1.9785634187872E7 ) 4326 -> 23852 [1.0, -1.0] -> [-6306369.858901276, -1.981548932896317E7] ( expected: -6306369.858901, -1.9815489328963E7 ) 4326 -> 23853 [1.0, -1.0] -> [-5282932.193585849, -1.9836317153821584E7] ( expected: -5282932.193586, -1.9836317153822E7 ) 4326 -> 23868 [1.0, -1.0] -> [-1.3018825807744337E7, -1.951191460275963E7] ( expected: -1.3018825807744E7, -1.951191460276E7 ) 4326 -> 23869 [1.0, -1.0] -> [-1.0625664378900435E7, -1.966434447611259E7] ( expected: -1.06256643789E7, -1.9664344476113E7 ) 4326 -> 23870 [1.0, -1.0] -> [-8876408.370886529, -1.9740223693527967E7] ( expected: -8876408.370887, -1.9740223693528E7 ) 4326 -> 23871 [1.0, -1.0] -> [-7480365.932696105, -1.978557354757124E7] ( expected: -7480365.932696, -1.9785573547571E7 ) 4326 -> 23872 [1.0, -1.0] -> [-6306321.31474427, -1.981542706710998E7] ( expected: -6306321.314744, -1.981542706711E7 ) 4326 -> 23878 [1.0, -1.0] -> [-1.3018825807744337E7, -9511914.60275963] ( expected: -1.3018825807744E7, -9511914.60276 ) 4326 -> 23879 [1.0, -1.0] -> [-1.0625664378900435E7, -9664344.47611259] ( expected: -1.06256643789E7, -9664344.476113 ) 4326 -> 23880 [1.0, -1.0] -> [-8876408.370886529, -9740223.693527967] ( expected: -8876408.370887, -9740223.693528 ) 4326 -> 23881 [1.0, -1.0] -> [-7480365.932696105, -9785573.547571242] ( expected: -7480365.932696, -9785573.547571 ) 4326 -> 23882 [1.0, -1.0] -> [-6306321.31474427, -9815427.06710998] ( expected: -6306321.314744, -9815427.06711 ) 4326 -> 23883 [1.0, -1.0] -> [-5282890.19497671, -9836253.786506262] ( expected: -5282890.194977, -9836253.786506 ) 4326 -> 23884 [1.0, -1.0] -> [-4366513.929914432, -9851309.43389653] ( expected: -4366513.929914, -9851309.433897 ) 4326 -> 23888 [1.0, -1.0] -> [-1.3018942509779947E7, -9511957.727453824] ( expected: -1.301894250978E7, -9511957.727454 ) 4326 -> 23889 [1.0, -1.0] -> [-1.0625749900186226E7, -9664398.005607415] ( expected: -1.0625749900186E7, -9664398.005607 ) 4326 -> 23890 [1.0, -1.0] -> [-8876476.697904322, -9740281.77790482] ( expected: -8876476.697904, -9740281.777905 ) 4326 -> 23891 [1.0, -1.0] -> [-7480422.848615745, -9785634.187871926] ( expected: -7480422.848616, -9785634.187872 ) 4326 -> 23892 [1.0, -1.0] -> [-6306369.858901276, -9815489.328963172] ( expected: -6306369.858901, -9815489.328963 ) 4326 -> 23893 [1.0, -1.0] -> [-5282932.193585849, -9836317.153821584] ( expected: -5282932.193586, -9836317.153822 ) 4326 -> 23894 [1.0, -1.0] -> [-4366550.579018851, -9851373.58915922] ( expected: -4366550.579019, -9851373.589159 ) 4326 -> 23948 [1.0, -1.0] -> [-1.3011850648987196E7, -1.9508799832894497E7] ( expected: -1.3011850648987E7, -1.9508799832894E7 ) 4326 -> 24048 [1.0, -1.0] -> [-1.3011892780990371E7, -1.9508840827260226E7] ( expected: -1.301189278099E7, -1.950884082726E7 ) 4326 -> 24100 [1.0, -1.0] -> [2.9726997508630488E7, -390680.84566087293] ( expected: 2.972699750863E7, -390680.845661 ) 4326 -> 24200 [1.0, -1.0] -> [9142999.676091908, -91538.19230738244] ( expected: 9142999.676092, -91538.192307 ) 4326 -> 24305 [1.0, -1.0] -> [-9152983.813370885, -1.3033867463896753E7] ( expected: -9152983.813371, -1.3033867463897E7 ) 4326 -> 24311 [1.0, -1.0] -> [-8380149.490094902, -238725.85715908394] ( expected: -8380149.490095, -238725.857159 ) 4326 -> 24312 [1.0, -1.0] -> [-9990721.618322182, -301856.348151772] ( expected: -9990721.618322, -301856.348152 ) 4326 -> 24313 [1.0, -1.0] -> [-1.2117098194685861E7, -419273.6836243618] ( expected: -1.2117098194686E7, -419273.683624 ) 4326 -> 24342 [1.0, -1.0] -> [-9990861.266124, -301934.19941435126] ( expected: -9990861.266124, -301934.199414 ) 4326 -> 24343 [1.0, -1.0] -> [-1.2117290328726951E7, -419386.0064345823] ( expected: -1.2117290328727E7, -419386.006435 ) 4326 -> 24344 [1.0, -1.0] -> [-1.5358517967608243E7, -725467.668577671] ( expected: -1.5358517967608E7, -725467.668578 ) 4326 -> 24345 [1.0, -1.0] -> [-9178966.863058599, -1.3029130053043388E7] ( expected: -9178966.863059, -1.3029130053043E7 ) 4326 -> 24370 [1.0, -1.0] -> [-6959871.515554449, 924591.1798260359] ( expected: -6959871.515554, 924591.179826 ) 4326 -> 24371 [1.0, -1.0] -> [-5947772.813489521, -371290.80647833145] ( expected: -5947772.81349, -371290.806478 ) 4326 -> 24372 [1.0, -1.0] -> [-6366106.262605274, 302953.32218537654] ( expected: -6366106.262605, 302953.322185 ) 4326 -> 24373 [1.0, -1.0] -> [-6852206.729524596, 784202.7135873835] ( expected: -6852206.729525, 784202.713587 ) 4326 -> 24374 [1.0, -1.0] -> [-6715660.981886573, 818600.755367027] ( expected: -6715660.981887, 818600.755367 ) 4326 -> 24375 [1.0, -1.0] -> [-7431475.09742669, 1425708.977128189] ( expected: -7431475.097427, 1425708.977128 ) 4326 -> 24376 [1.0, -1.0] -> [-5439437.0419325065, -339259.13999339147] ( expected: -5439437.041933, -339259.139993 ) 4326 -> 24377 [1.0, -1.0] -> [-5821932.972500822, 277202.29791677697] ( expected: -5821932.972501, 277202.297917 ) 4326 -> 24378 [1.0, -1.0] -> [-5439504.36991524, -339246.82851609215] ( expected: -5439504.369915, -339246.828516 ) 4326 -> 24379 [1.0, -1.0] -> [-5821997.174232619, 277209.1701814254] ( expected: -5821997.174233, 277209.170181 ) 4326 -> 24380 [1.0, -1.0] -> [-7431435.060102807, 1425673.823493972] ( expected: -7431435.060103, 1425673.823494 ) 4326 -> 24381 [1.0, -1.0] -> [-6266463.018386932, 717165.5142746442] ( expected: -6266463.018387, 717165.514275 ) 4326 -> 24382 [1.0, -1.0] -> [-8126243.946282037, 1558821.0848592673] ( expected: -8126243.946282, 1558821.084859 ) 4326 -> 24383 [1.0, -1.0] -> [-6141582.473322257, 748487.490770832] ( expected: -6141582.473322, 748487.490771 ) 4326 -> 24500 [1.0, -1.0] -> [-1.141772446228871E7, -644920.5384591087] ( expected: -1.1417724462289E7, -644920.538459 ) 4326 -> 24548 [1.0, -1.0] -> [-1.3011873095092626E7, -1.951019226307651E7] ( expected: -1.3011873095093E7, -1.9510192263077E7 ) 4326 -> 24571 [1.0, -1.0] -> [-604169.5700491825, 302330.27581040206] ( expected: -604169.570049, 302330.27581 ) 4326 -> 24600 [1.0, -1.0] -> [-4082784.085485166, -1578333.0022227815] ( expected: -4082784.085485, -1578333.002223 ) 4326 -> 24718 [1.0, -1.0] -> [1.4019721930389535E7, -482549.79698293755] ( expected: 1.401972193039E7, -482549.796983 ) 4326 -> 24719 [1.0, -1.0] -> [1.1626114804984866E7, -330534.67873074044] ( expected: 1.1626114804985E7, -330534.678731 ) 4326 -> 24720 [1.0, -1.0] -> [9876692.569783684, -254884.90436067383] ( expected: 9876692.569784, -254884.904361 ) 4326 -> 24818 [1.0, -1.0] -> [1.4019446497133704E7, -482447.6278299602] ( expected: 1.4019446497134E7, -482447.62783 ) 4326 -> 24819 [1.0, -1.0] -> [1.1625924055468848E7, -330470.0399484297] ( expected: 1.1625924055469E7, -330470.039948 ) 4326 -> 24820 [1.0, -1.0] -> [9876544.771960555, -254837.06859423392] ( expected: 9876544.771961, -254837.068594 ) 4326 -> 24821 [1.0, -1.0] -> [8480440.543715158, -209638.63370934158] ( expected: 8480440.543715, -209638.633709 ) 4326 -> 24878 [1.0, -1.0] -> [1.4019446497133704E7, 9517552.37217004] ( expected: 1.4019446497134E7, 9517552.37217 ) 4326 -> 24879 [1.0, -1.0] -> [1.1625924055468848E7, 9669529.96005157] ( expected: 1.1625924055469E7, 9669529.960052 ) 4326 -> 24880 [1.0, -1.0] -> [9876544.771960555, 9745162.931405766] ( expected: 9876544.771961, 9745162.931406 ) 4326 -> 24881 [1.0, -1.0] -> [8480440.543715158, 9790361.366290659] ( expected: 8480440.543715, 9790361.366291 ) 4326 -> 24882 [1.0, -1.0] -> [7306356.176859816, 9820113.93850881] ( expected: 7306356.17686, 9820113.938509 ) 4326 -> 24891 [1.0, -1.0] -> [1.4848936620635824E7, 1628308.684297132] ( expected: 1.4848936620636E7, 1628308.684297 ) 4326 -> 24892 [1.0, -1.0] -> [1.3671199508169848E7, 1706038.9047742623] ( expected: 1.367119950817E7, 1706038.904774 ) 4326 -> 24893 [1.0, -1.0] -> [1.2535631537821854E7, 1778154.5723282523] ( expected: 1.2535631537822E7, 1778154.572328 ) 4326 -> 25000 [1.0, -1.0] -> [496887.0626838428, -626826.6457715922] ( expected: 496887.062684, -626826.645772 ) 4326 -> 25231 [1.0, -1.0] -> [277434.33966393804, -110587.77875894285] ( expected: 277434.339664, -110587.778759 ) 4326 -> 25700 [1.0, -1.0] -> [1.990087237332485E7, 789629.4247030766] ( expected: 1.9900872373325E7, 789629.424703 ) 4326 -> 25828 [1.0, -1.0] -> [2303877.831951592, -115015.37183197332] ( expected: 2303877.831952, -115015.371832 ) 4326 -> 25829 [1.0, -1.0] -> [1618308.5735833477, -112246.66925895872] ( expected: 1618308.573583, -112246.669259 ) 4326 -> 25830 [1.0, -1.0] -> [945396.6839774091, -110801.83254261187] ( expected: 945396.683977, -110801.832543 ) 4326 -> 25831 [1.0, -1.0] -> [277438.2635211343, -110597.97252016843] ( expected: 277438.263521, -110597.97252 ) 4326 -> 25832 [1.0, -1.0] -> [-392989.21453844465, -111623.60658743935] ( expected: -392989.214538, -111623.606587 ) 4326 -> 25833 [1.0, -1.0] -> [-1073447.8827060014, -113937.03674264441] ( expected: -1073447.882706, -113937.036743 ) 4326 -> 25834 [1.0, -1.0] -> [-1772080.2924184208, -117674.69996566593] ( expected: -1772080.292418, -117674.699966 ) 4326 -> 25835 [1.0, -1.0] -> [-2498135.6120291036, -123071.81486206494] ( expected: -2498135.612029, -123071.814862 ) 4326 -> 25836 [1.0, -1.0] -> [-3262671.408969549, -130501.51383257938] ( expected: -3262671.40897, -130501.513833 ) 4326 -> 25837 [1.0, -1.0] -> [-4079577.277108672, -140545.733763474] ( expected: -4079577.277109, -140545.733763 ) 4326 -> 25838 [1.0, -1.0] -> [-4967185.60999072, -154126.25716180576] ( expected: -4967185.609991, -154126.257162 ) 4326 -> 25884 [1.0, -1.0] -> [-2131028.856677735, -120146.01891958535] ( expected: -2131028.856678, -120146.01892 ) 4326 -> 25932 [1.0, -1.0] -> [-393023.7624090939, 9888477.64541206] ( expected: -393023.762409, 9888477.645412 ) 4326 -> 26191 [1.0, -1.0] -> [1341672.9610041757, -3693777.5005699904] ( expected: 1341672.961004, -3693777.50057 ) 4326 -> 26192 [1.0, -1.0] -> [1315425.8352818638, -3234624.4400007967] ( expected: 1315425.835282, -3234624.440001 ) 4326 -> 26193 [1.0, -1.0] -> [1992229.0713443602, -2688647.393270806] ( expected: 1992229.071344, -2688647.393271 ) 4326 -> 26194 [1.0, -1.0] -> [1992241.993015808, -2688697.7707288894] ( expected: 1992241.993016, -2688697.770729 ) 4326 -> 26195 [1.0, -1.0] -> [2272082.3834624533, -2254498.252966683] ( expected: 2272082.383462, -2254498.252967 ) 4326 -> 26237 [1.0, -1.0] -> [-4079536.4348375546, -140625.87059952592] ( expected: -4079536.434838, -140625.8706 ) 4326 -> 26331 [1.0, -1.0] -> [277525.8223031177, -110720.25500887368] ( expected: 277525.822303, -110720.255009 ) 4326 -> 26332 [1.0, -1.0] -> [-392912.67915604485, -111746.96679754223] ( expected: -392912.679156, -111746.966798 ) 4326 -> 26391 [1.0, -1.0] -> [-158882.76957380743, -553030.1636606331] ( expected: -158882.769574, -553030.163661 ) 4326 -> 26392 [1.0, -1.0] -> [-166338.10520369036, -553783.2531211278] ( expected: -166338.105204, -553783.253121 ) 4326 -> 26393 [1.0, -1.0] -> [-177954.36110578012, -555104.5103049772] ( expected: -177954.361106, -555104.510305 ) 4326 -> 26432 [1.0, -1.0] -> [-393024.9940893444, 9888473.675260417] ( expected: -393024.994089, 9888473.67526 ) 4326 -> 26591 [1.0, -1.0] -> [607000.7064448942, -111707.72293230444] ( expected: 607000.706445, -111707.722932 ) 4326 -> 26592 [1.0, -1.0] -> [946515.812053418, -114022.91209922492] ( expected: 946515.812053, -114022.912099 ) 4326 -> 26632 [1.0, -1.0] -> [-392875.2215725732, -111666.43458635591] ( expected: -392875.221573, -111666.434586 ) 4326 -> 26692 [1.0, -1.0] -> [-392875.2215725732, 9888333.565413645] ( expected: -392875.221573, 9888333.565414 ) 4326 -> 26701 [1.0, -1.0] -> [722564.1640760674, -1.9885183663724907E7] ( expected: 722564.164076, -1.9885183663725E7 ) 4326 -> 26702 [1.0, -1.0] -> [1392999.1618273137, -1.988415801726649E7] ( expected: 1392999.161827, -1.9884158017266E7 ) 4326 -> 26703 [1.0, -1.0] -> [2073466.2383149809, -1.9881844551166084E7] ( expected: 2073466.238315, -1.9881844551166E7 ) 4326 -> 26704 [1.0, -1.0] -> [2772108.755547039, -1.987810680595073E7] ( expected: 2772108.755547, -1.9878106805951E7 ) 4326 -> 26705 [1.0, -1.0] -> [3498176.9705556696, -1.9872709518726494E7] ( expected: 3498176.970556, -1.9872709518726E7 ) 4326 -> 26706 [1.0, -1.0] -> [4262730.048088828, -1.9865279473237462E7] ( expected: 4262730.048089, -1.9865279473237E7 ) 4326 -> 26707 [1.0, -1.0] -> [5079660.103277904, -1.985523457067817E7] ( expected: 5079660.103278, -1.9855234570678E7 ) 4326 -> 26708 [1.0, -1.0] -> [5967303.791493894, -1.9841652700554483E7] ( expected: 5967303.791494, -1.9841652700554E7 ) 4326 -> 26709 [1.0, -1.0] -> [6951169.375652534, -1.982301588942409E7] ( expected: 6951169.375653, -1.9823015889424E7 ) 4326 -> 26710 [1.0, -1.0] -> [8068933.23181561, -1.9796668666183937E7] ( expected: 8068933.231816, -1.9796668666184E7 ) 4326 -> 26711 [1.0, -1.0] -> [9380536.17749909, -1.975753177053555E7] ( expected: 9380536.177499, -1.9757531770536E7 ) 4326 -> 26712 [1.0, -1.0] -> [1.0991493595096843E7, -1.9694492114313148E7] ( expected: 1.0991493595097E7, -1.9694492114313E7 ) 4326 -> 26713 [1.0, -1.0] -> [1.3118856012727004E7, -1.9577144125966243E7] ( expected: 1.3118856012727E7, -1.9577144125966E7 ) 4326 -> 26714 [1.0, -1.0] -> [1.6364412665678341E7, -1.9270175405833602E7] ( expected: 1.6364412665678E7, -1.9270175405834E7 ) 4326 -> 26715 [1.0, -1.0] -> [8929226.25874816, -6009717.418204982] ( expected: 8929226.258748, -6009717.418205 ) 4326 -> 26718 [1.0, -1.0] -> [1.402092430724884E7, -484340.84032856027] ( expected: 1.4020924307249E7, -484340.840329 ) 4326 -> 26719 [1.0, -1.0] -> [1.1626582631080281E7, -331666.9102166369] ( expected: 1.162658263108E7, -331666.910217 ) 4326 -> 26720 [1.0, -1.0] -> [9876907.396808732, -255732.25260251245] ( expected: 9876907.396809, -255732.252603 ) 4326 -> 26721 [1.0, -1.0] -> [8480669.194095673, -210363.75527664763] ( expected: 8480669.194096, -210363.755277 ) 4326 -> 26722 [1.0, -1.0] -> [7306518.373057285, -180502.61751232753] ( expected: 7306518.373057, -180502.617512 ) 4326 -> 26729 [1.0, -1.0] -> [5.614565536324829E7, -1.29959868097584E7] ( expected: 5.6145655363248E7, -1.2995986809758E7 ) 4326 -> 26730 [1.0, -1.0] -> [5.88363230742228E7, -1.296600584608887E7] ( expected: 5.8836323074223E7, -1.2966005846089E7 ) 4326 -> 26731 [1.0, -1.0] -> [-9105298.832882145, 7.26882914158958E7] ( expected: 6.9883986607415E7, -3.2630755864469E7 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:26731) +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000.001016002 +y_0=-5000000.001016002 +no_uoff +gamma=323.1301023611111 +datum=NAD27 +units=us-ft +no_defs 4326 -> 26740 [1.0, -1.0] -> [2.7043968269598424E7, 4.631508383381314E7] ( expected: 2.7043968269598E7, 4.6315083833813E7 ) 4326 -> 26741 [1.0, -1.0] -> [4.220599715502594E7, 1.801214403718788E7] ( expected: 4.2205997155026E7, 1.8012144037188E7 ) 4326 -> 26742 [1.0, -1.0] -> [4.255151861450755E7, 1.7357530034183785E7] ( expected: 4.2551518614508E7, 1.7357530034183E7 ) 4326 -> 26743 [1.0, -1.0] -> [4.2635532478543214E7, 1.6156791256428268E7] ( expected: 4.2635532478543E7, 1.6156791256428E7 ) 4326 -> 26744 [1.0, -1.0] -> [4.2627623168309115E7, 1.51304051400983E7] ( expected: 4.2627623168309E7, 1.5130405140098E7 ) 4326 -> 26745 [1.0, -1.0] -> [4.275740612335422E7, 1.404269989709079E7] ( expected: 4.2757406123354E7, 1.4042699897091E7 ) 4326 -> 26746 [1.0, -1.0] -> [4.264087977399829E7, 1.2826395592368161E7] ( expected: 4.2640879773998E7, 1.2826395592368E7 ) 4326 -> 26747 [1.0, -1.0] -> [4.509143889123595E7, 1.3927313735304182E7] ( expected: 4.5091438891236E7, 1.3927313735304E7 ) 4326 -> 26751 [1.0, -1.0] -> [3.720934507638176E7, 4261129.162251936] ( expected: 3.7209345076382E7, 4261129.162252 ) 4326 -> 26752 [1.0, -1.0] -> [3.710747706336141E7, 4133277.5357085387] ( expected: 3.7107477063361E7, 4133277.535709 ) 4326 -> 26753 [1.0, -1.0] -> [4.024177469962224E7, 1.0263207352376036E7] ( expected: 4.0241774699622E7, 1.0263207352376E7 ) 4326 -> 26754 [1.0, -1.0] -> [4.0268463460350424E7, 1.01316613243068E7] ( expected: 4.026846346035E7, 1.0131661324306E7 ) 4326 -> 26755 [1.0, -1.0] -> [4.030074390795369E7, 9805908.58414603] ( expected: 4.0300743907954E7, 9805908.584146 ) 4326 -> 26756 [1.0, -1.0] -> [3.11274632205726E7, -2715820.2255778075] ( expected: 3.1127463220573E7, -2715820.225578 ) 4326 -> 26757 [1.0, -1.0] -> [4.236659819230445E7, -1.5039047072170556E7] ( expected: 4.2366598192304E7, -1.5039047072171E7 ) 4326 -> 26758 [1.0, -1.0] -> [4.915555328318494E7, -1.0385262046214512E7] ( expected: 4.9155553283185E7, -1.0385262046215E7 ) 4326 -> 26759 [1.0, -1.0] -> [5.050913182668833E7, -1.045356394118103E7] ( expected: 5.0509131826688E7, -1.0453563941181E7 ) 4326 -> 26760 [1.0, -1.0] -> [3.464645242089845E7, 1404169.4496207214] ( expected: 3.4646452420898E7, 1404169.449621 ) 4326 -> 26766 [1.0, -1.0] -> [5.073710997870846E7, -1.2524656032261187E7] ( expected: 5.0737109978708E7, -1.2524656032261E7 ) 4326 -> 26767 [1.0, -1.0] -> [5.360124846272449E7, -1.26747526692296E7] ( expected: 5.3601248462724E7, -1.267475266923E7 ) 4326 -> 26771 [1.0, -1.0] -> [6.024484261610758E7, -1.5473864658200463E7] ( expected: 6.0244842616108E7, -1.54738646582E7 ) 4326 -> 26773 [1.0, -1.0] -> [5.58852789451065E7, -1.5528898014294937E7] ( expected: 5.5885278945107E7, -1.5528898014295E7 ) 4326 -> 26774 [1.0, -1.0] -> [5.8150474855672546E7, -1.5656164628607387E7] ( expected: 5.8150474855673E7, -1.5656164628607E7 ) 4326 -> 26775 [1.0, -1.0] -> [3.8068422645457365E7, 5607218.965398541] ( expected: 3.8068422645457E7, 5607218.965398 ) 4326 -> 26776 [1.0, -1.0] -> [3.795953031801695E7, 5452665.763952191] ( expected: 3.7959530318017E7, 5452665.763952 ) 4326 -> 26777 [1.0, -1.0] -> [3.8815684857610896E7, 6927215.615377624] ( expected: 3.8815684857611E7, 6927215.615378 ) 4326 -> 26778 [1.0, -1.0] -> [3.887798845519609E7, 7032011.014307256] ( expected: 3.8877988455196E7, 7032011.014307 ) 4326 -> 26779 [1.0, -1.0] -> [3.541864282573069E7, 1569849.0111086648] ( expected: 3.5418642825731E7, 1569849.011109 ) 4326 -> 26780 [1.0, -1.0] -> [3.570207712983457E7, 2074939.9803238404] ( expected: 3.5702077129835E7, 2074939.980324 ) 4326 -> 26781 [1.0, -1.0] -> [3.711716564260413E7, 4016189.849084535] ( expected: 3.7117165642604E7, 4016189.849085 ) 4326 -> 26782 [1.0, -1.0] -> [3.667683672885306E7, 3465277.747164232] ( expected: 3.6676836728853E7, 3465277.747164 ) 4326 -> 26783 [1.0, -1.0] -> [3.544243453735126E7, -1.688521805477115E7] ( expected: 3.5442434537351E7, -1.6885218054771E7 ) 4326 -> 26784 [1.0, -1.0] -> [3.6983700839334995E7, -1.6579219349668909E7] ( expected: 3.6983700839335E7, -1.6579219349669E7 ) 4326 -> 26785 [1.0, -1.0] -> [3.2196207470068924E7, -966070.6308374682] ( expected: 3.2196207470069E7, -966070.630837 ) 4326 -> 26786 [1.0, -1.0] -> [3.085485495956103E7, -3029755.1034338553] ( expected: 3.0854854959561E7, -3029755.103434 ) 4326 -> 26787 [1.0, -1.0] -> [2.9997941242319673E7, -3602917.2975679194] ( expected: 2.999794124232E7, -3602917.297568 ) 4326 -> 26791 [1.0, -1.0] -> [3.843197577539448E7, 6030044.172853705] ( expected: 3.8431975775394E7, 6030044.172854 ) 4326 -> 26792 [1.0, -1.0] -> [3.8502243606626E7, 6410399.862474441] ( expected: 3.8502243606626E7, 6410399.862474 ) 4326 -> 26793 [1.0, -1.0] -> [3.8309278022662796E7, 6152997.378981833] ( expected: 3.8309278022663E7, 6152997.378982 ) 4326 -> 26794 [1.0, -1.0] -> [6.110757357383789E7, -1.2977517602793423E7] ( expected: 6.1107573573838E7, -1.2977517602793E7 ) 4326 -> 26799 [1.0, -1.0] -> [4.509143889123595E7, 1.7671313735304184E7] ( expected: 4.5091438891236E7, 1.7671313735304E7 ) 4326 -> 26801 [1.0, -1.0] -> [5.2871091546247974E7, -1.682277689411997E7] ( expected: 5.2871091546248E7, -1.682277689412E7 ) 4326 -> 26802 [1.0, -1.0] -> [5.601438872288836E7, -1.699272282231401E7] ( expected: 5.6014388722888E7, -1.6992722822314E7 ) 4326 -> 26803 [1.0, -1.0] -> [6.096180824356991E7, -1.727598315855037E7] ( expected: 6.096180824357E7, -1.727598315855E7 ) 4326 -> 26811 [1.0, -1.0] -> [3.705641103115712E7, 3191471.839061019] ( expected: 3.7056411031157E7, 3191471.839061 ) 4326 -> 26812 [1.0, -1.0] -> [3.6262663298794344E7, 2035914.5924393018] ( expected: 3.6262663298794E7, 2035914.592439 ) 4326 -> 26813 [1.0, -1.0] -> [3.5985167577355176E7, 1892503.8997421733] ( expected: 3.5985167577355E7, 1892503.899742 ) 4326 -> 26814 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 26815 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 26819 [1.0, -1.0] -> [1.1904605085349878E7, 1937737.1310087286] ( expected: 1.190460508535E7, 1937737.131009 ) 4326 -> 26820 [1.0, -1.0] -> [1.1926011921430502E7, 2053668.6214878901] ( expected: 1.192601192143E7, 2053668.621488 ) 4326 -> 26821 [1.0, -1.0] -> [1.1867181831433166E7, 1975209.5803173722] ( expected: 1.1867181831433E7, 1975209.580317 ) 4326 -> 26822 [1.0, -1.0] -> [1.1859582682393491E7, 2563845.950140991] ( expected: 1.1859582682393E7, 2563845.950141 ) 4326 -> 26823 [1.0, -1.0] -> [1.1794319928427326E7, -22718.221242127533] ( expected: 1.1794319928427E7, -22718.221242 ) 4326 -> 26824 [1.0, -1.0] -> [1.1866227874924429E7, 147442.83514755807] ( expected: 1.1866227874924E7, 147442.835148 ) 4326 -> 26825 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 26826 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 26830 [1.0, -1.0] -> [1.1904605085349878E7, 1937737.1310087286] ( expected: 1.190460508535E7, 1937737.131009 ) 4326 -> 26831 [1.0, -1.0] -> [1.1926011921430502E7, 2053668.6214878901] ( expected: 1.192601192143E7, 2053668.621488 ) 4326 -> 26832 [1.0, -1.0] -> [1.1867181831433166E7, 1975209.5803173722] ( expected: 1.1867181831433E7, 1975209.580317 ) 4326 -> 26833 [1.0, -1.0] -> [1.1859582682393491E7, 2563845.950140991] ( expected: 1.1859582682393E7, 2563845.950141 ) 4326 -> 26834 [1.0, -1.0] -> [1.1794319928427326E7, -22718.221242127533] ( expected: 1.1794319928427E7, -22718.221242 ) 4326 -> 26835 [1.0, -1.0] -> [1.1866227874924429E7, 147442.83514755807] ( expected: 1.1866227874924E7, 147442.835148 ) 4326 -> 26836 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 26837 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 26841 [1.0, -1.0] -> [1.1904605085349878E7, 1937737.1310087286] ( expected: 1.190460508535E7, 1937737.131009 ) 4326 -> 26842 [1.0, -1.0] -> [1.1926011921430502E7, 2053668.6214878901] ( expected: 1.192601192143E7, 2053668.621488 ) 4326 -> 26843 [1.0, -1.0] -> [1.1867181831433166E7, 1975209.5803173722] ( expected: 1.1867181831433E7, 1975209.580317 ) 4326 -> 26844 [1.0, -1.0] -> [1.1859582682393491E7, 2563845.950140991] ( expected: 1.1859582682393E7, 2563845.950141 ) 4326 -> 26845 [1.0, -1.0] -> [1.1794319928427326E7, -22718.221242127533] ( expected: 1.1794319928427E7, -22718.221242 ) 4326 -> 26846 [1.0, -1.0] -> [1.1866227874924429E7, 147442.83514755807] ( expected: 1.1866227874924E7, 147442.835148 ) 4326 -> 26847 [1.0, -1.0] -> [3.592535418998333E7, -1.682514035693312E7] ( expected: 3.5925354189983E7, -1.6825140356933E7 ) 4326 -> 26848 [1.0, -1.0] -> [3.943500856258621E7, -1.6579877771444555E7] ( expected: 3.9435008562586E7, -1.6579877771445E7 ) 4326 -> 26849 [1.0, -1.0] -> [3.905702518418541E7, 6357392.570651141] ( expected: 3.9057025184185E7, 6357392.570651 ) 4326 -> 26850 [1.0, -1.0] -> [3.912725744555993E7, 6737744.46899819] ( expected: 3.912725744556E7, 6737744.468998 ) 4326 -> 26851 [1.0, -1.0] -> [3.8934245725293666E7, 6480333.431424582] ( expected: 3.8934245725294E7, 6480333.431424 ) 4326 -> 26852 [1.0, -1.0] -> [3.890931418381933E7, 8411551.25475424] ( expected: 3.8909314183819E7, 8411551.254754 ) 4326 -> 26853 [1.0, -1.0] -> [3.420537754851534E7, -74534.69752521346] ( expected: 3.4205377548515E7, -74534.697525 ) 4326 -> 26854 [1.0, -1.0] -> [3.444129553631459E7, 483735.36831328046] ( expected: 3.4441295536315E7, 483735.368313 ) 4326 -> 26855 [1.0, -1.0] -> [3.592535418998333E7, -1.682514035693312E7] ( expected: 3.5925354189983E7, -1.6825140356933E7 ) 4326 -> 26856 [1.0, -1.0] -> [3.943500856258621E7, -1.6579877771444555E7] ( expected: 3.9435008562586E7, -1.6579877771445E7 ) 4326 -> 26857 [1.0, -1.0] -> [3.905702518418541E7, 6357392.570651141] ( expected: 3.9057025184185E7, 6357392.570651 ) 4326 -> 26858 [1.0, -1.0] -> [3.912725744555993E7, 6737744.46899819] ( expected: 3.912725744556E7, 6737744.468998 ) 4326 -> 26859 [1.0, -1.0] -> [3.8934245725293666E7, 6480333.431424582] ( expected: 3.8934245725294E7, 6480333.431424 ) 4326 -> 26860 [1.0, -1.0] -> [3.890931418381933E7, 8411551.25475424] ( expected: 3.8909314183819E7, 8411551.254754 ) 4326 -> 26861 [1.0, -1.0] -> [3.420537754851534E7, -74534.69752521346] ( expected: 3.4205377548515E7, -74534.697525 ) 4326 -> 26862 [1.0, -1.0] -> [3.444129553631459E7, 483735.36831328046] ( expected: 3.4441295536315E7, 483735.368313 ) 4326 -> 26863 [1.0, -1.0] -> [3.592535418998333E7, -1.682514035693312E7] ( expected: 3.5925354189983E7, -1.6825140356933E7 ) 4326 -> 26864 [1.0, -1.0] -> [3.943500856258621E7, -1.6579877771444555E7] ( expected: 3.9435008562586E7, -1.6579877771445E7 ) 4326 -> 26865 [1.0, -1.0] -> [3.905702518418541E7, 6357392.570651141] ( expected: 3.9057025184185E7, 6357392.570651 ) 4326 -> 26866 [1.0, -1.0] -> [3.912725744555993E7, 6737744.46899819] ( expected: 3.912725744556E7, 6737744.468998 ) 4326 -> 26867 [1.0, -1.0] -> [3.8934245725293666E7, 6480333.431424582] ( expected: 3.8934245725294E7, 6480333.431424 ) 4326 -> 26868 [1.0, -1.0] -> [3.890931418381933E7, 8411551.25475424] ( expected: 3.8909314183819E7, 8411551.254754 ) 4326 -> 26869 [1.0, -1.0] -> [3.420537754851534E7, -74534.69752521346] ( expected: 3.4205377548515E7, -74534.697525 ) 4326 -> 26870 [1.0, -1.0] -> [3.444129553631459E7, 483735.36831328046] ( expected: 3.4441295536315E7, 483735.368313 ) 4326 -> 26891 [1.0, -1.0] -> [1.5757736995238177E7, -505151.8486143842] ( expected: 1.5757736995238E7, -505151.848614 ) 4326 -> 26892 [1.0, -1.0] -> [1.5133700109056048E7, -473481.69957065856] ( expected: 1.5133700109056E7, -473481.699571 ) 4326 -> 26893 [1.0, -1.0] -> [1.6414214001085434E7, -539612.639805591] ( expected: 1.6414214001085E7, -539612.639806 ) 4326 -> 26894 [1.0, -1.0] -> [1.7833009909167435E7, -617882.9744086427] ( expected: 1.7833009909167E7, -617882.974409 ) 4326 -> 26898 [1.0, -1.0] -> [7461465.728258799, -187672.47955569776] ( expected: 7461465.728259, -187672.479556 ) 4326 -> 26899 [1.0, -1.0] -> [8038728.049406335, -201676.57789789198] ( expected: 8038728.049406, -201676.577898 ) 4326 -> 26901 [1.0, -1.0] -> [722561.7364788678, -1.9885331913357373E7] ( expected: 722561.736479, -1.9885331913357E7 ) 4326 -> 26902 [1.0, -1.0] -> [1392989.2145384464, -1.9884306279290102E7] ( expected: 1392989.214538, -1.988430627929E7 ) 4326 -> 26903 [1.0, -1.0] -> [2073447.882706006, -1.9881992849134896E7] ( expected: 2073447.882706, -1.9881992849135E7 ) 4326 -> 26904 [1.0, -1.0] -> [2772080.2924184236, -1.9878255185911875E7] ( expected: 2772080.292418, -1.9878255185912E7 ) 4326 -> 26905 [1.0, -1.0] -> [3498135.6120291064, -1.9872858071015473E7] ( expected: 3498135.612029, -1.9872858071015E7 ) 4326 -> 26906 [1.0, -1.0] -> [4262671.4089695485, -1.986542837204496E7] ( expected: 4262671.40897, -1.9865428372045E7 ) 4326 -> 26907 [1.0, -1.0] -> [5079577.277108679, -1.9855384152114067E7] ( expected: 5079577.277109, -1.9855384152114E7 ) 4326 -> 26908 [1.0, -1.0] -> [5967185.609990722, -1.9841803628715735E7] ( expected: 5967185.609991, -1.9841803628716E7 ) 4326 -> 26909 [1.0, -1.0] -> [6950996.91398392, -1.982316954145979E7] ( expected: 6950996.913984, -1.982316954146E7 ) 4326 -> 26910 [1.0, -1.0] -> [8068672.129213652, -1.9796828129229646E7] ( expected: 8068672.129214, -1.979682812923E7 ) 4326 -> 26911 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 26912 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 26913 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 26914 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 26915 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 26918 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 26919 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 26920 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 26921 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 26922 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 26923 [1.0, -1.0] -> [6282890.195007891, -159676.09953334465] ( expected: 6282890.195008, -159676.099533 ) 4326 -> 26929 [1.0, -1.0] -> [1.715991972682252E7, -3961313.962369344] ( expected: 1.7159919726823E7, -3961313.962369 ) 4326 -> 26930 [1.0, -1.0] -> [1.8379967073641714E7, -3952167.3548013866] ( expected: 1.8379967073642E7, -3952167.354801 ) 4326 -> 26931 [1.0, -1.0] -> [-2775879.2423126046, 2.2154802831697967E7] ( expected: 2.1299477541839E7, -9945672.888623 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:26931) +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +datum=NAD83 +units=m +no_defs 4326 -> 26940 [1.0, -1.0] -> [8328717.217020202, 1.4116821977523645E7] ( expected: 8328717.21702, 1.4116821977524E7 ) 4326 -> 26941 [1.0, -1.0] -> [1.4254884235227343E7, 5989905.116896246] ( expected: 1.4254884235227E7, 5989905.116896 ) 4326 -> 26942 [1.0, -1.0] -> [1.436018580178581E7, 5790374.152313232] ( expected: 1.4360185801786E7, 5790374.152313 ) 4326 -> 26943 [1.0, -1.0] -> [1.4385782666791776E7, 5424384.8480355] ( expected: 1.4385782666792E7, 5424384.848035 ) 4326 -> 26944 [1.0, -1.0] -> [1.4383362934790932E7, 5111540.149852814] ( expected: 1.4383362934791E7, 5111540.149853 ) 4326 -> 26945 [1.0, -1.0] -> [1.4422906216206847E7, 4780006.1952548195] ( expected: 1.4422906216207E7, 4780006.195255 ) 4326 -> 26946 [1.0, -1.0] -> [1.4387377960331243E7, 4409276.2574224165] ( expected: 1.4387377960331E7, 4409276.257422 ) 4326 -> 26951 [1.0, -1.0] -> [1.1131856190038318E7, 1298569.8553805216] ( expected: 1.1131856190038E7, 1298569.855381 ) 4326 -> 26952 [1.0, -1.0] -> [1.1100796271262752E7, 1659604.5794586933] ( expected: 1.1100796271263E7, 1659604.579459 ) 4326 -> 26953 [1.0, -1.0] -> [1.2570581882070804E7, 3432810.151294965] ( expected: 1.2570581882071E7, 3432810.151295 ) 4326 -> 26954 [1.0, -1.0] -> [1.2578707874326637E7, 3392714.933988522] ( expected: 1.2578707874327E7, 3392714.933988 ) 4326 -> 26955 [1.0, -1.0] -> [1.2588537408884645E7, 3293424.901575573] ( expected: 1.2588537408885E7, 3293424.901576 ) 4326 -> 26956 [1.0, -1.0] -> [9609648.833131758, -675630.039934603] ( expected: 9609648.833132, -675630.039935 ) 4326 -> 26957 [1.0, -1.0] -> [1.2960400053583492E7, -4584092.979321928] ( expected: 1.2960400053583E7, -4584092.979322 ) 4326 -> 26958 [1.0, -1.0] -> [1.5029510779742906E7, -3165551.6995725054] ( expected: 1.5029510779743E7, -3165551.699573 ) 4326 -> 26959 [1.0, -1.0] -> [1.5442048203015083E7, -3186367.2394041102] ( expected: 1.5442048203015E7, -3186367.239404 ) 4326 -> 26960 [1.0, -1.0] -> [1.0550650155666625E7, 427782.7999053134] ( expected: 1.0550650155667E7, 427782.799905 ) 4326 -> 26966 [1.0, -1.0] -> [1.5511530289252646E7, -3817662.346129614] ( expected: 1.5511530289253E7, -3817662.34613 ) 4326 -> 26967 [1.0, -1.0] -> [1.6884448431364052E7, -3863405.4982044203] ( expected: 1.6884448431364E7, -3863405.498204 ) 4326 -> 26971 [1.0, -1.0] -> [1.8509247999882944E7, -4716583.113963978] ( expected: 1.8509247999883E7, -4716583.113964 ) 4326 -> 26973 [1.0, -1.0] -> [1.698056356719112E7, -4483369.918207985] ( expected: 1.6980563567191E7, -4483369.918208 ) 4326 -> 26974 [1.0, -1.0] -> [1.8470937971857235E7, -4522155.488716556] ( expected: 1.8470937971857E7, -4522155.488717 ) 4326 -> 26975 [1.0, -1.0] -> [1.2493754958641259E7, 2708853.6579119144] ( expected: 1.2493754958641E7, 2708853.657912 ) 4326 -> 26976 [1.0, -1.0] -> [1.1460553625320911E7, 1661745.5439027029] ( expected: 1.1460553625321E7, 1661745.543903 ) 4326 -> 26977 [1.0, -1.0] -> [1.1621497257385775E7, 2111191.990302783] ( expected: 1.1621497257386E7, 2111191.990303 ) 4326 -> 26978 [1.0, -1.0] -> [1.1640477760514386E7, 2543135.435956993] ( expected: 1.1640477760514E7, 2543135.435957 ) 4326 -> 26979 [1.0, -1.0] -> [1.066888844439786E7, 417524.10499008547] ( expected: 1.0668888444398E7, 417524.10499 ) 4326 -> 26980 [1.0, -1.0] -> [1.0772450358834902E7, 1132211.773774472] ( expected: 1.0772450358835E7, 1132211.773774 ) 4326 -> 26981 [1.0, -1.0] -> [1.1703735500459395E7, 1242402.341635372] ( expected: 1.1703735500459E7, 1242402.341635 ) 4326 -> 26982 [1.0, -1.0] -> [1.15695109675658E7, 1074486.3920192556] ( expected: 1.1569510967566E7, 1074486.392019 ) 4326 -> 26983 [1.0, -1.0] -> [1.0950069857246626E7, -5128313.0374192875] ( expected: 1.0950069857247E7, -5128313.037419 ) 4326 -> 26984 [1.0, -1.0] -> [1.201981464950557E7, -5053556.851850001] ( expected: 1.2019814649506E7, -5053556.85185 ) 4326 -> 26985 [1.0, -1.0] -> [9969626.935369493, -276195.7875509529] ( expected: 9969626.935369, -276195.787551 ) 4326 -> 26986 [1.0, -1.0] -> [9421760.598901903, -173719.11973899428] ( expected: 9421760.598902, -173719.119739 ) 4326 -> 26987 [1.0, -1.0] -> [9582487.17938516, -1098419.8473898272] ( expected: 9582487.179385, -1098419.84739 ) 4326 -> 26988 [1.0, -1.0] -> [1.868490855075052E7, 972490.8510946803] ( expected: 1.8684908550751E7, 972490.851095 ) 4326 -> 26989 [1.0, -1.0] -> [1.6445420456541881E7, 624578.4167493284] ( expected: 1.6445420456542E7, 624578.416749 ) 4326 -> 26990 [1.0, -1.0] -> [1.4360933498753237E7, 580677.8137526565] ( expected: 1.4360933498753E7, 580677.813753 ) 4326 -> 26991 [1.0, -1.0] -> [1.1904605085339718E7, 1937737.1310188887] ( expected: 1.190460508534E7, 1937737.131019 ) 4326 -> 26992 [1.0, -1.0] -> [1.1926011921420341E7, 2053668.6214980502] ( expected: 1.192601192142E7, 2053668.621498 ) 4326 -> 26993 [1.0, -1.0] -> [1.1867181831423005E7, 1975209.5803275323] ( expected: 1.1867181831423E7, 1975209.580327 ) 4326 -> 26994 [1.0, -1.0] -> [1.8772001648449354E7, -3937156.383223958] ( expected: 1.8772001648449E7, -3937156.383224 ) 4326 -> 27037 [1.0, -1.0] -> [-4079506.784380518, -141028.9033809911] ( expected: -4079506.784381, -141028.903381 ) 4326 -> 27038 [1.0, -1.0] -> [-4967147.432985483, -154658.18517321083] ( expected: -4967147.432985, -154658.185173 ) 4326 -> 27039 [1.0, -1.0] -> [-5951010.944853002, -173360.35579398455] ( expected: -5951010.944853, -173360.355794 ) 4326 -> 27040 [1.0, -1.0] -> [-7068776.442641201, -199800.63178168397] ( expected: -7068776.442641, -199800.631782 ) 4326 -> 27120 [1.0, -1.0] -> [9876047.52363898, -256081.5274247365] ( expected: 9876047.523639, -256081.527425 ) 4326 -> 27200 [1.0, -1.0] -> [3.876060116267313E9, -6.916527021740468E9] ( expected: 3.876060116267313E9, -6.916527021740468E9 ) 4326 -> 27258 [1.0, -1.0] -> [-1303921.6411997396, -9881355.33903645] ( expected: -1303921.6412, -9881355.339036 ) 4326 -> 27259 [1.0, -1.0] -> [-618325.9178958093, -9884128.98350367] ( expected: -618325.917896, -9884128.983504 ) 4326 -> 27260 [1.0, -1.0] -> [54611.90233669756, -9885576.375700023] ( expected: 54611.902337, -9885576.3757 ) 4326 -> 27391 [1.0, -1.0] -> [-563340.2454097442, -6542189.518951707] ( expected: -563340.24541, -6542189.518952 ) 4326 -> 27392 [1.0, -1.0] -> [-824586.5749044868, -6542688.927929378] ( expected: -824586.574904, -6542688.927929 ) 4326 -> 27393 [1.0, -1.0] -> [-1087225.3620754413, -6543381.777679387] ( expected: -1087225.362075, -6543381.777679 ) 4326 -> 27394 [1.0, -1.0] -> [-1370690.7901380043, -6544345.61607009] ( expected: -1370690.790138, -6544345.61607 ) 4326 -> 27395 [1.0, -1.0] -> [-1791513.7771182351, -6546194.406610491] ( expected: -1791513.777118, -6546194.40661 ) 4326 -> 27396 [1.0, -1.0] -> [-2259554.676999752, -6548846.596921413] ( expected: -2259554.677, -6548846.596921 ) 4326 -> 27397 [1.0, -1.0] -> [-2739658.081431945, -6552234.21376729] ( expected: -2739658.081432, -6552234.213767 ) 4326 -> 27398 [1.0, -1.0] -> [-3255958.6627172604, -6556653.281085631] ( expected: -3255958.662717, -6556653.281086 ) 4326 -> 27429 [1.0, -1.0] -> [1618236.8433720516, -112284.08691053434] ( expected: 1618236.843372, -112284.086911 ) 4326 -> 27492 [1.0, -1.0] -> [1020868.1745821179, -4504721.085398093] ( expected: 1020868.174582, -4504721.085398 ) 4326 -> 27493 [1.0, -1.0] -> [1020868.1745821179, -4504721.085398093] ( expected: 1020868.174582, -4504721.085398 ) 4326 -> 27500 [1.0, -1.0] -> [-549337.9458804633, -5950901.897914574] ( expected: -549337.94588, -5950901.897915 ) 4326 -> 27561 [1.0, -1.0] -> [391415.7809715079, -6098765.09884815] ( expected: 391415.780972, -6098765.098848 ) 4326 -> 27562 [1.0, -1.0] -> [397702.0584113295, -5694198.247873049] ( expected: 397702.058411, -5694198.247873 ) 4326 -> 27563 [1.0, -1.0] -> [403662.94142203405, -5299940.941008142] ( expected: 403662.941422, -5299940.941008 ) 4326 -> 27564 [1.0, -1.0] -> [-192052.3689193433, -5038091.636738324] ( expected: -192052.368919, -5038091.636738 ) 4326 -> 27571 [1.0, -1.0] -> [391415.7809715079, -5098765.09884815] ( expected: 391415.780972, -5098765.098848 ) 4326 -> 27572 [1.0, -1.0] -> [397702.0584113295, -3694198.247873049] ( expected: 397702.058411, -3694198.247873 ) 4326 -> 27573 [1.0, -1.0] -> [403662.94142203405, -2299940.941008142] ( expected: 403662.941422, -2299940.941008 ) 4326 -> 27574 [1.0, -1.0] -> [-192052.3689193433, -1038091.6367383236] ( expected: -192052.368919, -1038091.636738 ) 4326 -> 27581 [1.0, -1.0] -> [391415.7809715079, -5098765.09884815] ( expected: 391415.780972, -5098765.098848 ) 4326 -> 27582 [1.0, -1.0] -> [397702.0584113295, -3694198.247873049] ( expected: 397702.058411, -3694198.247873 ) 4326 -> 27583 [1.0, -1.0] -> [403662.94142203405, -2299940.941008142] ( expected: 403662.941422, -2299940.941008 ) 4326 -> 27584 [1.0, -1.0] -> [-192052.3689193433, -1038091.6367383236] ( expected: -192052.368919, -1038091.636738 ) 4326 -> 27591 [1.0, -1.0] -> [391415.7809715079, -6098765.09884815] ( expected: 391415.780972, -6098765.098848 ) 4326 -> 27592 [1.0, -1.0] -> [397702.0584113295, -5694198.247873049] ( expected: 397702.058411, -5694198.247873 ) 4326 -> 27593 [1.0, -1.0] -> [403662.94142203405, -5299940.941008142] ( expected: 403662.941422, -5299940.941008 ) 4326 -> 27594 [1.0, -1.0] -> [-192052.3689193433, -5038091.636738324] ( expected: -192052.368919, -5038091.636738 ) 4326 -> 27700 [1.0, -1.0] -> [734004.7491275601, -5638279.547598495] ( expected: 734004.745925, -5638279.547703 ) 4326 -> 28191 [1.0, -1.0] -> [-3637406.71380286, -3519213.345136893] ( expected: -3637406.713803, -3519213.345137 ) 4326 -> 28192 [1.0, -1.0] -> [-3887709.3439184376, -2519729.2070754385] ( expected: -3887709.343918, -2519729.207075 ) 4326 -> 28193 [1.0, -1.0] -> [-3637406.71380286, -2519213.345136893] ( expected: -3637406.713803, -2519213.345137 ) 4326 -> 28232 [1.0, -1.0] -> [-393060.041427842, 9888670.468660975] ( expected: -393060.041428, 9888670.468661 ) 4326 -> 28348 [1.0, -1.0] -> [-1.3018825808604214E7, -9511914.602454182] ( expected: -1.3018825808604E7, -9511914.602454 ) 4326 -> 28349 [1.0, -1.0] -> [-1.062566437925187E7, -9664344.475913811] ( expected: -1.0625664379252E7, -9664344.475914 ) 4326 -> 28350 [1.0, -1.0] -> [-8876408.371061577, -9740223.693353254] ( expected: -8876408.371062, -9740223.693353 ) 4326 -> 28351 [1.0, -1.0] -> [-7480365.93279154, -9785573.547404528] ( expected: -7480365.932792, -9785573.547405 ) 4326 -> 28352 [1.0, -1.0] -> [-6306321.314798506, -9815427.066946484] ( expected: -6306321.314799, -9815427.066946 ) 4326 -> 28353 [1.0, -1.0] -> [-5282890.195007891, -9836253.786344197] ( expected: -5282890.195008, -9836253.786344 ) 4326 -> 28354 [1.0, -1.0] -> [-4366513.929932128, -9851309.433735143] ( expected: -4366513.929932, -9851309.433735 ) 4326 -> 28355 [1.0, -1.0] -> [-3528360.4820141736, -9862407.599483844] ( expected: -3528360.482014, -9862407.599484 ) 4326 -> 28356 [1.0, -1.0] -> [-2748089.8632939477, -9870630.869993202] ( expected: -2748089.863294, -9870630.869993 ) 4326 -> 28357 [1.0, -1.0] -> [-2010550.9666536585, -9876655.612744339] ( expected: -2010550.966654, -9876655.612744 ) 4326 -> 28358 [1.0, -1.0] -> [-1303877.8319515917, -9880914.51404557] ( expected: -1303877.831952, -9880914.514046 ) 4326 -> 28402 [1.0, -1.0] -> [1606755.564542917, -111577.6489519011] ( expected: 1606755.564543, -111577.648952 ) 4326 -> 28403 [1.0, -1.0] -> [1926015.5915787746, -113889.89293754185] ( expected: 1926015.591579, -113889.892938 ) 4326 -> 28404 [1.0, -1.0] -> [2227099.3044176195, -117625.66519481069] ( expected: 2227099.304418, -117625.665195 ) 4326 -> 28405 [1.0, -1.0] -> [2500777.0513864057, -123019.2726883746] ( expected: 2500777.051386, -123019.272688 ) 4326 -> 28406 [1.0, -1.0] -> [2736097.573785233, -130438.86802395977] ( expected: 2736097.573785, -130438.868024 ) 4326 -> 28407 [1.0, -1.0] -> [2919575.033239316, -140444.38340280048] ( expected: 2919575.033239, -140444.383403 ) 4326 -> 28408 [1.0, -1.0] -> [3034144.0135548627, -153876.10347695078] ( expected: 3034144.013555, -153876.103477 ) 4326 -> 28409 [1.0, -1.0] -> [3057828.9505814463, -171984.62562038293] ( expected: 3057828.950581, -171984.62562 ) 4326 -> 28410 [1.0, -1.0] -> [2962074.443583494, -196615.18004160843] ( expected: 2962074.443583, -196615.180042 ) 4326 -> 28411 [1.0, -1.0] -> [2709682.9016234577, -230461.50607436878] ( expected: 2709682.901623, -230461.506074 ) 4326 -> 28412 [1.0, -1.0] -> [2252305.9784592744, -277406.7048937544] ( expected: 2252305.978459, -277406.704894 ) 4326 -> 28413 [1.0, -1.0] -> [1527436.2494587488, -342970.7128159205] ( expected: 1527436.249459, -342970.712816 ) 4326 -> 28414 [1.0, -1.0] -> [454845.58403339237, -434886.2632503814] ( expected: 454845.584033, -434886.26325 ) 4326 -> 28415 [1.0, -1.0] -> [-1067583.3329056222, -563827.4292846745] ( expected: -1067583.332906, -563827.429285 ) 4326 -> 28462 [1.0, -1.0] -> [-393244.4354570828, -111577.6489519011] ( expected: -393244.435457, -111577.648952 ) 4326 -> 28463 [1.0, -1.0] -> [-1073984.4084212254, -113889.89293754185] ( expected: -1073984.408421, -113889.892938 ) 4326 -> 28464 [1.0, -1.0] -> [-1772900.6955823805, -117625.66519481069] ( expected: -1772900.695582, -117625.665195 ) 4326 -> 28465 [1.0, -1.0] -> [-2499222.9486135943, -123019.2726883746] ( expected: -2499222.948614, -123019.272688 ) 4326 -> 28466 [1.0, -1.0] -> [-3263902.426214767, -130438.86802395977] ( expected: -3263902.426215, -130438.868024 ) 4326 -> 28467 [1.0, -1.0] -> [-4080424.966760684, -140444.38340280048] ( expected: -4080424.966761, -140444.383403 ) 4326 -> 28468 [1.0, -1.0] -> [-4965855.986445137, -153876.10347695078] ( expected: -4965855.986445, -153876.103477 ) 4326 -> 28469 [1.0, -1.0] -> [-5942171.049418554, -171984.62562038293] ( expected: -5942171.049419, -171984.62562 ) 4326 -> 28470 [1.0, -1.0] -> [-7037925.556416506, -196615.18004160843] ( expected: -7037925.556417, -196615.180042 ) 4326 -> 28471 [1.0, -1.0] -> [-8290317.098376542, -230461.50607436878] ( expected: -8290317.098377, -230461.506074 ) 4326 -> 28472 [1.0, -1.0] -> [-9747694.021540726, -277406.7048937544] ( expected: -9747694.021541, -277406.704894 ) 4326 -> 28473 [1.0, -1.0] -> [-1.1472563750541251E7, -342970.7128159205] ( expected: -1.1472563750541E7, -342970.712816 ) 4326 -> 28474 [1.0, -1.0] -> [-1.3545154415966608E7, -434886.2632503814] ( expected: -1.3545154415967E7, -434886.26325 ) 4326 -> 28475 [1.0, -1.0] -> [-1.6067583332905622E7, -563827.4292846745] ( expected: -1.6067583332906E7, -563827.429285 ) 4326 -> 28600 [1.0, -1.0] -> [-6279321.509840209, -2578061.125026327] ( expected: -6279321.50984, -2578061.125026 ) 4326 -> 28991 [1.0, -1.0] -> [-610004.7560194525, -6339134.609735748] ( expected: -610004.7560194525, -6339134.609735748 ) 4326 -> 28992 [1.0, -1.0] -> [-455004.75601945247, -5876134.609735748] ( expected: -455004.75601945247, -5876134.609735748 ) 4326 -> 29100 [1.0, -1.0] -> [1.1121374148110516E7, 9837464.605523238] ( expected: 1.112138038439E7, 9838209.400636 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:29100) +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs 4326 -> 29101 [1.0, -1.0] -> [1.112137055618246E7, 9837461.2811687] ( expected: 1.1121376792659E7, 9838206.08472 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:29101) +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs 4326 -> 29118 [1.0, -1.0] -> [1.4018886276064781E7, -483834.4615917931] ( expected: 1.4018886276065E7, -483834.461592 ) 4326 -> 29119 [1.0, -1.0] -> [1.1625707302664975E7, -331460.93338583416] ( expected: 1.1625707302665E7, -331460.933386 ) 4326 -> 29120 [1.0, -1.0] -> [9876442.350263476, -255610.0711471925] ( expected: 9876442.350263, -255610.071147 ) 4326 -> 29121 [1.0, -1.0] -> [8480393.841960263, -210277.22365578345] ( expected: 8480393.84196, -210277.223656 ) 4326 -> 29122 [1.0, -1.0] -> [7306344.52348077, -180434.9172002379] ( expected: 7306344.523481, -180434.9172 ) 4326 -> 29168 [1.0, -1.0] -> [1.401886838146463E7, -483842.99393935635] ( expected: 1.4018868381465E7, -483842.993939 ) 4326 -> 29169 [1.0, -1.0] -> [1.1625695671103124E7, -331467.21958997974] ( expected: 1.1625695671103E7, -331467.21959 ) 4326 -> 29170 [1.0, -1.0] -> [9876433.632493978, -255615.06700291354] ( expected: 9876433.632494, -255615.067003 ) 4326 -> 29171 [1.0, -1.0] -> [8480386.798641434, -210281.40371123908] ( expected: 8480386.798641, -210281.403711 ) 4326 -> 29172 [1.0, -1.0] -> [7306338.554040143, -180438.5440865561] ( expected: 7306338.55404, -180438.544087 ) 4326 -> 29178 [1.0, -1.0] -> [1.4018886276064781E7, 9516165.538408207] ( expected: 1.4018886276065E7, 9516165.538408 ) 4326 -> 29179 [1.0, -1.0] -> [1.1625707302664975E7, 9668539.066614166] ( expected: 1.1625707302665E7, 9668539.066614 ) 4326 -> 29180 [1.0, -1.0] -> [9876442.350263476, 9744389.928852808] ( expected: 9876442.350263, 9744389.928853 ) 4326 -> 29181 [1.0, -1.0] -> [8480393.841960263, 9789722.776344217] ( expected: 8480393.84196, 9789722.776344 ) 4326 -> 29182 [1.0, -1.0] -> [7306344.52348077, 9819565.082799762] ( expected: 7306344.523481, 9819565.0828 ) 4326 -> 29183 [1.0, -1.0] -> [6282909.485886326, 9840383.972919727] ( expected: 6282909.485886, 9840383.97292 ) 4326 -> 29184 [1.0, -1.0] -> [5366529.79950238, 9855433.957509842] ( expected: 5366529.799502, 9855433.95751 ) 4326 -> 29185 [1.0, -1.0] -> [4528373.264878277, 9866527.947342655] ( expected: 4528373.264878, 9866527.947343 ) 4326 -> 29188 [1.0, -1.0] -> [1.401886838146463E7, 9516157.006060643] ( expected: 1.4018868381465E7, 9516157.006061 ) 4326 -> 29189 [1.0, -1.0] -> [1.1625695671103124E7, 9668532.78041002] ( expected: 1.1625695671103E7, 9668532.78041 ) 4326 -> 29190 [1.0, -1.0] -> [9876433.632493978, 9744384.932997087] ( expected: 9876433.632494, 9744384.932997 ) 4326 -> 29191 [1.0, -1.0] -> [8480386.798641434, 9789718.596288761] ( expected: 8480386.798641, 9789718.596289 ) 4326 -> 29192 [1.0, -1.0] -> [7306338.554040143, 9819561.455913443] ( expected: 7306338.55404, 9819561.455913 ) 4326 -> 29193 [1.0, -1.0] -> [6282904.251697752, 9840380.738715753] ( expected: 6282904.251698, 9840380.738716 ) 4326 -> 29194 [1.0, -1.0] -> [5366525.0894035455, 9855431.010121796] ( expected: 5366525.089404, 9855431.010122 ) 4326 -> 29195 [1.0, -1.0] -> [4528368.936994969, 9866525.212488942] ( expected: 4528368.936995, 9866525.212489 ) 4326 -> 29220 [1.0, -1.0] -> [9876859.843046725, 9744117.824052999] ( expected: 9876859.843047, 9744117.824053 ) 4326 -> 29221 [1.0, -1.0] -> [8480706.974808626, 9789503.746123996] ( expected: 8480706.974809, 9789503.746124 ) 4326 -> 29333 [1.0, -1.0] -> [-1073376.3676539736, 9886321.87780488] ( expected: -1073376.367654, 9886321.877805 ) 4326 -> 29371 [1.0, -1.0] -> [1118714.4889254097, -2321528.8839123496] ( expected: 1118714.488925, -2321528.883912 ) 4326 -> 29373 [1.0, -1.0] -> [1345499.2530143992, -2320760.810869854] ( expected: 1345499.253014, -2320760.81087 ) 4326 -> 29375 [1.0, -1.0] -> [1573984.3128721686, -2319841.63234293] ( expected: 1573984.312872, -2319841.632343 ) 4326 -> 29377 [1.0, -1.0] -> [1804480.1326270455, -2318765.3050907124] ( expected: 1804480.132627, -2318765.305091 ) 4326 -> 29379 [1.0, -1.0] -> [2037310.368834401, -2317524.6056470415] ( expected: 2037310.368834, -2317524.605647 ) 4326 -> 29381 [1.0, -1.0] -> [2272814.244673228, -2316111.011438208] ( expected: 2272814.244673, -2316111.011438 ) 4326 -> 29383 [1.0, -1.0] -> [2511349.1199999694, -2314514.5583782373] ( expected: 2511349.12, -2314514.558378 ) 4326 -> 29385 [1.0, -1.0] -> [2753293.281740588, -2312723.672064746] ( expected: 2753293.281741, -2312723.672065 ) 4326 -> 29635 [1.0, -1.0] -> [-2498201.1863369285, -123062.0857535497] ( expected: -2498201.186337, -123062.085754 ) 4326 -> 29636 [1.0, -1.0] -> [-3262763.5971841356, -130492.30570771234] ( expected: -3262763.597184, -130492.305708 ) 4326 -> 29700 [1.0, -1.0] -> [-5462219.92823847, 2474640.6475789417] ( expected: -5462219.928238, 2474640.647579 ) 4326 -> 29702 [1.0, -1.0] -> [-5462219.92823847, 2474640.6475789417] ( expected: -5462219.928238, 2474640.647579 ) 4326 -> 29738 [1.0, -1.0] -> [-4967092.664381657, 9846002.693183469] ( expected: -4967092.664382, 9846002.693183 ) 4326 -> 29739 [1.0, -1.0] -> [-5950919.94033567, 9827384.447968222] ( expected: -5950919.940336, 9827384.447968 ) 4326 -> 29849 [1.0, -1.0] -> [-1.0621569106857287E7, -1.9662402939053528E7] ( expected: -1.0621569106857E7, -1.9662402939054E7 ) 4326 -> 29850 [1.0, -1.0] -> [-8873307.379417902, -1.973814053935141E7] ( expected: -8873307.379418, -1.9738140539351E7 ) 4326 -> 29871 [1.0, -1.0] -> [971309.9728968644, 974467.9709712741] ( expected: -616802.381396, -216616.294447 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:29871) +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8714630401 +y_0=442857.653094361 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=20.11676512155263 +no_defs 4326 -> 29872 [1.0, -1.0] -> [6.410645821539305E7, 6.431488608890409E7] ( expected: -4.0708957167923E7, -1.4296675428702E7 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:29872) +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8727431979 +y_0=442857.6545573985 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=0.3047994715386762 +no_defs 4326 -> 29873 [1.0, -1.0] -> [1.953961458352483E7, 1.9603143287410725E7] ( expected: -1.2408068634417E7, -4357619.119986 ) FAIL Src CRS: (EPSG:4326) +proj=longlat +datum=WGS84 +no_defs Tgt CRS: (EPSG:29873) +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.87 +y_0=442857.65 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs 4326 -> 29900 [1.0, -1.0] -> [1205963.4121180782, -5792361.190233038] ( expected: 1205963.412118, -5792361.190233 ) 4326 -> 29901 [1.0, -1.0] -> [1205963.4154552687, -5792361.262972035] ( expected: 1205963.415455, -5792361.262972 ) 4326 -> 29902 [1.0, -1.0] -> [1205963.4121180782, -5792361.190233038] ( expected: 1205963.412118, -5792361.190233 ) 4326 -> 29903 [1.0, -1.0] -> [1205963.41551749, -5792361.23324086] ( expected: 1205963.415517, -5792361.233241 ) 4326 -> 30200 [1.0, -1.0] -> [3.491651425333395E7, -6458942.593440583] ( expected: 3.4916514253334E7, -6458942.593441 ) 4326 -> 30339 [1.0, -1.0] -> [-5951059.31428494, -172762.09652295598] ( expected: -5951059.314285, -172762.096523 ) 4326 -> 30340 [1.0, -1.0] -> [-7068744.582763291, -199103.69768608408] ( expected: -7068744.582763, -199103.697686 ) 4326 -> 30491 [1.0, -1.0] -> [270763.2416229908, -4074162.132384233] ( expected: 270763.241623, -4074162.132384 ) 4326 -> 30492 [1.0, -1.0] -> [276541.7602785543, -3717981.5305742607] ( expected: 276541.760279, -3717981.530574 ) 4326 -> 30493 [1.0, -1.0] -> [270470.2628715845, -4073868.5332651446] ( expected: 270470.262872, -4073868.533265 ) 4326 -> 30494 [1.0, -1.0] -> [276255.8397131021, -3717695.6624723044] ( expected: 276255.839713, -3717695.662472 ) 4326 -> 30729 [1.0, -1.0] -> [1618395.1022174167, -112546.81839792678] ( expected: 1618395.102217, -112546.818398 ) 4326 -> 30730 [1.0, -1.0] -> [945470.4892945652, -111097.83533096104] ( expected: 945470.489295, -111097.835331 ) 4326 -> 30731 [1.0, -1.0] -> [277500.7067191466, -110893.28699807823] ( expected: 277500.706719, -110893.286998 ) 4326 -> 30732 [1.0, -1.0] -> [-392937.70497016585, -111921.64971161478] ( expected: -392937.70497, -111921.649712 ) 4326 -> 30791 [1.0, -1.0] -> [270679.0566367072, -4074150.4538371777] ( expected: 270679.056637, -4074150.453837 ) 4326 -> 30792 [1.0, -1.0] -> [276463.1897732343, -3717968.1237737215] ( expected: 276463.189773, -3717968.123774 ) 4326 -> 30800 [1.0, -1.0] -> [-166786.24169637123, -114388.20017612686] ( expected: -166786.241696, -114388.200176 ) 4326 -> 31028 [1.0, -1.0] -> [2303713.6301646647, -115109.01447625595] ( expected: 2303713.630165, -115109.014476 ) 4326 -> 31121 [1.0, -1.0] -> [8480544.874540668, -209676.5659657404] ( expected: 8480544.874541, -209676.565966 ) 4326 -> 31154 [1.0, -1.0] -> [7842819.110590176, -191416.304860108] ( expected: 7842819.11059, -191416.30486 ) 4326 -> 31170 [1.0, -1.0] -> [8169010.02911247, -199382.8444526694] ( expected: 8169010.029112, -199382.844453 ) 4326 -> 31171 [1.0, -1.0] -> [8171311.6527706655, -199442.68324152072] ( expected: 8171311.652771, -199442.683242 ) 4326 -> 31251 [1.0, -1.0] -> [-1043605.9186033024, -5112492.319791396] ( expected: -1043605.9186033024, -5112492.319791396 ) 4326 -> 31252 [1.0, -1.0] -> [-1383615.3035036565, -5113633.337061186] ( expected: -1383615.3035036565, -5113633.337061186 ) 4326 -> 31253 [1.0, -1.0] -> [-1727568.0469047588, -5115118.781644295] ( expected: -1727568.0469047588, -5115118.781644295 ) 4326 -> 31254 [1.0, -1.0] -> [-1043605.9186033021, -5112492.319791396] ( expected: -1043605.918603, -5112492.319791 ) 4326 -> 31255 [1.0, -1.0] -> [-1383615.3035036563, -5113633.337061186] ( expected: -1383615.303504, -5113633.337061 ) 4326 -> 31256 [1.0, -1.0] -> [-1727568.046904758, -5115118.781644295] ( expected: -1727568.046905, -5115118.781644 ) 4326 -> 31257 [1.0, -1.0] -> [-893605.9186033021, -5112492.319791396] ( expected: -893605.918603, -5112492.319791 ) 4326 -> 31258 [1.0, -1.0] -> [-933615.3035036563, -5113633.337061186] ( expected: -933615.303504, -5113633.337061 ) 4326 -> 31259 [1.0, -1.0] -> [-977568.0469047581, -5115118.781644295] ( expected: -977568.046905, -5115118.781644 ) 4326 -> 31265 [1.0, -1.0] -> [3925853.4280146807, -114414.77891573058] ( expected: 3925853.428015, -114414.778916 ) 4326 -> 31266 [1.0, -1.0] -> [4579253.403193384, -116100.7769506468] ( expected: 4579253.403193, -116100.776951 ) 4326 -> 31267 [1.0, -1.0] -> [5227019.6111776745, -118168.45733870992] ( expected: 5227019.611178, -118168.457339 ) 4326 -> 31268 [1.0, -1.0] -> [5867960.646251516, -120650.46897631635] ( expected: 5867960.646252, -120650.468976 ) 4326 -> 31275 [1.0, -1.0] -> [3926010.8426718786, -114403.33743783901] ( expected: 3926010.842672, -114403.337438 ) 4326 -> 31276 [1.0, -1.0] -> [4579445.477853065, -116089.16687295173] ( expected: 4579445.477853, -116089.166873 ) 4326 -> 31277 [1.0, -1.0] -> [5227246.909216557, -118156.64049297605] ( expected: 5227246.909217, -118156.640493 ) 4326 -> 31278 [1.0, -1.0] -> [5227246.909216557, -118156.64049297605] ( expected: 5227246.909217, -118156.640493 ) 4326 -> 31279 [1.0, -1.0] -> [5868223.850186891, -120638.40392941872] ( expected: 5868223.850187, -120638.403929 ) 4326 -> 31281 [1.0, -1.0] -> [-1043138.0767063412, -112552.40897131155] ( expected: -1043138.076706, -112552.408971 ) 4326 -> 31282 [1.0, -1.0] -> [-1383142.6603248683, -113693.58554906714] ( expected: -1383142.660325, -113693.585549 ) 4326 -> 31283 [1.0, -1.0] -> [-1727089.1683687463, -115179.350793445] ( expected: -1727089.168369, -115179.350793 ) 4326 -> 31284 [1.0, -1.0] -> [-893605.9186033021, -112492.31979139641] ( expected: -893605.918603, -112492.319791 ) 4326 -> 31285 [1.0, -1.0] -> [-933615.3035036563, -113633.3370611864] ( expected: -933615.303504, -113633.337061 ) 4326 -> 31286 [1.0, -1.0] -> [-977568.0469047581, -115118.7816442948] ( expected: -977568.046905, -115118.781644 ) 4326 -> 31287 [1.0, -1.0] -> [-1473395.091134677, -5449764.147785357] ( expected: -1473395.091135, -5449764.147785 ) 4326 -> 31288 [1.0, -1.0] -> [-893138.0767063412, -112552.40897131155] ( expected: -893138.076706, -112552.408971 ) 4326 -> 31289 [1.0, -1.0] -> [-933142.6603248683, -113693.58554906714] ( expected: -933142.660325, -113693.585549 ) 4326 -> 31290 [1.0, -1.0] -> [-977089.1683687463, -115179.350793445] ( expected: -977089.168369, -115179.350793 ) 4326 -> 31291 [1.0, -1.0] -> [-1043138.0767063412, -112552.40897131155] ( expected: -1043138.076706, -112552.408971 ) 4326 -> 31292 [1.0, -1.0] -> [-1383142.6603248683, -113693.58554906714] ( expected: -1383142.660325, -113693.585549 ) 4326 -> 31293 [1.0, -1.0] -> [-1727089.1683687463, -115179.350793445] ( expected: -1727089.168369, -115179.350793 ) 4326 -> 31294 [1.0, -1.0] -> [-893605.9186033021, -112492.31979139641] ( expected: -893605.918603, -112492.319791 ) 4326 -> 31295 [1.0, -1.0] -> [-933615.3035036563, -113633.3370611864] ( expected: -933615.303504, -113633.337061 ) 4326 -> 31296 [1.0, -1.0] -> [-977568.0469047581, -115118.7816442948] ( expected: -977568.046905, -115118.781644 ) 4326 -> 31297 [1.0, -1.0] -> [-1473395.091134677, -5449764.147785357] ( expected: -1473395.091135, -5449764.147785 ) 4326 -> 31300 [1.0, -1.0] -> [-379911.6600961518, -6309484.786665949] ( expected: -379911.660096, -6309484.786666 ) 4326 -> 31370 [1.0, -1.0] -> [-381574.92126263655, -6309409.378760478] ( expected: -381574.921263, -6309409.37876 ) 4326 -> 31461 [1.0, -1.0] -> [1277387.8342033075, -111056.87018874333] ( expected: 1277387.834203, -111056.870189 ) 4326 -> 31462 [1.0, -1.0] -> [1942852.5933229856, -111415.50139883986] ( expected: 1942852.593323, -111415.501399 ) 4326 -> 31463 [1.0, -1.0] -> [2606770.8537281947, -112086.71367539388] ( expected: 2606770.853728, -112086.713675 ) 4326 -> 31464 [1.0, -1.0] -> [3268189.653934245, -113079.99933437354] ( expected: 3268189.653934, -113079.999334 ) 4326 -> 31465 [1.0, -1.0] -> [3926120.495867673, -114409.65960689621] ( expected: 3926120.495868, -114409.659607 ) 4326 -> 31466 [1.0, -1.0] -> [1942852.5933229856, -111415.50139883986] ( expected: 1942852.593323, -111415.501399 ) 4326 -> 31467 [1.0, -1.0] -> [2606770.8537281947, -112086.71367539388] ( expected: 2606770.853728, -112086.713675 ) 4326 -> 31468 [1.0, -1.0] -> [3268189.653934245, -113079.99933437354] ( expected: 3268189.653934, -113079.999334 ) 4326 -> 31469 [1.0, -1.0] -> [3926120.495867673, -114409.65960689621] ( expected: 3926120.495868, -114409.659607 ) 4326 -> 31528 [1.0, -1.0] -> [2303642.5070040477, -115006.88505570922] ( expected: 2303642.507004, -115006.885056 ) 4326 -> 31529 [1.0, -1.0] -> [1618065.6077472232, -112238.57706822509] ( expected: 1618065.607747, -112238.577068 ) 4326 -> 31600 [1.0, -1.0] -> [-2745531.5687854183, -4709869.647938485] ( expected: -2745531.568785, -4709869.647938 ) 4326 -> 31700 [1.0, -1.0] -> [-2695101.892923733, -4732424.799301963] ( expected: -2695101.892924, -4732424.799302 ) 4326 -> 31838 [1.0, -1.0] -> [-4967177.680681479, -154129.94501699702] ( expected: -4967177.680681, -154129.945017 ) 4326 -> 31839 [1.0, -1.0] -> [-5950988.009609869, -172764.44209019482] ( expected: -5950988.00961, -172764.44209 ) 4326 -> 31900 [1.0, -1.0] -> [-5438752.760447232, -162319.87890530657] ( expected: -5438752.760447, -162319.878905 ) 4326 -> 31901 [1.0, -1.0] -> [-5441129.212132086, -162384.83283844194] ( expected: -5441129.212132, -162384.832838 ) 4326 -> 31965 [1.0, -1.0] -> [9380117.510219086, -1.975770484363733E7] ( expected: 9380117.510219, -1.9757704843637E7 ) 4326 -> 31966 [1.0, -1.0] -> [1.0990756729525216E7, -1.969470260994121E7] ( expected: 1.0990756729525E7, -1.9694702609941E7 ) 4326 -> 31967 [1.0, -1.0] -> [1.3117319676437248E7, -1.9577493844715044E7] ( expected: 1.3117319676437E7, -1.9577493844715E7 ) 4326 -> 31968 [1.0, -1.0] -> [1.6359613598459631E7, -1.9271652378891647E7] ( expected: 1.635961359846E7, -1.9271652378892E7 ) 4326 -> 31969 [1.0, -1.0] -> [9821617.197797388, -6559044.245000311] ( expected: 9821617.197798, -6559044.245001 ) 4326 -> 31972 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 31973 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 31974 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 31975 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 31976 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 31978 [1.0, -1.0] -> [1.4018825808604226E7, 9515984.71657664] ( expected: 1.4018825808604E7, 9515984.716577 ) 4326 -> 31979 [1.0, -1.0] -> [1.1625664379251856E7, 9668414.590036271] ( expected: 1.1625664379252E7, 9668414.590036 ) 4326 -> 31980 [1.0, -1.0] -> [9876408.371061577, 9744293.807475712] ( expected: 9876408.371062, 9744293.807476 ) 4326 -> 31981 [1.0, -1.0] -> [8480365.932791542, 9789643.66152699] ( expected: 8480365.932792, 9789643.661527 ) 4326 -> 31982 [1.0, -1.0] -> [7306321.314798503, 9819497.181068942] ( expected: 7306321.314799, 9819497.181069 ) 4326 -> 31983 [1.0, -1.0] -> [6282890.195007891, 9840323.900466654] ( expected: 6282890.195008, 9840323.900467 ) 4326 -> 31984 [1.0, -1.0] -> [5366513.929932126, 9855379.547857601] ( expected: 5366513.929932, 9855379.547858 ) 4326 -> 31985 [1.0, -1.0] -> [4528360.48201417, 9866477.713606304] ( expected: 4528360.482014, 9866477.713606 ) 4326 -> 31987 [1.0, -1.0] -> [1.4018825808604226E7, -484015.2834233613] ( expected: 1.4018825808604E7, -484015.283423 ) 4326 -> 31988 [1.0, -1.0] -> [1.1625664379251856E7, -331585.4099637291] ( expected: 1.1625664379252E7, -331585.409964 ) 4326 -> 31989 [1.0, -1.0] -> [9876408.371061577, -255706.19252428866] ( expected: 9876408.371062, -255706.192524 ) 4326 -> 31990 [1.0, -1.0] -> [8480365.932791542, -210356.33847301156] ( expected: 8480365.932792, -210356.338473 ) 4326 -> 31991 [1.0, -1.0] -> [7306321.314798503, -180502.81893105851] ( expected: 7306321.314799, -180502.818931 ) 4326 -> 31993 [1.0, -1.0] -> [1.4018825808604226E7, 9515984.71657664] ( expected: 1.4018825808604E7, 9515984.716577 ) 4326 -> 31994 [1.0, -1.0] -> [1.1625664379251856E7, 9668414.590036271] ( expected: 1.1625664379252E7, 9668414.590036 ) 4326 -> 31995 [1.0, -1.0] -> [9876408.371061577, 9744293.807475712] ( expected: 9876408.371062, 9744293.807476 ) 4326 -> 31996 [1.0, -1.0] -> [8480365.932791542, 9789643.66152699] ( expected: 8480365.932792, 9789643.661527 ) 4326 -> 31997 [1.0, -1.0] -> [7306321.314798503, 9819497.181068942] ( expected: 7306321.314799, 9819497.181069 ) 4326 -> 31998 [1.0, -1.0] -> [6282890.195007891, 9840323.900466654] ( expected: 6282890.195008, 9840323.900467 ) 4326 -> 31999 [1.0, -1.0] -> [5366513.929932126, 9855379.547857601] ( expected: 5366513.929932, 9855379.547858 ) 4326 -> 32000 [1.0, -1.0] -> [4528360.48201417, 9866477.713606304] ( expected: 4528360.482014, 9866477.713606 ) 4326 -> 32001 [1.0, -1.0] -> [4.042628014356845E7, 1.4087309697384443E7] ( expected: 4.0426280143568E7, 1.4087309697385E7 ) 4326 -> 32002 [1.0, -1.0] -> [4.047957728713922E7, 1.3849744522410825E7] ( expected: 4.0479577287139E7, 1.384974452241E7 ) 4326 -> 32003 [1.0, -1.0] -> [4.055926191949988E7, 1.359927541637426E7] ( expected: 4.05592619195E7, 1.3599275416374E7 ) 4326 -> 32005 [1.0, -1.0] -> [3.930184164559628E7, 8312086.886566321] ( expected: 3.9301841645596E7, 8312086.886566 ) 4326 -> 32006 [1.0, -1.0] -> [3.917148643895721E7, 7990943.175222261] ( expected: 3.9171486438957E7, 7990943.175222 ) 4326 -> 32010 [1.0, -1.0] -> [3.843478821167921E7, -1.6514152187864864E7] ( expected: 3.8434788211679E7, -1.6514152187865E7 ) 4326 -> 32011 [1.0, -1.0] -> [4.304270363628523E7, -1.5306645081338458E7] ( expected: 4.3042703636285E7, -1.5306645081338E7 ) 4326 -> 32015 [1.0, -1.0] -> [4.118271658417577E7, -1.5716118352497581E7] ( expected: 4.1182716584176E7, -1.5716118352498E7 ) 4326 -> 32016 [1.0, -1.0] -> [4.368382263031041E7, -1.5824990707490005E7] ( expected: 4.368382263031E7, -1.582499070749E7 ) 4326 -> 32017 [1.0, -1.0] -> [4.6064008076621205E7, -1.5934547631050555E7] ( expected: 4.6064008076621E7, -1.5934547631051E7 ) 4326 -> 32018 [1.0, -1.0] -> [3.1797122316274397E7, -2356035.177721733] ( expected: 3.1797122316274E7, -2356035.177722 ) 4326 -> 32019 [1.0, -1.0] -> [3.350577638072767E7, -57172.539554474504] ( expected: 3.3505776380728E7, -57172.539554 ) 4326 -> 32020 [1.0, -1.0] -> [3.95604259023864E7, 9522387.143613216] ( expected: 3.9560425902386E7, 9522387.143613 ) 4326 -> 32021 [1.0, -1.0] -> [3.951591533829877E7, 9352370.343101658] ( expected: 3.9515915338299E7, 9352370.343102 ) 4326 -> 32022 [1.0, -1.0] -> [3.5267844375581406E7, 1139374.9681998377] ( expected: 3.5267844375581E7, 1139374.9682 ) 4326 -> 32023 [1.0, -1.0] -> [3.5048818864901304E7, 1107063.0594742836] ( expected: 3.5048818864901E7, 1107063.059474 ) 4326 -> 32024 [1.0, -1.0] -> [3.871296150151885E7, 6518554.933918846] ( expected: 3.8712961501519E7, 6518554.933919 ) 4326 -> 32025 [1.0, -1.0] -> [3.866661890982533E7, 6286357.881163552] ( expected: 3.8666618909825E7, 6286357.881164 ) 4326 -> 32026 [1.0, -1.0] -> [4.130516407597816E7, 1.874984839976031E7] ( expected: 4.1305164075978E7, 1.874984839976E7 ) 4326 -> 32027 [1.0, -1.0] -> [4.1664231993295275E7, 1.8105558423400402E7] ( expected: 4.1664231993295E7, 1.8105558423401E7 ) 4326 -> 32028 [1.0, -1.0] -> [3.3997686721350946E7, -701828.929522254] ( expected: 3.3997686721351E7, -701828.929522 ) 4326 -> 32029 [1.0, -1.0] -> [3.383896277747483E7, -750773.9818958907] ( expected: 3.3838962777475E7, -750773.981896 ) 4326 -> 32030 [1.0, -1.0] -> [3.827135422440353E7, -1.5991872357693292E7] ( expected: 3.8271354224404E7, -1.5991872357693E7 ) 4326 -> 32031 [1.0, -1.0] -> [3.400775329162924E7, 528462.8589637696] ( expected: 3.4007753291629E7, 528462.858964 ) 4326 -> 32033 [1.0, -1.0] -> [3.3853346075889446E7, 444844.52368106047] ( expected: 3.3853346075889E7, 444844.523681 ) 4326 -> 32034 [1.0, -1.0] -> [3.938311549070875E7, 8845099.507918246] ( expected: 3.9383115490709E7, 8845099.507918 ) 4326 -> 32035 [1.0, -1.0] -> [3.939161906072574E7, 8782246.659402454] ( expected: 3.9391619060726E7, 8782246.659402 ) 4326 -> 32036 [1.0, -1.0] -> [3.37178982044186E7, 2147010.09015988] ( expected: 3.3717898204419E7, 2147010.09016 ) 4326 -> 32037 [1.0, -1.0] -> [3.949773590160214E7, 7799003.914726708] ( expected: 3.9497735901602E7, 7799003.914727 ) 4326 -> 32038 [1.0, -1.0] -> [3.8496435914626375E7, 5903289.229030169] ( expected: 3.8496435914626E7, 5903289.22903 ) 4326 -> 32039 [1.0, -1.0] -> [3.918782734210986E7, 6483627.694463089] ( expected: 3.918782734211E7, 6483627.694463 ) 4326 -> 32040 [1.0, -1.0] -> [3.881259907449048E7, 5796880.305846621] ( expected: 3.881259907449E7, 5796880.305847 ) 4326 -> 32041 [1.0, -1.0] -> [3.863757195090186E7, 5160640.147813884] ( expected: 3.8637571950902E7, 5160640.147814 ) 4326 -> 32042 [1.0, -1.0] -> [4.107633758105225E7, 1.315503980815984E7] ( expected: 4.1076337581052E7, 1.3155039808159E7 ) 4326 -> 32043 [1.0, -1.0] -> [4.118765096580999E7, 1.298047670873164E7] ( expected: 4.118765096581E7, 1.2980476708732E7 ) 4326 -> 32044 [1.0, -1.0] -> [4.135553223531109E7, 1.2268337247843271E7] ( expected: 4.1355532235311E7, 1.2268337247844E7 ) 4326 -> 32045 [1.0, -1.0] -> [3.926950755585053E7, -1.6547570870107137E7] ( expected: 3.9269507555851E7, -1.6547570870107E7 ) 4326 -> 32046 [1.0, -1.0] -> [3.380477169360481E7, -474916.1854956571] ( expected: 3.3804771693605E7, -474916.185496 ) 4326 -> 32047 [1.0, -1.0] -> [3.363273002114529E7, -421458.1375967341] ( expected: 3.3632730021145E7, -421458.137597 ) 4326 -> 32048 [1.0, -1.0] -> [4.078273170879249E7, 1.968471294366975E7] ( expected: 4.0782731708793E7, 1.9684712943669E7 ) 4326 -> 32049 [1.0, -1.0] -> [4.105356065763946E7, 1.9100761411743697E7] ( expected: 4.105356065764E7, 1.9100761411743E7 ) 4326 -> 32050 [1.0, -1.0] -> [3.423671434011755E7, -73753.35006246879] ( expected: 3.4236714340118E7, -73753.350062 ) 4326 -> 32051 [1.0, -1.0] -> [3.44726616937038E7, 484504.43018847884] ( expected: 3.4472661693704E7, 484504.430188 ) 4326 -> 32052 [1.0, -1.0] -> [3.7676753306698106E7, 4339067.255557982] ( expected: 3.7676753306698E7, 4339067.255558 ) 4326 -> 32053 [1.0, -1.0] -> [3.75369537565678E7, 4257396.835997469] ( expected: 3.7536953756568E7, 4257396.835997 ) 4326 -> 32054 [1.0, -1.0] -> [3.738387406895151E7, 4273168.561563175] ( expected: 3.7383874068951E7, 4273168.561563 ) 4326 -> 32061 [1.0, -1.0] -> [1.0783926462388106E7, 704636.3241282849] ( expected: 1.0783926462388E7, 704636.324128 ) 4326 -> 32062 [1.0, -1.0] -> [1.07633768097514E7, 678709.1002281309] ( expected: 1.0763376809751E7, 678709.100228 ) 4326 -> 32066 [1.0, -1.0] -> [5.913344123153342E7, -2026750.5591251357] ( expected: 5.9133441231533E7, -2026750.559125 ) 4326 -> 32067 [1.0, -1.0] -> [5.027936882095405E7, -1553070.17623433] ( expected: 5.0279368820954E7, -1553070.176234 ) 4326 -> 32076 [1.0, -1.0] -> [5.913344123153342E7, -2026750.5591251357] ( expected: 5.9133441231533E7, -2026750.559125 ) 4326 -> 32077 [1.0, -1.0] -> [5.027936882095405E7, -1553070.17623433] ( expected: 5.0279368820954E7, -1553070.176234 ) 4326 -> 32081 [1.0, -1.0] -> [7461652.184415003, -187670.94757316084] ( expected: 7461652.184415, -187670.947573 ) 4326 -> 32082 [1.0, -1.0] -> [8038945.48231121, -201676.64298058348] ( expected: 8038945.482311, -201676.642981 ) 4326 -> 32083 [1.0, -1.0] -> [8550936.843213182, -215181.95177208135] ( expected: 8550936.843213, -215181.951772 ) 4326 -> 32084 [1.0, -1.0] -> [9207456.599860776, -233986.56158468677] ( expected: 9207456.599861, -233986.561585 ) 4326 -> 32085 [1.0, -1.0] -> [9916156.192369178, -256140.62121516623] ( expected: 9916156.192369, -256140.621215 ) 4326 -> 32086 [1.0, -1.0] -> [1.0684484765136786E7, -282289.64286006126] ( expected: 1.0684484765137E7, -282289.64286 ) 4326 -> 32098 [1.0, -1.0] -> [9549969.25954141, -761453.5330470771] ( expected: 9549969.259541, -761453.533047 ) 4326 -> 32099 [1.0, -1.0] -> [3.651162252956995E7, 3139884.941465246] ( expected: 3.651162252957E7, 3139884.941465 ) 4326 -> 32100 [1.0, -1.0] -> [1.232491826865869E7, 4366651.863837132] ( expected: 1.2324918268659E7, 4366651.863837 ) 4326 -> 32104 [1.0, -1.0] -> [1.185958268238333E7, 2563845.950140991] ( expected: 1.1859582682383E7, 2563845.950141 ) 4326 -> 32110 [1.0, -1.0] -> [1.1862074088415056E7, -5033721.498111563] ( expected: 1.1862074088415E7, -5033721.498112 ) 4326 -> 32111 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 32115 [1.0, -1.0] -> [1.2603413402635831E7, -4662963.007427661] ( expected: 1.2603413402636E7, -4662963.007428 ) 4326 -> 32116 [1.0, -1.0] -> [1.3411859131067472E7, -4823650.932014817] ( expected: 1.3411859131067E7, -4823650.932015 ) 4326 -> 32117 [1.0, -1.0] -> [1.4237282921892669E7, -4857039.2557342965] ( expected: 1.4237282921893E7, -4857039.255734 ) 4326 -> 32118 [1.0, -1.0] -> [9687036.766688861, -681351.1754655474] ( expected: 9687036.766689, -681351.175466 ) 4326 -> 32119 [1.0, -1.0] -> [1.0212602585283434E7, -17652.610422581653] ( expected: 1.0212602585283E7, -17652.610423 ) 4326 -> 32120 [1.0, -1.0] -> [1.2048562892626591E7, 2902217.3767158515] ( expected: 1.2048562892627E7, 2902217.376716 ) 4326 -> 32121 [1.0, -1.0] -> [1.2034986427805224E7, 2850392.620022651] ( expected: 1.2034986427805E7, 2850392.620023 ) 4326 -> 32122 [1.0, -1.0] -> [1.0740120204058161E7, 347044.28952697944] ( expected: 1.0740120204058E7, 347044.289527 ) 4326 -> 32123 [1.0, -1.0] -> [1.0673349539920645E7, 337198.0233220276] ( expected: 1.0673349539921E7, 337198.023322 ) 4326 -> 32124 [1.0, -1.0] -> [1.1790164669565428E7, 1986635.123398557] ( expected: 1.1790164669565E7, 1986635.123399 ) 4326 -> 32125 [1.0, -1.0] -> [1.1776028203115394E7, 1915864.208773551] ( expected: 1.1776028203115E7, 1915864.208774 ) 4326 -> 32126 [1.0, -1.0] -> [1.4480342629509278E7, 5714771.517123891] ( expected: 1.4480342629509E7, 5714771.517124 ) 4326 -> 32127 [1.0, -1.0] -> [1.3589771611215588E7, 5518383.696955506] ( expected: 1.3589771611216E7, 5518383.696956 ) 4326 -> 32128 [1.0, -1.0] -> [1.0352975312047962E7, -214159.88900967027] ( expected: 1.0352975312048E7, -214159.88901 ) 4326 -> 32129 [1.0, -1.0] -> [1.0308283550952094E7, -220512.9757556637] ( expected: 1.0308283550952E7, -220512.975756 ) 4326 -> 32130 [1.0, -1.0] -> [1.161226248068644E7, -4874528.079030758] ( expected: 1.1612262480686E7, -4874528.079031 ) 4326 -> 32133 [1.0, -1.0] -> [1.0339890150894856E7, 211156.72768428005] ( expected: 1.0339890150895E7, 211156.727684 ) 4326 -> 32134 [1.0, -1.0] -> [1.1994495041043641E7, 2695771.443860469] ( expected: 1.1994495041044E7, 2695771.443861 ) 4326 -> 32135 [1.0, -1.0] -> [1.1997076072217638E7, 2676611.8550375155] ( expected: 1.1997076072218E7, 2676611.855038 ) 4326 -> 32136 [1.0, -1.0] -> [1.0846782650394639E7, 691167.8516357059] ( expected: 1.0846782650395E7, 691167.851636 ) 4326 -> 32137 [1.0, -1.0] -> [1.1629359608182114E7, 3376919.6083664736] ( expected: 1.1629359608182E7, 3376919.608366 ) 4326 -> 32138 [1.0, -1.0] -> [1.1801363650942737E7, 3905366.716138839] ( expected: 1.1801363650943E7, 3905366.716139 ) 4326 -> 32139 [1.0, -1.0] -> [1.2034868346801886E7, 4976001.542765658] ( expected: 1.2034868346802E7, 4976001.542766 ) 4326 -> 32140 [1.0, -1.0] -> [1.182048765960468E7, 5766686.935604515] ( expected: 1.1820487659605E7, 5766686.935604 ) 4326 -> 32141 [1.0, -1.0] -> [1.1467124784116086E7, 6572769.355404578] ( expected: 1.1467124784116E7, 6572769.355405 ) 4326 -> 32142 [1.0, -1.0] -> [1.2410564577758523E7, 5009447.877450565] ( expected: 1.2410564577759E7, 5009447.87745 ) 4326 -> 32143 [1.0, -1.0] -> [1.2444482006656379E7, 5956239.983325555] ( expected: 1.2444482006656E7, 5956239.983326 ) 4326 -> 32144 [1.0, -1.0] -> [1.2495636574631978E7, 6739176.857567914] ( expected: 1.2495636574632E7, 6739176.857568 ) 4326 -> 32145 [1.0, -1.0] -> [1.2316477845608063E7, -5043906.115057933] ( expected: 1.2316477845608E7, -5043906.115058 ) 4326 -> 32146 [1.0, -1.0] -> [1.3194156496930066E7, 1855008.1964568913] ( expected: 1.319415649693E7, 1855008.196457 ) 4326 -> 32147 [1.0, -1.0] -> [1.3141710050315106E7, 871305.3843597898] ( expected: 1.3141710050315E7, 871305.38436 ) 4326 -> 32148 [1.0, -1.0] -> [1.2321126696732804E7, 5999733.657799673] ( expected: 1.2321126696733E7, 5999733.6578 ) 4326 -> 32149 [1.0, -1.0] -> [1.2403664305073189E7, 5821736.346047508] ( expected: 1.2403664305073E7, 5821736.346047 ) 4326 -> 32150 [1.0, -1.0] -> [1.0425819928427326E7, -22718.221242127533] ( expected: 1.0425819928427E7, -22718.221242 ) 4326 -> 32151 [1.0, -1.0] -> [1.0497727874924429E7, 147442.83514755807] ( expected: 1.0497727874924E7, 147442.835148 ) 4326 -> 32152 [1.0, -1.0] -> [1.1474398382598713E7, 1322319.079240752] ( expected: 1.1474398382599E7, 1322319.079241 ) 4326 -> 32153 [1.0, -1.0] -> [1.1431777681828473E7, 1297424.634258799] ( expected: 1.1431777681828E7, 1297424.634259 ) 4326 -> 32154 [1.0, -1.0] -> [1.1385107910133053E7, 1302231.5799912254] ( expected: 1.1385107910133E7, 1302231.579991 ) 4326 -> 32161 [1.0, -1.0] -> [7952042.830284826, -479128.8305267014] ( expected: 7952042.830285, -479128.830527 ) 4326 -> 32166 [1.0, -1.0] -> [5.913029814767051E7, -2026562.846400248] ( expected: 5.913029814767E7, -2026562.8464 ) 4326 -> 32167 [1.0, -1.0] -> [5.027696963984861E7, -1552948.4717048372] ( expected: 5.0276969639849E7, -1552948.471705 ) 4326 -> 32180 [1.0, -1.0] -> [7939833.583324515, -199185.55588615156] ( expected: 7939833.583325, -199185.555886 ) 4326 -> 32181 [1.0, -1.0] -> [7461465.728258799, -187672.47955569776] ( expected: 7461465.728259, -187672.479556 ) 4326 -> 32182 [1.0, -1.0] -> [8038728.049406335, -201676.57789789198] ( expected: 8038728.049406, -201676.577898 ) 4326 -> 32183 [1.0, -1.0] -> [8550689.975670233, -215180.26637990185] ( expected: 8550689.97567, -215180.26638 ) 4326 -> 32184 [1.0, -1.0] -> [9207169.520512773, -233982.52134784719] ( expected: 9207169.520513, -233982.521348 ) 4326 -> 32185 [1.0, -1.0] -> [9915822.91593348, -256133.69968422502] ( expected: 9915822.915933, -256133.699684 ) 4326 -> 32186 [1.0, -1.0] -> [1.0684098555406746E7, -282279.2189404602] ( expected: 1.0684098555407E7, -282279.21894 ) 4326 -> 32187 [1.0, -1.0] -> [1.1520450559130538E7, -313185.7115912687] ( expected: 1.1520450559131E7, -313185.711591 ) 4326 -> 32188 [1.0, -1.0] -> [1.2434455937818963E7, -349760.4194211368] ( expected: 1.2434455937819E7, -349760.419421 ) 4326 -> 32189 [1.0, -1.0] -> [1.3436941307237439E7, -393073.0001814986] ( expected: 1.3436941307237E7, -393073.000181 ) 4326 -> 32190 [1.0, -1.0] -> [1.4540119571761262E7, -444379.9493622306] ( expected: 1.4540119571761E7, -444379.949362 ) 4326 -> 32191 [1.0, -1.0] -> [1.5757736995238177E7, -505151.8486143842] ( expected: 1.5757736995238E7, -505151.848614 ) 4326 -> 32192 [1.0, -1.0] -> [1.5133700109056048E7, -473481.69957065856] ( expected: 1.5133700109056E7, -473481.699571 ) 4326 -> 32193 [1.0, -1.0] -> [1.6414214001085434E7, -539612.639805591] ( expected: 1.6414214001085E7, -539612.639806 ) 4326 -> 32194 [1.0, -1.0] -> [1.7833009909167435E7, -617882.9744086427] ( expected: 1.7833009909167E7, -617882.974409 ) 4326 -> 32198 [1.0, -1.0] -> [9550099.581142426, -761710.1765393143] ( expected: 9550099.581142, -761710.176539 ) 4326 -> 32199 [1.0, -1.0] -> [1.1519135812445523E7, 975310.8386430519] ( expected: 1.1519135812446E7, 975310.838643 ) 4326 -> 32201 [1.0, -1.0] -> [722578.7958317122, -1.9885321479710013E7] ( expected: 722578.795832, -1.988532147971E7 ) 4326 -> 32202 [1.0, -1.0] -> [1393006.2138998397, -1.9884295772337943E7] ( expected: 1393006.2139, -1.9884295772338E7 ) 4326 -> 32203 [1.0, -1.0] -> [2073465.017031425, -1.9881982214554828E7] ( expected: 2073465.017031, -1.9881982214555E7 ) 4326 -> 32204 [1.0, -1.0] -> [2772097.774034388, -1.9878244361697804E7] ( expected: 2772097.774034, -1.9878244361698E7 ) 4326 -> 32205 [1.0, -1.0] -> [3498153.6851497255, -1.987284698279061E7] ( expected: 3498153.68515, -1.9872846982791E7 ) 4326 -> 32206 [1.0, -1.0] -> [4262690.369692496, -1.986541692621268E7] ( expected: 4262690.369692, -1.9865416926213E7 ) 4326 -> 32207 [1.0, -1.0] -> [5079597.503410944, -1.985537222510602E7] ( expected: 5079597.503411, -1.9855372225106E7 ) 4326 -> 32208 [1.0, -1.0] -> [5967207.610204079, -1.9841791048911743E7] ( expected: 5967207.610204, -1.9841791048912E7 ) 4326 -> 32209 [1.0, -1.0] -> [6951021.411153458, -1.9823156056419592E7] ( expected: 6951021.411153, -1.982315605642E7 ) 4326 -> 32210 [1.0, -1.0] -> [8068700.220753931, -1.9796813340661842E7] ( expected: 8068700.220754, -1.9796813340662E7 ) 4326 -> 32211 [1.0, -1.0] -> [9380151.003884787, -1.975768806189819E7] ( expected: 9380151.003885, -1.9757688061898E7 ) 4326 -> 32212 [1.0, -1.0] -> [1.0990798962806314E7, -1.9694682466897715E7] ( expected: 1.0990798962806E7, -1.9694682466898E7 ) 4326 -> 32213 [1.0, -1.0] -> [1.3117378033779232E7, -1.95774669229599E7] ( expected: 1.3117378033779E7, -1.957746692296E7 ) 4326 -> 32214 [1.0, -1.0] -> [1.6359711547842562E7, -1.9271604017756414E7] ( expected: 1.6359711547843E7, -1.9271604017756E7 ) 4326 -> 32215 [1.0, -1.0] -> [9815477.833030524, -6559003.853163154] ( expected: 9815477.83303, -6559003.853163 ) 4326 -> 32218 [1.0, -1.0] -> [1.4018743745245842E7, -484028.5212807708] ( expected: 1.4018743745246E7, -484028.521281 ) 4326 -> 32219 [1.0, -1.0] -> [1.1625608269553743E7, -331596.092738824] ( expected: 1.1625608269554E7, -331596.092739 ) 4326 -> 32220 [1.0, -1.0] -> [9876365.143050196, -255715.01355830915] ( expected: 9876365.14305, -255715.013558 ) 4326 -> 32221 [1.0, -1.0] -> [8480330.439429794, -210363.88389198398] ( expected: 8480330.43943, -210363.883892 ) 4326 -> 32222 [1.0, -1.0] -> [7306290.961231216, -180509.4635046329] ( expected: 7306290.961231, -180509.463505 ) 4326 -> 32223 [1.0, -1.0] -> [6282863.475689278, -159682.08953734595] ( expected: 6282863.475689, -159682.089537 ) 4326 -> 32224 [1.0, -1.0] -> [5366489.885099339, -144625.95768023297] ( expected: 5366489.885099, -144625.95768 ) 4326 -> 32225 [1.0, -1.0] -> [4528338.455441922, -133527.4308743726] ( expected: 4528338.455442, -133527.430874 ) 4326 -> 32226 [1.0, -1.0] -> [3748069.3801098447, -125303.8931213887] ( expected: 3748069.38011, -125303.893121 ) 4326 -> 32227 [1.0, -1.0] -> [3010531.6657237364, -119278.9577813155] ( expected: 3010531.665724, -119278.957781 ) 4326 -> 32228 [1.0, -1.0] -> [2303859.42550252, -115019.92613344386] ( expected: 2303859.425503, -115019.926133 ) 4326 -> 32229 [1.0, -1.0] -> [1618290.8213418347, -112251.14770001921] ( expected: 1618290.821342, -112251.1477 ) 4326 -> 32230 [1.0, -1.0] -> [945379.3753444396, -110806.28533588904] ( expected: 945379.375344, -110806.285336 ) 4326 -> 32231 [1.0, -1.0] -> [277421.20416828804, -110602.44848778241] ( expected: 277421.204168, -110602.448488 ) 4326 -> 32232 [1.0, -1.0] -> [-393006.2138998392, -111628.15585985343] ( expected: -393006.2139, -111628.15586 ) 4326 -> 32233 [1.0, -1.0] -> [-1073465.0170314221, -113941.71364296797] ( expected: -1073465.017031, -113941.713643 ) 4326 -> 32234 [1.0, -1.0] -> [-1772097.774034388, -117679.56649999047] ( expected: -1772097.774034, -117679.5665 ) 4326 -> 32235 [1.0, -1.0] -> [-2498153.6851497255, -123076.94540718223] ( expected: -2498153.68515, -123076.945407 ) 4326 -> 32236 [1.0, -1.0] -> [-3262690.369692498, -130507.00198511507] ( expected: -3262690.369692, -130507.001985 ) 4326 -> 32237 [1.0, -1.0] -> [-4079597.503410941, -140551.7030917717] ( expected: -4079597.503411, -140551.703092 ) 4326 -> 32238 [1.0, -1.0] -> [-4967207.610204079, -154132.87928605173] ( expected: -4967207.610204, -154132.879286 ) 4326 -> 32239 [1.0, -1.0] -> [-5951021.411153454, -172767.87177820312] ( expected: -5951021.411153, -172767.871778 ) 4326 -> 32240 [1.0, -1.0] -> [-7068700.220753934, -199110.5875359518] ( expected: -7068700.220754, -199110.587536 ) 4326 -> 32241 [1.0, -1.0] -> [-8380151.003884783, -238235.86629960727] ( expected: -8380151.003885, -238235.8663 ) 4326 -> 32242 [1.0, -1.0] -> [-9990798.962806322, -301241.46130007994] ( expected: -9990798.962806, -301241.4613 ) 4326 -> 32243 [1.0, -1.0] -> [-1.2117378033779232E7, -418457.00523789384] ( expected: -1.2117378033779E7, -418457.005238 ) 4326 -> 32244 [1.0, -1.0] -> [-1.5359711547842551E7, -724319.9104413849] ( expected: -1.5359711547843E7, -724319.910441 ) 4326 -> 32245 [1.0, -1.0] -> [-8815477.833029969, -1.3436920075034799E7] ( expected: -8815477.83303, -1.3436920075035E7 ) 4326 -> 32248 [1.0, -1.0] -> [-1.3018743745245831E7, -1.9511895406917024E7] ( expected: -1.3018743745246E7, -1.9511895406917E7 ) 4326 -> 32249 [1.0, -1.0] -> [-1.062560826955376E7, -1.966432783545897E7] ( expected: -1.0625608269554E7, -1.9664327835459E7 ) 4326 -> 32250 [1.0, -1.0] -> [-8876365.143050201, -1.9740208914639488E7] ( expected: -8876365.14305, -1.9740208914639E7 ) 4326 -> 32251 [1.0, -1.0] -> [-7480330.439429797, -1.978556004430581E7] ( expected: -7480330.43943, -1.9785560044306E7 ) 4326 -> 32252 [1.0, -1.0] -> [-6306290.961231224, -1.9815414464693163E7] ( expected: -6306290.961231, -1.9815414464693E7 ) 4326 -> 32253 [1.0, -1.0] -> [-5282863.475689282, -1.9836241838660445E7] ( expected: -5282863.475689, -1.983624183866E7 ) 4326 -> 32254 [1.0, -1.0] -> [-4366489.885099342, -1.985129797051756E7] ( expected: -4366489.885099, -1.9851297970518E7 ) 4326 -> 32255 [1.0, -1.0] -> [-3528338.4554419275, -1.986239649732342E7] ( expected: -3528338.455442, -1.9862396497323E7 ) 4326 -> 32256 [1.0, -1.0] -> [-2748069.380109846, -1.9870620035076406E7] ( expected: -2748069.38011, -1.9870620035076E7 ) 4326 -> 32257 [1.0, -1.0] -> [-2010531.665723742, -1.987664497041648E7] ( expected: -2010531.665724, -1.9876644970416E7 ) 4326 -> 32258 [1.0, -1.0] -> [-1303859.4255025212, -1.988090400206435E7] ( expected: -1303859.425503, -1.9880904002064E7 ) 4326 -> 32259 [1.0, -1.0] -> [-618290.8213418359, -1.9883672780497774E7] ( expected: -618290.821342, -1.9883672780498E7 ) 4326 -> 32260 [1.0, -1.0] -> [54620.62465555628, -1.9885117642861906E7] ( expected: 54620.624656, -1.9885117642862E7 ) 4326 -> 32301 [1.0, -1.0] -> [722578.7958317122, -9885321.479710013] ( expected: 722578.795832, -9885321.47971 ) 4326 -> 32302 [1.0, -1.0] -> [1393006.2138998397, -9884295.772337943] ( expected: 1393006.2139, -9884295.772338 ) 4326 -> 32303 [1.0, -1.0] -> [2073465.017031425, -9881982.214554828] ( expected: 2073465.017031, -9881982.214555 ) 4326 -> 32304 [1.0, -1.0] -> [2772097.774034388, -9878244.361697804] ( expected: 2772097.774034, -9878244.361698 ) 4326 -> 32305 [1.0, -1.0] -> [3498153.6851497255, -9872846.982790612] ( expected: 3498153.68515, -9872846.982791 ) 4326 -> 32306 [1.0, -1.0] -> [4262690.369692496, -9865416.92621268] ( expected: 4262690.369692, -9865416.926213 ) 4326 -> 32307 [1.0, -1.0] -> [5079597.503410944, -9855372.22510602] ( expected: 5079597.503411, -9855372.225106 ) 4326 -> 32308 [1.0, -1.0] -> [5967207.610204079, -9841791.048911743] ( expected: 5967207.610204, -9841791.048912 ) 4326 -> 32309 [1.0, -1.0] -> [6951021.411153458, -9823156.056419592] ( expected: 6951021.411153, -9823156.05642 ) 4326 -> 32310 [1.0, -1.0] -> [8068700.220753931, -9796813.340661842] ( expected: 8068700.220754, -9796813.340662 ) 4326 -> 32311 [1.0, -1.0] -> [9380151.003884787, -9757688.06189819] ( expected: 9380151.003885, -9757688.061898 ) 4326 -> 32312 [1.0, -1.0] -> [1.0990798962806314E7, -9694682.466897715] ( expected: 1.0990798962806E7, -9694682.466898 ) 4326 -> 32313 [1.0, -1.0] -> [1.3117378033779232E7, -9577466.922959901] ( expected: 1.3117378033779E7, -9577466.92296 ) 4326 -> 32314 [1.0, -1.0] -> [1.6359711547842562E7, -9271604.017756414] ( expected: 1.6359711547843E7, -9271604.017756 ) 4326 -> 32315 [1.0, -1.0] -> [9815477.833030524, 3440996.146836846] ( expected: 9815477.83303, 3440996.146837 ) 4326 -> 32318 [1.0, -1.0] -> [1.4018743745245842E7, 9515971.478719229] ( expected: 1.4018743745246E7, 9515971.478719 ) 4326 -> 32319 [1.0, -1.0] -> [1.1625608269553743E7, 9668403.907261176] ( expected: 1.1625608269554E7, 9668403.907261 ) 4326 -> 32320 [1.0, -1.0] -> [9876365.143050196, 9744284.98644169] ( expected: 9876365.14305, 9744284.986442 ) 4326 -> 32321 [1.0, -1.0] -> [8480330.439429794, 9789636.116108015] ( expected: 8480330.43943, 9789636.116108 ) 4326 -> 32322 [1.0, -1.0] -> [7306290.961231216, 9819490.536495367] ( expected: 7306290.961231, 9819490.536495 ) 4326 -> 32323 [1.0, -1.0] -> [6282863.475689278, 9840317.910462653] ( expected: 6282863.475689, 9840317.910463 ) 4326 -> 32324 [1.0, -1.0] -> [5366489.885099339, 9855374.042319767] ( expected: 5366489.885099, 9855374.04232 ) 4326 -> 32325 [1.0, -1.0] -> [4528338.455441922, 9866472.569125628] ( expected: 4528338.455442, 9866472.569126 ) 4326 -> 32326 [1.0, -1.0] -> [3748069.3801098447, 9874696.106878612] ( expected: 3748069.38011, 9874696.106879 ) 4326 -> 32327 [1.0, -1.0] -> [3010531.6657237364, 9880721.042218685] ( expected: 3010531.665724, 9880721.042219 ) 4326 -> 32328 [1.0, -1.0] -> [2303859.42550252, 9884980.073866555] ( expected: 2303859.425503, 9884980.073867 ) 4326 -> 32329 [1.0, -1.0] -> [1618290.8213418347, 9887748.85229998] ( expected: 1618290.821342, 9887748.8523 ) 4326 -> 32330 [1.0, -1.0] -> [945379.3753444396, 9889193.71466411] ( expected: 945379.375344, 9889193.714664 ) 4326 -> 32331 [1.0, -1.0] -> [277421.20416828804, 9889397.551512217] ( expected: 277421.204168, 9889397.551512 ) 4326 -> 32332 [1.0, -1.0] -> [-393006.2138998392, 9888371.844140146] ( expected: -393006.2139, 9888371.84414 ) 4326 -> 32333 [1.0, -1.0] -> [-1073465.0170314221, 9886058.286357032] ( expected: -1073465.017031, 9886058.286357 ) 4326 -> 32334 [1.0, -1.0] -> [-1772097.774034388, 9882320.433500009] ( expected: -1772097.774034, 9882320.4335 ) 4326 -> 32335 [1.0, -1.0] -> [-2498153.6851497255, 9876923.054592818] ( expected: -2498153.68515, 9876923.054593 ) 4326 -> 32336 [1.0, -1.0] -> [-3262690.369692498, 9869492.998014884] ( expected: -3262690.369692, 9869492.998015 ) 4326 -> 32337 [1.0, -1.0] -> [-4079597.503410941, 9859448.296908228] ( expected: -4079597.503411, 9859448.296908 ) 4326 -> 32338 [1.0, -1.0] -> [-4967207.610204079, 9845867.12071395] ( expected: -4967207.610204, 9845867.120714 ) 4326 -> 32339 [1.0, -1.0] -> [-5951021.411153454, 9827232.128221797] ( expected: -5951021.411153, 9827232.128222 ) 4326 -> 32340 [1.0, -1.0] -> [-7068700.220753934, 9800889.412464049] ( expected: -7068700.220754, 9800889.412464 ) 4326 -> 32341 [1.0, -1.0] -> [-8380151.003884783, 9761764.133700393] ( expected: -8380151.003885, 9761764.1337 ) 4326 -> 32342 [1.0, -1.0] -> [-9990798.962806322, 9698758.53869992] ( expected: -9990798.962806, 9698758.5387 ) 4326 -> 32343 [1.0, -1.0] -> [-1.2117378033779232E7, 9581542.994762106] ( expected: -1.2117378033779E7, 9581542.994762 ) 4326 -> 32344 [1.0, -1.0] -> [-1.5359711547842551E7, 9275680.089558614] ( expected: -1.5359711547843E7, 9275680.089559 ) 4326 -> 32345 [1.0, -1.0] -> [-8815477.833029969, -3436920.075034799] ( expected: -8815477.83303, -3436920.075035 ) 4326 -> 32348 [1.0, -1.0] -> [-1.3018743745245831E7, -9511895.406917024] ( expected: -1.3018743745246E7, -9511895.406917 ) 4326 -> 32349 [1.0, -1.0] -> [-1.062560826955376E7, -9664327.835458972] ( expected: -1.0625608269554E7, -9664327.835459 ) 4326 -> 32350 [1.0, -1.0] -> [-8876365.143050201, -9740208.914639488] ( expected: -8876365.14305, -9740208.914639 ) 4326 -> 32351 [1.0, -1.0] -> [-7480330.439429797, -9785560.044305809] ( expected: -7480330.43943, -9785560.044306 ) 4326 -> 32352 [1.0, -1.0] -> [-6306290.961231224, -9815414.464693163] ( expected: -6306290.961231, -9815414.464693 ) 4326 -> 32353 [1.0, -1.0] -> [-5282863.475689282, -9836241.838660445] ( expected: -5282863.475689, -9836241.83866 ) 4326 -> 32354 [1.0, -1.0] -> [-4366489.885099342, -9851297.97051756] ( expected: -4366489.885099, -9851297.970518 ) 4326 -> 32355 [1.0, -1.0] -> [-3528338.4554419275, -9862396.49732342] ( expected: -3528338.455442, -9862396.497323 ) 4326 -> 32356 [1.0, -1.0] -> [-2748069.380109846, -9870620.035076406] ( expected: -2748069.38011, -9870620.035076 ) 4326 -> 32357 [1.0, -1.0] -> [-2010531.665723742, -9876644.970416479] ( expected: -2010531.665724, -9876644.970416 ) 4326 -> 32358 [1.0, -1.0] -> [-1303859.4255025212, -9880904.002064351] ( expected: -1303859.425503, -9880904.002064 ) 4326 -> 32359 [1.0, -1.0] -> [-618290.8213418359, -9883672.780497774] ( expected: -618290.821342, -9883672.780498 ) 4326 -> 32360 [1.0, -1.0] -> [54620.62465555628, -9885117.642861906] ( expected: 54620.624656, -9885117.642862 ) 4326 -> 32401 [1.0, -1.0] -> [722586.8376524186, -1.9885324075418785E7] ( expected: 722586.837652, -1.9885324075419E7 ) 4326 -> 32402 [1.0, -1.0] -> [1393014.3351079342, -1.988429837714789E7] ( expected: 1393014.335108, -1.9884298377148E7 ) 4326 -> 32403 [1.0, -1.0] -> [2073473.311575532, -1.988198485758927E7] ( expected: 2073473.311576, -1.9881984857589E7 ) 4326 -> 32404 [1.0, -1.0] -> [2772106.3461046624, -1.9878247074248422E7] ( expected: 2772106.346105, -1.9878247074248E7 ) 4326 -> 32405 [1.0, -1.0] -> [3498162.6564586004, -1.9872849800294418E7] ( expected: 3498162.656459, -1.9872849800294E7 ) 4326 -> 32406 [1.0, -1.0] -> [4262699.889683696, -1.986541989086357E7] ( expected: 4262699.889684, -1.9865419890864E7 ) 4326 -> 32407 [1.0, -1.0] -> [5079607.764769728, -1.985537538961793E7] ( expected: 5079607.76477, -1.9855375389618E7 ) 4326 -> 32408 [1.0, -1.0] -> [5967218.874179782, -1.9841794482346192E7] ( expected: 5967218.87418, -1.9841794482346E7 ) 4326 -> 32409 [1.0, -1.0] -> [6951034.05207103, -1.982315985382613E7] ( expected: 6951034.052071, -1.9823159853826E7 ) 4326 -> 32410 [1.0, -1.0] -> [8068714.811276202, -1.9796817640139993E7] ( expected: 8068714.811276, -1.979681764014E7 ) 4326 -> 32411 [1.0, -1.0] -> [9380168.497444568, -1.975769307709292E7] ( expected: 9380168.497445, -1.9757693077093E7 ) 4326 -> 32412 [1.0, -1.0] -> [1.0990821150164032E7, -1.9694688553503E7] ( expected: 1.0990821150164E7, -1.9694688553503E7 ) 4326 -> 32413 [1.0, -1.0] -> [1.3117409012598079E7, -1.957747471007875E7] ( expected: 1.3117409012598E7, -1.9577474710079E7 ) 4326 -> 32414 [1.0, -1.0] -> [1.6359765710175851E7, -1.9271613912385233E7] ( expected: 1.6359765710176E7, -1.9271613912385E7 ) 4326 -> 32415 [1.0, -1.0] -> [9812844.139440704, -6557041.458899094] ( expected: 9812844.139441, -6557041.458899 ) 4326 -> 32418 [1.0, -1.0] -> [1.401870961517168E7, -484014.4138479359] ( expected: 1.4018709615172E7, -484014.413848 ) 4326 -> 32419 [1.0, -1.0] -> [1.1625584600790408E7, -331587.0915133908] ( expected: 1.162558460079E7, -331587.091513 ) 4326 -> 32420 [1.0, -1.0] -> [9876346.79243208, -255708.32207173883] ( expected: 9876346.792432, -255708.322072 ) 4326 -> 32421 [1.0, -1.0] -> [8480315.29595867, -210358.50579014825] ( expected: 8480315.295959, -210358.50579 ) 4326 -> 32422 [1.0, -1.0] -> [7306277.939486406, -180504.92429088516] ( expected: 7306277.939486, -180504.924291 ) 4326 -> 32423 [1.0, -1.0] -> [6282851.938549197, -159678.1244671215] ( expected: 6282851.938549, -159678.124467 ) 4326 -> 32424 [1.0, -1.0] -> [5366479.423094593, -144622.4028839215] ( expected: 5366479.423095, -144622.402884 ) 4326 -> 32425 [1.0, -1.0] -> [4528328.786659336, -133524.17691036826] ( expected: 4528328.786659, -133524.17691 ) 4326 -> 32426 [1.0, -1.0] -> [3748060.299075803, -125300.86231972347] ( expected: 3748060.299076, -125300.86232 ) 4326 -> 32427 [1.0, -1.0] -> [3010523.0148381093, -119276.092046007] ( expected: 3010523.014838, -119276.092046 ) 4326 -> 32428 [1.0, -1.0] -> [2303851.077820979, -115017.1798337051] ( expected: 2303851.077821, -115017.179834 ) 4326 -> 32429 [1.0, -1.0] -> [1618282.6694291504, -112248.4832242185] ( expected: 1618282.669429, -112248.483224 ) 4326 -> 32430 [1.0, -1.0] -> [945371.3234772187, -110803.67010517084] ( expected: 945371.323477, -110803.670105 ) 4326 -> 32431 [1.0, -1.0] -> [277413.16234758275, -110599.85277900762] ( expected: 277413.162348, -110599.852779 ) 4326 -> 32432 [1.0, -1.0] -> [-393014.33510793245, -111625.55104990347] ( expected: -393014.335108, -111625.55105 ) 4326 -> 32433 [1.0, -1.0] -> [-1073473.3115755275, -113939.0706085225] ( expected: -1073473.311576, -113939.070609 ) 4326 -> 32434 [1.0, -1.0] -> [-1772106.3461046605, -117676.85394937302] ( expected: -1772106.346105, -117676.853949 ) 4326 -> 32435 [1.0, -1.0] -> [-2498162.656458599, -123074.12790337954] ( expected: -2498162.656459, -123074.127903 ) 4326 -> 32436 [1.0, -1.0] -> [-3262699.889683697, -130504.03733422371] ( expected: -3262699.889684, -130504.037334 ) 4326 -> 32437 [1.0, -1.0] -> [-4079607.7647697236, -140548.5385798655] ( expected: -4079607.76477, -140548.53858 ) 4326 -> 32438 [1.0, -1.0] -> [-4967218.874179781, -154129.44585160443] ( expected: -4967218.87418, -154129.445852 ) 4326 -> 32439 [1.0, -1.0] -> [-5951034.052071025, -172764.07437166528] ( expected: -5951034.052071, -172764.074372 ) 4326 -> 32440 [1.0, -1.0] -> [-7068714.811276204, -199106.28805779954] ( expected: -7068714.811276, -199106.288058 ) 4326 -> 32441 [1.0, -1.0] -> [-8380168.497444563, -238230.851104878] ( expected: -8380168.497445, -238230.851105 ) 4326 -> 32442 [1.0, -1.0] -> [-9990821.150164042, -301235.3746948007] ( expected: -9990821.150164, -301235.374695 ) 4326 -> 32443 [1.0, -1.0] -> [-1.2117409012598079E7, -418449.21811904415] ( expected: -1.2117409012598E7, -418449.218119 ) 4326 -> 32444 [1.0, -1.0] -> [-1.5359765710175842E7, -724310.0158125628] ( expected: -1.5359765710176E7, -724310.015813 ) 4326 -> 32445 [1.0, -1.0] -> [-8812844.139439633, -1.3438882469299192E7] ( expected: -8812844.13944, -1.3438882469299E7 ) 4326 -> 32448 [1.0, -1.0] -> [-1.3018709615171669E7, -1.951190951434986E7] ( expected: -1.3018709615172E7, -1.951190951435E7 ) 4326 -> 32449 [1.0, -1.0] -> [-1.0625584600790426E7, -1.9664336836684402E7] ( expected: -1.062558460079E7, -1.9664336836684E7 ) 4326 -> 32450 [1.0, -1.0] -> [-8876346.79243208, -1.9740215606126055E7] ( expected: -8876346.792432, -1.9740215606126E7 ) 4326 -> 32451 [1.0, -1.0] -> [-7480315.29595867, -1.9785565422407646E7] ( expected: -7480315.295959, -1.9785565422408E7 ) 4326 -> 32452 [1.0, -1.0] -> [-6306277.939486412, -1.981541900390691E7] ( expected: -6306277.939486, -1.9815419003907E7 ) 4326 -> 32453 [1.0, -1.0] -> [-5282851.938549197, -1.983624580373067E7] ( expected: -5282851.938549, -1.9836245803731E7 ) 4326 -> 32454 [1.0, -1.0] -> [-4366479.423094596, -1.9851301525313873E7] ( expected: -4366479.423095, -1.9851301525314E7 ) 4326 -> 32455 [1.0, -1.0] -> [-3528328.786659337, -1.9862399751287427E7] ( expected: -3528328.786659, -1.9862399751287E7 ) 4326 -> 32456 [1.0, -1.0] -> [-2748060.299075803, -1.987062306587807E7] ( expected: -2748060.299076, -1.9870623065878E7 ) 4326 -> 32457 [1.0, -1.0] -> [-2010523.0148381116, -1.987664783615179E7] ( expected: -2010523.014838, -1.9876647836152E7 ) 4326 -> 32458 [1.0, -1.0] -> [-1303851.0778209788, -1.988090674836409E7] ( expected: -1303851.077821, -1.9880906748364E7 ) 4326 -> 32459 [1.0, -1.0] -> [-618282.6694291504, -1.9883675444973577E7] ( expected: -618282.669429, -1.9883675444974E7 ) 4326 -> 32460 [1.0, -1.0] -> [54628.67652277817, -1.9885120258092623E7] ( expected: 54628.676523, -1.9885120258093E7 ) 4326 -> 32501 [1.0, -1.0] -> [722586.8376524186, -9885324.075418785] ( expected: 722586.837652, -9885324.075419 ) 4326 -> 32502 [1.0, -1.0] -> [1393014.3351079342, -9884298.37714789] ( expected: 1393014.335108, -9884298.377148 ) 4326 -> 32503 [1.0, -1.0] -> [2073473.311575532, -9881984.85758927] ( expected: 2073473.311576, -9881984.857589 ) 4326 -> 32504 [1.0, -1.0] -> [2772106.3461046624, -9878247.074248422] ( expected: 2772106.346105, -9878247.074248 ) 4326 -> 32505 [1.0, -1.0] -> [3498162.6564586004, -9872849.800294418] ( expected: 3498162.656459, -9872849.800294 ) 4326 -> 32506 [1.0, -1.0] -> [4262699.889683696, -9865419.890863571] ( expected: 4262699.889684, -9865419.890864 ) 4326 -> 32507 [1.0, -1.0] -> [5079607.764769728, -9855375.389617931] ( expected: 5079607.76477, -9855375.389618 ) 4326 -> 32508 [1.0, -1.0] -> [5967218.874179782, -9841794.482346192] ( expected: 5967218.87418, -9841794.482346 ) 4326 -> 32509 [1.0, -1.0] -> [6951034.05207103, -9823159.853826132] ( expected: 6951034.052071, -9823159.853826 ) 4326 -> 32510 [1.0, -1.0] -> [8068714.811276202, -9796817.640139993] ( expected: 8068714.811276, -9796817.64014 ) 4326 -> 32511 [1.0, -1.0] -> [9380168.497444568, -9757693.07709292] ( expected: 9380168.497445, -9757693.077093 ) 4326 -> 32512 [1.0, -1.0] -> [1.0990821150164032E7, -9694688.553503] ( expected: 1.0990821150164E7, -9694688.553503 ) 4326 -> 32513 [1.0, -1.0] -> [1.3117409012598079E7, -9577474.71007875] ( expected: 1.3117409012598E7, -9577474.710079 ) 4326 -> 32514 [1.0, -1.0] -> [1.6359765710175851E7, -9271613.912385233] ( expected: 1.6359765710176E7, -9271613.912385 ) 4326 -> 32515 [1.0, -1.0] -> [9812844.139440704, 3442958.541100906] ( expected: 9812844.139441, 3442958.541101 ) 4326 -> 32518 [1.0, -1.0] -> [1.401870961517168E7, 9515985.586152064] ( expected: 1.4018709615172E7, 9515985.586152 ) 4326 -> 32519 [1.0, -1.0] -> [1.1625584600790408E7, 9668412.908486608] ( expected: 1.162558460079E7, 9668412.908487 ) 4326 -> 32520 [1.0, -1.0] -> [9876346.79243208, 9744291.677928261] ( expected: 9876346.792432, 9744291.677928 ) 4326 -> 32521 [1.0, -1.0] -> [8480315.29595867, 9789641.494209852] ( expected: 8480315.295959, 9789641.49421 ) 4326 -> 32522 [1.0, -1.0] -> [7306277.939486406, 9819495.075709116] ( expected: 7306277.939486, 9819495.075709 ) 4326 -> 32523 [1.0, -1.0] -> [6282851.938549197, 9840321.875532879] ( expected: 6282851.938549, 9840321.875533 ) 4326 -> 32524 [1.0, -1.0] -> [5366479.423094593, 9855377.59711608] ( expected: 5366479.423095, 9855377.597116 ) 4326 -> 32525 [1.0, -1.0] -> [4528328.786659336, 9866475.823089631] ( expected: 4528328.786659, 9866475.82309 ) 4326 -> 32526 [1.0, -1.0] -> [3748060.299075803, 9874699.137680277] ( expected: 3748060.299076, 9874699.13768 ) 4326 -> 32527 [1.0, -1.0] -> [3010523.0148381093, 9880723.907953992] ( expected: 3010523.014838, 9880723.907954 ) 4326 -> 32528 [1.0, -1.0] -> [2303851.077820979, 9884982.820166295] ( expected: 2303851.077821, 9884982.820166 ) 4326 -> 32529 [1.0, -1.0] -> [1618282.6694291504, 9887751.516775781] ( expected: 1618282.669429, 9887751.516776 ) 4326 -> 32530 [1.0, -1.0] -> [945371.3234772187, 9889196.32989483] ( expected: 945371.323477, 9889196.329895 ) 4326 -> 32531 [1.0, -1.0] -> [277413.16234758275, 9889400.147220992] ( expected: 277413.162348, 9889400.147221 ) 4326 -> 32532 [1.0, -1.0] -> [-393014.33510793245, 9888374.448950097] ( expected: -393014.335108, 9888374.44895 ) 4326 -> 32533 [1.0, -1.0] -> [-1073473.3115755275, 9886060.929391477] ( expected: -1073473.311576, 9886060.929391 ) 4326 -> 32534 [1.0, -1.0] -> [-1772106.3461046605, 9882323.146050626] ( expected: -1772106.346105, 9882323.146051 ) 4326 -> 32535 [1.0, -1.0] -> [-2498162.656458599, 9876925.87209662] ( expected: -2498162.656459, 9876925.872097 ) 4326 -> 32536 [1.0, -1.0] -> [-3262699.889683697, 9869495.962665776] ( expected: -3262699.889684, 9869495.962666 ) 4326 -> 32537 [1.0, -1.0] -> [-4079607.7647697236, 9859451.461420134] ( expected: -4079607.76477, 9859451.46142 ) 4326 -> 32538 [1.0, -1.0] -> [-4967218.874179781, 9845870.554148396] ( expected: -4967218.87418, 9845870.554148 ) 4326 -> 32539 [1.0, -1.0] -> [-5951034.052071025, 9827235.925628334] ( expected: -5951034.052071, 9827235.925628 ) 4326 -> 32540 [1.0, -1.0] -> [-7068714.811276204, 9800893.7119422] ( expected: -7068714.811276, 9800893.711942 ) 4326 -> 32541 [1.0, -1.0] -> [-8380168.497444563, 9761769.148895122] ( expected: -8380168.497445, 9761769.148895 ) 4326 -> 32542 [1.0, -1.0] -> [-9990821.150164042, 9698764.6253052] ( expected: -9990821.150164, 9698764.625305 ) 4326 -> 32543 [1.0, -1.0] -> [-1.2117409012598079E7, 9581550.781880956] ( expected: -1.2117409012598E7, 9581550.781881 ) 4326 -> 32544 [1.0, -1.0] -> [-1.5359765710175842E7, 9275689.984187437] ( expected: -1.5359765710176E7, 9275689.984187 ) 4326 -> 32545 [1.0, -1.0] -> [-8812844.139439633, -3438882.4692991916] ( expected: -8812844.13944, -3438882.469299 ) 4326 -> 32548 [1.0, -1.0] -> [-1.3018709615171669E7, -9511909.51434986] ( expected: -1.3018709615172E7, -9511909.51435 ) 4326 -> 32549 [1.0, -1.0] -> [-1.0625584600790426E7, -9664336.836684402] ( expected: -1.062558460079E7, -9664336.836684 ) 4326 -> 32550 [1.0, -1.0] -> [-8876346.79243208, -9740215.606126055] ( expected: -8876346.792432, -9740215.606126 ) 4326 -> 32551 [1.0, -1.0] -> [-7480315.29595867, -9785565.422407646] ( expected: -7480315.295959, -9785565.422408 ) 4326 -> 32552 [1.0, -1.0] -> [-6306277.939486412, -9815419.00390691] ( expected: -6306277.939486, -9815419.003907 ) 4326 -> 32553 [1.0, -1.0] -> [-5282851.938549197, -9836245.80373067] ( expected: -5282851.938549, -9836245.803731 ) 4326 -> 32554 [1.0, -1.0] -> [-4366479.423094596, -9851301.525313873] ( expected: -4366479.423095, -9851301.525314 ) 4326 -> 32555 [1.0, -1.0] -> [-3528328.786659337, -9862399.751287427] ( expected: -3528328.786659, -9862399.751287 ) 4326 -> 32556 [1.0, -1.0] -> [-2748060.299075803, -9870623.06587807] ( expected: -2748060.299076, -9870623.065878 ) 4326 -> 32557 [1.0, -1.0] -> [-2010523.0148381116, -9876647.83615179] ( expected: -2010523.014838, -9876647.836152 ) 4326 -> 32558 [1.0, -1.0] -> [-1303851.0778209788, -9880906.74836409] ( expected: -1303851.077821, -9880906.748364 ) 4326 -> 32559 [1.0, -1.0] -> [-618282.6694291504, -9883675.444973577] ( expected: -618282.669429, -9883675.444974 ) 4326 -> 32560 [1.0, -1.0] -> [54628.67652277817, -9885120.258092623] ( expected: 54628.676523, -9885120.258093 ) 4326 -> 32601 [1.0, -1.0] -> [722561.7364788651, -1.988533191351818E7] ( expected: 722561.736479, -1.9885331913518E7 ) 4326 -> 32602 [1.0, -1.0] -> [1392989.2145383446, -1.988430627945091E7] ( expected: 1392989.214538, -1.9884306279451E7 ) 4326 -> 32603 [1.0, -1.0] -> [2073447.8827054617, -1.988199284929571E7] ( expected: 2073447.882705, -1.9881992849296E7 ) 4326 -> 32604 [1.0, -1.0] -> [2772080.2924167733, -1.9878255186072707E7] ( expected: 2772080.292417, -1.9878255186073E7 ) 4326 -> 32605 [1.0, -1.0] -> [3498135.612025254, -1.9872858071176358E7] ( expected: 3498135.612025, -1.9872858071176E7 ) 4326 -> 32606 [1.0, -1.0] -> [4262671.408961745, -1.986542837220596E7] ( expected: 4262671.408962, -1.9865428372206E7 ) 4326 -> 32607 [1.0, -1.0] -> [5079577.277094128, -1.9855384152275316E7] ( expected: 5079577.277094, -1.9855384152275E7 ) 4326 -> 32608 [1.0, -1.0] -> [5967185.609964841, -1.9841803628877517E7] ( expected: 5967185.609965, -1.9841803628878E7 ) 4326 -> 32609 [1.0, -1.0] -> [6950996.913938824, -1.9823169541622687E7] ( expected: 6950996.913939, -1.9823169541623E7 ) 4326 -> 32610 [1.0, -1.0] -> [8068672.129134833, -1.9796828129394975E7] ( expected: 8068672.129135, -1.9796828129395E7 ) 4326 -> 32611 [1.0, -1.0] -> [9380117.51007709, -1.9757704843808465E7] ( expected: 9380117.510077, -1.9757704843808E7 ) 4326 -> 32612 [1.0, -1.0] -> [1.0990756729250677E7, -1.9694702610128537E7] ( expected: 1.0990756729251E7, -1.9694702610129E7 ) 4326 -> 32613 [1.0, -1.0] -> [1.3117319675820626E7, -1.9577493844963115E7] ( expected: 1.3117319675821E7, -1.9577493844963E7 ) 4326 -> 32614 [1.0, -1.0] -> [1.6359613596423112E7, -1.927165237963296E7] ( expected: 1.6359613596423E7, -1.9271652379633E7 ) 4326 -> 32615 [1.0, -1.0] -> [9821617.580882903, -6559044.48241474] ( expected: 9821617.580883, -6559044.482415 ) 4326 -> 32618 [1.0, -1.0] -> [1.4018825807744358E7, -484015.28328236396] ( expected: 1.4018825807744E7, -484015.283282 ) 4326 -> 32619 [1.0, -1.0] -> [1.1625664378900424E7, -331585.409929407] ( expected: 1.16256643789E7, -331585.409929 ) 4326 -> 32620 [1.0, -1.0] -> [9876408.370886529, -255706.19251402907] ( expected: 9876408.370887, -255706.192514 ) 4326 -> 32621 [1.0, -1.0] -> [8480365.932696108, -210356.338470752] ( expected: 8480365.932696, -210356.338471 ) 4326 -> 32622 [1.0, -1.0] -> [7306321.314744266, -180502.8189320142] ( expected: 7306321.314744, -180502.818932 ) 4326 -> 32623 [1.0, -1.0] -> [6282890.194976712, -159676.09953573474] ( expected: 6282890.194977, -159676.099536 ) 4326 -> 32624 [1.0, -1.0] -> [5366513.929914429, -144620.45214546504] ( expected: 5366513.929914, -144620.452145 ) 4326 -> 32625 [1.0, -1.0] -> [4528360.482004495, -133522.28639708646] ( expected: 4528360.482004, -133522.286397 ) 4326 -> 32626 [1.0, -1.0] -> [3748089.8632890135, -125299.01588788161] ( expected: 3748089.863289, -125299.015888 ) 4326 -> 32627 [1.0, -1.0] -> [3010550.9666514206, -119274.27313681295] ( expected: 3010550.966651, -119274.273137 ) 4326 -> 32628 [1.0, -1.0] -> [2303877.8319507707, -115015.37183560885] ( expected: 2303877.831951, -115015.371836 ) 4326 -> 32629 [1.0, -1.0] -> [1618308.5735831505, -112246.66926260212] ( expected: 1618308.573583, -112246.669263 ) 4326 -> 32630 [1.0, -1.0] -> [945396.6839773951, -110801.83254625657] ( expected: 945396.683977, -110801.832546 ) 4326 -> 32631 [1.0, -1.0] -> [277438.26352113695, -110597.97252381318] ( expected: 277438.263521, -110597.972524 ) 4326 -> 32632 [1.0, -1.0] -> [-392989.21453834325, -111623.60659108356] ( expected: -392989.214538, -111623.606591 ) 4326 -> 32633 [1.0, -1.0] -> [-1073447.8827054566, -113937.03674628386] ( expected: -1073447.882705, -113937.036746 ) 4326 -> 32634 [1.0, -1.0] -> [-1772080.2924167705, -117674.69996928715] ( expected: -1772080.292417, -117674.699969 ) 4326 -> 32635 [1.0, -1.0] -> [-2498135.612025252, -123071.81486563606] ( expected: -2498135.612025, -123071.814866 ) 4326 -> 32636 [1.0, -1.0] -> [-3262671.4089617445, -130501.51383603332] ( expected: -3262671.408962, -130501.513836 ) 4326 -> 32637 [1.0, -1.0] -> [-4079577.277094121, -140545.73376667517] ( expected: -4079577.277094, -140545.733767 ) 4326 -> 32638 [1.0, -1.0] -> [-4967185.609964837, -154126.25716447824] ( expected: -4967185.609965, -154126.257164 ) 4326 -> 32639 [1.0, -1.0] -> [-5950996.913938817, -172760.34441930772] ( expected: -5950996.913939, -172760.344419 ) 4326 -> 32640 [1.0, -1.0] -> [-7068672.129134833, -199101.75664701968] ( expected: -7068672.129135, -199101.756647 ) 4326 -> 32641 [1.0, -1.0] -> [-8380117.510077082, -238225.04223352877] ( expected: -8380117.510077, -238225.042234 ) 4326 -> 32642 [1.0, -1.0] -> [-9990756.729250688, -301227.2759134546] ( expected: -9990756.729251, -301227.275913 ) 4326 -> 32643 [1.0, -1.0] -> [-1.2117319675820626E7, -418436.04107888055] ( expected: -1.2117319675821E7, -418436.041079 ) 4326 -> 32644 [1.0, -1.0] -> [-1.5359613596423112E7, -724277.5064090338] ( expected: -1.5359613596423E7, -724277.506409 ) 4326 -> 32645 [1.0, -1.0] -> [-8821617.580882393, -1.3436885403627343E7] ( expected: -8821617.580882, -1.3436885403627E7 ) 4326 -> 32648 [1.0, -1.0] -> [-1.3018825807744337E7, -1.951191460275963E7] ( expected: -1.3018825807744E7, -1.951191460276E7 ) 4326 -> 32649 [1.0, -1.0] -> [-1.0625664378900435E7, -1.966434447611259E7] ( expected: -1.06256643789E7, -1.9664344476113E7 ) 4326 -> 32650 [1.0, -1.0] -> [-8876408.370886529, -1.9740223693527967E7] ( expected: -8876408.370887, -1.9740223693528E7 ) 4326 -> 32651 [1.0, -1.0] -> [-7480365.932696105, -1.978557354757124E7] ( expected: -7480365.932696, -1.9785573547571E7 ) 4326 -> 32652 [1.0, -1.0] -> [-6306321.31474427, -1.981542706710998E7] ( expected: -6306321.314744, -1.981542706711E7 ) 4326 -> 32653 [1.0, -1.0] -> [-5282890.19497671, -1.983625378650626E7] ( expected: -5282890.194977, -1.9836253786506E7 ) 4326 -> 32654 [1.0, -1.0] -> [-4366513.929914432, -1.985130943389653E7] ( expected: -4366513.929914, -1.9851309433897E7 ) 4326 -> 32655 [1.0, -1.0] -> [-3528360.4820045, -1.9862407599644907E7] ( expected: -3528360.482004, -1.9862407599645E7 ) 4326 -> 32656 [1.0, -1.0] -> [-2748089.8632890126, -1.9870630870154113E7] ( expected: -2748089.863289, -1.9870630870154E7 ) 4326 -> 32657 [1.0, -1.0] -> [-2010550.9666514234, -1.987665561290518E7] ( expected: -2010550.966651, -1.9876655612905E7 ) 4326 -> 32658 [1.0, -1.0] -> [-1303877.83195077, -1.9880914514206387E7] ( expected: -1303877.831951, -1.9880914514206E7 ) 4326 -> 32659 [1.0, -1.0] -> [-618308.5735831503, -1.9883683216779392E7] ( expected: -618308.573583, -1.9883683216779E7 ) 4326 -> 32660 [1.0, -1.0] -> [54603.31602260249, -1.988512805349574E7] ( expected: 54603.316023, -1.9885128053496E7 ) 4326 -> 32661 [1.0, -1.0] -> [2224408.73782563, -1.0856367979637511E7] ( expected: 2224408.737826, -1.0856367979638E7 ) 4326 -> 32662 [1.0, -1.0] -> [111319.49079327357, -111319.49079327357] ( expected: 111319.490793, -111319.490793 ) 4326 -> 32663 [1.0, -1.0] -> [111319.49079327357, -111319.49079327357] ( expected: 111319.490793, -111319.490793 ) 4326 -> 32666 [1.0, -1.0] -> [5.913029814656026E7, -2026562.8463271928] ( expected: 5.913029814656E7, -2026562.846327 ) 4326 -> 32667 [1.0, -1.0] -> [5.027696963902395E7, -1552948.4716586187] ( expected: 5.0276969639024E7, -1552948.471659 ) 4326 -> 32701 [1.0, -1.0] -> [722561.7364788651, -9885331.91351818] ( expected: 722561.736479, -9885331.913518 ) 4326 -> 32702 [1.0, -1.0] -> [1392989.2145383446, -9884306.279450908] ( expected: 1392989.214538, -9884306.279451 ) 4326 -> 32703 [1.0, -1.0] -> [2073447.8827054617, -9881992.84929571] ( expected: 2073447.882705, -9881992.849296 ) 4326 -> 32704 [1.0, -1.0] -> [2772080.2924167733, -9878255.186072707] ( expected: 2772080.292417, -9878255.186073 ) 4326 -> 32705 [1.0, -1.0] -> [3498135.612025254, -9872858.071176358] ( expected: 3498135.612025, -9872858.071176 ) 4326 -> 32706 [1.0, -1.0] -> [4262671.408961745, -9865428.372205961] ( expected: 4262671.408962, -9865428.372206 ) 4326 -> 32707 [1.0, -1.0] -> [5079577.277094128, -9855384.152275316] ( expected: 5079577.277094, -9855384.152275 ) 4326 -> 32708 [1.0, -1.0] -> [5967185.609964841, -9841803.628877517] ( expected: 5967185.609965, -9841803.628878 ) 4326 -> 32709 [1.0, -1.0] -> [6950996.913938824, -9823169.541622687] ( expected: 6950996.913939, -9823169.541623 ) 4326 -> 32710 [1.0, -1.0] -> [8068672.129134833, -9796828.129394975] ( expected: 8068672.129135, -9796828.129395 ) 4326 -> 32711 [1.0, -1.0] -> [9380117.51007709, -9757704.843808465] ( expected: 9380117.510077, -9757704.843808 ) 4326 -> 32712 [1.0, -1.0] -> [1.0990756729250677E7, -9694702.610128537] ( expected: 1.0990756729251E7, -9694702.610129 ) 4326 -> 32713 [1.0, -1.0] -> [1.3117319675820626E7, -9577493.844963115] ( expected: 1.3117319675821E7, -9577493.844963 ) 4326 -> 32714 [1.0, -1.0] -> [1.6359613596423112E7, -9271652.379632961] ( expected: 1.6359613596423E7, -9271652.379633 ) 4326 -> 32715 [1.0, -1.0] -> [9821617.580882903, 3440955.51758526] ( expected: 9821617.580883, 3440955.517585 ) 4326 -> 32718 [1.0, -1.0] -> [1.4018825807744358E7, 9515984.716717636] ( expected: 1.4018825807744E7, 9515984.716718 ) 4326 -> 32719 [1.0, -1.0] -> [1.1625664378900424E7, 9668414.590070592] ( expected: 1.16256643789E7, 9668414.590071 ) 4326 -> 32720 [1.0, -1.0] -> [9876408.370886529, 9744293.807485972] ( expected: 9876408.370887, 9744293.807486 ) 4326 -> 32721 [1.0, -1.0] -> [8480365.932696108, 9789643.661529249] ( expected: 8480365.932696, 9789643.661529 ) 4326 -> 32722 [1.0, -1.0] -> [7306321.314744266, 9819497.181067986] ( expected: 7306321.314744, 9819497.181068 ) 4326 -> 32723 [1.0, -1.0] -> [6282890.194976712, 9840323.900464265] ( expected: 6282890.194977, 9840323.900464 ) 4326 -> 32724 [1.0, -1.0] -> [5366513.929914429, 9855379.547854535] ( expected: 5366513.929914, 9855379.547855 ) 4326 -> 32725 [1.0, -1.0] -> [4528360.482004495, 9866477.713602914] ( expected: 4528360.482004, 9866477.713603 ) 4326 -> 32726 [1.0, -1.0] -> [3748089.8632890135, 9874700.98411212] ( expected: 3748089.863289, 9874700.984112 ) 4326 -> 32727 [1.0, -1.0] -> [3010550.9666514206, 9880725.726863187] ( expected: 3010550.966651, 9880725.726863 ) 4326 -> 32728 [1.0, -1.0] -> [2303877.8319507707, 9884984.628164392] ( expected: 2303877.831951, 9884984.628164 ) 4326 -> 32729 [1.0, -1.0] -> [1618308.5735831505, 9887753.330737397] ( expected: 1618308.573583, 9887753.330737 ) 4326 -> 32730 [1.0, -1.0] -> [945396.6839773951, 9889198.167453744] ( expected: 945396.683977, 9889198.167454 ) 4326 -> 32731 [1.0, -1.0] -> [277438.26352113695, 9889402.027476186] ( expected: 277438.263521, 9889402.027476 ) 4326 -> 32732 [1.0, -1.0] -> [-392989.21453834325, 9888376.393408917] ( expected: -392989.214538, 9888376.393409 ) 4326 -> 32733 [1.0, -1.0] -> [-1073447.8827054566, 9886062.963253716] ( expected: -1073447.882705, 9886062.963254 ) 4326 -> 32734 [1.0, -1.0] -> [-1772080.2924167705, 9882325.300030712] ( expected: -1772080.292417, 9882325.300031 ) 4326 -> 32735 [1.0, -1.0] -> [-2498135.612025252, 9876928.185134364] ( expected: -2498135.612025, 9876928.185134 ) 4326 -> 32736 [1.0, -1.0] -> [-3262671.4089617445, 9869498.486163966] ( expected: -3262671.408962, 9869498.486164 ) 4326 -> 32737 [1.0, -1.0] -> [-4079577.277094121, 9859454.266233325] ( expected: -4079577.277094, 9859454.266233 ) 4326 -> 32738 [1.0, -1.0] -> [-4967185.609964837, 9845873.742835522] ( expected: -4967185.609965, 9845873.742836 ) 4326 -> 32739 [1.0, -1.0] -> [-5950996.913938817, 9827239.655580692] ( expected: -5950996.913939, 9827239.655581 ) 4326 -> 32740 [1.0, -1.0] -> [-7068672.129134833, 9800898.24335298] ( expected: -7068672.129135, 9800898.243353 ) 4326 -> 32741 [1.0, -1.0] -> [-8380117.510077082, 9761774.957766471] ( expected: -8380117.510077, 9761774.957766 ) 4326 -> 32742 [1.0, -1.0] -> [-9990756.729250688, 9698772.724086545] ( expected: -9990756.729251, 9698772.724087 ) 4326 -> 32743 [1.0, -1.0] -> [-1.2117319675820626E7, 9581563.95892112] ( expected: -1.2117319675821E7, 9581563.958921 ) 4326 -> 32744 [1.0, -1.0] -> [-1.5359613596423112E7, 9275722.493590966] ( expected: -1.5359613596423E7, 9275722.493591 ) 4326 -> 32745 [1.0, -1.0] -> [-8821617.580882393, -3436885.4036273435] ( expected: -8821617.580882, -3436885.403627 ) 4326 -> 32748 [1.0, -1.0] -> [-1.3018825807744337E7, -9511914.60275963] ( expected: -1.3018825807744E7, -9511914.60276 ) 4326 -> 32749 [1.0, -1.0] -> [-1.0625664378900435E7, -9664344.47611259] ( expected: -1.06256643789E7, -9664344.476113 ) 4326 -> 32750 [1.0, -1.0] -> [-8876408.370886529, -9740223.693527967] ( expected: -8876408.370887, -9740223.693528 ) 4326 -> 32751 [1.0, -1.0] -> [-7480365.932696105, -9785573.547571242] ( expected: -7480365.932696, -9785573.547571 ) 4326 -> 32752 [1.0, -1.0] -> [-6306321.31474427, -9815427.06710998] ( expected: -6306321.314744, -9815427.06711 ) 4326 -> 32753 [1.0, -1.0] -> [-5282890.19497671, -9836253.786506262] ( expected: -5282890.194977, -9836253.786506 ) 4326 -> 32754 [1.0, -1.0] -> [-4366513.929914432, -9851309.43389653] ( expected: -4366513.929914, -9851309.433897 ) 4326 -> 32755 [1.0, -1.0] -> [-3528360.4820045, -9862407.599644907] ( expected: -3528360.482004, -9862407.599645 ) 4326 -> 32756 [1.0, -1.0] -> [-2748089.8632890126, -9870630.870154113] ( expected: -2748089.863289, -9870630.870154 ) 4326 -> 32757 [1.0, -1.0] -> [-2010550.9666514234, -9876655.612905178] ( expected: -2010550.966651, -9876655.612905 ) 4326 -> 32758 [1.0, -1.0] -> [-1303877.83195077, -9880914.514206387] ( expected: -1303877.831951, -9880914.514206 ) 4326 -> 32759 [1.0, -1.0] -> [-618308.5735831503, -9883683.216779392] ( expected: -618308.573583, -9883683.216779 ) 4326 -> 32760 [1.0, -1.0] -> [54603.31602260249, -9885128.053495739] ( expected: 54603.316023, -9885128.053496 ) 4326 -> 32761 [1.0, -1.0] -> [2216760.795441718, 1.4418217653908893E7] ( expected: 2216760.795442, 1.4418217653909E7 ) 4326 -> 32766 [1.0, -1.0] -> [-3663119.273180495, 9864869.226190118] ( expected: -3663119.27318, 9864869.22619 ) 4326 -> 3822 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 3887 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4000 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4039 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4073 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4079 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4328 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4330 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4331 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4332 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4333 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4334 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4335 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4336 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4337 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4338 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4340 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4342 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4344 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4346 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4348 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4350 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4352 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4354 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4356 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4358 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4360 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4362 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4364 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4366 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4368 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4370 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4372 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4374 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4376 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4378 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4380 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4382 [1.0, -1.0] -> [6376451.757508883, 111301.37943896468] ( expected: 6376451.757509, 111301.379439 ) 4326 -> 4384 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4385 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4387 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4389 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4465 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4468 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4473 [1.0, -1.0] -> [6376451.757508883, 111301.37943896468] ( expected: 6376451.757509, 111301.379439 ) 4326 -> 4479 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4481 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4556 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4882 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4884 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4886 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4888 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4890 [1.0, -1.0] -> [6376208.803960675, 111297.13866900618] ( expected: 6376208.803961, 111297.138669 ) 4326 -> 4892 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4894 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4896 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4897 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4899 [1.0, -1.0] -> [6376451.757508883, 111301.37943896468] ( expected: 6376451.757509, 111301.379439 ) 4326 -> 4906 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4908 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4910 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4911 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4912 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4913 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4914 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4915 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4916 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4917 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4918 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4919 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4920 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4922 [1.0, -1.0] -> [6376199.806522205, 111296.98161813348] ( expected: 6376199.806522, 111296.981618 ) 4326 -> 4924 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4926 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4928 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4930 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4932 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4934 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4936 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4938 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4940 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4942 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4944 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4946 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4948 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4950 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4952 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4954 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4956 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4958 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4960 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4962 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4964 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4966 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4968 [1.0, -1.0] -> [6376451.757508883, 111301.37943896468] ( expected: 6376451.757509, 111301.379439 ) 4326 -> 4970 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4972 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4974 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4976 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4978 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4980 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4982 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4984 [1.0, -1.0] -> [6376198.806778758, 111296.9641675467] ( expected: 6376198.806779, 111296.964168 ) 4326 -> 4986 [1.0, -1.0] -> [6376198.806778758, 111296.9641675467] ( expected: 6376198.806779, 111296.964168 ) 4326 -> 4988 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4990 [1.0, -1.0] -> [6376308.772516125, 111298.88362663232] ( expected: 6376308.772516, 111298.883627 ) 4326 -> 4992 [1.0, -1.0] -> [6376308.772516125, 111298.88362663232] ( expected: 6376308.772516, 111298.883627 ) 4326 -> 4994 [1.0, -1.0] -> [6376270.257293229, 111298.21134091595] ( expected: 6376270.257293, 111298.211341 ) 4326 -> 4996 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 4998 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5011 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5244 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5250 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5262 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5322 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5332 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5341 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5352 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5358 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5363 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5368 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5369 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5379 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5391 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5487 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5544 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5558 [1.0, -1.0] -> [6376308.772516125, 111298.88362663232] ( expected: 6376308.772516, 111298.883627 ) 4326 -> 5591 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 5828 [1.0, -1.0] -> [6375461.166398412, 111284.08860681408] ( expected: 6375461.166398, 111284.088607 ) 4326 -> 5884 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6133 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6309 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6317 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6320 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6323 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6363 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6666 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6704 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6781 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6934 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6978 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6981 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6985 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 6988 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 7071 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 7134 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 7137 [1.0, -1.0] -> [6376200.806232035, 111296.99906813347] ( expected: 6376200.806232, 111296.999068 ) 4326 -> 7371 [1.0, -1.0] -> [6376200.806232067, 111296.99906813403] ( expected: 6376200.806232, 111296.999068 ) org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported org.locationtech.proj4j.UnsupportedParameterException: vunits parameter is not supported WGS84 Geographic 2D to CSPC Z3 USFT NAD83 [-121.3128278, 37.95657778] -> [6327319.228395458, 2171792.1480200235] ( expected: 6327319.23, 2171792.15 ) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.674 s - in org.locationtech.proj4j.MetaCRSTest [INFO] Running org.locationtech.proj4j.proj.ProjectionEqualityTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.locationtech.proj4j.proj.ProjectionEqualityTest [INFO] Running org.locationtech.proj4j.proj.ProjectionGridTest epsg:2759 - +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -90.83333333333333, 25.5 : -80.83333333333333, 35.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2760 - +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -92.5, 24.999999999999996 : -82.5, 35.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2761 - +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -115.1666666666667, 26.0 : -105.1666666666667, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2762 - +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -116.9166666666667, 26.0 : -106.9166666666667, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2763 - +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -118.75, 26.0 : -108.75, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2764 - +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -93.89999999999998, 33.38333333333335 : -90.10000000000002, 37.183333333333316 ] - tol: 1.0E-5 - # pts run = 25 epsg:2765 - +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -94.10000000000002, 31.616666666666653 : -89.89999999999998, 35.816666666666684 ] - tol: 1.0E-5 - # pts run = 25 epsg:2766 - +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -124.33333333333331, 38.166666666666686 : -119.66666666666669, 42.833333333333314 ] - tol: 1.0E-5 - # pts run = 25 epsg:2767 - +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -124.16666666666669, 36.583333333333314 : -119.83333333333331, 40.916666666666686 ] - tol: 1.0E-5 - # pts run = 25 epsg:2768 - +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -122.43333333333334, 35.53333333333334 : -118.56666666666669, 39.4 ] - tol: 1.0E-5 - # pts run = 25 epsg:2769 - +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -120.91666666666666, 34.375000000000014 : -117.08333333333334, 38.20833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2770 - +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -119.96666666666668, 32.516666666666666 : -116.03333333333335, 36.45 ] - tol: 1.0E-5 - # pts run = 25 epsg:2771 - +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -117.96666666666667, 31.308333333333316 : -114.53333333333333, 34.74166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2772 - +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -106.94999999999999, 38.60833333333335 : -104.05000000000001, 41.508333333333326 ] - tol: 1.0E-5 - # pts run = 25 epsg:2773 - +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -107.41666666666666, 36.875000000000014 : -103.58333333333334, 40.70833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2774 - +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -107.26666666666668, 35.783333333333324 : -103.73333333333332, 39.31666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2775 - +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -73.78333333333333, 40.316666666666684 : -71.71666666666667, 42.38333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2776 - +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -80.41666666666669, 33.0 : -70.41666666666669, 43.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2777 - +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -86.0, 19.33333333333333 : -76.0, 29.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2778 - +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -87.0, 19.33333333333333 : -77.0, 29.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2779 - +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -86.25, 28.125000000000004 : -82.75, 31.625000000000004 ] - tol: 1.0E-5 - # pts run = 25 epsg:2780 - +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -87.16666666666669, 24.999999999999996 : -77.16666666666669, 35.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2781 - +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -89.16666666666667, 24.999999999999996 : -79.16666666666667, 35.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2782 - +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -160.5, 13.833333333333329 : -150.5, 23.83333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2783 - +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -161.6666666666667, 15.333333333333329 : -151.6666666666667, 25.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2784 - +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -163.0, 16.16666666666667 : -153.0, 26.16666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2785 - +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -164.5, 16.83333333333333 : -154.5, 26.83333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2786 - +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -165.1666666666667, 16.66666666666667 : -155.1666666666667, 26.66666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2787 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -117.16666666666671, 36.66666666666666 : -107.16666666666671, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2788 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -119.00000000000001, 36.66666666666666 : -109.00000000000001, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2789 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -120.75, 36.66666666666666 : -110.75, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2790 - +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -93.33333333333333, 31.666666666666657 : -83.33333333333333, 41.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2791 - +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.16666666666667, 31.666666666666657 : -85.16666666666667, 41.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2792 - +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -90.66666666666667, 32.5 : -80.66666666666667, 42.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2793 - +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -92.08333333333333, 32.5 : -82.08333333333333, 42.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2794 - +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.26666666666668, 40.61666666666667 : -91.73333333333332, 44.15000000000001 ] - tol: 1.0E-5 - # pts run = 25 epsg:2795 - +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.28333333333333, 39.108333333333334 : -91.71666666666667, 42.675 ] - tol: 1.0E-5 - # pts run = 25 epsg:2796 - +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -99.44999999999999, 37.60833333333335 : -96.55000000000001, 40.508333333333326 ] - tol: 1.0E-5 - # pts run = 25 epsg:2797 - +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -100.4, 35.71666666666665 : -96.6, 39.51666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2798 - +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -85.71666666666667, 36.766666666666666 : -82.78333333333333, 39.7 ] - tol: 1.0E-5 - # pts run = 25 epsg:2799 - +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -87.35, 35.53333333333335 : -84.15, 38.73333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2800 - +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -94.66666666666666, 29.41666666666667 : -90.33333333333334, 33.749999999999986 ] - tol: 1.0E-5 - # pts run = 25 epsg:2801 - +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -93.53333333333333, 27.400000000000006 : -89.13333333333333, 31.799999999999997 ] - tol: 1.0E-5 - # pts run = 25 epsg:2802 - +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -73.5, 38.66666666666666 : -63.5, 48.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2803 - +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -75.16666666666667, 37.83333333333334 : -65.16666666666667, 47.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2804 - +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -78.78333333333335, 36.774999999999984 : -75.21666666666665, 40.341666666666676 ] - tol: 1.0E-5 - # pts run = 25 epsg:2805 - +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -73.18333333333334, 40.15833333333334 : -69.81666666666666, 43.525 ] - tol: 1.0E-5 - # pts run = 25 epsg:2806 - +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -70.98333333333332, 40.75833333333333 : -70.01666666666668, 41.72499999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2807 - +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -89.30000000000001, 43.633333333333326 : -84.69999999999999, 48.23333333333335 ] - tol: 1.0E-5 - # pts run = 25 epsg:2808 - +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -86.75, 42.12500000000001 : -81.98333333333332, 46.89166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2809 - +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -86.53333333333332, 40.41666666666667 : -82.2, 44.749999999999986 ] - tol: 1.0E-5 - # pts run = 25 epsg:2810 - +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.23333333333332, 45.43333333333333 : -90.96666666666667, 49.699999999999996 ] - tol: 1.0E-5 - # pts run = 25 epsg:2811 - +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -96.3, 43.975 : -92.2, 48.074999999999996 ] - tol: 1.0E-5 - # pts run = 25 epsg:2812 - +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -96.21666666666667, 41.891666666666666 : -91.78333333333333, 46.325 ] - tol: 1.0E-5 - # pts run = 25 epsg:2813 - +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -93.83333333333333, 24.500000000000004 : -83.83333333333333, 34.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2814 - +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.33333333333333, 24.500000000000004 : -85.33333333333333, 34.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2815 - +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -95.5, 30.833333333333343 : -85.5, 40.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2816 - +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -97.5, 30.833333333333343 : -87.5, 40.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2817 - +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -99.5, 31.166666666666657 : -89.5, 41.16666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2818 - +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -114.25000000000001, 41.875 : -104.75000000000001, 51.375 ] - tol: 1.0E-5 - # pts run = 25 epsg:2819 - +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -103.16666666666666, 38.250000000000014 : -96.83333333333334, 44.58333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2820 - +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -120.58333333333331, 29.75 : -110.58333333333331, 39.75 ] - tol: 1.0E-5 - # pts run = 25 epsg:2821 - +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -121.6666666666667, 29.75 : -111.6666666666667, 39.75 ] - tol: 1.0E-5 - # pts run = 25 epsg:2822 - +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -123.5833333333333, 29.75 : -113.5833333333333, 39.75 ] - tol: 1.0E-5 - # pts run = 25 epsg:2823 - +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -76.66666666666667, 37.5 : -66.66666666666667, 47.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2824 - +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -79.5, 33.83333333333334 : -69.5, 43.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2825 - +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -109.3333333333333, 26.0 : -99.3333333333333, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2826 - +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -111.25, 26.0 : -101.25, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2827 - +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -112.8333333333333, 26.0 : -102.8333333333333, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2828 - +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -79.5, 33.83333333333334 : -69.5, 43.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2829 - +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -81.58333333333333, 35.0 : -71.58333333333333, 45.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2830 - +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -83.58333333333333, 35.0 : -73.58333333333333, 45.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2831 - +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -74.86666666666667, 39.73333333333332 : -73.13333333333333, 41.46666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2832 - +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -102.23333333333335, 46.13333333333333 : -98.76666666666668, 49.59999999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2833 - +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -102.31666666666669, 44.75833333333332 : -98.68333333333334, 48.39166666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2834 - +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -84.53333333333335, 38.649999999999984 : -80.46666666666665, 42.716666666666676 ] - tol: 1.0E-5 - # pts run = 25 epsg:2835 - +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -84.53333333333333, 36.983333333333334 : -80.46666666666667, 41.05 ] - tol: 1.0E-5 - # pts run = 25 epsg:2836 - +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -99.76666666666668, 34.11666666666667 : -96.23333333333332, 37.65000000000001 ] - tol: 1.0E-5 - # pts run = 25 epsg:2837 - +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -99.89999999999998, 32.38333333333335 : -96.10000000000002, 36.183333333333316 ] - tol: 1.0E-5 - # pts run = 25 epsg:2838 - +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -122.83333333333336, 42.499999999999986 : -118.16666666666667, 47.16666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2839 - +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -122.83333333333336, 40.499999999999986 : -118.16666666666667, 45.16666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2840 - +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -76.5, 36.08333333333334 : -66.5, 46.08333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2841 - +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -101.85, 42.90833333333335 : -98.15, 46.60833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2842 - +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -102.39999999999995, 41.30000000000002 : -98.26666666666665, 45.43333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2843 - +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -88.08333333333331, 33.291666666666686 : -83.91666666666669, 37.458333333333314 ] - tol: 1.0E-5 - # pts run = 25 epsg:2844 - +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -103.68333333333334, 32.90833333333334 : -99.31666666666666, 37.275 ] - tol: 1.0E-5 - # pts run = 25 epsg:2845 - +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -100.8, 30.516666666666673 : -96.2, 35.11666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2846 - +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -102.54999999999995, 28.558333333333348 : -98.11666666666665, 32.99166666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2847 - +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -101.45, 26.608333333333327 : -96.55, 31.508333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2848 - +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -100.66666666666666, 24.583333333333343 : -96.33333333333334, 28.916666666666657 ] - tol: 1.0E-5 - # pts run = 25 epsg:2849 - +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -112.94999999999999, 39.60833333333335 : -110.05000000000001, 42.508333333333326 ] - tol: 1.0E-5 - # pts run = 25 epsg:2850 - +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -113.81666666666666, 37.17500000000002 : -109.18333333333334, 41.80833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2851 - +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -113.18333333333334, 35.82499999999998 : -109.81666666666666, 39.19166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2852 - +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -77.5, 37.5 : -67.5, 47.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2853 - +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -80.03333333333335, 36.899999999999984 : -76.96666666666665, 39.966666666666676 ] - tol: 1.0E-5 - # pts run = 25 epsg:2854 - +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -80.13333333333333, 35.51666666666668 : -76.86666666666667, 38.78333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2855 - +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -122.56666666666663, 46.13333333333333 : -119.1, 49.59999999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2856 - +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -122.50000000000001, 44.33333333333334 : -118.50000000000001, 48.33333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2857 - +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -81.25, 37.625 : -77.75, 41.125 ] - tol: 1.0E-5 - # pts run = 25 epsg:2858 - +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -82.88333333333333, 36.05833333333333 : -79.11666666666667, 39.824999999999996 ] - tol: 1.0E-5 - # pts run = 25 epsg:2859 - +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -91.60000000000002, 44.36666666666665 : -88.39999999999998, 47.566666666666684 ] - tol: 1.0E-5 - # pts run = 25 epsg:2860 - +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -91.66666666666666, 43.000000000000014 : -88.33333333333334, 46.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2861 - +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -92.06666666666666, 40.96666666666666 : -87.93333333333334, 45.1 ] - tol: 1.0E-5 - # pts run = 25 epsg:2862 - +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -110.1666666666667, 35.5 : -100.1666666666667, 45.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2863 - +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -112.3333333333333, 35.5 : -102.3333333333333, 45.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2864 - +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -113.75, 35.5 : -103.75, 45.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2865 - +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -115.0833333333333, 35.5 : -105.0833333333333, 45.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2866 - +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs - extent: [ -67.03333333333333, 17.533333333333328 : -65.83333333333334, 18.73333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2867 - +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -115.1666666666667, 26.0 : -105.1666666666667, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2868 - +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -116.9166666666667, 26.0 : -106.9166666666667, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2869 - +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -118.75, 26.0 : -108.75, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2870 - +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -124.33333333333331, 38.166666666666686 : -119.66666666666669, 42.833333333333314 ] - tol: 1.0E-5 - # pts run = 25 epsg:2871 - +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -124.16666666666669, 36.583333333333314 : -119.83333333333331, 40.916666666666686 ] - tol: 1.0E-5 - # pts run = 25 epsg:2872 - +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -122.43333333333334, 35.53333333333334 : -118.56666666666669, 39.4 ] - tol: 1.0E-5 - # pts run = 25 epsg:2873 - +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -120.91666666666666, 34.375000000000014 : -117.08333333333334, 38.20833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2874 - +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -119.96666666666668, 32.516666666666666 : -116.03333333333335, 36.45 ] - tol: 1.0E-5 - # pts run = 25 epsg:2875 - +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -117.96666666666667, 31.308333333333316 : -114.53333333333333, 34.74166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2876 - +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -106.94999999999999, 38.60833333333335 : -104.05000000000001, 41.508333333333326 ] - tol: 1.0E-5 - # pts run = 25 epsg:2877 - +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -107.41666666666666, 36.875000000000014 : -103.58333333333334, 40.70833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2878 - +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -107.26666666666668, 35.783333333333324 : -103.73333333333332, 39.31666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2879 - +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -73.78333333333333, 40.316666666666684 : -71.71666666666667, 42.38333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2880 - +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -80.41666666666669, 33.0 : -70.41666666666669, 43.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2881 - +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -86.0, 19.33333333333333 : -76.0, 29.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2882 - +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -87.0, 19.33333333333333 : -77.0, 29.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2883 - +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -86.25, 28.125000000000004 : -82.75, 31.625000000000004 ] - tol: 1.0E-5 - # pts run = 25 epsg:2884 - +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -87.16666666666669, 24.999999999999996 : -77.16666666666669, 35.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2885 - +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -89.16666666666667, 24.999999999999996 : -79.16666666666667, 35.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2886 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -117.16666666666671, 36.66666666666666 : -107.16666666666671, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2887 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -119.00000000000001, 36.66666666666666 : -109.00000000000001, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2888 - +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -120.75, 36.66666666666666 : -110.75, 46.66666666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2889 - +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249364.9987299975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -90.66666666666667, 32.5 : -80.66666666666667, 42.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2890 - +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249364.9987299975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -92.08333333333333, 32.5 : -82.08333333333333, 42.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2891 - +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -85.71666666666667, 36.766666666666666 : -82.78333333333333, 39.7 ] - tol: 1.0E-5 - # pts run = 25 epsg:2892 - +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -87.35, 35.53333333333335 : -84.15, 38.73333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2893 - +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -78.78333333333335, 36.774999999999984 : -75.21666666666665, 40.341666666666676 ] - tol: 1.0E-5 - # pts run = 25 epsg:2894 - +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -73.18333333333334, 40.15833333333334 : -69.81666666666666, 43.525 ] - tol: 1.0E-5 - # pts run = 25 epsg:2895 - +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -70.98333333333332, 40.75833333333333 : -70.01666666666668, 41.72499999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2896 - +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -89.30000000000001, 43.633333333333326 : -84.69999999999999, 48.23333333333335 ] - tol: 1.0E-5 - # pts run = 25 epsg:2897 - +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -86.75, 42.12500000000001 : -81.98333333333332, 46.89166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2898 - +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -86.53333333333332, 40.41666666666667 : -82.2, 44.749999999999986 ] - tol: 1.0E-5 - # pts run = 25 epsg:2899 - +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -93.83333333333333, 24.500000000000004 : -83.83333333333333, 34.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2900 - +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -95.33333333333333, 24.500000000000004 : -85.33333333333333, 34.5 ] - tol: 1.0E-5 - # pts run = 25 epsg:2901 - +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -114.25000000000001, 41.875 : -104.75000000000001, 51.375 ] - tol: 1.0E-5 - # pts run = 25 epsg:2902 - +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -109.3333333333333, 26.0 : -99.3333333333333, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2903 - +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -111.25, 26.0 : -101.25, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2904 - +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -112.8333333333333, 26.0 : -102.8333333333333, 36.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2905 - +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -79.5, 33.83333333333334 : -69.5, 43.83333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2906 - +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -81.58333333333333, 35.0 : -71.58333333333333, 45.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2907 - +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -83.58333333333333, 35.0 : -73.58333333333333, 45.0 ] - tol: 1.0E-5 - # pts run = 25 epsg:2908 - +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -74.86666666666667, 39.73333333333332 : -73.13333333333333, 41.46666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2909 - +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -102.23333333333335, 46.13333333333333 : -98.76666666666668, 49.59999999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2910 - +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -102.31666666666669, 44.75833333333332 : -98.68333333333334, 48.39166666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2911 - +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -99.76666666666668, 34.11666666666667 : -96.23333333333332, 37.65000000000001 ] - tol: 1.0E-5 - # pts run = 25 epsg:2912 - +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -99.89999999999998, 32.38333333333335 : -96.10000000000002, 36.183333333333316 ] - tol: 1.0E-5 - # pts run = 25 epsg:2913 - +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -122.83333333333336, 42.499999999999986 : -118.16666666666667, 47.16666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2914 - +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -122.83333333333336, 40.499999999999986 : -118.16666666666667, 45.16666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2915 - +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -88.08333333333331, 33.291666666666686 : -83.91666666666669, 37.458333333333314 ] - tol: 1.0E-5 - # pts run = 25 epsg:2916 - +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -103.68333333333334, 32.90833333333334 : -99.31666666666666, 37.275 ] - tol: 1.0E-5 - # pts run = 25 epsg:2917 - +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -100.8, 30.516666666666673 : -96.2, 35.11666666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2918 - +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -102.54999999999995, 28.558333333333348 : -98.11666666666665, 32.99166666666666 ] - tol: 1.0E-5 - # pts run = 25 epsg:2919 - +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -101.45, 26.608333333333327 : -96.55, 31.508333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2920 - +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -100.66666666666666, 24.583333333333343 : -96.33333333333334, 28.916666666666657 ] - tol: 1.0E-5 - # pts run = 25 epsg:2921 - +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -112.94999999999999, 39.60833333333335 : -110.05000000000001, 42.508333333333326 ] - tol: 1.0E-5 - # pts run = 25 epsg:2922 - +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -113.81666666666666, 37.17500000000002 : -109.18333333333334, 41.80833333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2923 - +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs - extent: [ -113.18333333333334, 35.82499999999998 : -109.81666666666666, 39.19166666666667 ] - tol: 1.0E-5 - # pts run = 25 epsg:2924 - +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -80.03333333333335, 36.899999999999984 : -76.96666666666665, 39.966666666666676 ] - tol: 1.0E-5 - # pts run = 25 epsg:2925 - +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -80.13333333333333, 35.51666666666668 : -76.86666666666667, 38.78333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2926 - +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -122.56666666666663, 46.13333333333333 : -119.1, 49.59999999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:2927 - +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -122.50000000000001, 44.33333333333334 : -118.50000000000001, 48.33333333333334 ] - tol: 1.0E-5 - # pts run = 25 epsg:2928 - +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -91.60000000000002, 44.36666666666665 : -88.39999999999998, 47.566666666666684 ] - tol: 1.0E-5 - # pts run = 25 epsg:2929 - +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -91.66666666666666, 43.000000000000014 : -88.33333333333334, 46.33333333333333 ] - tol: 1.0E-5 - # pts run = 25 epsg:2930 - +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs - extent: [ -92.06666666666666, 40.96666666666666 : -87.93333333333334, 45.1 ] - tol: 1.0E-5 - # pts run = 25 epsg:2265 - +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs - extent: [ -102.23333333333335, 46.13333333333333 : -98.76666666666668, 49.59999999999999 ] - tol: 1.0E-5 - # pts run = 25 epsg:3005 - +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs - extent: [ -139.5, 38.25 : -112.5, 65.25 ] - tol: 1.0E-5 - # pts run = 25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in org.locationtech.proj4j.proj.ProjectionGridTest [INFO] Running org.locationtech.proj4j.Proj4VariousTest Anon(Extended Transverse Mercator/WGS84) => Anon(LongLat/WGS84) [500000.0, 2000000.0] -> [-15.371141032356597, 17.88152161223466] (expected: [-15.371141111111111, 17.881521666666668, 0.0] tol: 1.0E-6 diff: 7.87545140212842E-8 ) Anon(Extended Transverse Mercator/WGS84) => Anon(LongLat/WGS84) [1000000.0, 2000000.0] -> [-10.682092105277311, 17.7134795120006] (expected: [-10.682092222222222, 17.713479444444445, 0.0] tol: 1.0E-6 diff: 1.1694491064417889E-7 ) Anon(Extended Transverse Mercator/WGS84) => Anon(LongLat/WGS84) [2000000.0, 2000000.0] -> [-1.5392583468712187, 17.06312035768786] (expected: [-1.5392583333333332, 17.063120277777777, 0.0] tol: 1.0E-6 diff: 7.991008388330556E-8 ) Anon(Extended Transverse Mercator/WGS84) => Anon(LongLat/WGS84) [4000000.0, 2000000.0] -> [15.078432489539999, 14.815658828349864] (expected: [15.0784325, 14.81565888888889, 0.0] tol: 1.0E-6 diff: 6.053902623648355E-8 ) Anon(Extended Transverse Mercator/WGS84) => Anon(LongLat/WGS84) [1096230.08, 7876510.42] -> [30.996705637267784, 70.2838512136623] (expected: [30.9967055, 70.2838512, 0.0] tol: 1.0E-6 diff: 1.372677829181157E-7 ) Anon(LongLat/WGS84) => Anon(Extended Transverse Mercator/WGS84) [-15.371141111111111, 17.881521666666668, 0.0] -> [499999.99149852304, 2000000.0058208613] (expected: [500000.0, 2000000.0] tol: 0.1 diff: 0.008501476957462728 ) Anon(LongLat/WGS84) => Anon(Extended Transverse Mercator/WGS84) [-10.682092222222222, 17.713479444444445, 0.0] -> [999999.9878612813, 1999999.9918316156] (expected: [1000000.0, 2000000.0] tol: 0.1 diff: 0.012138718739151955 ) Anon(LongLat/WGS84) => Anon(Extended Transverse Mercator/WGS84) [-1.5392583333333332, 17.063120277777777, 0.0] -> [2000000.002405913, 1999999.990928153] (expected: [2000000.0, 2000000.0] tol: 0.1 diff: 0.009071846958249807 ) Anon(LongLat/WGS84) => Anon(Extended Transverse Mercator/WGS84) [15.0784325, 14.81565888888889, 0.0] -> [3999999.999904981, 2000000.0081631916] (expected: [4000000.0, 2000000.0] tol: 0.1 diff: 0.008163191610947251 ) Anon(LongLat/WGS84) => Anon(Extended Transverse Mercator/WGS84) [30.9967055, 70.2838512, 0.0] -> [1096230.0753871652, 7876510.417170083] (expected: [1096230.08, 7876510.42] tol: 0.1 diff: 0.004612834891304374 ) Anon(LongLat/WGS84) => Anon(Kavraisky V/WGS84) [4.897, 52.371] -> [383646.08885814436, 5997047.888175121] (expected: [383646.09, 5997047.89] tol: 0.01 diff: 0.0018248790875077248 ) Anon(Kavraisky V/WGS84) => Anon(LongLat/WGS84) [383646.088858, 5997047.888175] -> [4.896999999998083, 52.37099999999875] (expected: [4.896999999999999, 52.371] tol: 1.0E-5 diff: 1.9166890297128703E-12 ) Anon(LongLat/WGS84) => Anon(Stereographic Azimuthal/WGS84) [105.0, 40.0] -> [5577808.933368487, 1494569.3992311887] (expected: [5577808.93, 1494569.4, 0.0] tol: 0.01 diff: 0.0033684875816106796 ) Anon(LongLat/User) => Anon(LongLat/User) [-79.0, 45.0, 0.0] -> [-79.0, 45.0] (expected: [-79.0, 45.0, 0.0] tol: 1.0E-5 diff: 0.0 ) Anon(LongLat/User) => Anon(LongLat/User) [-79.96666666666667, 37.03333333333333] -> [-79.96666666666667, 37.03333333333333] (expected: [-79.96666666666667, 37.03333333333333] tol: 0.01 diff: 0.0 ) Anon(LongLat/User) => Anon(LongLat/User) [-79.96666666666667, 36.96666666666667] -> [-79.96666666666667, 36.966666666666676] (expected: [-79.96666666666667, 36.96666666666667] tol: 0.01 diff: 7.105427357601002E-15 ) Anon(LongLat/User) => Anon(LongLat/User) [-0.0, 0.0] -> [0.0, 0.0] (expected: [0.0, 0.0, 4.0] tol: 1.0E-5 diff: 0.0 ) Anon(LongLat/NAD27) => Anon(LongLat/User) [-79.0, 35.0] -> [-79.0, 35.0] (expected: [-79.0, 35.0] tol: 0.01 diff: 0.0 ) Anon(LongLat/User) => Anon(LongLat/User) [-0.0, 0.0] -> [0.0, 0.0, 4.0] (expected: [0.0, 0.0, 4.0] tol: 1.0E-5 diff: 0.0 ) Anon(LongLat/User) => Anon(LongLat/User) [-79.0, 45.0, 0.0] -> [-78.99995019478854, 44.99999514315009, 0.5396905671805143] (expected: [-78.99995027777778, 44.99999527777778, 0.54] tol: 1.0E-5 diff: 1.3462769032912547E-7 ) Anon(LongLat/WGS84) => Anon(Stereographic Azimuthal/WGS84) [20.0, 45.0] -> [789468.0801694394, 602385.3321289059] (expected: [789468.08, 602385.33, 0.0] tol: 0.01 diff: 0.0021289059659466147 ) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.locationtech.proj4j.Proj4VariousTest [INFO] Running org.locationtech.proj4j.Proj4JSTest GEO-User(LongLat/User) => EPSG:23030(Extended Transverse Mercator/User) [-6.77432123185356, 37.88456231505968] -> [168031.5450586168, 4199796.32856618] (expected: [168035.13, 4199884.83] tol: 100.0 diff: 88.50143382046372 ) GEO-User(LongLat/User) => EPSG:2403(Transverse Mercator/User) [81.0, 37.92] -> [27500000.0, 4198692.697844613] (expected: [27500000.0, 4198690.08] tol: 3.0 diff: 2.6178446132689714 ) GEO-User(LongLat/User) => EPSG:29100(Polyconic (American)/User) [-53.0, 5.0] -> [5110896.243653353, 10556683.806280898] (expected: [5110899.06, 10552971.81] tol: 4000.0 diff: 3711.9962808974087 ) GEO-WGS84(LongLat/WGS84) => EPSG:3031(Stereographic Azimuthal/WGS84) [-57.65625, -79.21875] -> [-992481.6337864351, 628482.0632797639] (expected: [-992481.633786, 628482.06328] tol: 0.1 diff: 4.3516047298908234E-7 ) GEO-User(LongLat/User) => EPSG:3035(Lambert Azimuthal Equal Area/User) [11.0, 53.0] -> [4388138.600454633, 3321736.463013416] (expected: [4388138.6, 3321736.46] tol: 0.1 diff: 0.0030134161934256554 ) GEO-User(LongLat/User) => EPSG:3153(Albers Equal Area/User) [-127.0, 52.11] -> [931625.9111828626, 789252.646454557] (expected: [931625.91, 789252.65] tol: 0.1 diff: 0.0035454430617392063 ) GEO-WGS84(LongLat/WGS84) => EPSG:32612(Extended Transverse Mercator/WGS84) [-113.109375, 60.28125] -> [383357.42953733756, 6684599.063919374] (expected: [383357.429537, 6684599.06392] tol: 0.1 diff: 6.258487701416016E-7 ) GEO-WGS84(LongLat/WGS84) => EPSG:32615(Extended Transverse Mercator/WGS84) [-93.0, 42.0] -> [499999.99999999895, 4649776.224819178] (expected: [500000.0, 4649776.22482] tol: 0.1 diff: 8.223578333854675E-7 ) GEO-User(LongLat/User) => EPSG:3411(Stereographic Azimuthal/User) [-32.0, 48.0] -> [1070076.154400352, -4635009.046431892] (expected: [1070076.44, -4635010.27] tol: 2.0 diff: 1.223568107932806 ) GEO-WGS84(LongLat/WGS84) => EPSG:3573(Lambert Azimuthal Equal Area/WGS84) [9.84375, 61.875] -> [2923052.0200926284, 1054885.4655921168] (expected: [2923052.02009, 1054885.46559] tol: 0.1 diff: 2.628657966852188E-6 ) EPSG:27200(New Zealand Map Grid/nzgd49) => GEO-nzgd49(LongLat/nzgd49) [2464770.343667, 6056137.861919] -> [172.46486240443465, -40.70173135272415] (expected: [172.465, -40.7] tol: 0.1 diff: 0.001731352724149815 ) GEO-nzgd49(LongLat/nzgd49) => EPSG:27200(New Zealand Map Grid/nzgd49) [172.465, -40.7] -> [2464780.806177843, 6056330.222215011] (expected: [2464780.81, 6056330.22] tol: 0.1 diff: 0.00382215715944767 ) GEO-User(LongLat/User) => EPSG:3375(Oblique Mercator/User) [101.70979078430528, 3.06268465621428] -> [412597.5327153324, 338944.957259175] (expected: [412597.532715, 338944.957259] tol: 0.1 diff: 3.3242395147681236E-7 ) GEO-User(LongLat/User) => EPSG:2736(Extended Transverse Mercator/User) [34.0, -21.0] -> [603934.3887095714, 7677664.39397092] (expected: [603933.4, 7677505.64] tol: 200.0 diff: 158.75397092010826 ) GEO-NAD83(LongLat/NAD83) => EPSG:26916(Extended Transverse Mercator/NAD83) [-86.6056, 34.579] -> [536173.1133530397, 3826428.0438317503] (expected: [5110899.06, 10552971.81] tol: 7000000.0 diff: 6726543.76616825 ) GEO-OSGB36(LongLat/OSGB36) => EPSG:27700(Transverse Mercator/OSGB36) [-2.89, 55.4] -> [343642.0395429644, 612147.0404656313] (expected: [343733.14, 612144.53] tol: 100.0 diff: 91.10045703558717 ) GEO-User(LongLat/User) => EPSG:27492(Transverse Mercator/User) [-7.84, 39.58] -> [25260.784714825582, -9668.929128973472] (expected: [25260.493584, -9579.245052] tol: 100.0 diff: 89.68407697347175 ) GEO-User(LongLat/User) => EPSG:28992(Oblique Stereographic Alternative/User) [5.29, 52.11] -> [148312.23726056024, 457869.28054864454] (expected: [148312.15, 457804.79] tol: 100.0 diff: 64.49054864456411 ) GEO-hermannskogel(LongLat/hermannskogel) => EPSG:31285(Transverse Mercator/hermannskogel) [13.33333333333, 47.5] -> [449999.9999997491, 5262298.750218449] (expected: [450055.7, 5262356.33] tol: 100.0 diff: 57.57978155091405 ) GEO-potsdam(LongLat/potsdam) => EPSG:31466(Transverse Mercator/potsdam) [6.685, 51.425] -> [2547638.7159221005, 5699005.049481781] (expected: [2547685.01212, 5699155.7345] tol: 200.0 diff: 150.68501821905375 ) GEO-User(LongLat/User) => EPSG:21781(Swiss Oblique Mercator/User) [8.23, 46.82] -> [660309.3419465387, 185586.29580212155] (expected: [660389.52, 185731.63] tol: 200.0 diff: 145.33419787845924 ) [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.232 s - in org.locationtech.proj4j.Proj4JSTest [INFO] Running org.locationtech.proj4j.datum.NTV2Test [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.locationtech.proj4j.datum.NTV2Test [INFO] Running org.locationtech.proj4j.ExampleTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.locationtech.proj4j.ExampleTest [INFO] Running org.locationtech.proj4j.CoordinateTransformTest EPSG:4326(LongLat/WGS84) => EPSG:23031(Extended Transverse Mercator/User) [3.8142776, 51.285914] -> [556878.9016075989, 5682145.166262922, -42.660776662640274] (expected: [556878.9016076007, 5682145.166264554] tol: 0.1 diff: 1.6316771507263184E-6 ) Anon(LongLat/WGS84) => Anon(Transverse Mercator/nzgd49) [174.7772114, -41.2887953] -> [301062.20107788994, 210376.65974323952] (expected: [301062.2010778899, 210376.65974323952] tol: 0.001 diff: 5.820766091346741E-11 ) EPSG:4326(LongLat/WGS84) => EPSG:27700(Transverse Mercator/OSGB36) [-2.89, 55.4] -> [343733.1370958108, 612144.5304167168, -51.888042972423136] (expected: [343733.1404, 612144.530677] tol: 0.1 diff: 0.003304189187474549 ) EPSG:4326(LongLat/WGS84) => EPSG:27700(Transverse Mercator/OSGB36) [-2.0301713578021983, 53.35168607080468] -> [398089.0008277165, 383866.9996608917, -50.127676866948605] (expected: [398089.0, 383867.0] tol: 0.001 diff: 8.277164888568223E-4 ) EPSG:27700(Transverse Mercator/OSGB36) => EPSG:4326(LongLat/WGS84) [398089.0, 383867.0] -> [-2.0301713578021983, 53.35168607080468, 50.12668213248253] (expected: [-2.0301713578021983, 53.35168607080468] tol: 4.0E-9 diff: 0.0 ) EPSG:4326(LongLat/WGS84) => EPSG:3031(Stereographic Azimuthal/WGS84) [0.0, -75.0] -> [0.0, 1638783.2384072358] (expected: [0.0, 1638783.238407] tol: 1.0E-6 diff: 2.3585744202136993E-7 ) EPSG:3031(Stereographic Azimuthal/WGS84) => EPSG:4326(LongLat/WGS84) [0.0, 1638783.238407] -> [0.0, -75.00000000000213] (expected: [0.0, -75.0] tol: 1.0E-6 diff: 2.1316282072803006E-12 ) EPSG:4326(LongLat/WGS84) => EPSG:3031(Stereographic Azimuthal/WGS84) [-57.65625, -79.21875] -> [-992481.6337864351, 628482.0632797639] (expected: [-992481.633786, 628482.06328] tol: 1.0E-6 diff: 4.3516047298908234E-7 ) EPSG:3031(Stereographic Azimuthal/WGS84) => EPSG:4326(LongLat/WGS84) [-992481.633786, 628482.06328] -> [-57.65624999997891, -79.21875000000128] (expected: [-57.65625, -79.21875] tol: 1.0E-6 diff: 2.1088908397359774E-11 ) Anon(Stereographic Azimuthal/WGS84) => Anon(LongLat/WGS84) [0.0, 0.0] -> [21.0, 51.999999999992134] (expected: [21.0, 52.0] tol: 1.0E-6 diff: 7.865708084864309E-12 ) Anon(LongLat/WGS84) => Anon(Stereographic Azimuthal/WGS84) [21.0, 52.0] -> [0.0, 0.0] (expected: [0.0, 0.0] tol: 1.0E-6 diff: 0.0 ) GEO-User(LongLat/User) => EPSG:23030(Extended Transverse Mercator/User) [-3.0, 49.95] -> [499999.99999999936, 5533182.925901452] (expected: [500000.0, 5533182.925903] tol: 0.1 diff: 1.5478581190109253E-6 ) WGS84(LongLat/WGS84) => EPSG:32615(Extended Transverse Mercator/WGS84) [-93.0, 42.0] -> [499999.99999999895, 4649776.224819178] (expected: [500000.0, 4649776.22482] tol: 1.0E-4 diff: 8.223578333854675E-7 ) WGS84(LongLat/WGS84) => EPSG:32612(Extended Transverse Mercator/WGS84) [-113.109375, 60.28125] -> [383357.42953733756, 6684599.063919374] (expected: [383357.429537, 6684599.06392] tol: 1.0E-4 diff: 6.258487701416016E-7 ) GEO-User(LongLat/User) => EPSG:27492(Transverse Mercator/User) [-7.84, 39.58] -> [25260.784714825582, -9668.929128973472] (expected: [25260.78, -9668.93] tol: 0.1 diff: 0.004714825583505444 ) GEO-OSGB36(LongLat/OSGB36) => EPSG:27700(Transverse Mercator/OSGB36) [-2.89, 55.4] -> [343642.0395429644, 612147.0404656313] (expected: [343642.04, 612147.04] tol: 0.1 diff: 4.656312521547079E-4 ) GEO-hermannskogel(LongLat/hermannskogel) => EPSG:31285(Transverse Mercator/hermannskogel) [13.33333333333, 47.5] -> [449999.9999997491, 5262298.750218449] (expected: [450000.0, 5262298.75] tol: 0.1 diff: 2.184491604566574E-4 ) GEO-potsdam(LongLat/potsdam) => EPSG:31466(Transverse Mercator/potsdam) [6.685, 51.425] -> [2547638.7159221005, 5699005.049481781] (expected: [2547638.72, 5699005.05] tol: 0.1 diff: 0.004077899735420942 ) GEO-User(LongLat/User) => EPSG:2736(Extended Transverse Mercator/User) [34.0, -21.0] -> [603934.3887095714, 7677664.39397092] (expected: [603934.39, 7677664.39] tol: 0.1 diff: 0.003970920108258724 ) GEO-NAD83(LongLat/NAD83) => EPSG:26916(Extended Transverse Mercator/NAD83) [-86.6056, 34.579] -> [536173.1133530397, 3826428.0438317503] (expected: [536173.11, 3826428.04] tol: 0.1 diff: 0.0038317502476274967 ) GEO-User(LongLat/User) => EPSG:21781(Swiss Oblique Mercator/User) [8.23, 46.82] -> [660309.3419465387, 185586.29580212155] (expected: [660309.34, 185586.3] tol: 0.1 diff: 0.004197878442937508 ) WGS84(LongLat/WGS84) => EPSG:27700(Transverse Mercator/OSGB36) [-8.82, 49.79] -> [-90619.28789678, 10097.131147458786, -52.663631740026176] (expected: [-90619.28789678006, 10097.131147458786] tol: 1.0E-4 diff: 5.820766091346741E-11 ) EPSG:27700(Transverse Mercator/OSGB36) => WGS84(LongLat/WGS84) [612435.55, 1234954.16] -> [1.9200000236235546, 60.93999999543101, 44.25335675384849] (expected: [1.9200000236235546, 60.93999999543101] tol: 0.0 diff: 0.0 ) EPSG:27700(Transverse Mercator/OSGB36) => WGS84(LongLat/WGS84) [327420.988668, 690284.54711] -> [-3.1683134533969364, 56.0998025292667, 52.217497549019754] (expected: [-3.1683134533969364, 56.0998025292667] tol: 0.0 diff: 0.0 ) WGS84(LongLat/WGS84) => EPSG:3857(Mercator/User) [-3.1683134533969364, 56.0998025292667] -> [-352695.04030562507, 7578309.225014557] (expected: [-352695.04030562507, 7578309.225014557] tol: 0.0 diff: 0.0 ) EPSG:27700(Transverse Mercator/OSGB36) => EPSG:3857(Mercator/User) [327420.988668, 690284.54711] -> [-352695.04030562507, 7578309.225014557, 52.217497549019754] (expected: [-352695.04030562507, 7578309.225014557] tol: 0.0 diff: 0.0 ) EPSG:3857(Mercator/User) => EPSG:27700(Transverse Mercator/OSGB36) [-352695.04030562507, 7578309.225014557] -> [327420.9894565952, 690284.54705893, -52.21853858046234] (expected: [327420.988668, 690284.54711] tol: 0.001 diff: 7.885952363722026E-4 ) EPSG:31469(Transverse Mercator/potsdam) => EPSG:3857(Mercator/User) [5439627.33, 5661628.09] -> [1573657.3708544169, 6636624.405971067, 44.0239611081779] (expected: [1573657.37, 6636624.41] tol: 0.01 diff: 0.004028933122754097 ) EPSG:3857(Mercator/User) => EPSG:31469(Transverse Mercator/potsdam) [1573657.37, 6636624.41] -> [5439627.330009902, 5661628.09302542, -44.0232307324186] (expected: [5439627.33, 5661628.09] tol: 0.01 diff: 0.0030254200100898743 ) EPSG:2056(Swiss Oblique Mercator/User) => EPSG:3857(Mercator/User) [2600670.52, 1199667.32] -> [829045.2301110257, 5933605.150096849, 49.62221562489867] (expected: [829045.23, 5933605.15] tol: 0.01 diff: 1.1102575808763504E-4 ) EPSG:3857(Mercator/User) => EPSG:2056(Swiss Oblique Mercator/User) [829045.23, 5933605.15] -> [2600670.5204869327, 1199667.321079291, -49.622215611860156] (expected: [2600670.52, 1199667.32] tol: 0.01 diff: 0.001079290872439742 ) EPSG:3857(Mercator/User) => EPSG:4055(LongLat/User) [-20037508.342789244, -20037366.780895382] -> [-180.0, -85.01783275254961, -21224.20292742178] (expected: [-180.0, -85.01794318500549] tol: 0.001 diff: 1.1043245588382433E-4 ) EPSG:4055(LongLat/User) => EPSG:3857(Mercator/User) [-180.0, -85.01794318500549] -> [-20037508.342789244, -20037366.780895382, 21224.206475774758] (expected: [-20037508.342789244, -20037366.780895382] tol: 0.0 diff: 0.0 ) EPSG:9054(LongLat/WGS84) => EPSG:3857(Mercator/User) [103.095703, 36.421282] -> [11476561.160934567, 4358745.039558878] (expected: [11476561.160934567, 4358745.039558878] tol: 0.0 diff: 0.0 ) EPSG:4326(LongLat/WGS84) => EPSG:2065(Krovak/User) [14.3954134, 50.0596485] -> [-745064.3097223851, -1045825.2153938366, -45.27371696382761] (expected: [-745064.3097223851, -1045825.2153938366] tol: 0.001 diff: 0.0 ) EPSG:2065(Krovak/User) => EPSG:4326(LongLat/WGS84) [-745064.3097223851, -1045825.2153938366] -> [14.395413401193823, 50.05964851105308, 45.273949450813234] (expected: [14.3954134, 50.0596485] tol: 1.2E-8 diff: 1.1053074899791682E-8 ) EPSG:4326(LongLat/WGS84) => EPSG:3005(Albers Equal Area/NAD83) [-126.54, 54.15] -> [964813.1037185035, 1016486.305861706] (expected: [964813.103719, 1016486.305862] tol: 1.0E-4 diff: 4.96511347591877E-7 ) EPSG:3005(Albers Equal Area/NAD83) => EPSG:4326(LongLat/WGS84) [964813.103719, 1016486.305862] -> [-126.53999999999243, 54.150000000002635] (expected: [-126.54, 54.15] tol: 4.0E-9 diff: 7.574385563202668E-12 ) EPSG:32633(Extended Transverse Mercator/WGS84) => EPSG:4326(LongLat/WGS84) [249032.839239894, 7183612.30572229] -> [9.735465995870682, 64.68347938261206] (expected: [9.735465995870696, 64.68347938261206] tol: 1.0E-6 diff: 1.4210854715202004E-14 ) EPSG:4326(LongLat/WGS84) => EPSG:32633(Extended Transverse Mercator/WGS84) [9.735465995870696, 64.68347938261206] -> [249032.83923989462, 7183612.30572229] (expected: [249032.839239894, 7183612.30572229] tol: 6.0E-9 diff: 6.111804395914078E-10 ) EPSG:32636(Extended Transverse Mercator/WGS84) => EPSG:4326(LongLat/WGS84) [500000.0, 4649776.224819178] -> [33.00000000000001, 42.0] (expected: [33.0, 42.0] tol: 1.0E-6 diff: 7.105427357601002E-15 ) EPSG:4326(LongLat/WGS84) => EPSG:32636(Extended Transverse Mercator/WGS84) [33.0, 42.0] -> [499999.9999999995, 4649776.224819178] (expected: [500000.0, 4649776.224819178] tol: 4.0E-7 diff: 5.238689482212067E-10 ) EPSG:4326(LongLat/WGS84) => EPSG:5514(Krovak/User) [14.42, 50.075] -> [-743093.7321490769, -1044381.7725184687, -45.5603481689468] (expected: [-743093.7321490766, -1044381.7725184687] tol: 0.001 diff: 2.3283064365386963E-10 ) EPSG:5514(Krovak/User) => EPSG:4326(LongLat/WGS84) [-743093.7321490766, -1044381.7725184687] -> [14.420000007278146, 50.075000005041574, 45.5603481605649] (expected: [14.42, 50.075] tol: 8.0E-9 diff: 7.278146085809567E-9 ) GEO-NAD83(LongLat/NAD83) => EPSG:2227(Lambert Conformal Conic/NAD83) [-121.3128278, 37.95657778] -> [6327319.228395458, 2171792.1480200235] (expected: [6327319.23, 2171792.15] tol: 0.01 diff: 0.001979976426810026 ) GEO-NAD83(LongLat/NAD83) => Anon(Lambert Conformal Conic/NAD83) [-98.76756444444445, 48.13707861111111] -> [2391470.4741415824, 419526.90916509094] (expected: [2391470.474, 419526.909] tol: 0.01 diff: 1.650909543968737E-4 ) Anon(LongLat/WGS84) => Anon(Robinson/WGS84) [-30.0, 40.0] -> [-2612095.954698802, 4276351.583838239] (expected: [-2612095.95, 4276351.58] tol: 0.2 diff: 0.004698801785707474 ) WGS84(LongLat/WGS84) => ESRI:54030(Robinson/WGS84) [-30.0, 40.0] -> [-2612095.954698802, 4276351.583838239] (expected: [-2612095.954698802, 4276351.583838239] tol: 1.0E-4 diff: 0.0 ) ESRI:54030(Robinson/WGS84) => WGS84(LongLat/WGS84) [-2612095.954698802, 4276351.583838239] -> [-29.999999999999996, 40.0] (expected: [-30.0, 40.0] tol: 1.0E-4 diff: 3.552713678800501E-15 ) WGS84(LongLat/WGS84) => EPSG:3785(Mercator/User) [-76.640625, 49.921875] -> [-8531595.349078232, 6432756.94420636] (expected: [-8531595.34908, 6432756.94421] tol: 1.0E-4 diff: 3.6405399441719055E-6 ) GEO-User(LongLat/User) => EPSG:29100(Polyconic (American)/User) [-53.0, 5.0] -> [5110896.243653353, 10556683.806280898] (expected: [5110899.06, 10552971.67] tol: 4000.0 diff: 3712.1362808980048 ) WGS84(LongLat/WGS84) => EPSG:28992(Oblique Stereographic Alternative/User) [5.387638889, 52.156160556] -> [155029.78918981433, 463109.95403254667, -43.35418893862516] (expected: [155029.789189814, 463109.954032542] tol: 2.0E-4 diff: 4.6566128730773926E-9 ) GEO-WGS84(LongLat/WGS84) => EPSG:3573(Lambert Azimuthal Equal Area/WGS84) [9.84375, 61.875] -> [2923052.0200926284, 1054885.4655921168] (expected: [2923052.02009, 1054885.46559] tol: 1.0E-4 diff: 2.628657966852188E-6 ) EPSG:4258(LongLat/User) => EPSG:3035(Lambert Azimuthal Equal Area/User) [11.0, 53.0] -> [4388138.600454633, 3321736.463013416] (expected: [4388138.6, 3321736.46] tol: 0.1 diff: 0.0030134161934256554 ) EPSG:4258(LongLat/User) => EPSG:3035(Lambert Azimuthal Equal Area/User) [11.0, 53.0] -> [4388138.600454633, 3321736.463013416] (expected: [4388138.6, 3321736.46] tol: 0.1 diff: 0.0030134161934256554 ) EPSG:3035(Lambert Azimuthal Equal Area/User) => EPSG:4258(LongLat/User) [4388138.6, 3321736.46] -> [10.999999992606147, 52.99999997476868] (expected: [11.0, 53.0] tol: 4.0E-8 diff: 2.5231322808849654E-8 ) Anon(LongLat/NAD27) => ESRI:26732(Transverse Mercator/NAD27) [-142.0, 56.50833333333333] -> [500000.0, 916085.5081033339] (expected: [500000.0, 916085.508] tol: 0.001 diff: 1.0333384852856398E-4 ) EPSG:4269(LongLat/NAD83) => ESRI:102632(Transverse Mercator/NAD83) [-142.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] (expected: [1640416.667, 916074.825] tol: 0.1 diff: 6.974352290853858E-4 ) EPSG:4269(LongLat/NAD83) => ESRI:102633(Transverse Mercator/NAD83) [-146.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] (expected: [1640416.667, 916074.825] tol: 0.1 diff: 6.974352290853858E-4 ) EPSG:4269(LongLat/NAD83) => ESRI:102634(Transverse Mercator/NAD83) [-150.0, 56.50833333333333] -> [1640416.6666666674, 916074.8243025647] (expected: [1640416.667, 916074.825] tol: 0.1 diff: 6.974352290853858E-4 ) EPSG:4269(LongLat/NAD83) => ESRI:102635(Transverse Mercator/NAD83) [-152.48225944444445, 60.89132361111111] -> [1910718.662243232, 2520810.679427613] (expected: [1910718.662, 2520810.68] tol: 0.1 diff: 5.723871290683746E-4 ) EPSG:4269(LongLat/NAD83) => Anon(Transverse Mercator/NAD83) [-142.0, 56.50833333333333] -> [1640416.6666666677, 916074.8243025653] (expected: [1640416.667, 916074.825] tol: 0.1 diff: 6.974346470087767E-4 ) GEO-User(LongLat/User) => EPSG:21781(Swiss Oblique Mercator/User) [8.23, 46.82] -> [660309.3419465387, 185586.29580212155] (expected: [660309.34, 185586.3] tol: 0.1 diff: 0.004197878442937508 ) EPSG:21781(Swiss Oblique Mercator/User) => GEO-User(LongLat/User) [660309.34, 185586.3] -> [8.229999975044946, 46.82000003794052] (expected: [8.23, 46.82] tol: 4.0E-8 diff: 3.794051650629626E-8 ) WGS84(LongLat/WGS84) => EPSG:3005(Albers Equal Area/NAD83) [-126.54, 54.15] -> [964813.1037185035, 1016486.305861706] (expected: [964813.103719, 1016486.305862] tol: 1.0E-4 diff: 4.96511347591877E-7 ) WGS84(LongLat/WGS84) => EPSG:3153(Albers Equal Area/User) [-127.0, 52.11] -> [931625.9111828626, 789252.646454557] (expected: [931625.9111828626, 789252.646454557] tol: 1.0E-4 diff: 0.0 ) WGS84(LongLat/WGS84) => Anon(Albers Equal Area/User) [-127.0, 52.11] -> [931625.9111828626, 789252.646454557] (expected: [931625.9111828626, 789252.646454557] tol: 1.0E-4 diff: 0.0 ) Anon(Plate Carrée/WGS84) => WGS84(LongLat/WGS84) [1000000.0, 1000000.0] -> [1.0, 1.0] (expected: [1.0, 1.0] tol: 0.01 diff: 0.0 ) EPSG:28992(Oblique Stereographic Alternative/User) => GEO-User(LongLat/User) [148312.15, 457804.79] -> [5.289999992676287, 52.10942029082634] (expected: [5.29, 52.11] tol: 0.001 diff: 5.79709173656795E-4 ) WGS84(LongLat/WGS84) => ESRI:54032(Equidistant Azimuthal/WGS84) [120.0, 40.0] -> [8995111.253396044, 8710143.05796729] (expected: [8995111.253396044, 8710143.05796729] tol: 1.0E-4 diff: 0.0 ) ESRI:54032(Equidistant Azimuthal/WGS84) => WGS84(LongLat/WGS84) [8995111.253396044, 8710143.05796729] -> [120.00000000000001, 39.99999999999998] (expected: [120.0, 40.0] tol: 1.0E-4 diff: 2.1316282072803006E-14 ) [WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.536 s - in org.locationtech.proj4j.CoordinateTransformTest [INFO] Running org.locationtech.proj4j.FeatureTest WGS84(LongLat/WGS84) => EPSG:31466(Transverse Mercator/potsdam) [6.685, 51.425] -> [2547686.1524986103, 5699151.7752943905, -46.07892696931958] (expected: [2547685.01212, 5699155.7345] tol: 10.0 diff: 3.9592056097462773 ) GEO-hermannskogel(LongLat/hermannskogel) => EPSG:31285(Transverse Mercator/hermannskogel) [13.33333333333, 47.5] -> [449999.9999997491, 5262298.750218449] (expected: [450055.7, 5262356.33] tol: 100.0 diff: 57.57978155091405 ) GEO-WGS84(LongLat/WGS84) => Anon(Miller Cylindrical/WGS84) [11.0, 53.0] -> [1224514.3987260093, 6526358.887892234] (expected: [1223145.57, 6491218.13] tol: 50000.0 diff: 35140.75789223425 ) WGS84(LongLat/WGS84) => EPSG:2057(Oblique Mercator/User) [-53.0, 5.0] -> [-11608322.257560592, 18282612.229838397, -281.6698642205447] (expected: [-11608322.26, 18282612.23] tol: 0.1 diff: 0.002439407631754875 ) GEO-User(LongLat/User) => EPSG:2736(Extended Transverse Mercator/User) [33.115, -19.14] -> [512093.7654365307, 7883804.406910768] (expected: [512093.765437, 7883804.406911] tol: 1.0E-6 diff: 4.693283699452877E-7 ) GEO-User(LongLat/User) => EPSG:2736(Extended Transverse Mercator/User) [34.0, -21.0] -> [603934.3887095714, 7677664.39397092] (expected: [603933.4, 7677505.64] tol: 200.0 diff: 158.75397092010826 ) GEO-User(LongLat/User) => EPSG:3035(Lambert Azimuthal Equal Area/User) [11.0, 53.0] -> [4388138.600454633, 3321736.463013416] (expected: [4388138.6, 3321736.46] tol: 0.005 diff: 0.0030134161934256554 ) GEO-WGS84(LongLat/WGS84) => EPSG:3573(Lambert Azimuthal Equal Area/WGS84) [9.84375, 61.875] -> [2923052.0200926284, 1054885.4655921168] (expected: [2923052.02009, 1054885.46559] tol: 1.0E-4 diff: 2.628657966852188E-6 ) GEO-User(LongLat/User) => EPSG:21781(Swiss Oblique Mercator/User) [8.23, 46.82] -> [660309.3419465387, 185586.29580212155] (expected: [660389.52, 185731.63] tol: 200.0 diff: 145.33419787845924 ) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.locationtech.proj4j.FeatureTest [INFO] Running org.locationtech.proj4j.RepeatedTransformTest ProjCoordinate[0.899167 51.357216 NaN] ==> ProjCoordinate[601950.9187467973 166005.57456711866 -44.51829946693033] ProjCoordinate[0.899167 51.357216 NaN] ==> ProjCoordinate[601950.9187467973 166005.57456711866 -44.51829946693033] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.locationtech.proj4j.RepeatedTransformTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 2 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.8:bundle (default-bundle) @ proj4j --- [INFO] Building bundle: /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/Proj4J/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ proj4j --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.locationtech.proj4j:proj4j-epsg:jar:1.3.1-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Proj4J/epsg/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Proj4J/epsg/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.locationtech.proj4j... Loading source files for package org.locationtech.proj4j.datum... Loading source files for package org.locationtech.proj4j.geodesic... Loading source files for package org.locationtech.proj4j.io... Loading source files for package org.locationtech.proj4j.parser... Loading source files for package org.locationtech.proj4j.proj... Loading source files for package org.locationtech.proj4j.units... Loading source files for package org.locationtech.proj4j.util... Constructing Javadoc information... Standard Doclet version 11.0.21 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/BasicCoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ConvergenceFailureException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateReferenceSystem.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateTransformFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CRSFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/InvalidValueException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/Proj4jException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ProjCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ProjectionException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/Registry.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/UnknownAuthorityCodeException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/UnsupportedParameterException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/AxisOrder.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/AxisOrder.Axis.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/CTABLEV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Datum.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Ellipsoid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/GeocentricConverter.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Grid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Grid.ConversionTable.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/NTV1.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/NTV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/PrimeMeridian.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Constants.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Geodesic.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicData.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicLine.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicMask.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeographicErr.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeoMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/Proj4FileReader.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/DatumParameters.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/Proj4Keyword.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/Proj4Parser.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AiryProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AitoffProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AlbersProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AugustProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BipolarProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BoggsProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BonneProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CassiniProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CollignonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CrasterProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CylindricalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/DenoyerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert6Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EqualAreaAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EquidistantAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EquidistantConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EulerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ExtendedTransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FaheyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FoucautProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FoucautSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GallProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GaussProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GeocentProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GeostationarySatelliteProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Ginsburg8Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GnomonicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GoodeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/HammerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/HatanoProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/KavraiskyVProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/KrovakProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LagrangeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertAzimuthalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertConformalConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertEqualAreaConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LandsatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LarriveeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LaskowskiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LinearProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LongLatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LoximuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarParabolicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarQuarticProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarSine1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarSine2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MillerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MolleweideProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NellHProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NellProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NewZealandMapGridProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NicolosiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NullProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ObliqueStereographicAlternativeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/OrthographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PerspectiveConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PerspectiveProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PlateCarreeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PseudoCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP5PProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/QuarticAuthalicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/RectangularPolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/RobinsonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SimpleConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/StereographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SwissObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TissotProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TransverseCylindricalEqualArea.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TranverseCentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/UrmaevFlatPolarSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/VanDerGrintenProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/VitkovskyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner7Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/WerenskioldProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/WinkelTripelProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Angle.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/AngleFormat.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/DegreeUnit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Unit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Units.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/Complex.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/CRSCache.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/FloatPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/IntPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/PolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/ProjectionMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/ProjectionUtil.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/BasicCoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CRSFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ConvergenceFailureException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateReferenceSystem.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateTransformFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/InvalidValueException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/Proj4jException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ProjCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ProjectionException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/Registry.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/UnknownAuthorityCodeException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/UnsupportedParameterException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/AxisOrder.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/AxisOrder.Axis.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/CTABLEV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Datum.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Ellipsoid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/GeocentricConverter.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Grid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Grid.ConversionTable.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/NTV1.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/NTV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/PrimeMeridian.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Constants.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeoMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Geodesic.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicData.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicLine.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicMask.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeographicErr.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/class-use/Proj4FileReader.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/DatumParameters.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/Proj4Keyword.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/Proj4Parser.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AiryProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AitoffProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AlbersProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AugustProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BipolarProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BoggsProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BonneProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CassiniProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CollignonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CrasterProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CylindricalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/DenoyerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert6Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EqualAreaAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EquidistantAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EquidistantConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EulerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ExtendedTransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FaheyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FoucautProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FoucautSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GallProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GaussProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GeocentProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GeostationarySatelliteProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Ginsburg8Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GnomonicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GoodeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/HammerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/HatanoProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/KavraiskyVProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/KrovakProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LagrangeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertAzimuthalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertConformalConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertEqualAreaConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LandsatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LarriveeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LaskowskiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LinearProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LongLatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LoximuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarParabolicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarQuarticProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarSine1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarSine2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MillerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MolleweideProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NellHProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NellProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NewZealandMapGridProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NicolosiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NullProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ObliqueStereographicAlternativeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/OrthographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PerspectiveConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PerspectiveProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PlateCarreeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PseudoCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP5PProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/QuarticAuthalicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/RectangularPolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/RobinsonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SimpleConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/StereographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SwissObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TissotProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TransverseCylindricalEqualArea.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TranverseCentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/UrmaevFlatPolarSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/VanDerGrintenProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/VitkovskyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner7Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/WerenskioldProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/WinkelTripelProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Angle.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/AngleFormat.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/DegreeUnit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Unit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Units.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/CRSCache.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/Complex.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/FloatPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/IntPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/PolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/ProjectionMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/ProjectionUtil.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argX [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argY [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argZ [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:103: warning: no @param for argX [WARNING] public ProjCoordinate(double argX, double argY) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:103: warning: no @param for argY [WARNING] public ProjCoordinate(double argX, double argY) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @param for argToCompare [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @param for argTolerance [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @return [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @param for argToCompare [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @param for argTolerance [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @return [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @param for argToCompare [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @param for argTolerance [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @return [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:374: warning: no @return [WARNING] public String toShortString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:402: warning: no @return [WARNING] public boolean hasValidXandYOrdinates() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Datum.java:182: warning: no description for @param [WARNING] * @param datum [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Datum.java:183: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for shortName [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for equatorRadius [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for poleRadius [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for reciprocalFlattening [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for name [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/GeocentricConverter.java:100: warning: no @param for p [WARNING] public void convertGeodeticToGeocentric(ProjCoordinate p) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @param for name [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @param for gridList [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @throws for java.io.IOException [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for grids [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for inverse [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for in [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:100: warning: no description for @param [WARNING] * @param header [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:111: warning: no description for @param [WARNING] * @param instream [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:112: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:113: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:148: warning: no description for @param [WARNING] * @param instream [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:149: warning: no description for @param [WARNING] * @param grid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:150: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:388: warning: no @return [WARNING] public boolean isRectilinear() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:395: warning: no @return [WARNING] public boolean parallelsAreParallel() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @param for x [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @param for y [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @return [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:410: warning: no @param for name [WARNING] public void setName( String name ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:426: warning: no @return [WARNING] public String getPROJ4Description() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:473: warning: no @param for minLatitude [WARNING] public void setMinLatitude( double minLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:484: warning: no @param for maxLatitude [WARNING] public void setMaxLatitude( double maxLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:535: warning: no @param for projectionLatitude [WARNING] public void setProjectionLatitude( double projectionLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:546: warning: no @param for projectionLatitude [WARNING] public void setProjectionLatitudeDegrees( double projectionLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:557: warning: no @param for projectionLongitude [WARNING] public void setProjectionLongitude( double projectionLongitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:568: warning: no @param for projectionLongitude [WARNING] public void setProjectionLongitudeDegrees( double projectionLongitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:579: warning: no @param for trueScaleLatitude [WARNING] public void setTrueScaleLatitude( double trueScaleLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:590: warning: no @param for trueScaleLatitude [WARNING] public void setTrueScaleLatitudeDegrees( double trueScaleLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:601: warning: no @param for projectionLatitude1 [WARNING] public void setProjectionLatitude1( double projectionLatitude1 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:612: warning: no @param for projectionLatitude1 [WARNING] public void setProjectionLatitude1Degrees( double projectionLatitude1 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:623: warning: no @param for projectionLatitude2 [WARNING] public void setProjectionLatitude2( double projectionLatitude2 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:634: warning: no @param for projectionLatitude2 [WARNING] public void setProjectionLatitude2Degrees( double projectionLatitude2 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:645: warning: no @param for alpha [WARNING] public void setAlpha( double alpha ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:652: warning: no @param for alpha [WARNING] public void setAlphaDegrees( double alpha ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:669: warning: no @param for lonc [WARNING] public void setLonC( double lonc ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:676: warning: no @param for lonc [WARNING] public void setLonCDegrees( double lonc ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:693: warning: no @param for falseNorthing [WARNING] public void setFalseNorthing( double falseNorthing ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:704: warning: no @param for falseEasting [WARNING] public void setFalseEasting( double falseEasting ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:724: warning: no @param for scaleFactor [WARNING] public void setScaleFactor( double scaleFactor ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:732: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:745: warning: no @param for fromMetres [WARNING] public void setFromMetres( double fromMetres ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:771: warning: no @return [WARNING] public int getEPSGCode() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:846: warning: no @return [WARNING] public Boolean isGeographic() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/AzimuthalProjection.java:66: warning: no @param for mapRadius [WARNING] public void setMapRadius(double mapRadius) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for ellipsoid [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lon_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_1 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_2 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for x_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for y_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for ellipsoid [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for lon_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for lat_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for alpha [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for k [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for x_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for y_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for ellipsoid [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for lon_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for lat_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for k [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for x_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for y_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/Angle.java:39: warning: no description for @param [WARNING] * @param text [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/AngleFormat.java:142: warning: no description for @param [WARNING] * @param text [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/AngleFormat.java:143: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:44: warning: no @param for v [WARNING] public static double sind(double v) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:44: warning: no @return [WARNING] public static double sind(double v) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @param for z [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @param for c [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @return [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for z [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for C [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for der [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @return [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ proj4j >>> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ proj4j <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ proj4j --- [INFO] Building jar: /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j --- [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ proj4j --- [INFO] Writing OBR metadata [INFO] Installing org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ proj4j --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Proj4J/core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ proj4j --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 149 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/PrimeMeridian.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/PrimeMeridian.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/Registry.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/Registry.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ proj4j --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ proj4j --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes [WARNING] bootstrap class path not set in conjunction with -source 8 [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java: /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Proj4J/core/src/test/java/org/locationtech/proj4j/io/CSVRecordParser.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.0:test (default-test) @ proj4j --- [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- bundle:5.1.8:bundle (default-bundle) @ proj4j --- [INFO] Building bundle: /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/Proj4J/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ proj4j --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Proj4J/epsg/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.locationtech.proj4j... Loading source files for package org.locationtech.proj4j.datum... Loading source files for package org.locationtech.proj4j.geodesic... Loading source files for package org.locationtech.proj4j.io... Loading source files for package org.locationtech.proj4j.parser... Loading source files for package org.locationtech.proj4j.proj... Loading source files for package org.locationtech.proj4j.units... Loading source files for package org.locationtech.proj4j.util... Constructing Javadoc information... Standard Doclet version 11.0.21 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/BasicCoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ConvergenceFailureException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateReferenceSystem.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CoordinateTransformFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/CRSFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/InvalidValueException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/Proj4jException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ProjCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/ProjectionException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/Registry.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/UnknownAuthorityCodeException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/UnsupportedParameterException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/AxisOrder.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/AxisOrder.Axis.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/CTABLEV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Datum.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Ellipsoid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/GeocentricConverter.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Grid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/Grid.ConversionTable.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/NTV1.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/NTV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/PrimeMeridian.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Constants.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Geodesic.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicData.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicLine.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeodesicMask.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeographicErr.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/GeoMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/Proj4FileReader.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/DatumParameters.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/Proj4Keyword.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/Proj4Parser.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AiryProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AitoffProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AlbersProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AugustProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/AzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BipolarProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BoggsProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/BonneProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CassiniProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CollignonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CrasterProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CylindricalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/CylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/DenoyerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Eckert6Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EqualAreaAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EquidistantAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EquidistantConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/EulerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ExtendedTransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FaheyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FoucautProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/FoucautSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GallProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GaussProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GeocentProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GeostationarySatelliteProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Ginsburg8Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GnomonicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/GoodeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/HammerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/HatanoProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/KavraiskyVProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/KrovakProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LagrangeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertAzimuthalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertConformalConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LambertEqualAreaConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LandsatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LarriveeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LaskowskiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LinearProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LongLatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/LoximuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarParabolicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarQuarticProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarSine1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/McBrydeThomasFlatPolarSine2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MillerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/MolleweideProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Murdoch3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NellHProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NellProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NewZealandMapGridProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NicolosiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/NullProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/ObliqueStereographicAlternativeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/OrthographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PerspectiveConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PerspectiveProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PlateCarreeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PseudoCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP5PProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/PutninsP5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/QuarticAuthalicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/RectangularPolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/RobinsonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SimpleConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/StereographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/SwissObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TissotProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TransverseCylindricalEqualArea.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/TranverseCentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/UrmaevFlatPolarSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/VanDerGrintenProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/VitkovskyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/Wagner7Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/WerenskioldProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/WinkelTripelProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Angle.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/AngleFormat.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/DegreeUnit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Unit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/Units.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/Complex.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/CRSCache.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/FloatPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/IntPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/PolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/ProjectionMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/ProjectionUtil.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/BasicCoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CRSFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ConvergenceFailureException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateReferenceSystem.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateTransform.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/CoordinateTransformFactory.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/InvalidValueException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/Proj4jException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ProjCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/ProjectionException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/Registry.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/UnknownAuthorityCodeException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/class-use/UnsupportedParameterException.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/AxisOrder.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/AxisOrder.Axis.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/CTABLEV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Datum.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Ellipsoid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/GeocentricConverter.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Grid.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/Grid.ConversionTable.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/NTV1.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/NTV2.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/class-use/PrimeMeridian.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Constants.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeoMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Geodesic.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicData.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicLine.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeodesicMask.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/GeographicErr.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/class-use/Proj4FileReader.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/DatumParameters.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/Proj4Keyword.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/class-use/Proj4Parser.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AiryProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AitoffProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AlbersProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AugustProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/AzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BipolarProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BoggsProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/BonneProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CassiniProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CollignonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CrasterProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CylindricalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/CylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/DenoyerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Eckert6Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EqualAreaAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EquidistantAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EquidistantConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/EulerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ExtendedTransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FaheyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FoucautProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/FoucautSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GallProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GaussProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GeocentProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GeostationarySatelliteProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Ginsburg8Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GnomonicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/GoodeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/HammerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/HatanoProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/KavraiskyVProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/KrovakProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LagrangeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertAzimuthalEqualAreaProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertConformalConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LambertEqualAreaConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LandsatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LarriveeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LaskowskiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LinearProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LongLatProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/LoximuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarParabolicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarQuarticProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarSine1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/McBrydeThomasFlatPolarSine2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MillerProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/MolleweideProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Murdoch3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NellHProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NellProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NewZealandMapGridProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NicolosiProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/NullProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/ObliqueStereographicAlternativeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/OrthographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PerspectiveConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PerspectiveProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PlateCarreeProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PseudoCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP5PProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/PutninsP5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/QuarticAuthalicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/RectangularPolyconicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/RobinsonProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SimpleConicProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/StereographicAzimuthalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/SwissObliqueMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TissotProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TransverseCylindricalEqualArea.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TransverseMercatorProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/TranverseCentralCylindricalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/UrmaevFlatPolarSinusoidalProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/VanDerGrintenProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/VitkovskyProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner1Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner2Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner3Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner4Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner5Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/Wagner7Projection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/WerenskioldProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/class-use/WinkelTripelProjection.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Angle.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/AngleFormat.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/DegreeUnit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Unit.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/class-use/Units.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/CRSCache.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/Complex.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/FloatPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/IntPolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/Pair.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/PolarCoordinate.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/ProjectionMath.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/class-use/ProjectionUtil.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/datum/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/geodesic/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/io/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/parser/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/proj/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/units/package-use.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/org/locationtech/proj4j/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Proj4J/core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argX [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argY [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:90: warning: no @param for argZ [WARNING] public ProjCoordinate(double argX, double argY, double argZ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:103: warning: no @param for argX [WARNING] public ProjCoordinate(double argX, double argY) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:103: warning: no @param for argY [WARNING] public ProjCoordinate(double argX, double argY) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @param for argToCompare [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @param for argTolerance [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:217: warning: no @return [WARNING] public boolean areXOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @param for argToCompare [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @param for argTolerance [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:238: warning: no @return [WARNING] public boolean areYOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @param for argToCompare [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @param for argTolerance [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:263: warning: no @return [WARNING] public boolean areZOrdinatesEqual(ProjCoordinate argToCompare, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:374: warning: no @return [WARNING] public String toShortString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/ProjCoordinate.java:402: warning: no @return [WARNING] public boolean hasValidXandYOrdinates() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Datum.java:182: warning: no description for @param [WARNING] * @param datum [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Datum.java:183: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for shortName [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for equatorRadius [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for poleRadius [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for reciprocalFlattening [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Ellipsoid.java:261: warning: no @param for name [WARNING] public Ellipsoid(String shortName, double equatorRadius, double poleRadius, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/GeocentricConverter.java:100: warning: no @param for p [WARNING] public void convertGeodeticToGeocentric(ProjCoordinate p) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @param for name [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @param for gridList [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:72: warning: no @throws for java.io.IOException [WARNING] public static void mergeGridFile( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for grids [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for inverse [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/Grid.java:85: warning: no @param for in [WARNING] public static void shift(List grids, boolean inverse, ProjCoordinate in) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:100: warning: no description for @param [WARNING] * @param header [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:111: warning: no description for @param [WARNING] * @param instream [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:112: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:113: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:148: warning: no description for @param [WARNING] * @param instream [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:149: warning: no description for @param [WARNING] * @param grid [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/datum/NTV2.java:150: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:388: warning: no @return [WARNING] public boolean isRectilinear() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:395: warning: no @return [WARNING] public boolean parallelsAreParallel() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @param for x [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @param for y [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:402: warning: no @return [WARNING] public boolean inside(double x, double y) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:410: warning: no @param for name [WARNING] public void setName( String name ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:426: warning: no @return [WARNING] public String getPROJ4Description() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:473: warning: no @param for minLatitude [WARNING] public void setMinLatitude( double minLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:484: warning: no @param for maxLatitude [WARNING] public void setMaxLatitude( double maxLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:535: warning: no @param for projectionLatitude [WARNING] public void setProjectionLatitude( double projectionLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:546: warning: no @param for projectionLatitude [WARNING] public void setProjectionLatitudeDegrees( double projectionLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:557: warning: no @param for projectionLongitude [WARNING] public void setProjectionLongitude( double projectionLongitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:568: warning: no @param for projectionLongitude [WARNING] public void setProjectionLongitudeDegrees( double projectionLongitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:579: warning: no @param for trueScaleLatitude [WARNING] public void setTrueScaleLatitude( double trueScaleLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:590: warning: no @param for trueScaleLatitude [WARNING] public void setTrueScaleLatitudeDegrees( double trueScaleLatitude ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:601: warning: no @param for projectionLatitude1 [WARNING] public void setProjectionLatitude1( double projectionLatitude1 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:612: warning: no @param for projectionLatitude1 [WARNING] public void setProjectionLatitude1Degrees( double projectionLatitude1 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:623: warning: no @param for projectionLatitude2 [WARNING] public void setProjectionLatitude2( double projectionLatitude2 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:634: warning: no @param for projectionLatitude2 [WARNING] public void setProjectionLatitude2Degrees( double projectionLatitude2 ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:645: warning: no @param for alpha [WARNING] public void setAlpha( double alpha ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:652: warning: no @param for alpha [WARNING] public void setAlphaDegrees( double alpha ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:669: warning: no @param for lonc [WARNING] public void setLonC( double lonc ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:676: warning: no @param for lonc [WARNING] public void setLonCDegrees( double lonc ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:693: warning: no @param for falseNorthing [WARNING] public void setFalseNorthing( double falseNorthing ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:704: warning: no @param for falseEasting [WARNING] public void setFalseEasting( double falseEasting ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:724: warning: no @param for scaleFactor [WARNING] public void setScaleFactor( double scaleFactor ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:732: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:745: warning: no @param for fromMetres [WARNING] public void setFromMetres( double fromMetres ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:771: warning: no @return [WARNING] public int getEPSGCode() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/Projection.java:846: warning: no @return [WARNING] public Boolean isGeographic() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/AzimuthalProjection.java:66: warning: no @param for mapRadius [WARNING] public void setMapRadius(double mapRadius) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for ellipsoid [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lon_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_1 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_2 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for lat_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for x_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/LambertConformalConicProjection.java:44: warning: no @param for y_0 [WARNING] public LambertConformalConicProjection(Ellipsoid ellipsoid, double lon_0, double lat_1, double lat_2, double lat_0, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for ellipsoid [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for lon_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for lat_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for alpha [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for k [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for x_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/ObliqueMercatorProjection.java:54: warning: no @param for y_0 [WARNING] public ObliqueMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double alpha, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for ellipsoid [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for lon_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for lat_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for k [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for x_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/proj/TransverseMercatorProjection.java:61: warning: no @param for y_0 [WARNING] public TransverseMercatorProjection(Ellipsoid ellipsoid, double lon_0, double lat_0, double k, double x_0, double y_0) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/Angle.java:39: warning: no description for @param [WARNING] * @param text [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/AngleFormat.java:142: warning: no description for @param [WARNING] * @param text [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/units/AngleFormat.java:143: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:44: warning: no @param for v [WARNING] public static double sind(double v) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:44: warning: no @return [WARNING] public static double sind(double v) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @param for z [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @param for c [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:483: warning: no @return [WARNING] public static Complex zpoly1(Complex z, Complex[] c) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for z [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for C [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @param for der [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Proj4J/core/src/main/java/org/locationtech/proj4j/util/ProjectionMath.java:500: warning: no @return [WARNING] public static Complex zpoly1d(Complex z, Complex[] C, Complex der) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-javadoc.jar [WARNING] artifact org.locationtech.proj4j:proj4j:javadoc:javadoc:1.3.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ proj4j >>> [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ proj4j <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ proj4j --- [WARNING] artifact org.locationtech.proj4j:proj4j:java-source:sources:1.3.1-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j --- [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.8:install (default-install) @ proj4j --- [INFO] Installing org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ proj4j --- [INFO] Deferring deploy for org.locationtech.proj4j:proj4j:1.3.1-SNAPSHOT at end [INFO] [INFO] --- bundle:5.1.8:deploy (default-deploy) @ proj4j --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ---------------< org.locationtech.proj4j:proj4j-modules >--------------- [INFO] Building Proj4J Root 1.3.1-SNAPSHOT [3/3] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ proj4j-modules --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j-modules --- [INFO] Skipping artifact installation [INFO] [INFO] --- install:3.1.1:install (default-install) @ proj4j-modules --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ proj4j-modules --- [INFO] Skipping artifact deployment [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1.pom (8.5 kB at 120 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1-javadoc.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1-sources.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1-sources.jar (243 kB at 2.7 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1.jar (259 kB at 2.6 MB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-20231224.164640-1-javadoc.jar (1.3 MB at 8.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/maven-metadata.xml [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/1.3.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/proj4j-snapshots/org/locationtech/proj4j/proj4j/maven-metadata.xml (289 B at 4.4 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Proj4J Root 1.3.1-SNAPSHOT: [INFO] [INFO] Proj4J EPSG ........................................ SUCCESS [ 7.536 s] [INFO] Proj4J ............................................. SUCCESS [ 57.182 s] [INFO] Proj4J Root ........................................ SUCCESS [ 0.488 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2023-12-24T16:47:51Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/core/pom.xml to org.locationtech.proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT.jar to org.locationtech.proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-javadoc.jar to org.locationtech.proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-javadoc.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/core/target/proj4j-1.3.1-SNAPSHOT-sources.jar to org.locationtech.proj4j/proj4j/1.3.1-SNAPSHOT/proj4j-1.3.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/pom.xml to org.locationtech.proj4j/proj4j-modules/1.3.1-SNAPSHOT/proj4j-modules-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/epsg/pom.xml to org.locationtech.proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT.jar to org.locationtech.proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Proj4J/epsg/target/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar to org.locationtech.proj4j/proj4j-epsg/1.3.1-SNAPSHOT/proj4j-epsg-1.3.1-SNAPSHOT-sources.jar channel stopped Finished: SUCCESS