commit 931652c4948555a9eddf93aa7eb98c97d9e0c9af Author: Tuan-Dat Tran Date: Tue Dec 31 13:36:22 2024 +0100 Initial commit Signed-off-by: Tuan-Dat Tran diff --git a/5g-uulm-network-monitoring/.gitignore b/5g-uulm-network-monitoring/.gitignore new file mode 100644 index 0000000..9803c0c --- /dev/null +++ b/5g-uulm-network-monitoring/.gitignore @@ -0,0 +1,6 @@ +/target +/output/* +*.pcap +*.log +/resources/video/* +!/resources/video/.gitignore diff --git a/5g-uulm-network-monitoring/.gitlab-ci.yml b/5g-uulm-network-monitoring/.gitlab-ci.yml new file mode 100644 index 0000000..01fb883 --- /dev/null +++ b/5g-uulm-network-monitoring/.gitlab-ci.yml @@ -0,0 +1,79 @@ +variables: + DOCKER_TAG_PREFIX: "uulm" + KANIKO_IMAGE: "gcr.io/kaniko-project/executor:v1.9.0-debug" + CI_REGISTRY: 192.168.100.2:5000 + CI_COMMIT_TAG: "develop" + DOCKER_CONFIG: "/kaniko/.docker/" + +stages: + - build + - deploy + +.use-kaniko: + image: + name: $KANIKO_IMAGE + entrypoint: [""] + +.multi: + parallel: + matrix: + - COMPONENT_NAME: "videoprobe" + DOCKERFILE_PATH: "Dockerfile" + - COMPONENT_NAME: "ffmpeg" + DOCKERFILE_PATH: "ffmpeg.Dockerfile" + - COMPONENT_NAME: "nginx" + DOCKERFILE_PATH: "nginx.Dockerfile" + +.branches: + only: + - master + - dev + +build: + stage: build + extends: + - .multi + - .use-kaniko + - .branches + script: + - echo "Building $COMPONENT_NAME" + - /kaniko/executor + --context "${CI_PROJECT_DIR}" + --dockerfile "${DOCKERFILE_PATH}" + --destination "${CI_REGISTRY}/${DOCKER_TAG_PREFIX}/${COMPONENT_NAME}:${CI_COMMIT_TAG}" + --no-push + + +deploy: + before_script: + - | + echo "-----BEGIN CERTIFICATE----- + MIIClDCCAf2gAwIBAgIUac+ko3JCbLKoWfsw4zZ7jmK2hWUwDQYJKoZIhvcNAQEF + BQAwfDELMAkGA1UEBhMCWFgxDDAKBgNVBAgMA04vQTEMMAoGA1UEBwwDTi9BMSAw + HgYDVQQKDBdTZWxmLXNpZ25lZCBjZXJ0aWZpY2F0ZTEvMC0GA1UEAwwmMTkyLjE2 + OC4xMDAuMjogU2VsZi1zaWduZWQgY2VydGlmaWNhdGUwHhcNMjMwNzI4MDcyOTAz + WhcNMjQwNzI3MDcyOTAzWjB8MQswCQYDVQQGEwJYWDEMMAoGA1UECAwDTi9BMQww + CgYDVQQHDANOL0ExIDAeBgNVBAoMF1NlbGYtc2lnbmVkIGNlcnRpZmljYXRlMS8w + LQYDVQQDDCYxOTIuMTY4LjEwMC4yOiBTZWxmLXNpZ25lZCBjZXJ0aWZpY2F0ZTCB + nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAniESM4TXYpLuqkkkXe6wdAlVo/In + iaPVIV6WH64dab8s5idpkl6ThvkpuON6czF8oQtEC5OCWvHUmPf8wu29kC7s2Gop + 8yeWlu8BG0fD28qDxhURbDoxqlrbEVQN3r+ekYKlEm83yxM4Zay+r1+s1fzYkf5q + /O0n8WV74Sf4/tkCAwEAAaMTMBEwDwYDVR0RBAgwBocEwKhkAjANBgkqhkiG9w0B + AQUFAAOBgQCJ5618apVWYG2+mizc3HgDgOrY88wUdXOnpejj5r6YrhaQp/vUHGmY + Tv5E3G+lYtNJDzqfjMNgZXGzK6A7D66tU+MuO7yHX7a370JyBF/5rc0YQM+ygIlr + 2WQ58cXzY9INB2l+JTbzDXA+gL7EvGzu/8CWoUd9RabSTRRz6hd2OQ== + -----END CERTIFICATE-----" >> /kaniko/ssl/certs/additional-ca-cert-bundle.crt + stage: deploy + extends: + - .multi + - .use-kaniko + - .branches + script: + - echo "Deploying $COMPONENT_NAME" + - echo {\"auths\":{\"192.168.100.2:5000/v2/\":{\"username\":\"5g-iana\",\"password\":\"5g-iana\"}}} > /kaniko/.docker/config.json + - /kaniko/executor + --skip-tls-verify + --context "${CI_PROJECT_DIR}" + --dockerfile "${DOCKERFILE_PATH}" + --destination "${CI_REGISTRY}/${DOCKER_TAG_PREFIX}/${COMPONENT_NAME}:${CI_COMMIT_TAG}" + diff --git a/5g-uulm-network-monitoring/Cargo.lock b/5g-uulm-network-monitoring/Cargo.lock new file mode 100644 index 0000000..d0788c2 --- /dev/null +++ b/5g-uulm-network-monitoring/Cargo.lock @@ -0,0 +1,2374 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "aho-corasick" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" +dependencies = [ + "memchr", +] + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "anstream" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-wincon", + "concolor-override", + "concolor-query", + "is-terminal", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" + +[[package]] +name = "anstyle-parse" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-wincon" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" +dependencies = [ + "anstyle", + "windows-sys 0.45.0", +] + +[[package]] +name = "async-stream" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" +dependencies = [ + "async-stream-impl", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-stream-impl" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "async-trait" +version = "0.1.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "atomic" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" + +[[package]] +name = "autocfg" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + +[[package]] +name = "base64" +version = "0.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" + +[[package]] +name = "binascii" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" + +[[package]] +name = "bumpalo" +version = "3.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" + +[[package]] +name = "byte-unit" +version = "4.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c" +dependencies = [ + "serde", + "utf8-width", +] + +[[package]] +name = "byteorder" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + +[[package]] +name = "bytes" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" + +[[package]] +name = "cc" +version = "1.0.79" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "chrono" +version = "0.4.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +dependencies = [ + "iana-time-zone", + "js-sys", + "num-integer", + "num-traits", + "time 0.1.45", + "wasm-bindgen", + "winapi", +] + +[[package]] +name = "clap" +version = "4.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" +dependencies = [ + "clap_builder", + "clap_derive", + "once_cell", +] + +[[package]] +name = "clap_builder" +version = "4.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" +dependencies = [ + "anstream", + "anstyle", + "bitflags 1.3.2", + "clap_lex", + "strsim", + "unicase", + "unicode-width", +] + +[[package]] +name = "clap_derive" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "clap_lex" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" + +[[package]] +name = "codespan-reporting" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +dependencies = [ + "termcolor", + "unicode-width", +] + +[[package]] +name = "concolor-override" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" + +[[package]] +name = "concolor-query" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" +dependencies = [ + "windows-sys 0.45.0", +] + +[[package]] +name = "cookie" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" +dependencies = [ + "percent-encoding", + "time 0.3.20", + "version_check", +] + +[[package]] +name = "core-foundation" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + +[[package]] +name = "crossbeam-channel" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +dependencies = [ + "cfg-if", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "cxx" +version = "1.0.94" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" +dependencies = [ + "cc", + "cxxbridge-flags", + "cxxbridge-macro", + "link-cplusplus", +] + +[[package]] +name = "cxx-build" +version = "1.0.94" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" +dependencies = [ + "cc", + "codespan-reporting", + "once_cell", + "proc-macro2", + "quote", + "scratch", + "syn 2.0.37", +] + +[[package]] +name = "cxxbridge-flags" +version = "1.0.94" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" + +[[package]] +name = "cxxbridge-macro" +version = "1.0.94" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "devise" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8" +dependencies = [ + "devise_codegen", + "devise_core", +] + +[[package]] +name = "devise_codegen" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6" +dependencies = [ + "devise_core", + "quote", +] + +[[package]] +name = "devise_core" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a" +dependencies = [ + "bitflags 2.4.0", + "proc-macro2", + "proc-macro2-diagnostics", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "either" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" + +[[package]] +name = "encoding_rs" +version = "0.8.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "errno" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" +dependencies = [ + "errno-dragonfly", + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "errno-dragonfly" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +dependencies = [ + "cc", + "libc", +] + +[[package]] +name = "fastrand" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" +dependencies = [ + "instant", +] + +[[package]] +name = "figment" +version = "0.10.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5" +dependencies = [ + "atomic", + "pear", + "serde", + "toml", + "uncased", + "version_check", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + +[[package]] +name = "form_urlencoded" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" +dependencies = [ + "percent-encoding", +] + +[[package]] +name = "futures" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" + +[[package]] +name = "futures-io" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" + +[[package]] +name = "futures-sink" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" + +[[package]] +name = "futures-task" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" + +[[package]] +name = "futures-util" +version = "0.3.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", +] + +[[package]] +name = "generator" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" +dependencies = [ + "cc", + "libc", + "log", + "rustversion", + "windows", +] + +[[package]] +name = "getrandom" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", +] + +[[package]] +name = "glob" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + +[[package]] +name = "gpsd_proto" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d761ccb0b69f4d39c8a8deba71da23a91b0ed015d8f9dcb3f5f3ee67949d621" +dependencies = [ + "log", + "serde", + "serde_derive", + "serde_json", +] + +[[package]] +name = "h2" +version = "0.3.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http", + "indexmap 1.9.3", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" + +[[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + +[[package]] +name = "hermit-abi" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" +dependencies = [ + "libc", +] + +[[package]] +name = "hermit-abi" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" + +[[package]] +name = "http" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + +[[package]] +name = "http-body" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +dependencies = [ + "bytes", + "http", + "pin-project-lite", +] + +[[package]] +name = "httparse" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" + +[[package]] +name = "httpdate" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + +[[package]] +name = "hyper" +version = "0.14.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +dependencies = [ + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2", + "tokio", + "tower-service", + "tracing", + "want", +] + +[[package]] +name = "hyper-tls" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" +dependencies = [ + "bytes", + "hyper", + "native-tls", + "tokio", + "tokio-native-tls", +] + +[[package]] +name = "iana-time-zone" +version = "0.1.56" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" +dependencies = [ + "cxx", + "cxx-build", +] + +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +dependencies = [ + "autocfg", + "hashbrown 0.12.3", + "serde", +] + +[[package]] +name = "indexmap" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +dependencies = [ + "equivalent", + "hashbrown 0.14.0", +] + +[[package]] +name = "inlinable_string" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" + +[[package]] +name = "instant" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "io-lifetimes" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" +dependencies = [ + "hermit-abi 0.3.1", + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "ipnet" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" + +[[package]] +name = "is-terminal" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" +dependencies = [ + "hermit-abi 0.3.1", + "io-lifetimes", + "rustix", + "windows-sys 0.48.0", +] + +[[package]] +name = "itoa" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" + +[[package]] +name = "js-sys" +version = "0.3.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" +dependencies = [ + "wasm-bindgen", +] + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "libc" +version = "0.2.141" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" + +[[package]] +name = "link-cplusplus" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" +dependencies = [ + "cc", +] + +[[package]] +name = "linux-raw-sys" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" + +[[package]] +name = "local-ip-address" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66357e687a569abca487dc399a9c9ac19beb3f13991ed49f00c144e02cbd42ab" +dependencies = [ + "libc", + "neli", + "thiserror", + "windows-sys 0.48.0", +] + +[[package]] +name = "lock_api" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "loom" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" +dependencies = [ + "cfg-if", + "generator", + "scoped-tls", + "serde", + "serde_json", + "tracing", + "tracing-subscriber", +] + +[[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" +dependencies = [ + "regex-automata 0.1.10", +] + +[[package]] +name = "memchr" +version = "2.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" + +[[package]] +name = "mime" +version = "0.3.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + +[[package]] +name = "mio" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" +dependencies = [ + "libc", + "log", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys 0.45.0", +] + +[[package]] +name = "multer" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" +dependencies = [ + "bytes", + "encoding_rs", + "futures-util", + "http", + "httparse", + "log", + "memchr", + "mime", + "spin", + "tokio", + "tokio-util", + "version_check", +] + +[[package]] +name = "native-tls" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +dependencies = [ + "lazy_static", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + +[[package]] +name = "neli" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43" +dependencies = [ + "byteorder", + "libc", + "log", + "neli-proc-macros", +] + +[[package]] +name = "neli-proc-macros" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4" +dependencies = [ + "either", + "proc-macro2", + "quote", + "serde", + "syn 1.0.109", +] + +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + +[[package]] +name = "num-integer" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +dependencies = [ + "autocfg", + "num-traits", +] + +[[package]] +name = "num-traits" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +dependencies = [ + "autocfg", +] + +[[package]] +name = "num_cpus" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +dependencies = [ + "hermit-abi 0.2.6", + "libc", +] + +[[package]] +name = "once_cell" +version = "1.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" + +[[package]] +name = "openssl" +version = "0.10.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" +dependencies = [ + "bitflags 2.4.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "openssl-probe" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + +[[package]] +name = "openssl-sys" +version = "0.9.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + +[[package]] +name = "parking_lot" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "windows-sys 0.45.0", +] + +[[package]] +name = "pear" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61a386cd715229d399604b50d1361683fe687066f42d56f54be995bc6868f71c" +dependencies = [ + "inlinable_string", + "pear_codegen", + "yansi 1.0.0-rc.1", +] + +[[package]] +name = "pear_codegen" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da9f0f13dac8069c139e8300a6510e3f4143ecf5259c60b116a9b271b4ca0d54" +dependencies = [ + "proc-macro2", + "proc-macro2-diagnostics", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "percent-encoding" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" + +[[package]] +name = "pin-project-lite" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "pkg-config" +version = "0.3.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" + +[[package]] +name = "ppv-lite86" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + +[[package]] +name = "proc-macro2" +version = "1.0.67" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "proc-macro2-diagnostics" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", + "version_check", + "yansi 1.0.0-rc.1", +] + +[[package]] +name = "quote" +version = "1.0.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "ref-cast" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "regex" +version = "1.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata 0.3.8", + "regex-syntax 0.7.5", +] + +[[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax 0.6.29", +] + +[[package]] +name = "regex-automata" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.7.5", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" + +[[package]] +name = "reqwest" +version = "0.11.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" +dependencies = [ + "base64", + "bytes", + "encoding_rs", + "futures-core", + "futures-util", + "h2", + "http", + "http-body", + "hyper", + "hyper-tls", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "serde", + "serde_json", + "serde_urlencoded", + "system-configuration", + "tokio", + "tokio-native-tls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg", +] + +[[package]] +name = "rocket" +version = "0.5.0-rc.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58734f7401ae5cfd129685b48f61182331745b357b96f2367f01aebaf1cc9cc9" +dependencies = [ + "async-stream", + "async-trait", + "atomic", + "binascii", + "bytes", + "either", + "figment", + "futures", + "indexmap 1.9.3", + "is-terminal", + "log", + "memchr", + "multer", + "num_cpus", + "parking_lot", + "pin-project-lite", + "rand", + "ref-cast", + "rocket_codegen", + "rocket_http", + "serde", + "serde_json", + "state", + "tempfile", + "time 0.3.20", + "tokio", + "tokio-stream", + "tokio-util", + "ubyte", + "version_check", + "yansi 0.5.1", +] + +[[package]] +name = "rocket_codegen" +version = "0.5.0-rc.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7093353f14228c744982e409259fb54878ba9563d08214f2d880d59ff2fc508b" +dependencies = [ + "devise", + "glob", + "indexmap 1.9.3", + "proc-macro2", + "quote", + "rocket_http", + "syn 2.0.37", + "unicode-xid", +] + +[[package]] +name = "rocket_http" +version = "0.5.0-rc.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "936012c99162a03a67f37f9836d5f938f662e26f2717809761a9ac46432090f4" +dependencies = [ + "cookie", + "either", + "futures", + "http", + "hyper", + "indexmap 1.9.3", + "log", + "memchr", + "pear", + "percent-encoding", + "pin-project-lite", + "ref-cast", + "serde", + "smallvec", + "stable-pattern", + "state", + "time 0.3.20", + "tokio", + "uncased", +] + +[[package]] +name = "rustix" +version = "0.37.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" +dependencies = [ + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys", + "windows-sys 0.48.0", +] + +[[package]] +name = "rustversion" +version = "1.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" + +[[package]] +name = "ryu" +version = "1.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" + +[[package]] +name = "schannel" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +dependencies = [ + "windows-sys 0.48.0", +] + +[[package]] +name = "scoped-tls" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" + +[[package]] +name = "scopeguard" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" + +[[package]] +name = "scratch" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" + +[[package]] +name = "security-framework" +version = "2.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + +[[package]] +name = "security-framework-sys" +version = "2.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "serde" +version = "1.0.160" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.160" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "serde_json" +version = "1.0.96" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +dependencies = [ + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "serde_spanned" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_urlencoded" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" +dependencies = [ + "form_urlencoded", + "itoa", + "ryu", + "serde", +] + +[[package]] +name = "sharded-slab" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +dependencies = [ + "lazy_static", +] + +[[package]] +name = "signal-hook-registry" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +dependencies = [ + "libc", +] + +[[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" +dependencies = [ + "autocfg", +] + +[[package]] +name = "smallvec" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" + +[[package]] +name = "socket2" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + +[[package]] +name = "stable-pattern" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" +dependencies = [ + "memchr", +] + +[[package]] +name = "state" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" +dependencies = [ + "loom", +] + +[[package]] +name = "strsim" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "tempfile" +version = "3.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +dependencies = [ + "autocfg", + "cfg-if", + "fastrand", + "redox_syscall 0.3.5", + "rustix", + "windows-sys 0.48.0", +] + +[[package]] +name = "termcolor" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "thiserror" +version = "1.0.49" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" +dependencies = [ + "thiserror-impl", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.49" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "thread_local" +version = "1.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +dependencies = [ + "cfg-if", + "once_cell", +] + +[[package]] +name = "time" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" +dependencies = [ + "libc", + "wasi 0.10.0+wasi-snapshot-preview1", + "winapi", +] + +[[package]] +name = "time" +version = "0.3.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" +dependencies = [ + "itoa", + "serde", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" + +[[package]] +name = "time-macros" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" +dependencies = [ + "time-core", +] + +[[package]] +name = "tinyvec" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "tokio" +version = "1.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" +dependencies = [ + "autocfg", + "bytes", + "libc", + "mio", + "num_cpus", + "parking_lot", + "pin-project-lite", + "signal-hook-registry", + "socket2", + "tokio-macros", + "windows-sys 0.45.0", +] + +[[package]] +name = "tokio-macros" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.37", +] + +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + +[[package]] +name = "tokio-stream" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] +name = "tokio-util" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", + "tracing", +] + +[[package]] +name = "toml" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + +[[package]] +name = "toml_datetime" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +dependencies = [ + "serde", +] + +[[package]] +name = "toml_edit" +version = "0.19.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +dependencies = [ + "indexmap 2.0.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", +] + +[[package]] +name = "tower-service" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" + +[[package]] +name = "tracing" +version = "0.1.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +dependencies = [ + "cfg-if", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-appender" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" +dependencies = [ + "crossbeam-channel", + "time 0.3.20", + "tracing-subscriber", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "tracing-core" +version = "0.1.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" +dependencies = [ + "once_cell", + "valuable", +] + +[[package]] +name = "tracing-log" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" +dependencies = [ + "lazy_static", + "log", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.3.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +dependencies = [ + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", +] + +[[package]] +name = "try-lock" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" + +[[package]] +name = "ubyte" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6" +dependencies = [ + "serde", +] + +[[package]] +name = "uncased" +version = "0.9.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68" +dependencies = [ + "serde", + "version_check", +] + +[[package]] +name = "unicase" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" +dependencies = [ + "version_check", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" + +[[package]] +name = "unicode-ident" +version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" + +[[package]] +name = "unicode-normalization" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "unicode-width" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" + +[[package]] +name = "unicode-xid" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" + +[[package]] +name = "url" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", +] + +[[package]] +name = "utf8-width" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" + +[[package]] +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + +[[package]] +name = "valuable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] +name = "version_check" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + +[[package]] +name = "videoprobe" +version = "0.2.0" +dependencies = [ + "byte-unit", + "chrono", + "clap", + "gpsd_proto", + "local-ip-address", + "reqwest", + "rocket", + "serde", + "serde_json", + "tokio", + "tracing", + "tracing-appender", + "tracing-subscriber", +] + +[[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" +dependencies = [ + "try-lock", +] + +[[package]] +name = "wasi" +version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + +[[package]] +name = "wasm-bindgen" +version = "0.2.84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" +dependencies = [ + "cfg-if", + "wasm-bindgen-macro", +] + +[[package]] +name = "wasm-bindgen-backend" +version = "0.2.84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" +dependencies = [ + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn 1.0.109", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" +dependencies = [ + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "wasm-bindgen-backend", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" + +[[package]] +name = "web-sys" +version = "0.3.61" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +dependencies = [ + "winapi", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "windows" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +dependencies = [ + "windows-targets 0.48.0", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.0", +] + +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +dependencies = [ + "windows_aarch64_gnullvm 0.48.0", + "windows_aarch64_msvc 0.48.0", + "windows_i686_gnu 0.48.0", + "windows_i686_msvc 0.48.0", + "windows_x86_64_gnu 0.48.0", + "windows_x86_64_gnullvm 0.48.0", + "windows_x86_64_msvc 0.48.0", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" + +[[package]] +name = "windows_i686_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" + +[[package]] +name = "winnow" +version = "0.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" + +[[package]] +name = "yansi" +version = "1.0.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377" diff --git a/5g-uulm-network-monitoring/Cargo.toml b/5g-uulm-network-monitoring/Cargo.toml new file mode 100644 index 0000000..d208cac --- /dev/null +++ b/5g-uulm-network-monitoring/Cargo.toml @@ -0,0 +1,30 @@ +[package] +name = "videoprobe" +version = "0.2.0" +edition = "2021" + +[profile.dev] + +[profile.release] +lto = true +strip = true +panic = "abort" + +[dependencies] +byte-unit = "4.0.18" +chrono = "0.4.24" +clap = { version = "4.1.6", features = ["derive", "string", "unicode"] } +gpsd_proto = "0.7.0" +rocket = { version = "0.5.0-rc.1", features = ["json"] } +serde_json = "1.0.94" +tokio = { version = "1.26.0", features = ["full"] } +tracing = "0.1.37" +tracing-appender = "0.2.2" +tracing-subscriber = "0.3.16" +serde = { version = "1.0", features = ["derive"] } +reqwest = "0.11.22" +local-ip-address = "0.5.6" + +[features] +rtt = [] +throughput = [] diff --git a/5g-uulm-network-monitoring/Dockerfile b/5g-uulm-network-monitoring/Dockerfile new file mode 100644 index 0000000..e7640c5 --- /dev/null +++ b/5g-uulm-network-monitoring/Dockerfile @@ -0,0 +1,22 @@ +# Build Stage +FROM rust:1.74 as builder +WORKDIR /usr/src/5G_VideoProbe +COPY src src +COPY Cargo.* . +RUN cargo install -F rtt --path . + +# Runtime Stage +FROM debian:stable-slim as runtime +RUN apt-get update && apt-get install -y \ + tshark \ + gpsd \ + iputils-ping \ + ffmpeg \ + tcpdump \ + && rm -rf /var/lib/apt/lists/* +COPY Rocket.toml /etc/videoprobe/Rocket.toml +COPY run.sh /run.sh + +COPY --from=builder /usr/local/cargo/bin/videoprobe /usr/local/bin/videoprobe + +CMD [ "/run.sh" ] diff --git a/5g-uulm-network-monitoring/README.md b/5g-uulm-network-monitoring/README.md new file mode 100644 index 0000000..2e7300c --- /dev/null +++ b/5g-uulm-network-monitoring/README.md @@ -0,0 +1,105 @@ +# 5G-IANA: UULM Network Monitoring + +This repository contains the CI/CD and Dockerfiles necessary to build +the UULM Network Monitoring Tool. + +This tool is used to deploy a RTMP stream behind a reverse proxy and a network +monitoring client which has a consumer for the stream. +The monitoring tool outputs the timestamp, lat, lon, byts per second and rtt. + +## Feature Flags + +There are currently two feature flags for this tool which enable us to record +and output data to the endpoint in multiple formats. + +### RTT + +With only the `rtt` flag enabled the tool records and emits the `rtt` towards +the `ping_ip`. One output would look like this: + +```csv +# lat, lon, rtt +0.00000000,0.00000000,6480000 ns +``` + +```sh +curl -X GET -H "Content-Type: application/json" -d "{ \"endpoint_ip\": [\"http://172.17.0.1:41002/upload\"], \"ping_ip\": \"1.1\" }" http://172.17.0.1:8000/demo/start +``` + +```sh +cargo build -F rtt +``` + +### RTT/Throughput + +```csv +# unix timestamp, lat, lon, bytes per second, rtt +1716480819,0.00000000,0.00000000,1.86 KB,6960000 ns +``` + +```sh +curl -X GET -H "Content-Type: application/json" -d "{ \"endpoint_ip\": [\"http://172.17.0.1:41002/upload\"], \"ping_ip\": \"1.1\" , \"stream_url\": \"rtmp://132.252.100.137:31000/live/test\" }" http://172.17.0.1:8000/demo/start +``` + +```sh +cargo build -F rtt -F throughput +``` + +### Throughput (not yet tested) + +```csv +# lat, lon, throughput per second +0.00000000,0.00000000,1.86 KB +``` + +```sh +curl -X GET -H "Content-Type: application/json" -d "{ \"endpoint_ip\": [\"http://172.17.0.1:41002/upload\"], \"stream_url\": \"rtmp://132.252.100.137:31000/live/test\" }" http://172.17.0.1:8000/demo/start +``` + +```sh +cargo build -F throughput +``` + +## Local Deployment + +### Example + +```sh +# Server +docker build -f nginx.Dockerfile -t ffmpeg-nginx .; docker run -p 1935:1935 ffmpeg-nginx:latest + +# Client +# Add features as needed +cargo run -F rtt -F throughput -- -p "/pcap/receiver.pcap" -o "/output/videoprobe_$(date '+%s').log" + +# Configure Client +curl -X GET -H "Content-Type: application/json" -d "{ \"endpoint_ip\": [\"http://172.17.0.1:41002/upload\"], \"ping_ip\": \"1.1\" , \"stream_url\": \"rtmp://localhost:1935/live/test\" }" http://172.17.0.1:8000/demo/start +``` + +## Open internal Ports + +- **1935**: RTMP of `web` providing `sender`-stream +- **8000**: Endpoint of `videoprobe` + +## Configurations/Environment Variables + +- STREAMURL: The URL of a rtmp based video stream. In this + environment it is to be `web`. +- RUSTLOG: The logging level of the network monitoring tool + itself. +- ROCKETCONFIG: Might as well be constant, but specifies the + path for the configuration of the API endpoint of `videoprobe`. +- VPTARGET: The API endpoint to upload the collected data to + with with a `POST` request. This is variable should not be used during + the demonstration. +- CMD: Needed as an alternative to using the `command:` keyword, which + is usually used to overwrite a containers entrypoint. +- GNSSENABLED: Used for choosing whether the videoprobe + should be running with "dry gps". Dry GPS means that the tool will be + running without GPS capabilities in case the user is sure that there + is no GNSS device present or satalite connectivity can't be ensured. +- GNSSDEV: The path of the mounted GNSS Device. Needed to + start gpsd inside of the container. Changes to it should also be + applied to the corresponding + [file:local-docker-compose.yml](local-docker-compose.yml) and + [file:docker-compose.yml](docker-compose.yml). diff --git a/5g-uulm-network-monitoring/README.md.old b/5g-uulm-network-monitoring/README.md.old new file mode 100644 index 0000000..9ad172d --- /dev/null +++ b/5g-uulm-network-monitoring/README.md.old @@ -0,0 +1,107 @@ +# 5G-IANA: UULM Network Monitoring + +This repository contains the CI/CD and Dockerfiles necessary to build +the UULM Network Monitoring Tool. + +For demonstration purposes we need to send a command to `videoprobe` +before it starts running, so we can deploy it beforehand. To do this +simply run the following command: + +``` bash +curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"\",\"\"], \"stream_ip\": \"\", \"stream_url\": \""}" http:///demo/start + +``` + +- nodeip: A list of API endpoints `videorprobe` should send + the collected data to i.e. \_\[, + . +- streamip: The IP `videoprobe` measures the latency to. + Usually this is the same as IP as the `stream_url` i.e. + 192.168.0.149. +- streamurl: The full path to the nginx-proxy thats hosting a rtmp + stream i.e. rtmp://192.168.0.149/live/test. + +## Testing Locally + +When testing locally we may host the videostream provider and the +consumer on the same device. This is not the case for the deployment on +the 5G-IANA platform, where we put them on different clusters (see +[file:maestro-compose.yml](maestro-compose.yml)). All files regarding +local testing can be found in [file:local/](local/). + +1. Make sure to have the GNSS Dongle connected as a device at + `/dev/ttyACM0`. If it has another name, change the entry in + [local-docker-compose.yml](local-docker-compose.yml) accordingly. +2. Run `docker compose -f local-docker-compose.yml up --build` to + build/run all of the `*Dockerfiles`. +3. For the current version, which is built for the demonstration, we + need to run the `curl` command to provide `videoprobe` with the + endpoint to which it'll send the data. + +Usually that would be the `obu-node` container. For local testing we are +using [file:app.py](app.py). Adjust the port accordingly in the curl +command so it looks roughly like this: + +``` bash +# Another example: curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"https://webhook.site/30ffd7cd-0fa5-4391-8725-c05a1bf48a75/upload/\"], \"stream_ip\": \"192.168.30.248\", \"stream_url\": \"rtmp://192.168.30.248:32731/live/test\"}" http://192.168.30.248:31234/demo/start +curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"http://192.168.0.149:8001/upload\",\"http://192.168.0.149:8002/upload\"], \"stream_ip\": \"192.168.0.149\", \"stream_url\": \"rtmp://192.168.0.149/live/test\"}" http://192.168.0.149:8000/demo/start +``` + +Given your devices IP is `192.168.100.2` + +1. Once running you can do either of the following: + 1. Simulate DMLOs `get_data_stats` by running the following + command: + `curl -X GET -H "Content-Type: application/json" -d "{\"id\": 1}" http://:8000/data_collection/get_data_stats` + +## Running on 5G-IANA + +When testing locally we are hosting the videostream provider and the +consumer on the same device. This is not the case for the deployment on +the 5G-IANA platform, where we put them on different clusters (see +[file:maestro-compose.yml](maestro-compose.yml)). + +1. Make sure OBUs are connected by running the following command on the + MEC: `kubectl get nodes # UULM-OBU1 and UULM-OBU2 should be present` +2. Make sure the OBUs each have a GNSS receiver connected to them. If + there are no devices called `/dev/ttyACM0` on each OBU, change the + entries in the + [docker-compose.yml](docker-compose.yml)/[maestro-compose.yml](maestro-compose.yml) + accordingly to the actual name of the GNSS receivers and redeploy + the images. A possibly easier alternative would be to unplug the + GNSS receiver, reboot the machine and plug it back in, if possible. +3. Find out the IPs for the OBUs and run + `curl -X GET -H "Content-Type: application/json" -d "{\"ip\": http://192.168.100.2:32123/upload}" http://192.168.100.2:8000/demo/start` + on each of them. `192.168.100.2` being a placeholder for their + respective IPs, 32123 being a placeholder for the port the + `obu-node` container is listening on for data-uploads and port 8000 + being a placeholder for videoprobe listening on for the start + command. + +## Open internal Ports + +- **1935**: RTMP of `web` providing `sender`-stream +- **8000**: Endpoint of `videoprobe` + +## Configurations/Environment Variables + +- STREAMURL: The URL of a rtmp based video stream. In this + environment it is to be `web`. +- RUSTLOG: The logging level of the network monitoring tool + itself. +- ROCKETCONFIG: Might as well be constant, but specifies the + path for the configuration of the API endpoint of `videoprobe`. +- VPTARGET: The API endpoint to upload the collected data to + with with a `POST` request. This is variable should not be used during + the demonstration. +- CMD: Needed as an alternative to using the `command:` keyword, which + is usually used to overwrite a containers entrypoint. +- GNSSENABLED: Used for choosing whether the videoprobe + should be running with "dry gps". Dry GPS means that the tool will be + running without GPS capabilities in case the user is sure that there + is no GNSS device present or satalite connectivity can't be ensured. +- GNSSDEV: The path of the mounted GNSS Device. Needed to + start gpsd inside of the container. Changes to it should also be + applied to the corresponding + [file:local-docker-compose.yml](local-docker-compose.yml) and + [file:docker-compose.yml](docker-compose.yml). diff --git a/5g-uulm-network-monitoring/README.org b/5g-uulm-network-monitoring/README.org new file mode 100644 index 0000000..a286824 --- /dev/null +++ b/5g-uulm-network-monitoring/README.org @@ -0,0 +1,57 @@ +* 5G-IANA: UULM Network Monitoring + +This repository contains the CI/CD and Dockerfiles necessary to build the UULM Network Monitoring Tool. + +For demonstration purposes we need to send a command to =videoprobe= before it starts running, so we can deploy it beforehand. +To do this simply run the following command: +#+begin_src sh +curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"\",\"\"], \"stream_ip\": \"\", \"stream_url\": \""}" http:///demo/start + +#+end_src +- node_ip: A list of API endpoints =videorprobe= should send the collected data to i.e. _[http://192.168.0.149:8001/upload, http://192.168.0.149:8002/upload]_. +- stream_ip: The IP =videoprobe= measures the latency to. Usually this is the same as IP as the ~stream_url~ i.e. _192.168.0.149_. +- stream_url: The full path to the nginx-proxy thats hosting a rtmp stream i.e. _rtmp://192.168.0.149/live/test_. + +** Testing Locally +When testing locally we may host the videostream provider and the consumer on the same device. +This is not the case for the deployment on the 5G-IANA platform, where we put them on different clusters (see [[file:maestro-compose.yml]]). +All files regarding local testing can be found in [[file:local/]]. +1. Make sure to have the GNSS Dongle connected as a device at ~/dev/ttyACM0~. + If it has another name, change the entry in [[file:local-docker-compose.yml][local-docker-compose.yml]] accordingly. +2. Run ~docker compose -f local-docker-compose.yml up --build~ to build/run all of the =*Dockerfiles=. +3. For the current version, which is built for the demonstration, we need to run the ~curl~ command to provide =videoprobe= with the endpoint to which it'll send the data. +Usually that would be the =obu-node= container. +For local testing we are using [[file:app.py]]. +Adjust the port accordingly in the curl command so it looks roughly like this: +#+BEGIN_SRC sh +# Another example: curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"https://webhook.site/30ffd7cd-0fa5-4391-8725-c05a1bf48a75/upload/\"], \"stream_ip\": \"192.168.30.248\", \"stream_url\": \"rtmp://192.168.30.248:32731/live/test\"}" http://192.168.30.248:31234/demo/start +curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"http://192.168.0.149:8001/upload\",\"http://192.168.0.149:8002/upload\"], \"stream_ip\": \"192.168.0.149\", \"stream_url\": \"rtmp://192.168.0.149/live/test\"}" http://192.168.0.149:8000/demo/start +#+END_SRC +Given your devices IP is =192.168.100.2= +4. Once running you can do either of the following: + 1. Simulate DMLOs ~get_data_stats~ by running the following command: + ~curl -X GET -H "Content-Type: application/json" -d "{\"id\": 1}" http://:8000/data_collection/get_data_stats~ + +** Running on 5G-IANA +When testing locally we are hosting the videostream provider and the consumer on the same device. +This is not the case for the deployment on the 5G-IANA platform, where we put them on different clusters (see [[file:maestro-compose.yml]]). +1. Make sure OBUs are connected by running the following command on the MEC: + ~kubectl get nodes # UULM-OBU1 and UULM-OBU2 should be present~ +2. Make sure the OBUs each have a GNSS receiver connected to them. + If there are no devices called ~/dev/ttyACM0~ on each OBU, change the entries in the [[file:docker-compose.yml][docker-compose.yml]]/[[file:maestro-compose.yml][maestro-compose.yml]] accordingly to the actual name of the GNSS receivers and redeploy the images. + A possibly easier alternative would be to unplug the GNSS receiver, reboot the machine and plug it back in, if possible. +3. Find out the IPs for the OBUs and run ~curl -X GET -H "Content-Type: application/json" -d "{\"ip\": http://192.168.100.2:32123/upload}" http://192.168.100.2:8000/demo/start~ on each of them. ~192.168.100.2~ being a placeholder for their respective IPs, 32123 being a placeholder for the port the =obu-node= container is listening on for data-uploads and port 8000 being a placeholder for videoprobe listening on for the start command. + +** Open internal Ports +- *1935*: RTMP of =web= providing =sender=-stream +- *8000*: Endpoint of =videoprobe= + +** Configurations/Environment Variables +- STREAM_URL: The URL of a rtmp based video stream. In this environment it is to be =web=. +- RUST_LOG: The logging level of the network monitoring tool itself. +- ROCKET_CONFIG: Might as well be constant, but specifies the path for the configuration of the API endpoint of =videoprobe=. +- VP_TARGET: The API endpoint to upload the collected data to with with a ~POST~ request. This is variable should not be used during the demonstration. +- CMD: Needed as an alternative to using the ~command:~ keyword, which is usually used to overwrite a containers entrypoint. +- GNSS_ENABLED: Used for choosing whether the videoprobe should be running with "dry gps". Dry GPS means that the tool will be running without GPS capabilities in case the user is sure that there is no GNSS device present or satalite connectivity can't be ensured. +- GNSS_DEV: The path of the mounted GNSS Device. Needed to start gpsd inside of the container. Changes to it should also be applied to the corresponding [[file:local-docker-compose.yml]] and [[file:docker-compose.yml]]. + diff --git a/5g-uulm-network-monitoring/Rocket.toml b/5g-uulm-network-monitoring/Rocket.toml new file mode 100644 index 0000000..ea04319 --- /dev/null +++ b/5g-uulm-network-monitoring/Rocket.toml @@ -0,0 +1,3 @@ +[default] +address = "0.0.0.0" +limits = { form = "64 kB", json = "1 MiB" } diff --git a/5g-uulm-network-monitoring/buildx/buildkitd.toml b/5g-uulm-network-monitoring/buildx/buildkitd.toml new file mode 100644 index 0000000..293417e --- /dev/null +++ b/5g-uulm-network-monitoring/buildx/buildkitd.toml @@ -0,0 +1,7 @@ +[registry."192.168.100.2:5000"] + http = true + insecure = true + ca = ["certs/192.168.100.2:5000/ca.crt"] + [[registry."192.168.100.2:5000".keypair]] + key = "certs/192.168.100.2:5000/client.key" + cert = "certs/192.168.100.2:5000/client.cert" diff --git a/5g-uulm-network-monitoring/buildx/create_builder.sh b/5g-uulm-network-monitoring/buildx/create_builder.sh new file mode 100755 index 0000000..071e176 --- /dev/null +++ b/5g-uulm-network-monitoring/buildx/create_builder.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker buildx create --name iana --platform linux/amd64,linux/arm64 --bootstrap --config ./buildkitd.toml --use \ No newline at end of file diff --git a/5g-uulm-network-monitoring/buildx/setup.sh b/5g-uulm-network-monitoring/buildx/setup.sh new file mode 100755 index 0000000..73dba8f --- /dev/null +++ b/5g-uulm-network-monitoring/buildx/setup.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# Nokia +#IANA_REGISTRY=192.168.100.2:5000 +# TS +IANA_REGISTRY=192.168.100.2:5000 + +mkdir -p certs/"$IANA_REGISTRY" + +( + cd certs/"$IANA_REGISTRY" || exit 1 + + openssl s_client -showcerts -connect "$IANA_REGISTRY" ca.crt + + openssl genrsa -out client.key 4096 + openssl req -new -x509 -text -key client.key -out client.cert \ + -subj "/C=DE/ST=Northrhine Westphalia/L=Essen/O=University Duisburg-Essen/emailAddress=tuan-dat.tran@stud.uni-due.de" +) diff --git a/5g-uulm-network-monitoring/docker-compose.yml b/5g-uulm-network-monitoring/docker-compose.yml new file mode 100644 index 0000000..4841e54 --- /dev/null +++ b/5g-uulm-network-monitoring/docker-compose.yml @@ -0,0 +1,39 @@ +version: "3.9" +name: uulm_network_monitoring +services: + videoprobe: + image: 192.168.100.2:5000/uulm/passive_network_monitoring:latest + container_name: netmon_receiver_videoprobe + deploy: + resources: + limits: + cpus: "1.0" + memory: 512M + healthcheck: + test: curl http://localhost:8000 + interval: 10s + environment: + - RUST_LOG=info + - ROCKET_CONFIG=/etc/videoprobe/Rocket.toml + - GNSS_DEV=/dev/ttyACM0 + - GNSS_ENABLED=true # default + depends_on: + - web + ports: + - 8000:8000 + devices: + - /dev/ttyACM0:/dev/ttyACM0 + + web: + image: 192.168.100.2:5000/uulm/nginx:latest + container_name: netmon_sender_web + deploy: + resources: + limits: + cpus: "1.0" + memory: 512M + healthcheck: + test: curl http://localhost:1935 + interval: 10s + ports: + - 1935:1935 diff --git a/5g-uulm-network-monitoring/docker-push-rtt.sh b/5g-uulm-network-monitoring/docker-push-rtt.sh new file mode 100755 index 0000000..c4667b7 --- /dev/null +++ b/5g-uulm-network-monitoring/docker-push-rtt.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +PNM_VERSION=v1.3.0 +LOCAL_CL_IMAGE=videoprobe-rtt +REMOTE_CL_IMAGE=uc6nmclirtt +docker build -f ./docker/nmcli_rtt.Dockerfile -t $LOCAL_CL_IMAGE . +docker tag $LOCAL_CL_IMAGE:latest 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION +docker push 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION diff --git a/5g-uulm-network-monitoring/docker-push-throughput.sh b/5g-uulm-network-monitoring/docker-push-throughput.sh new file mode 100755 index 0000000..a083d2f --- /dev/null +++ b/5g-uulm-network-monitoring/docker-push-throughput.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +PNM_VERSION=v1.0.0 +LOCAL_CL_IMAGE=videoprobe-throughput +REMOTE_CL_IMAGE=uc6nmclithroughput +docker build -f ./docker/nmcli_throughput.Dockerfile -t $LOCAL_CL_IMAGE . +docker tag $LOCAL_CL_IMAGE:latest 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION +docker push 192.168.100.2:5000/uulm/$REMOTE_CL_IMAGE:$PNM_VERSION diff --git a/5g-uulm-network-monitoring/docker-push.sh b/5g-uulm-network-monitoring/docker-push.sh new file mode 100755 index 0000000..ee8c8ef --- /dev/null +++ b/5g-uulm-network-monitoring/docker-push.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +REGISTRY=192.168.100.2:5000/uulm + +TAG=v1.3.0 +DOCKERFILE=./docker/nmcli_default.Dockerfile +REMOTE_IMAGE_X86=passive_network_monitoring +REMOTE_IMAGE_ARM=passive_network_monitoring_arm + +docker buildx build --platform linux/amd64 -f $DOCKERFILE -t \ + $REGISTRY/$REMOTE_IMAGE_X86:$TAG . --push + +docker buildx build --platform linux/arm64 -f $DOCKERFILE -t \ + $REGISTRY/$REMOTE_IMAGE_ARM:$TAG . --push + +NGINX_VERSION=v1.2.2 +LOCAL_NGINX_IMAGE=nginx-stream +REMOTE_NGINX_IMAGE=nginx +docker build -f ./docker/nginx.Dockerfile -t $LOCAL_NGINX_IMAGE . +docker tag $LOCAL_NGINX_IMAGE $REGISTRY/$REMOTE_NGINX_IMAGE:$NGINX_VERSION +docker push $REGISTRY/$REMOTE_NGINX_IMAGE:$NGINX_VERSION diff --git a/5g-uulm-network-monitoring/docker/nginx.Dockerfile b/5g-uulm-network-monitoring/docker/nginx.Dockerfile new file mode 100644 index 0000000..8518ac6 --- /dev/null +++ b/5g-uulm-network-monitoring/docker/nginx.Dockerfile @@ -0,0 +1,7 @@ +FROM tiangolo/nginx-rtmp:latest-2024-01-15 +# Install dependencies +RUN apt-get update && \ + apt-get install -y --no-install-recommends ffmpeg && \ + rm -rf /var/lib/apt/lists/* + +ENTRYPOINT ["sh", "-c", "nginx && ffmpeg -f lavfi -i testsrc -vf scale=1920x1080 -r 30 -c:v libx264 -pix_fmt yuv420p -b:v 20M -f flv rtmp://localhost/live/test"] diff --git a/5g-uulm-network-monitoring/docker/nmcli_default.Dockerfile b/5g-uulm-network-monitoring/docker/nmcli_default.Dockerfile new file mode 100644 index 0000000..4dedb82 --- /dev/null +++ b/5g-uulm-network-monitoring/docker/nmcli_default.Dockerfile @@ -0,0 +1,22 @@ +# Build Stage +FROM rust:1.74 AS builder +WORKDIR /usr/src/5G_VideoProbe +COPY ../src src +COPY ../Cargo.* . +RUN cargo install -F rtt -F throughput --path . + +# Runtime Stage +FROM debian:stable-slim AS runtime +RUN apt-get update && apt-get install -y \ + tshark \ + gpsd \ + iputils-ping \ + ffmpeg \ + tcpdump \ + && rm -rf /var/lib/apt/lists/* +COPY ../Rocket.toml /etc/videoprobe/Rocket.toml +COPY ../run.sh /run.sh + +COPY --from=builder /usr/local/cargo/bin/videoprobe /usr/local/bin/videoprobe + +CMD [ "/run.sh" ] diff --git a/5g-uulm-network-monitoring/docker/nmcli_rtt.Dockerfile b/5g-uulm-network-monitoring/docker/nmcli_rtt.Dockerfile new file mode 100644 index 0000000..49e4696 --- /dev/null +++ b/5g-uulm-network-monitoring/docker/nmcli_rtt.Dockerfile @@ -0,0 +1,22 @@ +# Build Stage +FROM rust:1.74 AS builder +WORKDIR /usr/src/5G_VideoProbe +COPY ../src src +COPY ../Cargo.* . +RUN cargo install -F rtt --path . + +# Runtime Stage +FROM debian:stable-slim AS runtime +RUN apt-get update && apt-get install -y \ + tshark \ + gpsd \ + iputils-ping \ + ffmpeg \ + tcpdump \ + && rm -rf /var/lib/apt/lists/* +COPY ../Rocket.toml /etc/videoprobe/Rocket.toml +COPY ../run.sh /run.sh + +COPY --from=builder /usr/local/cargo/bin/videoprobe /usr/local/bin/videoprobe + +CMD [ "/run.sh" ] diff --git a/5g-uulm-network-monitoring/docker/nmcli_throughput.Dockerfile b/5g-uulm-network-monitoring/docker/nmcli_throughput.Dockerfile new file mode 100644 index 0000000..6c35e48 --- /dev/null +++ b/5g-uulm-network-monitoring/docker/nmcli_throughput.Dockerfile @@ -0,0 +1,22 @@ +# Build Stage +FROM rust:1.74 as builder +WORKDIR /usr/src/5G_VideoProbe +COPY ../src src +COPY ../Cargo.* . +RUN cargo install -F throughput --path . + +# Runtime Stage +FROM debian:stable-slim AS runtime +RUN apt-get update && apt-get install -y \ + tshark \ + gpsd \ + iputils-ping \ + ffmpeg \ + tcpdump \ + && rm -rf /var/lib/apt/lists/* +COPY ../Rocket.toml /etc/videoprobe/Rocket.toml +COPY ../run.sh /run.sh + +COPY --from=builder /usr/local/cargo/bin/videoprobe /usr/local/bin/videoprobe + +CMD [ "/run.sh" ] diff --git a/5g-uulm-network-monitoring/docs/measurement_setup.org b/5g-uulm-network-monitoring/docs/measurement_setup.org new file mode 100644 index 0000000..64cd013 --- /dev/null +++ b/5g-uulm-network-monitoring/docs/measurement_setup.org @@ -0,0 +1,95 @@ +* Measurement Setup +During our testing in Ulm we had two machines. +The *5G-MEC*, which we used as the sender of a video stream. +The receiver of the stream was a laptop with a GNSS module and the 5G antenna. + +The 5G-MEC was a VM running Ubuntu. +To access the sender from the receiver, the receiver had to be on a specific mobile network. +From there the receiver had access to a OpenVPN-Server, which granted us a connection to the 5G-MEC. +To limit traffic between the sender and receiver to only the 5G connection, Wi-Fi was turned off. + +** Sender +The sender had a video file that was used by a [[https://hub.docker.com/r/jrottenberg/ffmpeg][ffmpeg]] container which then provided an rmtp stream. +The resulting rtmp stream was forwarded to [[https://hub.docker.com/r/tiangolo/nginx-rtmp/][nginx-rtmp]] so it is accessable from the outside. + +*** Video File +The video file the sender used for streaming had the following format: +- Bitrate: 23780 kb/s +- Encoding: h264 +- Color model: yuv420p +- Resolution: 1920x1080 +- Frame Rate: 23.98 fps + +*** Video Stream +To stream the video the following flags were used: +#+begin_src shell +-i /video/video.mkv -c:v libx264 -b:v 40M -movflags frag_keyframe+empty_moov -f flv ${STREAM_URL} +#+end_src +- ~-i /video/video.mkv~: This specifies the path to the video file +- ~-c:v libx264~: Specifies the video coded that should be used. H264, the original codec, in this case. +- ~-b:v 40M~: Specifies the target video bitrate, which is 40 Mb/s. +- ~-movflags frag_keyframe+empty_moov~: These were used to make the file compatible with the FLV format +- ~-f flv~: Specifies the target file format. FLV is necessary for the RTMP video stream. +- ~${STREAM_URL}~: The URL where the stream will be served. + +** Receiver +The receiver had a GNSS module to record GPS data and a 5G mobile connection. +It was running the videoprobe tool in docker along with [[https://hub.docker.com/r/jrottenberg/ffmpeg][ffmpeg]] and [[https://hub.docker.com/r/nicolaka/netshoot][netshoot]]. +ffmpeg was configured to use netshoot as its network gateway. +netshoot ran tshark on its passing traffic and created a pcap file. +That pcap file was written to a docker volume, which was also attached to our videoprobe tool. +The videoprobe tool used the pcap file to gauge the throughput of the video stream. + +Along with videoprobe to generate logs we also ran ~signal.sh~ to gain mobile network signal information from the antenna, such as "Reference Signal Received Quality" (RSRQ) and "Reference Signal Received Power" (RSRP). + +The logfiles of both have to be manually joined on their timestamps at a later time. +*** Receiver +The receiver ran with the following flags: +#+begin_src shell +-i ${STREAM_URL} -c copy -f null - +#+end_src +- ~-i ${STREAM_URL}~: The source of the video stream that should be read in. +- ~-c copy~: Makes the receiver take in the input stream as is. +- ~-f null -~: Discard the streamed video. +*** Netshoot +Netshoot is a network diagnostic tool for docker. +We use it to get the traffic to/from the ffmpeg container. +*** VideoProbe +VideoProbe uses the following metrics: +- Location Data (from GNSS module) +- Throughput (from netshoot-pcap file) +- Latency (ping) +to create a logfile. + +Each entry of the logfile has the fields: (timestamp, latitude,longitude, throughput, latency (in ns)). +The resolution of the output was 1 entry/s. +*** signal.sh +We used ~qmicli~ to log signal information of the antenna. + +An entry of the logfile has the fields: (timestamp, rsrq, rsrp) +The resolution of the output was 1 entry/s. +** Diagram +#+begin_src + ┌───────────────────────────────┐ + │ │ + │ Client (Laptop) │ + │ │ + │ ┌──────┐ ┌────────────┐ │ +┌───────────────────────────────────────────────────────────────────┐ │ │ │ │ │ │ +│ │ │ │ pcap │◄─────┤ videoprobe │ │ +│ Sender (5G-MEC) ┌────────────────────────────────────────┐ │ │ │ │ │ │ │ +│ │ │ │ │ └──────┘ └────────────┘ │ +│ ┌──────────────┐ │ Docker │ │ │ ▲ │ +│ │ │ │ ┌────────┐ │ │ │ │ │ +│ │ Videofile │ │ │ │ ┌──────────────┐ │ │ │ ┌──┴───────┐ ┌────────┐ │ +│ │ - h264 │ │ │ ffmpeg │ │ │ │ │ │ │ │ │ │ │ +│ │ - 1920x1080 ├─────┼────►│ - h264 ├────►│ nginx-server ├────┼──►├─────────────────────────────────┼─►│ netshoot ├─────►│ ffmpeg │ │ +│ │ - 23.98 fps │ │ │ - 40M │ │ │ │ │ │ │ │ │ - copy │ │ +│ │ - 23780 kb/s │ │ │ - flv │ └──────────────┘ │ │ │ └──────────┘ │ │ │ +│ │ - mkv │ │ │ │ │ │ │ └────────┘ │ +│ └──────────────┘ │ └────────┘ │ │ │ │ +│ │ │ │ └───────────────────────────────┘ +│ └────────────────────────────────────────┘ │ +│ │ +└───────────────────────────────────────────────────────────────────┘ +#+end_src diff --git a/5g-uulm-network-monitoring/local-docker-push.sh b/5g-uulm-network-monitoring/local-docker-push.sh new file mode 100755 index 0000000..2ed84c7 --- /dev/null +++ b/5g-uulm-network-monitoring/local-docker-push.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +REGISTRY="mos4" + +CL_TAG=v1.3.0 +REMOTE_CL_IMAGE=passive_network_monitoring +docker buildx build --platform linux/amd64,linux/arm64 -f ./docker/nmcli_default.Dockerfile -t $REGISTRY/$REMOTE_CL_IMAGE:$CL_TAG . --push + +NGINX_VERSION=v1.2.2 +LOCAL_NGINX_IMAGE=nginx-stream +REMOTE_NGINX_IMAGE=nginx +# docker buildx build --platform linux/amd64 -f ./docker/nginx.Dockerfile -t $REGISTRY/$REMOTE_NGINX_IMAGE:$NGINX_VERSION --push . +docker build -f ./docker/nginx.Dockerfile -t $LOCAL_NGINX_IMAGE . +docker tag $LOCAL_NGINX_IMAGE $REGISTRY/$REMOTE_NGINX_IMAGE:$NGINX_VERSION +docker push $REGISTRY/$REMOTE_NGINX_IMAGE:$NGINX_VERSION diff --git a/5g-uulm-network-monitoring/local/app.py b/5g-uulm-network-monitoring/local/app.py new file mode 100644 index 0000000..f36ea3a --- /dev/null +++ b/5g-uulm-network-monitoring/local/app.py @@ -0,0 +1,16 @@ +from flask import Flask, request +import sys + +app = Flask(__name__) + +@app.route('/upload', methods=['POST']) +def handle_post_request(): + # Print the received POST request data + print(request) + print(request.data) + + # Respond with a 200 status code + return '', 200 + +if __name__ == '__main__': + app.run(host='0.0.0.0', port=int(sys.argv[1])) diff --git a/5g-uulm-network-monitoring/local/local-receiver-docker-compose.yml b/5g-uulm-network-monitoring/local/local-receiver-docker-compose.yml new file mode 100644 index 0000000..43e20ec --- /dev/null +++ b/5g-uulm-network-monitoring/local/local-receiver-docker-compose.yml @@ -0,0 +1,24 @@ +version: "3.9" +name: uulm_network_monitoring +services: + videoprobe: + build: + context: ../ + dockerfile: Dockerfile + container_name: netmon_receiver_videoprobe + deploy: + resources: + limits: + cpus : "1.0" + memory: 512M + healthcheck: + test: curl http://localhost:8000 + interval: 10s + environment: + - RUST_LOG=info + - ROCKET_CONFIG=/etc/videoprobe/Rocket.toml + - GNSS_DEV=/dev/ttyACM0 + ports: + - 8000:8000 + devices: + - /dev/ttyACM0:/dev/ttyACM0 diff --git a/5g-uulm-network-monitoring/local/local-sender-docker-compose.yml b/5g-uulm-network-monitoring/local/local-sender-docker-compose.yml new file mode 100644 index 0000000..6d5e173 --- /dev/null +++ b/5g-uulm-network-monitoring/local/local-sender-docker-compose.yml @@ -0,0 +1,38 @@ +version: "3.9" +name: uulm_network_monitoring +services: + web: + build: + context: . + dockerfile: nginx.Dockerfile + container_name: netmon_sender_web + deploy: + resources: + limits: + cpus : "1.0" + memory: 512M + healthcheck: + test: curl http://localhost:1935 + interval: 10s + ports: + - 1935:1935 + + sender: + build: + context: . + dockerfile: ffmpeg.Dockerfile + container_name: netmon_sender_ffmpeg + deploy: + resources: + limits: + cpus : "1.0" + memory: 2048M + healthcheck: + test: curl http://web:1935 + interval: 10s + environment: + - CMD=/usr/local/bin/ffmpeg -f lavfi -i testsrc -vf scale=3840x2160 -r 60 -c:v libx264 -pix_fmt yuv420p -b:v 40M -f flv rtmp://web/live/test + depends_on: + - web + devices: + - /dev/dri:/dev/dri diff --git a/5g-uulm-network-monitoring/maestro-compose.yml b/5g-uulm-network-monitoring/maestro-compose.yml new file mode 100644 index 0000000..03ba784 --- /dev/null +++ b/5g-uulm-network-monitoring/maestro-compose.yml @@ -0,0 +1,57 @@ +application_name: uulm_network_monitoring +infrastructure_manager: kubernetes # kubernetes (default) or openstack + +default_image_registry: + username: my_username_for_image_repository + password: "R3p0$1t0rY_P@$$W0rD!" + +components: + videoprobe: + artifacts: + image: 192.168.100.2:5000/uulm/passive_network_monitoring:latest + registry: default + aarch: amd64 + replicas: 1 + compute: + cpus: 1.0 + ram: 512.0 + storage: 512.0 + location: + cluster: cluster-1 + node: node-1 + depends_on: + - component_name: web + component_port: 1935 + healthcheck: + http: http://localhost:8000 + interval: 10s + environment: + - RUST_LOG=info + - ROCKET_CONFIG=/etc/videoprobe/Rocket.toml + - GNSS_DEV=/dev/ttyACM0 + - GNSS_ENABLED=true + container_interfaces: + - tcp: 8000 + user_facing: true + devices: + - /dev/ttyACM0:/dev/ttyACM0 + + web: + artifacts: + image: 192.168.100.2:5000/uulm/nginx:latest + registry: default + aarch: amd64 + replicas: 1 + compute: + cpus: 1.0 + ram: 512.0 + storage: 1024.0 + location: + cluster: cluster-2 + node: node-1 + healthcheck: + cmd: curl rtmp://localhost:1935/live/test + interval: 10s + container_interfaces: + - tcp: 1935 + user_facing: true diff --git a/5g-uulm-network-monitoring/run.sh b/5g-uulm-network-monitoring/run.sh new file mode 100755 index 0000000..cd1ab4a --- /dev/null +++ b/5g-uulm-network-monitoring/run.sh @@ -0,0 +1,28 @@ +#!/bin/sh + +# +# This script is needed for the Dockerfile since running gpsd with a RUN command doesn't seem to work +# +RED='\033[0;31m' +NC='\033[0m' # No Color +echo "Log Level: $RUST_LOG" +echo "Rocket Config: $ROCKET_CONFIG" +echo "GNSS ENABLED: $GNSS_ENABLED" +if [ "$GNSS_ENABLED" = true ]; then + echo "GNSS Device Path: $GNSS_DEV" + gpsd -n -G -S 2947 -F /var/run/gpsd.sock $GNSS_DEV +else + echo "${RED}GNSS is DISABLED${NC}" +fi + +mkdir /pcap/ +touch /pcap/receiver.pcap +tcpdump -i eth0 -w /pcap/receiver.pcap & + +sleep 5 +mkdir /output/ +if [ "$GNSS_ENABLED" = true ]; then + videoprobe -p "/pcap/receiver.pcap" -o "/output/videoprobe_$(date '+%s').log" +else + videoprobe -p "/pcap/receiver.pcap" -o "/output/videoprobe_$(date '+%s').log" -d +fi diff --git a/5g-uulm-network-monitoring/rustfmt.toml b/5g-uulm-network-monitoring/rustfmt.toml new file mode 100644 index 0000000..32a9786 --- /dev/null +++ b/5g-uulm-network-monitoring/rustfmt.toml @@ -0,0 +1 @@ +edition = "2018" diff --git a/5g-uulm-network-monitoring/src/bps.rs b/5g-uulm-network-monitoring/src/bps.rs new file mode 100644 index 0000000..f37a40e --- /dev/null +++ b/5g-uulm-network-monitoring/src/bps.rs @@ -0,0 +1,139 @@ +use std::{io::Error, path::Path, process::Stdio, time::Duration}; + +use byte_unit::{AdjustedByte, Byte}; +use tokio::{ + io::{AsyncBufReadExt, BufReader}, + process::Command, + sync::mpsc::UnboundedSender, +}; +use tracing::{debug, trace}; + +struct Bandwidth { + time: Duration, + data: Byte, +} + +#[derive(Default, Debug)] +struct Bps { + /// Last recorded time + last_time: Duration, + /// The current total time + total_time: Duration, + /// The current total length + total_len: Byte, +} + +impl Bps { + fn new() -> Self { + Self::default() + } + + fn update(&mut self, data: &str) -> Option { + let x: Vec<&str> = data.trim().split('\t').collect(); + let epoch = Duration::from_secs_f64(x[0].parse::().unwrap_or_default()); + let _src = x[1]; + let _dst = x[2]; + let len = Byte::from_bytes((x[3].parse::().unwrap_or_default() as u64).into()); + let mut res = None; + + if self.total_time > Duration::from_secs(1) { + // One second elapsed + let window_size = self.total_len; // Total amount of bytes + let window_time = epoch; // Duration of the window + + let bandwidth = Bandwidth { + time: window_time, + data: window_size, + }; + + self.reset(epoch); + + res = Some(BpsData { + timestamp: bandwidth.time.as_secs(), + data: bandwidth.data.get_appropriate_unit(false), + }); + } else { + // We're still in the window + // One second hasn't elapsed yet + // Difference between current time and last time a pkt got recorded + let delta = if epoch > self.last_time { + epoch - self.last_time + } else { + self.last_time - epoch + }; + + self.last_time = epoch; + self.total_time += delta; + self.total_len = Byte::from_bytes(self.total_len.get_bytes() + len.get_bytes()); + } + trace!("Bps: {:?}", self); + + res + } + + fn reset(&mut self, last_time: Duration) { + self.last_time = last_time; + self.total_time = Duration::default(); + self.total_len = Byte::default(); + } +} + +#[derive(Debug)] +pub struct BpsData { + pub timestamp: u64, + pub data: AdjustedByte, +} + +pub async fn run_bandwidth_eval( + pcap_file: &Path, + sender: UnboundedSender>, +) -> Result<(), Error> { + debug!("Running tail..."); + let mut tail_child = Command::new("tail") + .args(["-f", "-c", "+0", pcap_file.as_os_str().to_str().unwrap()]) + .stdin(Stdio::null()) + .stdout(Stdio::piped()) + .spawn() + .unwrap(); + + let tail_stdout: Stdio = tail_child.stdout.take().unwrap().try_into().unwrap(); + + debug!("Running tshark..."); + let mut tshark_child = Command::new("tshark") + .args([ + "-T", + "fields", + "-e", + "frame.time_epoch", + "-e", + "ip.src_host", + "-e", + "ip.dst_host", + "-e", + "frame.len", + "-i", + "-", + ]) + .stdin(tail_stdout) + .stdout(Stdio::piped()) + .stderr(Stdio::null()) + .spawn()?; + + let mut bps = Bps::new(); + let tshark_stdout = tshark_child.stdout.take().unwrap(); + + let tshark_handler = tokio::spawn(async move { + let mut reader = BufReader::new(tshark_stdout).lines(); + let mut counter = 0; + while let Some(line) = reader.next_line().await.unwrap() { + trace!("Pkt {}: {}", counter, &line); + counter += 1; + let data = bps.update(&line); + sender.send(data).expect("Couldn't send BpsData"); + } + }); + + tshark_handler.await.unwrap(); + + Ok(()) +} diff --git a/5g-uulm-network-monitoring/src/cli.rs b/5g-uulm-network-monitoring/src/cli.rs new file mode 100644 index 0000000..1b5d4a7 --- /dev/null +++ b/5g-uulm-network-monitoring/src/cli.rs @@ -0,0 +1,30 @@ +use clap::Parser; +use std::path::PathBuf; + +#[derive(Parser, Debug)] +#[command(author, version, about=None, long_about=None)] +pub struct Cli { + /// Path of the pcap file + #[arg(short, long)] + pub pcap: PathBuf, + + /// Output file as csv + #[arg(short, long)] + pub out: PathBuf, + + /// Endpoint to send data to + #[arg(short, long)] + pub endpoint: Option, + + /// Target for ping + #[arg(short, long)] + pub target: Option, + + /// Option purely for testing. + #[arg(short, long)] + pub dry_gps: bool, + + /// STREAM_URL for ffmpeg + #[arg(short, long)] + pub stream_url: Option, +} diff --git a/5g-uulm-network-monitoring/src/endpoints.rs b/5g-uulm-network-monitoring/src/endpoints.rs new file mode 100644 index 0000000..6dc37bc --- /dev/null +++ b/5g-uulm-network-monitoring/src/endpoints.rs @@ -0,0 +1,107 @@ +use local_ip_address::local_ip; +use rocket::{get, serde::json::Json}; +use serde::{Deserialize, Serialize}; +use std::{ + ops::Deref, + time::{SystemTime, UNIX_EPOCH}, +}; + +use crate::SharedCounter; + +#[cfg(all(feature = "throughput", feature = "rtt"))] +#[derive(Debug, Deserialize)] +pub struct StartDemoRequest { + endpoint_ip: Vec, + ping_ip: String, + stream_url: String, +} + +#[cfg(all(feature = "throughput", not(feature = "rtt")))] +#[derive(Debug, Deserialize)] +pub struct StartDemoRequest { + endpoint_ip: Vec, + stream_url: String, +} + +#[cfg(all(not(feature = "throughput"), feature = "rtt"))] +#[derive(Debug, Deserialize)] +pub struct StartDemoRequest { + endpoint_ip: Vec, + ping_ip: String, +} + +#[derive(Debug, Deserialize)] +pub struct DataCollectionStatsRequest { + id: i32, +} + +#[derive(Debug, Serialize)] +pub struct DataNode { + id: i32, + ip: String, + dataset_size: f32, + time_since_last_record: u64, +} + +#[get("/demo/start", format = "json", data = "")] +pub fn start_demo( + state: &rocket::State, + data: Json, +) -> &'static str { + { + let (local_state, cvar) = state.inner().deref(); + let mut local_state = local_state.lock().unwrap(); + local_state.started = true; + local_state.endpoint_ip = Some(data.endpoint_ip.clone()); + + #[cfg(feature = "rtt")] + { + local_state.ping_ip = Some(data.ping_ip.clone()); + } + + #[cfg(feature = "throughput")] + { + local_state.stream_url = Some(data.stream_url.clone()); + } + + cvar.notify_one(); + } + "Ok" +} + +#[get("/data_collection/get_data_stats", format = "json", data = "")] +pub fn get_counter( + state: &rocket::State, + data: Json, +) -> Json { + // Get counter value + let (counter_val, last_visited): (f32, u64) = { + let (local_state, _) = state.inner().deref(); + let local_state = local_state.lock().unwrap(); + let now = SystemTime::now() + .duration_since(UNIX_EPOCH) + .unwrap() + .as_secs(); + + (local_state.counter as f32, now - local_state.last_check) + }; + + // Reset counter now that it has been seen + { + let (local_state, _) = state.inner().deref(); + let mut local_state = local_state.lock().unwrap(); + local_state.counter = 0; + local_state.last_check = SystemTime::now() + .duration_since(UNIX_EPOCH) + .unwrap() + .as_secs(); + } + + // Response + Json(DataNode { + id: data.id, + ip: local_ip().unwrap().to_string(), + dataset_size: counter_val, + time_since_last_record: last_visited, + }) +} diff --git a/5g-uulm-network-monitoring/src/ffmpeg.rs b/5g-uulm-network-monitoring/src/ffmpeg.rs new file mode 100644 index 0000000..ad6c3ec --- /dev/null +++ b/5g-uulm-network-monitoring/src/ffmpeg.rs @@ -0,0 +1,17 @@ +use std::error::Error; + +use tokio::process::Command; + +pub async fn run_ffmpeg(stream_url: String) -> Result<(), Box> { + let _ffmpeg_child = Command::new("ffmpeg") + .arg("-i") + .arg(stream_url) + .arg("-c") + .arg("copy") + .arg("-f") + .arg("null") + .arg("-") + // .stdout(Stdio::piped()) + .spawn()?; + Ok(()) +} diff --git a/5g-uulm-network-monitoring/src/gps.rs b/5g-uulm-network-monitoring/src/gps.rs new file mode 100644 index 0000000..aa243ae --- /dev/null +++ b/5g-uulm-network-monitoring/src/gps.rs @@ -0,0 +1,96 @@ +use std::net::SocketAddr; +use std::time::UNIX_EPOCH; +use std::{error::Error, time::SystemTime}; + +use chrono::DateTime; +use gpsd_proto::{Tpv, UnifiedResponse}; +use tokio::{ + io::{AsyncBufReadExt, AsyncWriteExt, BufReader}, + net::TcpStream, + sync::mpsc::UnboundedSender, +}; +use tracing::{debug, info, trace}; + +#[derive(Debug)] +pub struct GpsData { + pub timestamp: u64, + pub lat: Option, + pub lon: Option, +} + +pub async fn run_gpsd_eval( + sender: UnboundedSender>, + testing: bool, +) -> Result<(), Box> { + if !testing { + let addr: SocketAddr = "127.0.0.1:2947".parse().unwrap(); + + let mut stream = TcpStream::connect(addr).await?; + debug!("Connected to server: {}", stream.peer_addr()?); + + stream + .write_all(gpsd_proto::ENABLE_WATCH_CMD.as_bytes()) + .await?; + + let mut stream_reader = BufReader::new(stream).lines(); + + while let Some(line) = stream_reader.next_line().await.unwrap() { + if let Ok(rd) = serde_json::from_str(&line) { + match rd { + UnifiedResponse::Version(v) => { + if v.proto_major < gpsd_proto::PROTO_MAJOR_MIN { + panic!("Gpsd major version mismatch"); + } + info!("Gpsd version {} connected", v.rev); + } + UnifiedResponse::Device(d) => debug!("Device {:?}", d), + UnifiedResponse::Tpv(t) => { + let data = parse_tpv(t); + if let Some(data) = data { + sender + .send(Some(data)) + .expect("Couldn't send GpsData to main thread") + } + } + _ => {} + } + }; + } + Ok(()) + } else { + loop { + sender + .send(Some(GpsData { + timestamp: SystemTime::now() + .duration_since(UNIX_EPOCH) + .expect("Time went backwards.") + .as_secs(), + lat: Some(0_f64), + lon: Some(0_f64), + })) + .expect("Couldn't send GpsData to main thread"); + tokio::time::sleep(tokio::time::Duration::from_secs(1)).await; + } + #[allow(unreachable_code)] + Ok(()) + } +} + +fn parse_tpv(t: Tpv) -> Option { + if let Some(time) = t.time { + let timestamp = DateTime::parse_from_rfc3339(&time) + .unwrap() + .timestamp() + .unsigned_abs(); + let lat = t.lat; + let lon = t.lon; + trace!("TPV: t: {}, lat: {:?}, lon: {:?}", timestamp, lat, lon); + Some(GpsData { + timestamp, + lat, + lon, + }) + } else { + None + } +} diff --git a/5g-uulm-network-monitoring/src/main.rs b/5g-uulm-network-monitoring/src/main.rs new file mode 100644 index 0000000..c9a7ff9 --- /dev/null +++ b/5g-uulm-network-monitoring/src/main.rs @@ -0,0 +1,793 @@ +#[cfg(feature = "throughput")] +use byte_unit::AdjustedByte; +#[cfg(feature = "rtt")] +use chrono::Duration; +use clap::Parser; +use rocket::routes; +use std::{ + collections::BTreeMap, + io::Error, + sync::{Arc, Condvar, Mutex}, + time::{SystemTime, UNIX_EPOCH}, +}; +use tokio::{fs::File, io::AsyncWriteExt, sync::mpsc}; +use tracing::{debug, error, info, trace}; + +use crate::cli::Cli; +use crate::endpoints::{get_counter, start_demo}; + +#[cfg(feature = "throughput")] +mod bps; +mod cli; +mod endpoints; +#[cfg(feature = "throughput")] +mod ffmpeg; +mod gps; +#[cfg(feature = "rtt")] +mod rttps; + +/// The maximum length of a entry/line in the csv file +const MAX_CSV_ENTRY_LENGTH: usize = 55; // 55 is the realistic upper bound 100 to be safe + +/// The buffer that stores the data entries before they are sent out to the http endpoint +const ENTRIES_BUFFER_LENGTH: usize = 100; + +type CsvEntries = [CsvEntry; ENTRIES_BUFFER_LENGTH]; +type CsvEntry = [char; MAX_CSV_ENTRY_LENGTH]; + +pub type SharedCounter = Arc<(Mutex, Condvar)>; + +/// The state of the app, specifically used for the API endpoint +#[cfg(all(feature = "throughput", feature = "rtt"))] +#[derive(Debug)] +pub struct State { + // Whether program should be started + started: bool, + // To configure IP of the endpoint that should receive the collected data + endpoint_ip: Option>, + // To configure IP of the ping-target after starting + ping_ip: Option, + // To configure IP of the stream url for ffmpeg + stream_url: Option, + // Amount of counted data packages + counter: usize, + // Time of last check on endpoint + last_check: u64, + // Push Data + entries: CsvEntries, + // Amount of counted data packages + entries_counter: usize, +} + +/// The state of the app, specifically used for the API endpoint +#[cfg(all(not(feature = "throughput"), feature = "rtt"))] +#[derive(Debug)] +pub struct State { + // Whether program should be started + started: bool, + // To configure IP of the endpoint that should receive the collected data + endpoint_ip: Option>, + // To configure IP of the ping-target after starting + ping_ip: Option, + // Amount of counted data packages + counter: usize, + // Time of last check on endpoint + last_check: u64, + // Push Data + entries: CsvEntries, + // Amount of counted data packages + entries_counter: usize, +} + +/// The state of the app, specifically used for the API endpoint +#[cfg(all(feature = "throughput", not(feature = "rtt")))] +#[derive(Debug)] +pub struct State { + // Whether program should be started + started: bool, + // To configure IP of the endpoint that should receive the collected data + endpoint_ip: Option>, + // To configure IP of the stream url for ffmpeg + stream_url: Option, + // Amount of counted data packages + counter: usize, + // Time of last check on endpoint + last_check: u64, + // Push Data + entries: CsvEntries, + // Amount of counted data packages + entries_counter: usize, +} + +#[cfg(all(feature = "throughput", feature = "rtt"))] +impl Default for State { + fn default() -> Self { + State { + started: false, + endpoint_ip: None, + ping_ip: None, + stream_url: None, + counter: 0, + last_check: SystemTime::now() + .duration_since(UNIX_EPOCH) + .unwrap() + .as_secs(), + entries: [[' '; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH], + entries_counter: 0, + } + } +} + +#[cfg(all(not(feature = "throughput"), feature = "rtt"))] +impl Default for State { + fn default() -> Self { + State { + started: false, + endpoint_ip: None, + ping_ip: None, + counter: 0, + last_check: SystemTime::now() + .duration_since(UNIX_EPOCH) + .unwrap() + .as_secs(), + entries: [[' '; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH], + entries_counter: 0, + } + } +} + +#[cfg(all(feature = "throughput", not(feature = "rtt")))] +impl Default for State { + fn default() -> Self { + State { + started: false, + endpoint_ip: None, + stream_url: None, + counter: 0, + last_check: SystemTime::now() + .duration_since(UNIX_EPOCH) + .unwrap() + .as_secs(), + entries: [[' '; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH], + entries_counter: 0, + } + } +} + +#[derive(Debug)] +struct DataMsg { + timestamp: u64, + entry: DataEntry, +} + +#[derive(Debug)] +#[cfg(all(feature = "throughput", feature = "rtt"))] +struct DataEntry { + lat: Option, + lon: Option, + gps_count: u64, + byte: Option, + rtt: Option, +} + +#[derive(Debug)] +#[cfg(all(not(feature = "throughput"), feature = "rtt"))] +struct DataEntry { + lat: Option, + lon: Option, + gps_count: u64, + rtt: Option, +} + +#[derive(Debug)] +#[cfg(all(feature = "throughput", not(feature = "rtt")))] +struct DataEntry { + lat: Option, + lon: Option, + gps_count: u64, + byte: Option, +} + +impl DataEntry { + fn combine(&self, other: &DataEntry) -> DataEntry { + // trace!("Compare: Self: {:?}, Other: {:?}", self, other); + + let lat = match (self.lat, other.lat) { + (Some(lat1), Some(lat2)) => Some(lat1 + lat2), + (None, Some(lat2)) => Some(lat2), + (Some(lat1), None) => Some(lat1), + (None, None) => None, + }; + + let lon = match (self.lon, other.lon) { + (Some(lon1), Some(lon2)) => Some(lon1 + lon2), + (None, Some(lon2)) => Some(lon2), + (Some(lon1), None) => Some(lon1), + (None, None) => None, + }; + + let gps_count = self.gps_count + other.gps_count; + + #[cfg(all(feature = "throughput", feature = "rtt"))] + { + let byte = self.byte.or(other.byte); + + let rtt = match (self.rtt, other.rtt) { + (Some(rtt1), Some(rtt2)) => Some((rtt1 + rtt2) / 2), + (Some(rtt1), _) => Some(rtt1), + (None, Some(rtt2)) => Some(rtt2), + (None, None) => None, + }; + + DataEntry { + lat, + lon, + gps_count, + byte, + rtt, + } + } + + #[cfg(all(not(feature = "throughput"), feature = "rtt"))] + { + let rtt = match (self.rtt, other.rtt) { + (Some(rtt1), Some(rtt2)) => Some((rtt1 + rtt2) / 2), + (Some(rtt1), _) => Some(rtt1), + (None, Some(rtt2)) => Some(rtt2), + (None, None) => None, + }; + + DataEntry { + lat, + lon, + gps_count, + rtt, + } + } + + #[cfg(all(feature = "throughput", not(feature = "rtt")))] + { + let byte = self.byte.or(other.byte); + + DataEntry { + lat, + lon, + gps_count, + byte, + } + } + } +} + +#[tokio::main] +async fn main() -> Result<(), Error> { + tracing_subscriber::fmt::init(); + + let args = Cli::parse(); + + #[cfg(feature = "throughput")] + let pcap_file = &args.pcap; + + let state: SharedCounter = Arc::new((Mutex::new(State::default()), Condvar::new())); + + debug!("Starting API..."); + let state_api = state.clone(); + let api_handler = rocket::build() + .mount("/", routes![get_counter]) + .mount("/", routes![start_demo]) + .manage(state_api) + .launch(); + + let _api_join_handle = tokio::spawn(api_handler); + { + info!("Waiting for GET to /demo/start..."); + let state_started = state.clone(); + let (lock, cvar) = &*state_started; + let mut started = lock.lock().unwrap(); + while !started.started { + started = cvar.wait(started).unwrap() + } + } + + let endpoint_ip: Vec = { + let state_endpoint = state.clone(); + let (lock, _) = &*state_endpoint; + let local_state = lock.lock().unwrap(); + let e = if let Some(endpoint) = args.endpoint { + local_state.endpoint_ip.clone().unwrap_or(vec![endpoint]) + } else { + local_state.endpoint_ip.clone().unwrap() + }; + info!("Endpoint to upload data to is: {:?}", e); + e + }; + + debug!("Creating mpscs..."); + let (gps_sender, mut gps_receiver) = mpsc::unbounded_channel(); + + #[cfg(feature = "rtt")] + let (rttps_sender, mut rttps_receiver) = mpsc::unbounded_channel(); + + #[cfg(feature = "rtt")] + let ping_ip: String = { + let state_endpoint = state.clone(); + let (lock, _) = &*state_endpoint; + let local_state = lock.lock().unwrap(); + let p = local_state.ping_ip.clone().or(args.target).unwrap(); + info!("Endpoint to measure latency at: {}", p); + p + }; + + #[cfg(feature = "throughput")] + let (bps_sender, mut bps_receiver) = mpsc::unbounded_channel(); + + #[cfg(feature = "throughput")] + let stream_url: String = { + let state_endpoint = state.clone(); + let (lock, _) = &*state_endpoint; + let local_state = lock.lock().unwrap(); + let s = local_state.stream_url.clone().or(args.stream_url).unwrap(); + info!("Endpoint to stream video from: {}", s); + s + }; + + #[cfg(feature = "throughput")] + debug!("Running ffmpeg..."); + #[cfg(feature = "throughput")] + let ffmpeg_handler = ffmpeg::run_ffmpeg(stream_url.clone()); + #[cfg(feature = "throughput")] + debug!("Running bps..."); + #[cfg(feature = "throughput")] + let bps_handler = bps::run_bandwidth_eval(pcap_file, bps_sender); + + // wait here until api request comes in. + debug!("Running gps..."); + let gps_handler = gps::run_gpsd_eval(gps_sender, args.dry_gps); + #[cfg(feature = "rtt")] + debug!("Running rttps..."); + #[cfg(feature = "rtt")] + let rttps_handler = rttps::run_rtt_eval(rttps_sender, ping_ip); + + let (tx, mut rx) = mpsc::unbounded_channel(); + + let gps_tx = tx.clone(); + + #[cfg(all(feature = "throughput", feature = "rtt"))] + let gps_channel_handler = tokio::spawn(async move { + while let Some(msg) = gps_receiver.recv().await { + if let Some(data) = msg { + debug!("GpsData: {:?}", data); + gps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: data.lat, + lon: data.lon, + gps_count: 1, + byte: None, + rtt: None, + }, + }) + .map_err(|err| error!("Failed to send data via GPS channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(all(not(feature = "throughput"), feature = "rtt"))] + let gps_channel_handler = tokio::spawn(async move { + while let Some(msg) = gps_receiver.recv().await { + if let Some(data) = msg { + debug!("GpsData: {:?}", data); + gps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: data.lat, + lon: data.lon, + gps_count: 1, + rtt: None, + }, + }) + .map_err(|err| error!("Failed to send data via GPS channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(all(feature = "throughput", not(feature = "rtt")))] + let gps_channel_handler = tokio::spawn(async move { + while let Some(msg) = gps_receiver.recv().await { + if let Some(data) = msg { + debug!("GpsData: {:?}", data); + gps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: data.lat, + lon: data.lon, + gps_count: 1, + byte: None, + }, + }) + .map_err(|err| error!("Failed to send data via GPS channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(feature = "throughput")] + let bps_tx = tx.clone(); + + #[cfg(all(feature = "throughput", feature = "rtt"))] + let bps_channel_handler = tokio::spawn(async move { + while let Some(msg) = bps_receiver.recv().await { + if let Some(data) = msg { + debug!("BPSData: {:?}", data); + bps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: None, + lon: None, + gps_count: 0, + byte: Some(data.data), + rtt: None, + }, + }) + .map_err(|err| error!("Failed to send data via BPS channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(all(feature = "throughput", not(feature = "rtt")))] + let bps_channel_handler = tokio::spawn(async move { + while let Some(msg) = bps_receiver.recv().await { + if let Some(data) = msg { + debug!("BPSData: {:?}", data); + bps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: None, + lon: None, + gps_count: 0, + byte: Some(data.data), + }, + }) + .map_err(|err| error!("Failed to send data via BPS channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(feature = "rtt")] + let rttps_tx = tx.clone(); + + #[cfg(all(feature = "throughput", feature = "rtt"))] + let rttps_channel_handler = tokio::spawn(async move { + while let Some(msg) = rttps_receiver.recv().await { + if let Some(data) = msg { + debug!("RTTps: {:?}", data); + rttps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: None, + lon: None, + gps_count: 0, + byte: None, + rtt: Some(data.rtt), + }, + }) + .map_err(|err| error!("Failed to send data via RTTps channel: {}", err)) + .ok(); + } + } + }); + + #[cfg(all(not(feature = "throughput"), feature = "rtt"))] + let rttps_channel_handler = tokio::spawn(async move { + while let Some(msg) = rttps_receiver.recv().await { + if let Some(data) = msg { + debug!("RTTps: {:?}", data); + rttps_tx + .send(DataMsg { + timestamp: data.timestamp, + entry: DataEntry { + lat: None, + lon: None, + gps_count: 0, + rtt: Some(data.rtt), + }, + }) + .map_err(|err| error!("Failed to send data via RTTps channel: {}", err)) + .ok(); + } + } + }); + + let mut output_file = File::create(&args.out).await?; + let mut entries: BTreeMap = BTreeMap::new(); + let client = reqwest::Client::new(); + + let state_csv = state.clone(); + + let csv_handler = tokio::spawn(async move { + while let Some(msg) = rx.recv().await { + let key = msg.timestamp; + if entries.contains_key(&key) { + let former_entry = entries.get(&key).unwrap(); + let new_entry = &msg.entry; + let combined_entry = former_entry.combine(new_entry); + entries.insert(key, combined_entry); + } else { + entries.insert(key, msg.entry); + } + // Write entry to csv if complete + let entry = entries.get(&key).unwrap(); + + #[cfg(all(feature = "throughput", feature = "rtt"))] + if let (Some(lat), Some(lon), Some(byte), Some(rtt)) = + (entry.lat, entry.lon, entry.byte, entry.rtt) + { + let rtt_ns = rtt.num_nanoseconds().unwrap(); + let rtt_string = format!("{rtt_ns} ns"); + let csv_entry = format!( + "{},{:2.8},{:2.8},{},{}\n", + &key, + lat / (entry.gps_count as f64), + lon / (entry.gps_count as f64), + byte, + rtt_string + ); + + info!("Writing data: {}", &csv_entry.trim()); + output_file.write_all(csv_entry.as_bytes()).await.unwrap(); + let mut char_array: [char; MAX_CSV_ENTRY_LENGTH] = [' '; MAX_CSV_ENTRY_LENGTH]; + // Convert the String into a Vec + let char_vec: Vec = csv_entry.chars().collect(); + let len = char_vec.len().min(MAX_CSV_ENTRY_LENGTH); + { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + let counter = local_state.entries_counter; + + if counter < ENTRIES_BUFFER_LENGTH { + char_array[..len].copy_from_slice(&char_vec[..len]); + local_state.entries[counter] = char_array; + local_state.counter += 1; + local_state.entries_counter += 1; + } + } + let request_body: Option = { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + if local_state.entries_counter >= ENTRIES_BUFFER_LENGTH { + let body = local_state + .entries + .iter() + .map(|r| r.iter().collect::().trim().to_string()) + .filter(|l| !l.is_empty()) + .collect::>() + .join("\n"); + { + local_state.entries_counter = 0; + local_state.entries = + [[' '; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH]; + } + info!("Sending {} to {:?}", body.clone(), endpoint_ip); + Some(body) + } else { + info!("counter: {}", local_state.entries_counter); + None + } + }; + if let Some(rb) = request_body { + info!("Trying to send data..."); + for e in endpoint_ip.clone().iter() { + if let Ok(response) = client.post(e.clone()).body(rb.clone()).send().await { + info!( + "Sucessfully sent data to {}. Response: {:?}", + e.clone(), + response + ); + } else { + error!("Couldn't send data to {}", e.clone()); + } + } + } + } else { + trace!( + "Building data: {{{}: {:?}}} (unfinished)", + &key, + entries.get(&key) + ); + } + + #[cfg(all(not(feature = "throughput"), feature = "rtt"))] + if let (Some(lat), Some(lon), Some(rtt)) = (entry.lat, entry.lon, entry.rtt) { + let rtt_ns = rtt.num_nanoseconds().unwrap(); + let rtt_string = format!("{rtt_ns} ns"); + let csv_entry = format!( + "{},{:2.8},{:2.8},{}\n", + &key, + lat / (entry.gps_count as f64), + lon / (entry.gps_count as f64), + rtt_string + ); + + info!("Writing data: {}", &csv_entry.trim()); + output_file.write_all(csv_entry.as_bytes()).await.unwrap(); + let mut char_array: [char; MAX_CSV_ENTRY_LENGTH] = [' '; MAX_CSV_ENTRY_LENGTH]; + // Convert the String into a Vec + let char_vec: Vec = csv_entry.chars().collect(); + let len = char_vec.len().min(MAX_CSV_ENTRY_LENGTH); + { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + let counter = local_state.entries_counter; + + if counter < ENTRIES_BUFFER_LENGTH { + char_array[..len].copy_from_slice(&char_vec[..len]); + local_state.entries[counter] = char_array; + local_state.counter += 1; + local_state.entries_counter += 1; + } + } + let request_body: Option = { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + if local_state.entries_counter >= ENTRIES_BUFFER_LENGTH { + let body = local_state + .entries + .iter() + .map(|r| r.iter().collect::().trim().to_string()) + .filter(|l| !l.is_empty()) + .collect::>() + .join("\n"); + let mut new_entries: [[char; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH] = + local_state.entries; + new_entries.copy_within(1.., 0); + new_entries[ENTRIES_BUFFER_LENGTH - 1] = [' '; MAX_CSV_ENTRY_LENGTH]; + { + local_state.entries_counter = ENTRIES_BUFFER_LENGTH - 1; + local_state.entries = new_entries; + } + info!("Sending {} to {:?}", body.clone(), endpoint_ip); + Some(body) + } else { + info!("counter: {}", local_state.entries_counter); + None + } + }; + if let Some(rb) = request_body { + info!("Trying to send data..."); + for e in endpoint_ip.clone().iter() { + if let Ok(response) = client.post(e.clone()).body(rb.clone()).send().await { + info!( + "Sucessfully sent data to {}. Response: {:?}", + e.clone(), + response + ); + } else { + error!("Couldn't send data to {}", e.clone()); + } + } + } + } else { + trace!( + "Building data: {{{}: {:?}}} (unfinished)", + &key, + entries.get(&key) + ); + } + + #[cfg(all(feature = "throughput", not(feature = "rtt")))] + if let (Some(lat), Some(lon), Some(byte)) = (entry.lat, entry.lon, entry.byte) { + let csv_entry = format!( + "{:2.8},{:2.8},{}\n", + lat / (entry.gps_count as f64), + lon / (entry.gps_count as f64), + byte, + ); + + info!("Writing data: {}", &csv_entry.trim()); + output_file.write_all(csv_entry.as_bytes()).await.unwrap(); + let mut char_array: [char; MAX_CSV_ENTRY_LENGTH] = [' '; MAX_CSV_ENTRY_LENGTH]; + // Convert the String into a Vec + let char_vec: Vec = csv_entry.chars().collect(); + let len = char_vec.len().min(MAX_CSV_ENTRY_LENGTH); + { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + let counter = local_state.entries_counter; + + if counter < ENTRIES_BUFFER_LENGTH { + char_array[..len].copy_from_slice(&char_vec[..len]); + local_state.entries[counter] = char_array; + local_state.counter += 1; + local_state.entries_counter += 1; + } + } + let request_body: Option = { + let (local_state, _) = &*state_csv; + let mut local_state = local_state.lock().unwrap(); + if local_state.entries_counter >= ENTRIES_BUFFER_LENGTH { + let body = local_state + .entries + .iter() + .map(|r| r.iter().collect::().trim().to_string()) + .filter(|l| !l.is_empty()) + .collect::>() + .join("\n"); + { + local_state.entries_counter = 0; + local_state.entries = + [[' '; MAX_CSV_ENTRY_LENGTH]; ENTRIES_BUFFER_LENGTH]; + } + info!("Sending {} to {:?}", body.clone(), endpoint_ip); + Some(body) + } else { + info!("counter: {}", local_state.entries_counter); + None + } + }; + if let Some(rb) = request_body { + info!("Trying to send data..."); + for e in endpoint_ip.clone().iter() { + if let Ok(response) = client.post(e.clone()).body(rb.clone()).send().await { + info!( + "Sucessfully sent data to {}. Response: {:?}", + e.clone(), + response + ); + } else { + error!("Couldn't send data to {}", e.clone()); + } + } + } + } else { + trace!( + "Building data: {{{}: {:?}}} (unfinished)", + &key, + entries.get(&key) + ); + } + } + }); + + #[cfg(all(feature = "throughput", feature = "rtt"))] + let _handler = tokio::join!( + ffmpeg_handler, + bps_handler, + gps_handler, + rttps_handler, + gps_channel_handler, + bps_channel_handler, + rttps_channel_handler, + csv_handler, + ); + + #[cfg(all(feature = "throughput", not(feature = "rtt")))] + let _handler = tokio::join!( + ffmpeg_handler, + bps_handler, + gps_handler, + gps_channel_handler, + bps_channel_handler, + csv_handler, + ); + + #[cfg(all(not(feature = "throughput"), feature = "rtt"))] + let _handler = tokio::join!( + gps_handler, + rttps_handler, + gps_channel_handler, + rttps_channel_handler, + csv_handler, + ); + + Ok(()) +} diff --git a/5g-uulm-network-monitoring/src/rttps.rs b/5g-uulm-network-monitoring/src/rttps.rs new file mode 100644 index 0000000..3610979 --- /dev/null +++ b/5g-uulm-network-monitoring/src/rttps.rs @@ -0,0 +1,80 @@ +use std::{error::Error, process::Stdio}; + +use chrono::Duration; +use tokio::{ + io::{AsyncBufReadExt, BufReader}, + process::Command, + sync::mpsc::UnboundedSender, +}; +use tracing::{debug, trace}; + +#[derive(Debug)] +pub struct RTTps { + pub timestamp: u64, + pub rtt: Duration, +} + +impl RTTps { + fn new() -> Self { + RTTps { + timestamp: 0, + rtt: Duration::min_value(), + } + } + + fn parse(&mut self, line: &str) -> Option { + debug!(?line); + if line.contains("time=") { + let start = line.find('[')?; + let end = line.find(']')?; + let timestamp_str = &line[start + 1..end]; + + let start = line.find("time=")?; + let end = line.find(" ms")?; + let rtt_str = &line[start + 5..end]; + + let timestamp = timestamp_str.split('.').next()?.parse::().ok()?; + let rtt_mus = rtt_str.parse::().ok()? * 1000f64; + let rtt = Duration::microseconds(rtt_mus.round() as i64); + + Some(RTTData { timestamp, rtt }) + } else { + None + } + } +} + +#[derive(Debug)] +pub struct RTTData { + pub timestamp: u64, + pub rtt: Duration, +} + +pub async fn run_rtt_eval( + sender: UnboundedSender>, + ping_target: String, +) -> Result<(), Box> { + let mut ping_child = Command::new("ping") + .arg("-D") + .arg("-i") + .arg(".2") + .arg(ping_target.trim()) + .stdout(Stdio::piped()) + .spawn()?; + + let mut rttps = RTTps::new(); + let ping_stdout = ping_child.stdout.take().unwrap(); + + let ping_handler = tokio::spawn(async move { + let mut reader = BufReader::new(ping_stdout).lines(); + while let Some(line) = reader.next_line().await.unwrap() { + let data = rttps.parse(&line); + trace! {"{:?}", data} + sender.send(data).expect("Couldn't send RTTData"); + } + }); + + ping_handler.await.unwrap(); + + Ok(()) +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..626ec6c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Just run `docker compose up -d` + +If the aggregator container fails, retry the command or remove the healthcheck. diff --git a/aggregator-node/Dockerfile b/aggregator-node/Dockerfile new file mode 100644 index 0000000..7e5e417 --- /dev/null +++ b/aggregator-node/Dockerfile @@ -0,0 +1,17 @@ +FROM python:3.11 AS compile-image +WORKDIR /federated-example +COPY requirements.txt . +RUN python3 -m pip install --upgrade pip +RUN python3 -m venv /venv +RUN . /venv/bin/activate && \ + python3 -m ensurepip --upgrade && \ + python3 -m pip install -r /federated-example/requirements.txt + +FROM python:3.11 AS run-image +COPY --from=compile-image /venv /venv + +WORKDIR /federated-example/src + +COPY . /federated-example/ +# RUN apt-get update && apt-get install -y tshark && rm -rf /var/lib/apt/lists/* +CMD . /venv/bin/activate && python server.py $FLWR_PORT $DMLO_PORT diff --git a/aggregator-node/Example files/.gitkeep b/aggregator-node/Example files/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/aggregator-node/Example files/clients_list.json b/aggregator-node/Example files/clients_list.json new file mode 100644 index 0000000..755cae0 --- /dev/null +++ b/aggregator-node/Example files/clients_list.json @@ -0,0 +1,3 @@ +{ +"eligible_clients_ids" : ["1", "2"] +} diff --git a/aggregator-node/Example files/config_server.json b/aggregator-node/Example files/config_server.json new file mode 100644 index 0000000..f8cc301 --- /dev/null +++ b/aggregator-node/Example files/config_server.json @@ -0,0 +1,10 @@ +{ + "ml_model": "../resources/best_model_no_tuner_40.h5", + "num_epochs": 20, + "min_working_nodes": 2, + "hyperparam_epochs": 10, + "hyperparam_batch_size": 2048, + "hyperparam_learning_rate": 0.001, + "avg_algorithm": "FedAvg", + "training_clients_per_round": 2 +} diff --git a/aggregator-node/README.md b/aggregator-node/README.md new file mode 100644 index 0000000..e441f76 --- /dev/null +++ b/aggregator-node/README.md @@ -0,0 +1,25 @@ +# Aggregator node + +This is the version matching the final requirements where the client are started from the policy execution + +## Running the code using Docker + +1. To create the Docker Image, run "Dockerfile" using this command: `docker build -f Dockerfile -t server-image .` +2. Create a container from the above image using this command: `docker run -p 8080:8080 -p 5000:5000 -e FLWR_PORT={flwr_port} -e DMLO_PORT={dmlo_port} --name server --rm server-image` +3. The script for the Agg.Node will run automatically, the other nodes will await the Agg.Node if they are started first. + +* **Notes**: +- `flwr_port` is the port number that will be used to communicate with the clients on the flower level (8080 for tests). +- `dmlo_port` is teh port number that will be used to communicate with the dmlo (5000 for tests). +- The `-p` flag is used to map the docker ports to the devices ports and should be changed according to the ports used in the simulation (currently set to ports 8080 and 5000). +- The execution can be stopped by opening another terminal and using this command `docker kill server`. +- The "Example files" directory contains examples for json files to be sent to the server. (The list of client IDs sent to the server should be a list of strings and not integers, see the example json file) + +* **Below are helper shell commands to simulate server functions triggered by the DMLO (if needed):** + +- To send the param file to the server: +`curl -X POST -H "Content-Type: application/json" -d @{file_name}.json {server_ip}:5000/config_server` +- To send the list of eligible clients to the server: +`curl -X POST -H "Content-Type: application/json" -d @{file_name}.json {server_ip}:5000/select_clients` +- To terminate the training: +`curl -X POST -d "" {server_ip}:5000/terminate_app` diff --git a/aggregator-node/docker-push.sh b/aggregator-node/docker-push.sh new file mode 100755 index 0000000..d938c58 --- /dev/null +++ b/aggregator-node/docker-push.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +TA_VERSION=v1.2.0 +LOCAL_IMAGE="aggregator" +REMOTE_IMAGE="uc6aggnode" + +docker build -t $LOCAL_IMAGE . +docker tag $LOCAL_IMAGE:latest 192.168.100.2:5000/uulm/$REMOTE_IMAGE:$TA_VERSION +docker push 192.168.100.2:5000/uulm/$REMOTE_IMAGE:$TA_VERSION diff --git a/aggregator-node/logs/2024-07-15.log b/aggregator-node/logs/2024-07-15.log new file mode 100644 index 0000000..92a6dcf --- /dev/null +++ b/aggregator-node/logs/2024-07-15.log @@ -0,0 +1,151 @@ +nxw@5g-iana-manager:~$ kc logs $(kc get pods --all-namespaces | grep agg | awk '{ print $2 } ') -n $(kc get pods --all-namespaces | grep agg | awk '{ print $1 } ') -f +2024-07-15 15:48:16.807096: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. +2024-07-15 15:48:16.828642: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered +2024-07-15 15:48:16.828672: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered +2024-07-15 15:48:16.828715: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1518] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registe +2024-07-15 15:48:16.833761: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. +2024-07-15 15:48:16.833925: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. +To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. +2024-07-15 15:48:17.538321: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT +/federated-example/src/server.py:169: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead + flask_thread.setDaemon(True) + * Serving Flask app 'server' + * Debug mode: off +WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on all addresses (0.0.0.0) + * Running on http://127.0.0.1:5000 + * Running on http://10.1.68.68:5000 +Press CTRL+C to quit +10.1.3.0 - - [15/Jul/2024 15:49:00] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:01] "POST /check_connection HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:07] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:08] "POST /check_connection HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:12] "POST /config_server HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:12] "GET /select_clients HTTP/1.1" 200 - +INFO flwr 2024-07-15 15:49:12,445 | app.py:162 | Starting Flower server, config: ServerConfig(num_rounds=5, round_timeout=None) +INFO flwr 2024-07-15 15:49:12,449 | app.py:175 | Flower ECE: gRPC server running (5 rounds), SSL is disabled +INFO flwr 2024-07-15 15:49:12,449 | server.py:89 | Initializing global parameters +INFO flwr 2024-07-15 15:49:12,450 | server.py:272 | Using initial parameters provided by strategy +INFO flwr 2024-07-15 15:49:12,450 | server.py:91 | Evaluating initial parameters +Parameters loaded +Inializing Model +Model loaded +Model Compiled +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 2s 23ms/step - loss: 0.0739 - quantile_metric: 0.1243 - mean_absolute_error: 0.5655 +63/63 [==============================] - 2s 22ms/step +INFO flwr 2024-07-15 15:49:16,180 | server.py:94 | initial parameters (loss, other metrics): 0.07388024777173996, {'accuracy': 0.5655196309089661} +INFO flwr 2024-07-15 15:49:16,180 | server.py:104 | FL starting +10.1.3.0 - - [15/Jul/2024 15:49:35] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:36] "POST /check_connection HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:49:41,146 | server.py:222 | fit_round 1: strategy sampled 2 clients (out of 2) +10.1.3.0 - - [15/Jul/2024 15:49:41] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:49:41] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:50:21] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:50:21] "POST /check_connection HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:50:42] "GET /select_clients HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:06] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:12] "POST /upload_kpi05 HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:51:12,130 | server.py:236 | fit_round 1 received 2 results and 0 failures +WARNING flwr 2024-07-15 15:51:12,131 | fedavg.py:242 | No fit_metrics_aggregation_fn provided +2 clients connected. +WARNING: 2 clients are needed but only 3 client IDs are received. The training will wait for another list with enough eligible clients. +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 1s 23ms/step - loss: 0.1734 - quantile_metric: 0.1908 - mean_absolute_error: 2.4910 +63/63 [==============================] - 1s 22ms/step +INFO flwr 2024-07-15 15:51:15,075 | server.py:125 | fit progress: (1, 0.1733752340078354, {'accuracy': 2.490957498550415}, 118.89502924995031) +DEBUG flwr 2024-07-15 15:51:15,149 | server.py:173 | evaluate_round 1: strategy sampled 3 clients (out of 3) +DEBUG flwr 2024-07-15 15:51:26,920 | server.py:187 | evaluate_round 1 received 3 results and 0 failures +WARNING flwr 2024-07-15 15:51:26,920 | fedavg.py:273 | No evaluate_metrics_aggregation_fn provided +DEBUG flwr 2024-07-15 15:51:26,974 | server.py:222 | fit_round 2: strategy sampled 3 clients (out of 3) +10.1.3.0 - - [15/Jul/2024 15:51:27] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:27] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:27] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:27] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:51:27] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:05] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:42] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:47] "POST /upload_kpi05 HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:52:47,347 | server.py:236 | fit_round 2 received 3 results and 0 failures +2 clients connected. +2 clients connected. +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 1s 21ms/step - loss: 0.0874 - quantile_metric: 0.2492 - mean_absolute_error: 0.2591 +63/63 [==============================] - 1s 21ms/step +INFO flwr 2024-07-15 15:52:50,161 | server.py:125 | fit progress: (2, 0.08735799789428711, {'accuracy': 0.2590666115283966}, 213.98151048796717) +DEBUG flwr 2024-07-15 15:52:50,221 | server.py:173 | evaluate_round 2: strategy sampled 3 clients (out of 3) +DEBUG flwr 2024-07-15 15:52:59,542 | server.py:187 | evaluate_round 2 received 3 results and 0 failures +DEBUG flwr 2024-07-15 15:52:59,589 | server.py:222 | fit_round 3: strategy sampled 3 clients (out of 3) +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:52:59] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:53:34] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:53:36] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:53:36] "POST /check_connection HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:54:12] "POST /upload_kpi05 HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:54:13,045 | server.py:236 | fit_round 3 received 2 results and 1 failures +2 clients connected. +2 clients connected. +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 1s 22ms/step - loss: 0.0654 - quantile_metric: 0.1364 - mean_absolute_error: 0.9301 +63/63 [==============================] - 1s 22ms/step +INFO flwr 2024-07-15 15:54:15,922 | server.py:125 | fit progress: (3, 0.06537292897701263, {'accuracy': 0.9301236867904663}, 299.7421916149906) +DEBUG flwr 2024-07-15 15:54:15,981 | server.py:173 | evaluate_round 3: strategy sampled 3 clients (out of 3) +DEBUG flwr 2024-07-15 15:54:28,262 | server.py:187 | evaluate_round 3 received 3 results and 0 failures +DEBUG flwr 2024-07-15 15:54:28,314 | server.py:222 | fit_round 4: strategy sampled 3 clients (out of 3) +10.1.3.0 - - [15/Jul/2024 15:54:28] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:54:28] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:54:28] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:54:28] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:54:28] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:55:03] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:55:40] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:55:53] "POST /upload_kpi05 HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:55:53,632 | server.py:236 | fit_round 4 received 3 results and 0 failures +2 clients connected. +2 clients connected. +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 1s 22ms/step - loss: 0.1268 - quantile_metric: 0.3151 - mean_absolute_error: 0.3247 +63/63 [==============================] - 1s 22ms/step +INFO flwr 2024-07-15 15:55:56,563 | server.py:125 | fit progress: (4, 0.12679509818553925, {'accuracy': 0.3247184455394745}, 400.3833388419589) +DEBUG flwr 2024-07-15 15:55:56,646 | server.py:173 | evaluate_round 4: strategy sampled 3 clients (out of 3) +DEBUG flwr 2024-07-15 15:56:06,016 | server.py:187 | evaluate_round 4 received 3 results and 0 failures +DEBUG flwr 2024-07-15 15:56:06,066 | server.py:222 | fit_round 5: strategy sampled 3 clients (out of 3) +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi02 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:06] "POST /upload_kpi01 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:56:41] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:57:17] "POST /upload_kpi05 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:57:25] "POST /upload_kpi05 HTTP/1.1" 200 - +DEBUG flwr 2024-07-15 15:57:25,615 | server.py:236 | fit_round 5 received 3 results and 0 failures +2 clients connected. +2 clients connected. +(2003, 400, 3) +(2003, 1, 3) +63/63 [==============================] - 1s 22ms/step - loss: 0.0718 - quantile_metric: 0.1710 - mean_absolute_error: 0.3574 +63/63 [==============================] - 1s 22ms/step +INFO flwr 2024-07-15 15:57:28,518 | server.py:125 | fit progress: (5, 0.0717623308300972, {'accuracy': 0.35737916827201843}, 492.3376815340016) +DEBUG flwr 2024-07-15 15:57:28,599 | server.py:173 | evaluate_round 5: strategy sampled 3 clients (out of 3) +DEBUG flwr 2024-07-15 15:57:37,732 | server.py:187 | evaluate_round 5 received 3 results and 0 failures +INFO flwr 2024-07-15 15:57:37,732 | server.py:153 | FL finished in 501.5518533719587 +INFO flwr 2024-07-15 15:57:37,732 | app.py:225 | app_fit: losses_distributed [(1, 0.22432586054007211), (2, 0.05442244683702787), (3, 0.06365528702735901), (4, 0.05708811432123184), (5, 0.04476702958345413)] +INFO flwr 2024-07-15 15:57:37,732 | app.py:226 | app_fit: metrics_distributed_fit {} +INFO flwr 2024-07-15 15:57:37,732 | app.py:227 | app_fit: metrics_distributed {} +INFO flwr 2024-07-15 15:57:37,732 | app.py:228 | app_fit: losses_centralized [(0, 0.07388024777173996), (1, 0.1733752340078354), (2, 0.08735799789428711), (3, 0.06537292897701263), (4, 0.12679509818553925), (5, 0.0717623308300972)] +INFO flwr 2024-07-15 15:57:37,732 | app.py:229 | app_fit: metrics_centralized {'accuracy': [(0, 0.5655196309089661), (1, 2.490957498550415), (2, 0.2590666115283966), (3, 0.9301236867904663), (4, 0.3247184455394745), (5, 0.35737916827201843)]} +2 clients connected. +10.1.3.0 - - [15/Jul/2024 15:58:02] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:58:02] "POST /check_connection HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:58:13] "POST /upload_kpi04 HTTP/1.1" 200 - +10.1.3.0 - - [15/Jul/2024 15:58:14] "POST /check_connection HTTP/1.1" 200 - diff --git a/aggregator-node/requirements.txt b/aggregator-node/requirements.txt new file mode 100644 index 0000000..81fc9c4 --- /dev/null +++ b/aggregator-node/requirements.txt @@ -0,0 +1,62 @@ +absl-py==2.0.0 +astunparse==1.6.3 +blinker==1.7.0 +cachetools==5.3.2 +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +cryptography==41.0.5 +Flask==3.0.0 +flatbuffers==23.5.26 +flwr==1.5.0 +gast==0.5.4 +google-auth==2.23.4 +google-auth-oauthlib==1.0.0 +google-pasta==0.2.0 +grpcio==1.59.2 +h5py==3.10.0 +idna==3.4 +iterators==0.0.2 +itsdangerous==2.1.2 +Jinja2==3.1.2 +joblib==1.3.2 +keras==2.14.0 +libclang==16.0.6 +Markdown==3.5.1 +MarkupSafe==2.1.3 +ml-dtypes==0.2.0 +netifaces==0.11.0 +numpy==1.26.1 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==23.2 +pandas==2.1.2 +protobuf==3.20.3 +psutil==5.9.6 +pyasn1==0.5.0 +pyasn1-modules==0.3.0 +pycparser==2.21 +pycryptodome==3.19.0 +Pympler==1.0.1 +python-dateutil==2.8.2 +pytz==2023.3.post1 +requests==2.31.0 +requests-oauthlib==1.3.1 +rsa==4.9 +scikit-learn==1.3.2 +scipy==1.11.3 +six==1.16.0 +tensorboard==2.14.1 +tensorboard-data-server==0.7.2 +tensorflow==2.14.0 +tensorflow-estimator==2.14.0 +tensorflow-io-gcs-filesystem==0.34.0 +termcolor==2.3.0 +threadpoolctl==3.2.0 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==2.0.7 +watchdog==3.0.0 +Werkzeug==3.0.1 +wrapt==1.14.1 diff --git a/aggregator-node/resources/.gitkeep b/aggregator-node/resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/aggregator-node/resources/best_model_no_tuner_40.h5 b/aggregator-node/resources/best_model_no_tuner_40.h5 new file mode 100644 index 0000000..43e4d6e Binary files /dev/null and b/aggregator-node/resources/best_model_no_tuner_40.h5 differ diff --git a/aggregator-node/resources/data.csv b/aggregator-node/resources/data.csv new file mode 100644 index 0000000..aba6011 --- /dev/null +++ b/aggregator-node/resources/data.csv @@ -0,0 +1,24028 @@ +lat,long,rtt +48.43223812,9.96726228,60900000 +48.43222522,9.96728208,71100000 +48.432238080000005,9.96731992,84200000 +48.43226568,9.96730758,144000000 +48.4322569,9.9672667,25600000 +48.43225595,9.9672652,25600000 +48.432255133333335,9.967263433333336,25600000 +48.432254525,9.967261325,25600000 +48.43225402,9.96725912,25600000 +48.432248400000006,9.96724572,31000000 +48.432248725,9.967246325,31000000 +48.43224916666667,9.967246933333334,31000000 +48.432249600000006,9.96724745,31000000 +48.43224585,9.96724195,50700000 +48.4322457,9.967241366666668,50700000 +48.43224545,9.967240675,50700000 +48.43224508,9.96724016,50700000 +48.43224185,9.96723765,74900000 +48.43224143333333,9.967237266666666,74900000 +48.432240925,9.967236425,74900000 +48.43223805,9.96723065,106000000 +48.43223736666666,9.967229833333334,106000000 +48.432236675,9.967229075,106000000 +48.43223616,9.9672285,106000000 +48.432233075,9.9672247,128000000 +48.43223326666666,9.967224933333334,128000000 +48.4322335,9.96722515,128000000 +48.43223306,9.96722434,128000000 +48.43223425,9.96722135,92000000 +48.4322347,9.9672208,92000000 +48.43223515,9.9672203,92000000 +48.4322355,9.96721996,92000000 +48.43223760000001,9.9672177,21600000 +48.43223692,9.96721236,38400000 +48.432237425,9.967212725,38400000 +48.4322378,9.9672134,38400000 +48.4322339,9.96721275,26200000 +48.432233466666666,9.967213,26200000 +48.43223335,9.9672131,26200000 +48.4322334,9.96721338,26200000 +48.43223385,9.967215825,44100000 +48.4322338,9.9672153,44100000 +48.43223376,9.96721608,44100000 +48.43223383333333,9.967215566666669,44100000 +48.43223315,9.96721805,76500000 +48.43223306666667,9.967218366666666,76500000 +48.43223295,9.967218575,76500000 +48.43223294,9.9672188,76500000 +48.43223460000001,9.9672202,22900000 +48.432235340000005,9.96722014,22900000 +48.432234300000005,9.96722025,22900000 +48.432235025,9.967220225,22900000 +48.4322373,9.9672207,46800000 +48.43223756666666,9.967220633333332,46800000 +48.43223785,9.9672208,46800000 +48.432238,9.96722124,46800000 +48.43223708000001,9.96722356,46700000 +48.432237175,9.967223925,46700000 +48.43223733333334,9.967224233333331,46700000 +48.432235000000006,9.96722135,32500000 +48.432234533333336,9.967222,32500000 +48.432233875,9.967222725,32500000 +48.43223316,9.96722318,32500000 +48.432226760000006,9.96722566,29100000 +48.4322278,9.9672246,29100000 +48.432227275,9.967224875,29100000 +48.432223275,9.96723065,31400000 +48.432223533333335,9.9672304,31400000 +48.43222308,9.9672311,31400000 +48.432222125,9.96723675,32700000 +48.4322221,9.96723744,32700000 +48.43222216666666,9.967236033333334,32700000 +48.432223,9.967244833333334,29000000 +48.43222325,9.967245875,29000000 +48.43222348,9.967246460000002,29000000 +48.43222566,9.9672486,41700000 +48.43222555,9.9672487,41700000 +48.43222533333333,9.9672489,41700000 +48.43222666666667,9.967248866666669,35100000 +48.43222708,9.96724922,35100000 +48.432226775,9.967248875,35100000 +48.43222672,9.96724998,22300000 +48.432226825,9.96725,22300000 +48.4322272,9.9672499,22300000 +48.43222664,9.96724972,25000000 +48.4322261,9.9672499,25000000 +48.43222626666667,9.967249699999998,25000000 +48.4322265,9.96724965,25000000 +48.43222686666667,9.967250733333334,34300000 +48.43222675,9.967250925,34300000 +48.43222664,9.96725112,34300000 +48.432227,9.96725065,34300000 +48.43222574999999,9.967254925,24800000 +48.432225733333325,9.9672545,24800000 +48.43222585,9.96725385,24800000 +48.43222582,9.96725528,24800000 +48.4322259,9.967257,32800000 +48.43222646666666,9.967256933333331,32800000 +48.432227075,9.96725695,32800000 +48.43222756,9.9672572,32800000 +48.43222955,9.96725915,27000000 +48.43223003333333,9.9672587,27000000 +48.43223035,9.9672582,27000000 +48.43223064,9.96725792,27000000 +48.43223266666666,9.9672559,36400000 +48.432232825,9.967256,36400000 +48.43223316,9.96725618,36400000 +16.1440783,3.3224191333333333,25800000 +12.108058725,2.49181435,25800000 +9.68644698,1.99345148,25800000 +9.6864473,1.99345224,25200000 +48.4322369,9.9672634,22500000 +48.43223704,9.96726802,19600000 +12.108059225,2.4918173,26200000 +19.37289494,3.9869078,26200000 +48.4322382,9.967270374999998,33000000 +48.43223765,9.9672706,33000000 +48.43223793333333,9.9672704,33000000 +48.43223832,9.96727058,33000000 +48.43223902,9.96727246,18600000 +48.432239333333335,9.9672739,25700000 +48.4322392,9.967273875,25700000 +48.43223912,9.96727384,25700000 +48.43223856666666,9.9672745,39300000 +36.324178925,7.475455875,39300000 +38.745791,7.973819779999999,39300000 +16.144080066666668,3.322426933333333,28100000 +12.10806005,2.4918202,28100000 +9.68644804,1.99345616,28100000 +32.28815963333333,6.644853033333334,36000000 +36.324178675,7.47546075,36000000 +29.05934294,5.9803686,36000000 +32.28815633333333,6.644857933333334,23600000 +36.324176075,7.475465975,23600000 +38.7457882,7.9738315,23600000 +48.43224314,9.96730576,27800000 +48.4322425,9.967304,27800000 +48.4322447,9.9673126,23500000 +48.4322437,9.967311625,23500000 +48.4322433,9.96731084,23500000 +48.43224419999999,9.967312033333334,23500000 +48.43224086,9.9673029,24600000 +48.43224156666667,9.9673054,24600000 +48.432241225,9.96730415,24600000 +48.432238866666665,9.967294233333334,29000000 +48.432238875,9.9672935,29000000 +48.43223886,9.96729288,29000000 +48.432238866666665,9.967291333333334,27000000 +48.432238875,9.96729165,27000000 +48.43223888,9.96729202,27000000 +48.4322381,9.967295025,28600000 +48.43223802,9.96729552,28600000 +48.43223714,9.96730148,19600000 +48.43223384,9.96730676,17600000 +48.43223125,9.967310675,33300000 +48.4322314,9.967310433333331,33300000 +48.43223112,9.9673109,33300000 +48.43223056666667,9.967312,23000000 +48.43223054,9.96731258,23000000 +48.43223055,9.9673123,23000000 +48.43222948,9.9673159,28200000 +48.43223005,9.96731475,28200000 +48.43222983333334,9.967315133333331,28200000 +48.432229625000005,9.967315525,28200000 +48.43222856666667,9.967318566666668,38800000 +48.43222845,9.96731865,38800000 +48.43222836,9.96731878,38800000 +48.4322287,9.9673184,38800000 +48.432227833333336,9.967319933333334,22900000 +48.43222785,9.9673198,22900000 +48.43222785,9.96731995,22900000 +48.4322279,9.96731996,22900000 +48.4322281,9.967319233333331,24000000 +48.432228050000006,9.96731915,24000000 +48.43222798000001,9.96731908,24000000 +48.432227825,9.96731865,24500000 +48.43222773333333,9.967318533333334,24500000 +48.43222792,9.96731892,24500000 +48.432228466666665,9.967321166666666,33900000 +48.432228575,9.967321375,33900000 +48.43222866,9.967321600000002,33900000 +48.432229725,9.967323925,29100000 +48.4322302,9.96732526,29100000 +48.432233425,9.96733325,25000000 +48.43223352,9.967333580000002,25000000 +48.43223542,9.96732992,17800000 +48.43223864,9.96731508,39000000 +48.4322381,9.967316366666669,39000000 +48.432238475,9.96731575,39000000 +48.4322378,9.96731705,39000000 +48.4322407,9.96730865,36300000 +48.432241266666665,9.9673073,36300000 +48.432241775,9.967306075,36300000 +48.43224208,9.96730534,36300000 +48.432242675,9.96730305,46200000 +48.432243,9.96730255,46200000 +48.4322428,9.967302966666669,46200000 +48.43224242,9.9673029,46200000 +48.43224023333334,9.9673012,28200000 +48.43224024,9.96730038,28200000 +48.432240225,9.967300825,28200000 +48.43224060000001,9.96729784,86700000 +48.432240400000005,9.967297725,86700000 +48.432241675,9.967299225,30200000 +48.43224206,9.96729898,30200000 +48.43224628,9.96729496,23600000 +48.43224798,9.96729524,22600000 +12.108063825,2.491823925,17000000 +9.68645106,1.99345914,17000000 +48.43225648,9.96730464,73700000 +48.432256275,9.9673027,73700000 +48.4322602,9.96731692,25000000 +48.432265666666666,9.967321533333331,45700000 +48.43226605,9.9673217,45700000 +48.43226635999999,9.96732152,45700000 +48.4322679,9.96732095,35200000 +48.43226744,9.96732174,35200000 +48.43226446,9.967322739999998,19100000 +48.43226334,9.9673141,30800000 +48.432263625,9.967314525,30800000 +48.43226328,9.9673183,32000000 +48.432262925,9.967317875,32000000 +48.43226795,9.96732335,27600000 +48.43226794,9.96732228,27600000 +48.4322671,9.967319024999998,29100000 +48.43226674,9.96731972,29100000 +48.43226228,9.96732684,30000000 +48.43225856666667,9.967324133333332,42100000 +48.43225755,9.967321275,42100000 +48.43225668,9.96731914,42100000 +48.43224982,9.96731384,19600000 +48.43223522,9.96732994,17700000 +48.432236,9.96733544,16500000 +48.4322375,9.9673346,26800000 +48.4322369,9.967335225,21200000 +48.43223673999999,9.9673352,21200000 +48.43223555,9.96733405,27800000 +48.43223536000001,9.96733378,27800000 +48.432233675,9.9673324,33800000 +48.43223342,9.96733244,33800000 +48.43223166,9.96733316,18300000 +48.4322315,9.967333775,21500000 +48.4322315,9.967334,21500000 +48.43223155,9.96733605,30800000 +48.43223154,9.96733762,36300000 +48.43223164,9.96733834,31100000 +48.43223192000001,9.96733936,25000000 +48.4322319,9.9673394,18600000 +48.4322319,9.9673394,20500000 +48.43223085,9.967341625,31000000 +48.4322308,9.96734224,31000000 +48.43223266666666,9.967346399999998,42200000 +48.43223335,9.967346775,42200000 +48.432237400000005,9.96734925,27300000 +48.43223768,9.96734942,27300000 +48.43224035,9.96735075,41700000 +48.43224052,9.96735096,41700000 +48.432241375,9.96735255,21800000 +48.432243225,9.967352375,24000000 +48.43224342,9.96735232,24000000 +48.432244925,9.967351875,26900000 +48.4322451,9.9673518,26900000 +48.43224678,9.96735112,24900000 +48.4322466,9.967351225,24900000 +48.43224824,9.96734996,21700000 +48.4322487,9.9673494,22000000 +48.43224953333333,9.967348133333331,28600000 +48.432249575,9.967347925,28600000 +48.43224958,9.96734772,28600000 +48.43224914,9.96734466,19000000 +48.432249,9.967341520000002,17600000 +48.432249,9.9673412,20600000 +48.43224886666667,9.967340933333334,33800000 +48.432248875,9.967340900000002,33800000 +48.4322489,9.9673408,25000000 +48.4322489,9.9673408,25000000 +48.432248925,9.967340725,35000000 +48.43224896,9.96734064,35000000 +48.4322493,9.96734,29700000 +48.4322493,9.96734,39800000 +48.4322493,9.96734,39800000 +48.4322493,9.96734,25500000 +48.43224964,9.96733918,35600000 +48.43225018,9.96733634,31800000 +48.43224992,9.96733588,29900000 +48.432249275,9.9673351,28100000 +48.43224904,9.96733508,28100000 +48.43224733333333,9.967334199999998,31600000 +48.432247175,9.967334025,31600000 +48.43224624,9.967333020000002,22500000 +48.43224572,9.9673354,22800000 +48.4322459,9.96733702,25100000 +48.432245575,9.967337425,27100000 +48.432245640000005,9.967337,26600000 +48.43224597999999,9.96733604,21900000 +48.432245975,9.967334875,19000000 +48.4322468,9.96733336,25700000 +48.432247700000005,9.967331433333332,23700000 +48.43224802,9.96733076,23700000 +48.432247875,9.967331075,23700000 +48.4322486,9.9673295,20700000 +48.4322486,9.9673295,20700000 +48.43224766666666,9.967329566666669,21100000 +48.4322476,9.9673296,21100000 +48.4322473,9.9673298,26100000 +48.432247225,9.967329875,26100000 +48.43224666666666,9.967329366666666,18800000 +48.4322467,9.96732815,26900000 +48.4322467,9.9673282,26900000 +48.432246725,9.9673278,35000000 +48.43224745,9.9673261,28600000 +48.4322494,9.96732698,16900000 +48.4322513,9.96732634,30300000 +48.432252,9.967326266666667,37200000 +48.43225214,9.96732642,37200000 +48.432252075,9.967326325,37200000 +48.43225235,9.9673268,25900000 +48.43225233333334,9.9673268,25900000 +48.432252350000006,9.96732675,25900000 +48.4322526,9.967326433333332,35000000 +48.432252625,9.9673264,35000000 +48.4322527,9.9673263,25000000 +48.4322527,9.9673263,25000000 +48.4322529,9.96732615,30600000 +48.4322529,9.96732614,30600000 +48.4322529,9.9673261,46000000 +48.4322529,9.9673261,24600000 +48.4322529,9.9673261,24600000 +48.43225288,9.96732604,20600000 +48.4322526,9.9673259,33000000 +48.43225232,9.96732504,26900000 +48.4322516,9.967324175,29400000 +48.432249766666665,9.967323133333332,26200000 +48.432249575,9.967322825,26200000 +48.432249,9.9673219,40300000 +48.432249,9.9673219,40300000 +48.432249,9.96732064,20300000 +48.432249,9.967320975,20300000 +48.4322491,9.9673189,32600000 +48.4322491,9.9673189,24100000 +48.43224897499999,9.967318975,35300000 +48.43224898,9.96731902,35300000 +48.432249350000006,9.96731935,25700000 +48.432249340000006,9.96731944,25700000 +48.43224922500001,9.967320425,18100000 +48.43224892,9.96732134,37200000 +48.4322485,9.96732396,22300000 +48.432247675,9.9673264,16900000 +48.432247675,9.967327125,27000000 +48.432248525,9.967329075,32000000 +48.43224868,9.96732934,32000000 +48.432250075,9.967331125,22100000 +48.43225016,9.9673313,22100000 +48.43225073999999,9.96733282,21500000 +48.432250725,9.967332775,21500000 +48.432250725,9.96733335,31900000 +48.43225072,9.96733336,31900000 +48.4322507,9.9673334,21100000 +48.4322507,9.9673334,20700000 +48.43225064,9.96733228,23600000 +48.43225014,9.96733024,18100000 +48.4322493,9.967329475,22200000 +48.43224925,9.967329375,27400000 +48.43224954,9.96733052,21800000 +48.43224984,9.96733092,30800000 +48.432250200000006,9.96732842,23100000 +48.43225044,9.967330139999998,31800000 +48.43225144,9.96733134,26200000 +48.43225144,9.96733246,20700000 +48.432251425,9.96733445,23800000 +48.4322514,9.96733462,23800000 +48.432251075,9.967335975,34500000 +48.432251,9.96733618,34500000 +48.43225035,9.9673379,18100000 +48.43224978,9.96733898,25800000 +48.43225032,9.96734046,44500000 +48.4322508,9.96734175,33800000 +48.4322508,9.96734212,23800000 +48.4322508,9.9673421,30400000 +48.4322507,9.967342,30400000 +48.4322499,9.9673412,33000000 +48.432249875,9.967341175,33000000 +48.432249625,9.967340525,18900000 +48.432248925,9.967339425,37400000 +48.43224896666666,9.967339433333334,37400000 +48.432248575,9.967338825,21900000 +48.4322481,9.9673381,17700000 +48.43224805,9.96733805,17700000 +48.4322479,9.9673379,19700000 +48.4322479,9.9673379,30400000 +48.4322479,9.9673379,19100000 +48.4322479,9.9673379,16800000 +48.4322479,9.9673379,20600000 +48.432247925,9.9673374,18200000 +48.43224888,9.96733128,34400000 +48.4322511,9.967326825,24600000 +48.4322519,9.9673259,24300000 +48.4322519,9.9673259,28800000 +48.4322519,9.9673259,36500000 +48.4322519,9.9673259,27800000 +48.4322519,9.9673259,28700000 +48.4322517,9.967325575,18700000 +48.432249425,9.967323425,24900000 +48.4322492,9.9673233,23100000 +48.4322492,9.9673233,15900000 +48.4322492,9.9673233,15900000 +48.432249025,9.9673231,31700000 +48.4322477,9.9673224,27800000 +48.4322477,9.9673224,22500000 +48.4322477,9.9673224,26700000 +48.4322477,9.9673224,29200000 +48.43224665,9.967320975,23800000 +48.43224648,9.96732048,23800000 +48.43224445,9.9673167,19900000 +48.432243725,9.967314,19600000 +48.4322436,9.9673136,30400000 +48.4322436,9.9673136,22100000 +48.4322436,9.9673136,25400000 +48.4322436,9.9673136,22200000 +48.432243750000005,9.96731415,32200000 +48.43224370000001,9.967313933333337,32200000 +48.432244,9.9673151,34300000 +48.432244,9.9673151,25800000 +48.432244,9.9673151,30000000 +48.432244,9.9673151,18900000 +48.432244,9.9673151,22400000 +48.432244,9.9673151,23200000 +48.432244,9.9673151,28100000 +48.43224475,9.96731625,33000000 +48.43224624,9.967318680000002,37100000 +48.4322466,9.9673189,29000000 +48.4322466,9.9673189,36600000 +48.4322466,9.9673189,24000000 +48.4322466,9.9673189,27100000 +48.4322466,9.9673189,27000000 +48.4322466,9.9673189,24900000 +48.4322466,9.9673189,20100000 +48.4322466,9.9673189,15800000 +48.43224668,9.96731956,36800000 +48.4322469,9.9673247,36800000 +48.4322469,9.9673247,34800000 +48.4322469,9.9673247,31000000 +48.43224695000001,9.96732505,32200000 +48.43224706,9.96732688,38400000 +48.4322519,9.96732835,25300000 +48.4322558,9.96733015,28400000 +48.432258,9.967331375,37900000 +48.43225886,9.9673317,39100000 +48.4322589,9.9673317,45200000 +48.4322589,9.9673317,18100000 +48.4322589,9.9673317,20800000 +48.4322589,9.9673317,45000000 +48.4322589,9.9673317,29600000 +48.4322589,9.9673317,30500000 +48.43226013333333,9.967333333333332,27000000 +48.432261,9.967335,27200000 +48.432261,9.967335,29200000 +48.432261625,9.967333725,40900000 +48.432261575,9.967332725,28600000 +48.4322609,9.96733245,26000000 +48.43226035,9.96733265,26700000 +48.43226036666667,9.9673321,32400000 +48.432261275,9.9673313,18900000 +48.4322611,9.967328975,29000000 +48.4322611,9.9673288,31300000 +48.4322611,9.9673288,27900000 +48.4322611,9.9673288,21900000 +48.4322611,9.9673288,17800000 +48.43225833333333,9.967327733333333,33600000 +48.4322541,9.9673254,23800000 +48.4322541,9.9673254,23300000 +48.4322541,9.9673254,23900000 +48.4322541,9.9673254,36200000 +48.4322541,9.9673254,21800000 +48.4322541,9.9673254,25900000 +48.4322541,9.9673254,26800000 +48.4322541,9.9673254,19400000 +48.4322541,9.9673254,17900000 +48.4322541,9.9673254,17900000 +48.4322541,9.9673254,20000000 +48.4322541,9.9673254,20000000 +48.4322541,9.9673254,26700000 +48.4322541,9.9673254,26700000 +48.43225235,9.9673221,24800000 +48.4322529,9.967323233333332,24800000 +48.43225045,9.9673173,16900000 +48.43225063333333,9.967317233333334,16900000 +48.4322517,9.967317166666668,26400000 +48.4322518,9.967317125,26400000 +48.43225235,9.9673167,28100000 +48.4322526,9.967316566666668,28100000 +48.43225453333333,9.967315566666668,24700000 +48.4322549,9.967315425,24700000 +48.43225675,9.9673142,27300000 +48.43225686666667,9.967313866666666,27300000 +48.4322578,9.96731165,22600000 +48.43225756666667,9.9673121,22600000 +48.432259666666674,9.967308833333332,32700000 +48.43226010000001,9.96730865,32700000 +48.432262300000005,9.9673079,36400000 +48.432262533333336,9.967307733333334,36400000 +48.43226396666666,9.967306666666667,19200000 +48.43226425,9.9673064,19200000 +48.43226803333334,9.9673043,28000000 +48.43226865,9.96730405,28000000 +48.43227303333333,9.967301766666669,15700000 +48.432273525,9.967301425,15700000 +48.43227674,9.9672993,17100000 +48.4322797,9.967297125,18400000 +48.4322823,9.967294933333331,33100000 +48.4322837,9.967293066666668,33800000 +48.432283625,9.967293175,33800000 +48.4322835,9.9672942,25600000 +48.43228366666667,9.967294433333334,25600000 +48.432284,9.967295299999998,26700000 +48.432283850000005,9.9672953,26700000 +48.43228265,9.9672953,22200000 +48.43228250000001,9.967295433333334,22200000 +48.432280525,9.96729925,25100000 +48.43228106666667,9.9672981,25100000 +48.4322775,9.9673075,32800000 +48.432277166666665,9.967309133333334,32800000 +48.4322769,9.967310475,32800000 +48.43227586666666,9.9673194,18700000 +48.4322758,9.9673205,18700000 +48.4322756,9.967328566666668,40600000 +48.43227577500001,9.9673301,40600000 +48.4322771,9.96734428,23000000 +48.432276825,9.9673424,23000000 +48.43227986666667,9.967361966666669,35600000 +48.43228295,9.9673795,19700000 +48.4322824,9.967377466666669,19700000 +48.43228348,9.96738148,19700000 +48.43228796666667,9.9674004,28100000 +48.43228845,9.967402775,28100000 +48.43229276666667,9.9674209,35900000 +48.432293225,9.96742345,35900000 +48.432296400000006,9.967442533333331,21100000 +48.432296675,9.967444825,21100000 +48.43229916666667,9.967464466666666,23600000 +48.432299475,9.967467025,23600000 +48.43230163333334,9.967485566666667,26000000 +48.43230205,9.967488525,26000000 +48.43230466666666,9.967507499999998,30900000 +48.4323051,9.967509825,30900000 +48.432309125,9.967527875,24000000 +48.43230956,9.96753,24000000 +48.43231219999999,9.967548166666669,24700000 +48.432312375,9.96755025,24700000 +48.4323127,9.967564033333332,30700000 +48.43231245,9.96756625,30700000 +48.43230865,9.967583925,26800000 +48.43230930000001,9.9675823,26800000 +48.43230295,9.9675956,25900000 +48.4323022,9.96759664,25900000 +48.43229503333333,9.9676039,23200000 +48.432294275,9.967604425,23200000 +48.432288925,9.967607625,20400000 +48.43228844,9.96760782,20400000 +48.43228322,9.967609759999998,22100000 +48.432283875,9.9676095,22100000 +48.4322774,9.9676114,28700000 +48.43227675,9.967611475,28700000 +48.43227033333333,9.9676121,28900000 +48.432269425,9.9676122,28900000 +48.4322623,9.967612066666668,27200000 +48.432261375,9.967611825,27200000 +48.43225108,9.96760886,16400000 +48.432252175,9.967609375,16400000 +48.432241675,9.967602525,22300000 +48.4322304,9.96759054,23900000 +48.43223155,9.9675922,23900000 +48.4322215,9.967573466666666,20800000 +48.43222045,9.96757065,20800000 +48.4322124,9.967546475,24900000 +48.43221152,9.96754268,24900000 +48.43220375,9.9675057,20600000 +48.43220278,9.96750112,20600000 +48.43219275,9.967454075,26500000 +48.43219164,9.96744862,26500000 +48.432180433333336,9.967393266666669,31300000 +48.4321674,9.96732895,35000000 +48.43216926666667,9.967339333333332,35000000 +48.432152825,9.967253125,16700000 +48.43213946666666,9.967186766666666,26000000 +48.432124075,9.967112,18900000 +48.432107,9.967033333333331,35500000 +48.43210435,9.9670199,35500000 +48.43208526666667,9.966929166666668,26600000 +48.43206715,9.966849775,29700000 +48.43206472,9.96683974,29700000 +48.432042725,9.966741875,28800000 +48.43204536666667,9.966753633333331,28800000 +48.43202436666667,9.966661233333332,25700000 +48.4320218,9.966650475,25700000 +48.431999475000005,9.966558175,21100000 +48.43200273333334,9.966571566666667,21100000 +48.43197733333333,9.966464166666666,35300000 +48.43197405,9.966449875,35300000 +48.43195176666666,9.966355933333332,21900000 +48.431949325,9.966345725,21900000 +48.4319306,9.966265025,36000000 +48.4319284,9.96625576,36000000 +48.4319088,9.966170833333331,32900000 +48.43190672499999,9.966162025,32900000 +48.431890825,9.966098275,16600000 +48.431878866666665,9.96605,32700000 +48.43186815,9.966003525,30200000 +48.4318584,9.965961366666669,41100000 +48.431856725,9.965955275,41100000 +48.431842875,9.96590605,35400000 +48.431845,9.965913433333334,35400000 +48.43182573333333,9.965848333333334,37000000 +48.43180803333333,9.965793966666668,32000000 +48.431804925,9.965784675,32000000 +48.4317868,9.96572815,29800000 +48.43178386666667,9.965718,29800000 +48.43176706666667,9.965654366666667,32500000 +48.43175163333333,9.965585266666666,26100000 +48.431749075,9.9655732,26100000 +48.43173365,9.9654997,28700000 +48.43173106666666,9.965486933333333,28700000 +48.43171613333334,9.965413333333332,31600000 +48.431714125000006,9.965404075,31600000 +48.43169633333333,9.965327766666668,34000000 +48.431693525,9.9653161,34000000 +48.43167386666666,9.965237133333334,21000000 +48.431650175,9.965147075,23900000 +48.43165316666667,9.965159433333332,23900000 +48.4316253,9.965042625,36900000 +48.43162856666667,9.965055666666666,36900000 +48.43160405,9.9649579,23800000 +48.4316002,9.964942333333331,23800000 +48.431579766666665,9.9648584,23900000 +48.43157575,9.96484215,23900000 +48.43154603333334,9.964727433333334,33500000 +48.431550400000006,9.96474405,33500000 +48.4315205,9.964625966666668,24900000 +48.43149054999999,9.964503525,28900000 +48.43145933333333,9.964379466666664,19200000 +48.4314332,9.9642692,20200000 +48.43140773333334,9.9641636,32800000 +48.4314039,9.96414745,32800000 +48.431376525000005,9.964030025,30900000 +48.43137388,9.96401758,30900000 +48.431352200000006,9.9639148,20500000 +48.43134916666667,9.963897333333334,20500000 +48.43133219999999,9.9637969,21600000 +48.4313299,9.9637815,21600000 +48.431316433333336,9.963674133333337,32000000 +48.431306925,9.96355685,23300000 +48.43130813333334,9.963574166666666,23300000 +48.43129819999999,9.9634359,31800000 +48.43129243333333,9.963344566666663,18400000 +48.431291875,9.963327799999998,18400000 +48.43129353333333,9.963217733333332,22300000 +48.431307333333336,9.9631409,24600000 +48.43132246666667,9.963072600000002,20600000 +48.431323875,9.963061175,20600000 +48.4313275,9.962993,18900000 +48.43132599999999,9.9629821,18900000 +48.43131036666667,9.962921233333336,15900000 +48.4312501,9.962802466666666,29700000 +48.43122586666667,9.962742266666666,26600000 +48.4312062,9.9626695,21400000 +48.43120325,9.962655875,21400000 +48.4311859,9.9625712,34500000 +48.4311832,9.962555833333331,34500000 +48.43117,9.96247615,35500000 +48.431167433333336,9.962459133333336,35500000 +48.43115266666667,9.9623524,34800000 +48.431150375,9.96233325,34800000 +48.43113503333334,9.962194033333333,28800000 +48.43113700000001,9.96221495,28800000 +48.43112433333334,9.9620643,17800000 +48.431114433333335,9.9619312,33300000 +48.4311127,9.96190985,33300000 +48.431098633333335,9.9617465,38100000 +48.43108735,9.96161855,31800000 +48.4310851,9.961592233333334,31800000 +48.431082825,9.961565675,31800000 +48.43106945,9.96140435,30700000 +48.4310673,9.9613767,30700000 +48.43105705,9.96123625,25700000 +48.431055333333326,9.961207366666663,25700000 +48.4310479,9.9610306,28100000 +48.431047275,9.96100025,28100000 +48.43104466666667,9.960785266666669,28700000 +48.4310448,9.9608164,28700000 +48.43104466666667,9.960598066666668,25300000 +48.43104445,9.96062935,25300000 +48.43104629999999,9.960410266666663,35800000 +48.4310466,9.960378925,35800000 +48.43104893333333,9.9601597,32800000 +48.43104875,9.96019095,32800000 +48.4310486,9.959972233333334,28800000 +48.4310434,9.959753125,40100000 +48.431044533333335,9.9597845,40100000 +48.43103595,9.9595645,37800000 +48.431034333333336,9.959532866666663,37800000 +48.43102213333333,9.9593438,25100000 +48.4310026,9.959124025,25200000 +48.43097806666666,9.958906066666666,27400000 +48.4309525,9.958722266666667,17700000 +48.43091945,9.9585213,18800000 +48.43088556666667,9.9583257,28800000 +48.4308497,9.958126425,40800000 +48.43081633333333,9.957938999999998,40700000 +48.43078807500001,9.9577747,32200000 +48.430759425,9.95760335,38200000 +48.430737375,9.9574656,19500000 +48.43071985,9.95733535,43600000 +48.430697275,9.9571451,40700000 +48.43069606666668,9.957132266666669,45000000 +48.430693225,9.9571142,64600000 +48.43057385,9.957026325,131000000 +48.428027775,9.95686385,85400000 +48.42797006666667,9.956848366666668,158000000 +48.4279738,9.95684935,158000000 +48.427967025,9.95684755,158000000 +48.4279457,9.956841533333334,180000000 +48.42792845,9.9568368,102000000 +48.427915775,9.95683355,49400000 +48.42791042500001,9.9568322,31200000 +48.427909675,9.956832,40300000 +48.427909475,9.956831675,30200000 +48.4279092,9.956831566666668,37300000 +48.427908875,9.9568316,28900000 +48.4279088,9.9568316,30900000 +48.42790829999999,9.9568307,42900000 +48.42790835,9.9568308,42900000 +48.4279079,9.956829425,45700000 +48.4279077,9.9568288,35100000 +48.427907225000006,9.956828,50600000 +48.4279064,9.95682705,42400000 +48.4279062,9.9568269,32900000 +48.4279062,9.9568269,30400000 +48.4279062,9.9568269,23400000 +48.42790476,9.95682656,24000000 +48.42790492499999,9.95682655,24000000 +48.4279038,9.9568267,37000000 +48.4279038,9.9568267,37000000 +48.4279037,9.956826766666667,58800000 +48.42790195,9.95682795,41800000 +48.42789525,9.956828625,42700000 +48.427881275,9.956826875,40700000 +48.4278606,9.9568236,42100000 +48.42783025,9.95681805,51900000 +48.4277937,9.956813575,28200000 +48.42775925,9.956813025,28100000 +48.427725375,9.956816875,22300000 +48.42772983333333,9.9568161,22300000 +48.42769823333333,9.956821833333334,38100000 +48.427694975,9.956822475,38100000 +48.42767683333333,9.956826266666669,41600000 +48.4276698,9.9568283,34300000 +48.42766025,9.9568321,25400000 +48.42763805,9.95684565,26200000 +48.427605,9.95688582,23400000 +48.427581875,9.956957425,33500000 +48.42757053333333,9.957034,33600000 +48.42755992,9.9571385,23300000 +48.4275489,9.957252333333336,30200000 +48.427547775,9.9572653,30200000 +48.4275373,9.957383075,26200000 +48.42753584,9.95739808,26200000 +48.427521766666665,9.957538233333333,34500000 +48.427519875,9.957556425,34500000 +48.427504266666666,9.957711466666666,31500000 +48.42748806666666,9.957875633333332,25800000 +48.4274672,9.95807885,36400000 +48.427446233333335,9.958282266666666,32400000 +48.4274229,9.9585001,28500000 +48.427396925,9.9587197,23400000 +48.42736746666666,9.9589412,22300000 +48.42733712500001,9.959160375000002,25400000 +48.427304,9.9593911,26400000 +48.427272925,9.959604675,20500000 +48.4272367,9.959851225,26300000 +48.42720024,9.960081159999998,38300000 +48.4271628,9.96031312,17300000 +48.42712785,9.9605264,26300000 +48.42709240000001,9.9607392,23400000 +48.427051275,9.960979299999998,21900000 +48.427011525,9.961202425,19800000 +48.426976625,9.9614038,38300000 +48.42697256,9.96142726,38300000 +48.4269345,9.961644,28400000 +48.42689488,9.96185706,22300000 +48.4267761,9.96254175,21600000 +48.42677218,9.962565,21600000 +48.426779966666665,9.9625184,21600000 +48.4267407,9.962750533333333,24300000 +48.42673695,9.962774125,24300000 +48.4267332,9.96279772,24300000 +48.426699075,9.963010975,24900000 +48.42669516,9.96303494,24900000 +48.4266569,9.96327552,16800000 +48.426629,9.96345755,24800000 +48.426624633333326,9.963485966666669,24800000 +48.426619675,9.963518425,24800000 +48.42659465,9.96368915,28700000 +48.42659116666667,9.963713566666668,28700000 +48.426586825,9.9637442,28700000 +48.42655366,9.96398434,17800000 +48.4265569,9.96395975,17800000 +48.42656016666667,9.963935133333337,17800000 +48.42652586666666,9.964197033333337,17300000 +48.4265225,9.9642236,17300000 +48.42649385,9.964449975,30800000 +48.42649673333333,9.964425433333334,30800000 +48.426491,9.96447458,30800000 +48.42646873333334,9.964672233333332,29000000 +48.42646348,9.96472186,29000000 +48.42646605,9.96469705,29000000 +48.42644126666666,9.964936799999998,28000000 +48.426438725,9.964963699999998,28000000 +48.42643632,9.96498978,28000000 +48.4264154,9.965218066666669,22700000 +48.426413200000006,9.965242775,22700000 +48.42639508,9.96548098,24100000 +48.42639883333334,9.965424733333334,24100000 +48.4263969,9.965453725,24100000 +48.426380900000005,9.965687533333332,22600000 +48.42637870000001,9.9657176,22600000 +48.426382700000005,9.96566335,22600000 +48.4263622,9.9659484,32800000 +48.4263484,9.96612095,43000000 +48.426345733333335,9.9661478,43000000 +48.426343200000005,9.96617275,43000000 +48.4263407,9.96619694,43000000 +48.4263202,9.9664025,19600000 +48.426322600000006,9.9663752,19600000 +48.426318175,9.966427825,19600000 +48.4263056,9.966618966666667,27700000 +48.42630356,9.966664259999998,27700000 +48.426304625,9.96664165,27700000 +48.42629545,9.96684365,22000000 +48.426294266666666,9.966865666666669,22000000 +48.4262929,9.966887450000002,22000000 +48.42627913333333,9.967051833333334,42100000 +48.426276225,9.96707445,42100000 +48.42627322,9.96709628,42100000 +48.42623775,9.967298625,37300000 +48.4262478,9.9672543,37300000 +48.42624276666667,9.9672774,37300000 +48.42619573333334,9.967448833333334,72900000 +48.42618875,9.967468125,72900000 +48.425782875,9.968228225,141000000 +48.42577658,9.96824402,141000000 +48.425721275,9.968400075,171000000 +48.42625866000001,9.96980712,74100000 +48.42636945,9.969822425,132000000 +48.42700705,9.96978935,115000000 +48.42702476666667,9.969786166666664,115000000 +48.427039625,9.969783275,115000000 +48.4280764,9.969441150000002,42500000 +48.428098266666666,9.969434866666669,42500000 +48.4280547,9.9694476,42500000 +48.4281936,9.9694082,35300000 +48.42821093333333,9.9694035,35300000 +48.428227075,9.969399200000002,35300000 +48.42824277999999,9.96939512,35300000 +48.428393175,9.969358925000002,36600000 +48.42835865,9.96936625,36600000 +48.428376533333335,9.969362366666669,36600000 +48.42849745,9.96933915,84800000 +48.42854055,9.969333925,84800000 +48.42852093333334,9.969336133333334,84800000 +48.4297093,9.96937025,49800000 +48.429731633333326,9.969374233333332,49800000 +48.42975025,9.96937765,49800000 +48.42987275,9.9694008,34900000 +48.429889800000005,9.969404333333337,34900000 +48.429905525,9.96940775,34900000 +48.43001866666666,9.9694344,49000000 +48.43000235,9.9694302,49000000 +48.430033725,9.969438425,49000000 +48.430169725000006,9.9694806,124000000 +48.430151,9.969473666666666,124000000 +48.4302859,9.969526133333334,32100000 +48.4302997,9.9695321,32100000 +48.43041306666667,9.9695831,42200000 +48.430430025,9.969591350000002,42200000 +48.430544133333335,9.969648966666666,23600000 +48.430559725,9.969657425,23600000 +48.43067933333333,9.969723233333331,33800000 +48.43069435,9.9697315,33800000 +48.430912,9.969852366666666,20100000 +48.43098955,9.96989825,34900000 +48.43100393333333,9.969906766666666,34900000 +48.431018075,9.969915225,34900000 +48.4310921,9.9699599,32300000 +48.4311054,9.969968066666668,32300000 +48.4311839,9.970016666666666,28200000 +48.431196675,9.9700246,28200000 +48.43128276666667,9.970076666666666,19500000 +48.431273,9.9700708,19500000 +48.4313518,9.970119166666668,29700000 +48.4313641,9.970126625,29700000 +48.43143755,9.9701715,98000000 +48.43144956666666,9.970178833333334,98000000 +48.43151526666667,9.970218533333332,78000000 +48.431524225,9.97022385,78000000 +48.4316029,9.970270500000002,120000000 +48.4318612,9.97034015,84500000 +48.43187076666667,9.970337833333334,84500000 +48.43192726666666,9.970319633333334,22700000 +48.431936175,9.97031475,22700000 +48.4319959,9.970272733333331,107000000 +48.4320364,9.9702283,112000000 +48.432043175,9.97021865,112000000 +48.4320841,9.970151266666669,137000000 +48.432088275,9.97014245,137000000 +48.432118925000005,9.970064425,79100000 +48.43211583333334,9.970075166666666,79100000 +48.43213996666666,9.9699791,93900000 +48.4321655,9.969796166666669,107000000 +48.43216395,9.9698104,107000000 +48.432174325000005,9.969709975,83300000 +48.43217316666667,9.969722933333331,83300000 +48.43218263333333,9.9696093,161000000 +48.4321837,9.969596575,161000000 +48.4321917,9.969495266666668,181000000 +48.4321998,9.969399366666666,121000000 +48.432227,9.96919625,19200000 +48.43222973333334,9.969181766666669,19200000 +48.432272025,9.969004425,96300000 +48.43229970000001,9.968921800000002,40200000 +48.43232163333332,9.9688677,20200000 +48.43233956666666,9.9688247,31000000 +48.43234185,9.968817925000002,31000000 +48.43235533333333,9.9687712,35700000 +48.4323625,9.968727466666666,35700000 +48.4323633,9.96866505,24900000 +48.432355075,9.968593825,23800000 +48.43234149999999,9.968520725,29000000 +48.432330325,9.96844775,77900000 +48.4323213,9.968365375,49900000 +48.4323203,9.96835592,49900000 +48.4323111,9.968264466666668,23900000 +48.4323039,9.968185,28500000 +48.432302575,9.96817125,28500000 +48.432291175,9.9680601,25900000 +48.43229323333333,9.968076466666666,25900000 +48.432277766666665,9.9679552,25000000 +48.43227575,9.96794105,25000000 +48.43225805,9.96783145,27600000 +48.432238675,9.967716725,20200000 +48.43222076666667,9.967612733333333,28500000 +48.4322052,9.967516366666668,27800000 +48.432186125,9.967409275,22900000 +48.4321634,9.96728905,30800000 +48.43214575,9.9671999,38200000 +48.43214246666667,9.9671833,38200000 +48.432119625,9.967073775,25300000 +48.43212296666667,9.967089866666669,25300000 +48.432098466666666,9.966971833333334,28400000 +48.4320957,9.96695935,28400000 +48.43207165,9.966854775,42100000 +48.43204365,9.966739925,25600000 +48.43204058,9.96672806,25600000 +48.4320117,9.966615824999998,27300000 +48.43198625,9.96651,31400000 +48.43195765,9.966391125,20100000 +48.4319264,9.966268475,44800000 +48.431898025,9.966156075,26100000 +48.431866975,9.966040925,22800000 +48.431835325,9.9659245,17600000 +48.431802175,9.96580015,21400000 +48.4317695,9.96567025,22500000 +48.4317418,9.965542524999998,20500000 +48.43174483333333,9.965557133333332,20500000 +48.43171716,9.9654246,29400000 +48.431690675,9.96530445,38800000 +48.4316934,9.965316166666666,38800000 +48.431666025,9.965200275,32900000 +48.4316361,9.9650782,24200000 +48.43160832,9.96496526,27400000 +48.431582225,9.964857875,28400000 +48.43155743999999,9.964764,26200000 +48.4315241,9.964642675,22900000 +48.431496125,9.96453455,39700000 +48.43146466,9.9644097,15300000 +48.43143058,9.96427466,26700000 +48.431433925,9.964288325,26700000 +48.431396125000006,9.964137375,24800000 +48.4313672,9.96401268,32600000 +48.43133858,9.96386424,25000000 +48.43131962,9.96373248,24700000 +48.4313071,9.96361096,29900000 +48.43129856,9.96349164,21900000 +48.43129116666666,9.963381533333331,19400000 +48.4312889,9.9632811,23900000 +48.431299033333325,9.963198233333332,31800000 +48.43130205,9.963186275,31800000 +48.43132096666667,9.963111666666666,21700000 +48.431332975,9.96303225,28000000 +48.43132255,9.962947425,23300000 +48.43129065,9.96287805,18700000 +48.431258766666666,9.962821666666663,20500000 +48.43123070000001,9.9627572,20600000 +48.431203575,9.9626621,29100000 +48.43117853333333,9.962548066666663,35100000 +48.4311595,9.962433133333333,32800000 +48.431140275,9.962280025,32800000 +48.43112413333333,9.9621219,19200000 +48.431109375000005,9.9619432,21000000 +48.43109356666667,9.961747166666669,22400000 +48.4310772,9.961560175,29200000 +48.43106046666667,9.961343,22500000 +48.43104876666666,9.961154633333337,20200000 +48.431047175,9.961125025,20200000 +48.431039133333336,9.960902933333331,34800000 +48.4310395,9.960702666666668,30900000 +48.43104235,9.960467975,19800000 +48.4310451,9.960230566666668,26100000 +48.43104546666667,9.960024733333332,19900000 +48.4310424,9.95978305,35300000 +48.43103423333333,9.959540866666666,22600000 +48.43102150000001,9.959332333333334,30300000 +48.430999175,9.959096225,32700000 +48.430971125,9.958851875,20200000 +48.43094326666667,9.958644266666669,33100000 +48.430908975,9.95842635,43700000 +48.430870425,9.9582159,173000000 +48.43083326666667,9.958028366666667,27700000 +48.43080035,9.95785095,29100000 +48.4307696,9.95768815,22900000 +48.4307443,9.95754435,35900000 +48.430725825,9.957416975,22900000 +48.4307127,9.9573171,112000000 +48.4306927,9.9571446,38000000 +48.430691975,9.957135925,34800000 +48.43068946666667,9.957121233333334,66900000 +48.428021566666665,9.956868,72900000 +48.4280181,9.956867175,72900000 +48.42798665,9.956859525,56400000 +48.4279898,9.956860333333331,56400000 +48.42796237500001,9.956853175,77700000 +48.42796002000001,9.95685258,77700000 +48.427939733333325,9.9568473,62700000 +48.42792576,9.9568437,41400000 +48.42791863333333,9.956841933333331,22600000 +48.4279181,9.956841775,22600000 +48.427915425,9.956841225,82900000 +48.42791538,9.95684126,82900000 +48.4279151,9.956841675,44000000 +48.4279151,9.956841666666667,44000000 +48.4279151,9.9568417,26600000 +48.4279151,9.9568417,152000000 +48.4279151,9.9568417,91900000 +48.4279151,9.9568417,91900000 +48.4279151,9.9568417,91900000 +48.4279151,9.956842033333333,52000000 +48.4279151,9.956842125,52000000 +48.4279151,9.9568424,40200000 +48.4279151,9.9568424,27000000 +48.4279151,9.9568424,27000000 +48.4279151,9.956842559999998,74500000 +48.4279151,9.956842474999998,74500000 +48.4279151,9.9568429,100000000 +48.4279151,9.9568429,100000000 +48.4279151,9.9568429,59800000 +48.4279151,9.9568429,78000000 +48.4279151,9.9568429,19700000 +48.42791496666666,9.9568429,81700000 +48.4279133,9.956843066666666,44300000 +48.427912625,9.956843,44300000 +48.427904833333336,9.956841466666669,43000000 +48.42790665,9.956842,43000000 +48.42789056666667,9.956837433333332,35100000 +48.4278641,9.956829975000002,38900000 +48.42782783333333,9.956821766666666,28800000 +48.42777674999999,9.9568156,43800000 +48.42778493333333,9.9568158,43800000 +48.42771686666666,9.9568203,47600000 +48.42766396666667,9.9568444,26200000 +48.4276175,9.9568954,19200000 +48.42761165,9.956907125,19200000 +48.42757926666667,9.957000033333332,25100000 +48.42756563333334,9.9570984,34800000 +48.42755272,9.95723418,34300000 +48.42753775,9.957393125,33700000 +48.427522775,9.957548075,37500000 +48.42750556666667,9.957721266666669,45600000 +48.427488833333335,9.9578942,30400000 +48.42746996666667,9.958078666666664,28200000 +48.427466550000005,9.9581108,28200000 +48.42744226666667,9.958341366666666,27400000 +48.4274459,9.95830715,27400000 +48.42742106666666,9.958527833333331,21300000 +48.4274165,9.9585642,21300000 +48.427386266666666,9.958807,35200000 +48.42735364999999,9.95905935,21200000 +48.42731913333333,9.959308766666666,29000000 +48.427314675000005,9.959340975,29000000 +48.42727953333334,9.9595934,33800000 +48.4272435,9.959834975,18500000 +48.4271999,9.96010895,45900000 +48.42715626,9.96037268,31700000 +48.427112,9.960634166666669,23200000 +48.42707403333333,9.960856966666666,24700000 +48.427067075,9.9608975,24700000 +48.427015975,9.961195425,37700000 +48.42702153333334,9.9611637,37700000 +48.42697193333333,9.961444666666669,30900000 +48.426966675,9.961474075,30900000 +48.4269213,9.961724149999998,33100000 +48.4268762,9.961966225,29600000 +48.426828075,9.962236325,31700000 +48.4266814,9.963068775,37300000 +48.42668613333333,9.963038966666666,37300000 +48.42669135,9.9630069,37300000 +48.42664596666666,9.963294500000002,21000000 +48.426641975,9.96332185,21000000 +48.42663792,9.96334926,21000000 +48.426607,9.9635552,19700000 +48.4266024,9.9635874,19700000 +48.4265981,9.9636173,19700000 +48.42655766,9.96389396,21200000 +48.42656626666667,9.9638354,21200000 +48.426561875,9.96386515,21200000 +48.42652356666667,9.9641379,20700000 +48.426519825,9.96416775,20700000 +48.426489575,9.9644153,23800000 +48.426493066666666,9.964385566666666,23800000 +48.4264553,9.96471668,27700000 +48.4264584,9.9646882,27700000 +48.4264616,9.964658733333334,27700000 +48.4264301,9.964937433333333,26400000 +48.42642685,9.964963875,26400000 +48.42642366,9.96499016,26400000 +48.4263989,9.965185,23000000 +48.426393966666666,9.965222766666669,23000000 +48.42636122,9.965487540000002,23400000 +48.42636387500001,9.9654625,23400000 +48.426341025,9.965704825,22100000 +48.42633938,9.965728039999998,22100000 +48.4263272,9.96591315,27600000 +48.426326,9.9659361,27600000 +48.426324625,9.96595905,27600000 +48.4263156,9.96610835,23700000 +48.42631409999999,9.9661349,23700000 +48.4263128,9.966159425,23700000 +48.42631162,9.96618308,23700000 +48.426301375,9.966409,25400000 +48.42630226666666,9.966387533333332,25400000 +48.4262958,9.9665565,24300000 +48.426295125,9.966576775,24300000 +48.4262944,9.96659676,24300000 +48.42628735,9.966785,24900000 +48.42628664,9.96680398,24900000 +48.42628813333334,9.966765166666669,24900000 +48.42627993333334,9.966958166666666,52400000 +48.42627885,9.96697545,52400000 +48.42626823333333,9.967098733333335,30100000 +48.42626625,9.9671151,30100000 +48.42626424,9.96713094,30100000 +48.42623925,9.967283475,21900000 +48.4262438,9.967263966666666,21900000 +48.426197050000006,9.967435375,31600000 +48.42620253333334,9.9674187,31600000 +48.425547900000005,9.96930964,141000000 +48.42553962000001,9.969345700000002,29500000 +48.42553543999999,9.96936526,24000000 +48.4255355,9.969366425,42400000 +48.4255364,9.96936608,33900000 +48.425537425,9.96936565,30900000 +48.42553782,9.96936578,34300000 +48.4255362,9.96937645,44000000 +48.425533975,9.96940685,71100000 +48.425539075,9.969462725,116000000 +48.42556224,9.96952464,19600000 +48.42560585,9.969578900000002,20600000 +48.425658325,9.96961675,18700000 +48.4257184,9.9696468,52300000 +48.4262393,9.9697843,40600000 +48.42624995,9.96978605,40600000 +48.426260633333335,9.969787733333334,40600000 +48.426271375,9.969789225,40600000 +48.4270611,9.9697609,82500000 +48.42708005,9.96975725,82500000 +48.4270948,9.9697544,82500000 +48.42806955,9.969428525,40300000 +48.428051833333335,9.969433700000002,40300000 +48.4280232,9.9694425,40300000 +48.42803755,9.969438,40300000 +48.4281507,9.9694052,66800000 +48.4281716,9.96939955,66800000 +48.42818776666667,9.969395333333331,66800000 +48.428202725,9.9693916,66800000 +48.42829515,9.9693693,67000000 +48.42831533333333,9.9693647,67000000 +48.42833545,9.9693603,67000000 +48.428472925,9.969333325,173000000 +48.4284358,9.9693394,173000000 +48.428453733333335,9.969336333333333,173000000 +48.43192286666667,9.970312633333334,26200000 +48.431929925,9.9703093,26200000 +48.4319907,9.97026915,23600000 +48.432042275,9.970210425,107000000 +48.4320812,9.970143533333331,173000000 +48.43208655,9.970131575,173000000 +48.43211563333333,9.970058933333334,125000000 +48.4321187,9.970048775,125000000 +48.432138,9.9699763,87000000 +48.432140075,9.969966375,87000000 +48.432169980000005,9.96977436,146000000 +48.4321793,9.969675575,130000000 +48.432178066666665,9.969688833333334,130000000 +48.4321899,9.96956655,160000000 +48.43218856666667,9.9695797,160000000 +48.432221166666665,9.969272233333331,28500000 +48.43223133333333,9.969194766666668,78500000 +48.43223325,9.969182425,78500000 +48.43224845,9.9690956,97900000 +48.43224656666666,9.969104633333332,97900000 +48.43226513333334,9.969024466666667,125000000 +48.4322673,9.969016475,125000000 +48.432286833333336,9.968952533333336,33300000 +48.432289475000005,9.968945225,33300000 +48.432312875,9.968887625,21800000 +48.43231558,9.9688823,21800000 +48.43233896666667,9.9688388,27400000 +48.432342425,9.968832825,27400000 +48.432368725,9.968783075,34400000 +48.43236295,9.96879525,34400000 +48.432366133333325,9.968788666666669,34400000 +48.432384,9.96874575,36900000 +48.43238586666666,9.968738366666669,36900000 +48.4323872,9.96873175,36900000 +48.43239173333333,9.968682066666666,25800000 +48.4323911,9.96867445,25800000 +48.43238233333333,9.96862,33000000 +48.4323801,9.968612025,33000000 +48.43236705,9.96856535,27800000 +48.43236403333333,9.968555366666669,27800000 +48.432344725,9.968482525,28600000 +48.43234935,9.96850435,28600000 +48.4323469,9.9684936,28600000 +48.4323333,9.9684142,34200000 +48.43233183333333,9.9684023,34200000 +48.4323251,9.9683424,22900000 +48.4323242,9.968332933333334,22900000 +48.43232305,9.96832205,22900000 +48.43231536666667,9.9682468,28800000 +48.43231432500001,9.968235925,28800000 +48.43230646666667,9.968157766666668,23400000 +48.432305475,9.96814845,23400000 +48.43229686666666,9.968076266666667,45200000 +48.4322951,9.96806365,45200000 +48.432282675,9.967975,39100000 +48.432284433333336,9.967987366666668,39100000 +48.43226846666667,9.9678817,29000000 +48.432266325,9.9678684,29000000 +48.43225106666666,9.967765966666668,18600000 +48.43224915,9.967752775,18600000 +48.43223615,9.96766555,26300000 +48.43223363333333,9.967649799999998,26300000 +48.4322191,9.967567,37500000 +48.432216625,9.96755425,37500000 +48.432200550000005,9.9674695,34000000 +48.43219833333334,9.967458133333333,34000000 +48.432195750000005,9.96744505,34000000 +48.4321787,9.96735955,32100000 +48.43217546666667,9.967344166666663,32100000 +48.4321602,9.96726825,21800000 +48.4321572,9.967253466666667,21800000 +48.432138375,9.9671501,37600000 +48.43214076666666,9.967164666666667,37600000 +48.432123,9.9670645,40300000 +48.4321209,9.967053766666666,40300000 +48.4321059,9.966980233333333,28600000 +48.432103425,9.9669698,28600000 +48.4320865,9.966898366666667,30000000 +48.432084,9.9668885,30000000 +48.43206693333334,9.966820566666668,25600000 +48.43206395,9.96680885,25600000 +48.432041625,9.966722025,26900000 +48.43204443333334,9.9667333,26900000 +48.432016675,9.9666203,29300000 +48.43201412,9.9666095,29300000 +48.431992300000005,9.9665194,50400000 +48.43198850000001,9.966503566666669,50400000 +48.4319688,9.966419366666669,22800000 +48.431965075,9.96640365,22800000 +48.43194525,9.9663201,24900000 +48.43194163333334,9.966304566666668,24900000 +48.43192066666666,9.966215633333332,46300000 +48.43191755,9.96620255,46300000 +48.43189235,9.96609815,29700000 +48.4318951,9.966109033333334,29700000 +48.4318984,9.9661222,29700000 +48.4318752,9.96602935,27800000 +48.43187313333333,9.9660205,27800000 +48.4318597,9.965966233333331,22900000 +48.4318577,9.9659587,22900000 +48.43184526666666,9.965911,21900000 +48.4318437,9.965905075,21900000 +48.4318321,9.965864433333332,21300000 +48.43183025,9.965858825,21300000 +48.431813275,9.965808975000002,49500000 +48.4318153,9.965814733333334,49500000 +48.43179776666667,9.965762633333332,27100000 +48.43179545,9.96575535,27100000 +48.431776000000006,9.965689433333331,36900000 +48.431773425,9.9656796,36900000 +48.43175566666667,9.9656076,41600000 +48.431752725,9.965594125,41600000 +48.43173585,9.96551595,24400000 +48.43173306666667,9.965503166666666,24400000 +48.431730550000005,9.965491925,24400000 +48.43171295,9.96541265,38100000 +48.43170936666667,9.965397333333334,38100000 +48.43168535,9.965298125,29800000 +48.431689266666666,9.965314433333331,29800000 +48.43166275,9.9652048,19800000 +48.4316589,9.965189633333331,19800000 +48.4316339,9.965093866666663,29700000 +48.4316305,9.9650812,29700000 +48.431602266666665,9.964975266666668,34100000 +48.4315979,9.964958875,34100000 +48.43156926666666,9.9648471,24100000 +48.431564625,9.9648284,24100000 +48.43152945,9.964690825,24800000 +48.43153745,9.9647225,24800000 +48.43153313333334,9.964705666666667,24800000 +48.431504450000006,9.96458825,27000000 +48.431500633333336,9.964573066666668,27000000 +48.43147366666667,9.964468733333334,39600000 +48.4314701,9.964454425,39600000 +48.43146662,9.96444048,39600000 +48.4314381,9.9643242,34000000 +48.4314332,9.964304166666668,34000000 +48.43140785,9.9642033,21600000 +48.43140246666667,9.9641829,21600000 +48.43137196666667,9.964059733333334,19200000 +48.43136755,9.964038975,19200000 +48.43134285,9.9639147,20000000 +48.4313393,9.963894266666664,20000000 +48.4313227,9.963792000000002,19500000 +48.43131983333333,9.963771800000002,19500000 +48.43130586666666,9.9636532,27900000 +48.4313042,9.96363455,27900000 +48.431295,9.963526900000002,33100000 +48.43129386666666,9.963510566666669,33100000 +48.43128875,9.96343395,31000000 +48.43128806666667,9.963420733333336,31000000 +48.431284733333335,9.963346266666669,17100000 +48.43128465,9.963334725,17100000 +48.43128683333333,9.963255133333334,21900000 +48.43128575,9.96326645,21900000 +48.4312946,9.963199,30700000 +48.43129706666667,9.963188,30700000 +48.43131400000001,9.963123233333333,31800000 +48.43131685,9.963112,31800000 +48.43133015,9.9630426,31500000 +48.43133036666666,9.9630306,31500000 +48.4313248,9.962967966666668,17000000 +48.43132125,9.962957275,17000000 +48.431293,9.9628816,21700000 +48.4312624,9.96282895,39500000 +48.43125503333332,9.962813966666666,39500000 +48.4312273,9.9627504,32000000 +48.4312213,9.9627323,32000000 +48.43119613333334,9.9626314,22700000 +48.4312049,9.9626747,22700000 +48.43120045,9.96265345,22700000 +48.4311791,9.9625407,20700000 +48.4311751,9.96251625,20700000 +48.4311634,9.9624406,23000000 +48.43115965,9.962414,23000000 +48.43115606666667,9.9623868,23000000 +48.431142,9.9622753,33200000 +48.4311385,9.962246,33200000 +48.4311287,9.9621564,18300000 +48.4311251,9.96211745,18300000 +48.43111046666667,9.961948833333333,18100000 +48.4310969,9.9617794,38700000 +48.4310996,9.9618143,38700000 +48.43108103333333,9.961601133333334,23700000 +48.43108435,9.9616377,23700000 +48.4310683,9.961453,22400000 +48.4310653,9.9614147,22400000 +48.431054,9.9612587,44000000 +48.431051700000005,9.9612185,44000000 +48.4310436,9.9610557,30500000 +48.4310425,9.96101395,30500000 +48.4310392,9.960801933333334,22000000 +48.43103935,9.96084485,22000000 +48.43103955,9.96058665,28800000 +48.4310391,9.9606299,28800000 +48.4310417,9.9604137,26800000 +48.431042133333335,9.960370466666667,26800000 +48.431044,9.9601973,44700000 +48.4310441,9.9601541,44700000 +48.4310442,9.95995945,21400000 +48.431043566666666,9.9599162,21400000 +48.4310401,9.9597433,36900000 +48.43103895,9.9597001,36900000 +48.431030533333335,9.959484266666664,35100000 +48.43103285,9.9595273,35100000 +48.4310201,9.9593127,32200000 +48.43101655,9.9592703,32200000 +48.43100125,9.9591016,21500000 +48.43099673333333,9.95906,21500000 +48.4309778,9.9588945,20300000 +48.4309724,9.95885345,20300000 +48.4309494,9.95869185,22400000 +48.4309433,9.958652666666667,22400000 +48.4309185,9.9584988,20000000 +48.43091215,9.958462099999998,20000000 +48.43088695,9.95831995,33700000 +48.4308806,9.958286233333332,33700000 +48.43084925,9.95812365,18500000 +48.4308552,9.9581545,18500000 +48.4308292,9.9580194,20800000 +48.43082385,9.95799115,20800000 +48.4308033,9.9578818,37000000 +48.4307986,9.957856,37000000 +48.4307806,9.9577548,20200000 +48.43077625,9.95773065,20200000 +48.43075965,9.95763855,47500000 +48.430755866666665,9.957616566666664,47500000 +48.43073785,9.95750955,38500000 +48.4307413,9.9575302,38500000 +48.4307252,9.95742895,24800000 +48.43072253333333,9.957410033333334,24800000 +48.4307098,9.957319,82100000 +48.43070165,9.9572552,108000000 +48.43070006666667,9.957241566666664,108000000 +48.4306942,9.9571915,24000000 +48.4306933,9.9571822,24000000 +48.4306903,9.9571533,17600000 +48.43068956666667,9.9571477,17600000 +48.4306866,9.9571268,53100000 +48.4306855,9.95712155,53100000 +48.4306479,9.9570424,170000000 +48.4306541,9.9570485,170000000 +48.43057855,9.9570191,41300000 +48.430567466666666,9.957019133333333,41300000 +48.4279735,9.9568507,120000000 +48.4279551,9.9568459,120000000 +48.42793746666666,9.956841233333334,120000000 +48.4278705,9.956824,155000000 +48.4278561,9.9568204,155000000 +48.42778573333334,9.956809833333333,25000000 +48.4278136,9.9568113,25000000 +48.42779955,9.9568099,25000000 +48.4277186,9.9568211,39100000 +48.4277313,9.9568157,39100000 +48.427682,9.9568425,41700000 +48.42767085,9.9568531,41700000 +48.427660333333336,9.956865166666669,41700000 +48.4276209,9.9569184,32600000 +48.4276126,9.956935349999998,32600000 +48.42758036666667,9.957036066666666,29500000 +48.4275903,9.9569912,29500000 +48.4275848,9.9570129,29500000 +48.42756225,9.9571591,22800000 +48.4275653,9.9571327,22800000 +48.42754776666667,9.9572999,41200000 +48.4275535,9.957241,41200000 +48.42755075,9.95727005,41200000 +48.4275353,9.9574228,18900000 +48.42753195,9.95745555,18900000 +48.4275148,9.957628466666668,47400000 +48.4275218,9.9575567,47400000 +48.42751845,9.9575923,47400000 +48.4275008,9.9577751,46100000 +48.42749675,9.957813,46100000 +48.4274851,9.9579293,35100000 +48.42748115,9.9579699,35100000 +48.42747716666667,9.958011366666668,35100000 +48.4274603,9.9581803,32100000 +48.4274558,9.95822445,32100000 +48.42743133333334,9.958452666666666,30500000 +48.42743635,9.9584056,30500000 +48.4274413,9.9583593,30500000 +48.4274099,9.9586434,23900000 +48.4274042,9.9586918,23900000 +48.4273855,9.9588363,30000000 +48.42737905,9.95888435,30000000 +48.42737256666667,9.958932366666666,30000000 +48.4273454,9.9591247,28200000 +48.42733835,9.95917325,28200000 +48.4273034,9.9594197,27500000 +48.42731055,9.9593698,27500000 +48.4273178,9.9593202,27500000 +48.4272739,9.9596206,26800000 +48.4272664,9.9596714,26800000 +48.4272436,9.9598247,25000000 +48.42723575,9.9598758,25000000 +48.42722789999999,9.9599269,25000000 +48.4271959,9.9601314,27000000 +48.4271876,9.9601827,27000000 +48.4271455,9.960441266666669,31500000 +48.4271625,9.9603372,31500000 +48.42715425,9.9603892,31500000 +48.4271021,9.9607033,23600000 +48.4271108,9.9606506,23600000 +48.4270756,9.960862,24200000 +48.4270664,9.96091485,24200000 +48.42705706666667,9.9609678,24200000 +48.4270193,9.9611795,22800000 +48.4270104,9.9612326,22800000 +48.4269634,9.961497933333334,42900000 +48.42697285,9.96144485,42900000 +48.42691605,9.9617639,44400000 +48.4269256,9.9617105,44400000 +48.4267333,9.96281885,30200000 +48.4267274,9.962857833333333,30200000 +48.4266902,9.9630899,17200000 +48.42665585,9.963293449999998,30000000 +48.42664753333333,9.9633438,30000000 +48.426609500000005,9.963595333333332,25400000 +48.42657895,9.96382425,23900000 +48.42654489999999,9.964081366666669,22100000 +48.4265109,9.9643416,24800000 +48.426477733333336,9.964600966666666,33000000 +48.42648435,9.9645497,33000000 +48.42644236666666,9.9648862,17800000 +48.42644805,9.96484135,17800000 +48.42641285,9.9651061,35000000 +48.42640813333333,9.965140933333332,35000000 +48.4263814,9.96534675,19500000 +48.42635936666667,9.965543600000002,17800000 +48.42634066666667,9.9657748,19100000 +48.4263274,9.966031866666668,20900000 +48.42631795,9.9662391,17700000 +48.4263162,9.966281966666664,17700000 +48.42630805,9.9664948,29900000 +48.42630093333333,9.9666907,32800000 +48.42629016666666,9.9669071,44700000 +48.4262715,9.96709755,48800000 +48.42624026666667,9.967281433333332,103000000 +48.4255449,9.9693662,34000000 +48.42554195,9.9693843,27400000 +48.42554126666666,9.969388066666667,27400000 +48.42553775,9.9694091,46500000 +48.42553485,9.96943665,39600000 +48.4255351,9.969447033333331,39600000 +48.4255394,9.9694924,52700000 +48.4255425,9.96950435,52700000 +48.4255613,9.9695518,30800000 +48.42556836666666,9.9695626,30800000 +48.42560985,9.96961,27100000 +48.4256,9.9696021,27100000 +48.4256527,9.96963695,33900000 +48.4256647,9.969642233333332,33900000 +48.4257145,9.9696635,35900000 +48.42572805,9.96966875,35900000 +48.4262455,9.9698027,63100000 +48.4262672,9.96980575,63100000 +48.4272645,9.969728,114000000 +48.428079833333335,9.969437833333332,27500000 +48.4282268,9.9693975,23000000 +48.4283773,9.969361833333332,31900000 +48.42853045,9.96933625,43900000 +48.42868276666667,9.9693203,49600000 +48.429651500000006,9.969358,30800000 +48.4297248,9.9693701,33700000 +48.429749,9.969374,33700000 +48.429773133333335,9.969377866666669,33700000 +48.4298929,9.96939965,28700000 +48.4298691,9.9693944,28700000 +48.43001883333333,9.9694324,32900000 +48.4299639,9.9694169,32900000 +48.4299934,9.96942495,32900000 +48.4301164,9.9694631,40900000 +48.43013965,9.969471250000002,40900000 +48.4302324,9.969506,33100000 +48.43025550000001,9.969515566666669,33100000 +48.4303478,9.9695552,25900000 +48.43037085,9.96956575,25900000 +48.4304862,9.969620666666666,31800000 +48.4304401,9.9695978,31800000 +48.43046315,9.96960915,31800000 +48.4306017,9.96967955,23200000 +48.4305786,9.9696675,23200000 +48.4306702,9.9697156,48500000 +48.43069255,9.96972755,48500000 +48.43071466666667,9.969739366666667,48500000 +48.430802,9.9697863,38800000 +48.4308231,9.969798,38800000 +48.43092540000001,9.9698567,42100000 +48.4308855,9.9698333,42100000 +48.430905550000006,9.969845,42100000 +48.4310226,9.96991415,46800000 +48.4310037,9.969903,46800000 +48.4310966,9.96995885,43100000 +48.431114433333335,9.969969866666668,43100000 +48.431185,9.9700131,21600000 +48.43120205,9.9700236,21600000 +48.4312861,9.970076,20200000 +48.4312527,9.970055,20200000 +48.43126945,9.9700655,20200000 +48.4313691,9.97012835,21500000 +48.4313525,9.9701181,21500000 +48.431419,9.9701584,63900000 +48.43143505,9.9701682,63900000 +48.431451133333326,9.9701781,63900000 +48.43153135,9.9702272,109000000 +48.43161129999999,9.970274566666664,166000000 +48.43184535,9.9703416,69800000 +48.4318306,9.9703426,69800000 +48.43190295,9.97033045,34600000 +48.43191676666666,9.970324466666668,34600000 +48.4320188,9.9702476,167000000 +48.4320297,9.97023365,167000000 +48.43203993333333,9.970218666666668,167000000 +48.4320781,9.970155,141000000 +48.4320859,9.9701368,141000000 +48.432119,9.970037733333331,111000000 +48.4321076,9.9700796,111000000 +48.43211355,9.97005905,111000000 +48.4321393,9.9699505,126000000 +48.43214335,9.9699275,126000000 +48.4321575,9.969832,157000000 +48.43216043333334,9.969807366666666,157000000 +48.4321714,9.969708,60000000 +48.43217395,9.969682850000002,60000000 +48.4321816,9.9696058,94800000 +48.432184,9.9695797,94800000 +48.432186566666665,9.969553366666666,94800000 +48.43219955,9.9694212,23400000 +48.43221513333333,9.969293333333331,19200000 +48.4322297,9.9691972,23800000 +48.43223365,9.9691749,23800000 +48.43225543333333,9.9690716,18000000 +48.43228095,9.96898125,22900000 +48.43230956666668,9.968904266666668,22800000 +48.43233755,9.9688391,22700000 +48.4323563,9.9687916,17200000 +48.43235976666667,9.968779333333332,17200000 +48.4323716,9.9687285,20000000 +48.432372650000005,9.968714599999998,20000000 +48.43237175,9.9686577,34700000 +48.43236933333333,9.968643300000002,34700000 +48.43196025,9.9664332,18100000 +48.43135825,9.96400845,16100000 +48.43103396666667,9.9595793,21200000 +48.4309108,9.95848135,18700000 +48.4301801,9.95709375,30800000 +48.429161533333335,9.957075666666666,30600000 +48.4275966,9.9569819,17300000 +48.432256,9.9673663,24000000 +48.432256,9.9673663,25700000 +48.432256,9.9673663,29200000 +48.432256,9.9673663,28500000 +48.432256,9.9673663,16500000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,43900000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,19900000 +48.432256,9.9673663,23000000 +48.432256,9.9673663,24200000 +48.432256,9.9673663,17500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,23400000 +48.432256,9.9673663,39900000 +48.432256,9.9673663,31900000 +48.432256,9.9673663,21600000 +48.432256,9.9673663,27400000 +48.432256,9.9673663,22600000 +48.432256,9.9673663,22800000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,42800000 +48.432256,9.9673663,42800000 +48.432256,9.9673663,27700000 +48.432256,9.9673663,27700000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,26800000 +48.432256,9.9673663,26800000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31700000 +48.432256,9.9673663,31700000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,20500000 +48.432256,9.9673663,20500000 +48.432256,9.9673663,32700000 +48.432256,9.9673663,32700000 +48.432256,9.9673663,28200000 +48.432256,9.9673663,28200000 +48.432256,9.9673663,37600000 +48.432256,9.9673663,37600000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,20000000 +48.432256,9.9673663,20000000 +48.432256,9.9673663,25000000 +48.432256,9.9673663,25000000 +48.432256,9.9673663,29700000 +48.432256,9.9673663,29700000 +48.432256,9.9673663,39000000 +48.432256,9.9673663,39000000 +48.432256,9.9673663,26000000 +48.432256,9.9673663,26000000 +48.432256,9.9673663,24700000 +48.432256,9.9673663,30600000 +48.432256,9.9673663,30600000 +48.432256,9.9673663,22200000 +48.432256,9.9673663,22200000 +48.432256,9.9673663,28100000 +48.432256,9.9673663,28100000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,28000000 +48.432256,9.9673663,28000000 +48.432256,9.9673663,16600000 +48.432256,9.9673663,16600000 +48.432256,9.9673663,34200000 +48.432256,9.9673663,34200000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,30900000 +48.432256,9.9673663,30900000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,32300000 +48.432256,9.9673663,32300000 +48.432256,9.9673663,21400000 +48.432256,9.9673663,21400000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,19400000 +48.432256,9.9673663,19400000 +48.432256,9.9673663,22900000 +48.432256,9.9673663,22900000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18600000 +48.432256,9.9673663,18600000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,29900000 +48.432256,9.9673663,29900000 +48.4322561,9.9673664,38800000 +48.4322563,9.96736645,38800000 +48.4322574,9.9673665,32700000 +48.43225805,9.96736655,32700000 +48.4322604,9.9673665,31600000 +48.4322607,9.9673667,31600000 +48.43226113333333,9.967366766666666,31600000 +48.4322628,9.9673667,31600000 +48.4322636,9.96736665,31600000 +48.43226705,9.9673661,18600000 +48.432266,9.9673664,18600000 +48.4322703,9.9673648,23100000 +48.4322715,9.96736415,23100000 +48.4322696,9.9673654,43800000 +48.43226995,9.96736515,43800000 +48.4322709,9.967364,19100000 +48.4322713,9.9673633,19100000 +48.43227166666666,9.967362533333333,19100000 +48.4322734,9.9673596,18900000 +48.43227405,9.96735865,18900000 +48.4322765,9.9673544,31900000 +48.4322762,9.96735485,31900000 +48.4322757,9.9673557,31900000 +48.4322775,9.9673533,19700000 +48.43227775,9.9673533,19700000 +48.4322786,9.9673534,16600000 +48.43227875,9.9673534,16600000 +48.432278966666665,9.967353466666667,16600000 +48.4322799,9.9673541,27000000 +48.43227985,9.96735535,27000000 +48.4322798,9.9673602,29100000 +48.432279750000006,9.96736235,29100000 +48.4322789,9.967376366666668,20300000 +48.432279300000005,9.96737285,20300000 +48.43227895,9.9673967,16000000 +48.432281,9.9674107,36600000 +48.43228185,9.967415,36600000 +48.4322847,9.9674277,31800000 +48.4322858,9.96743195,31800000 +48.43228696666667,9.967436433333331,31800000 +48.4322919,9.9674565,25700000 +48.432293,9.967461,25700000 +48.4322968,9.9674745,30400000 +48.4322978,9.96747925,30400000 +48.43230193333333,9.9674994,36500000 +48.4323007,9.9674931,36500000 +48.4323013,9.9674964,36500000 +48.4323047,9.9675109,25100000 +48.4323053,9.96751365,25100000 +48.4323074,9.9675236,39200000 +48.4323078,9.967525533333331,39200000 +48.4323068,9.9675213,39200000 +48.4323094,9.9675338,28700000 +48.43230995,9.9675365,28700000 +48.43231183333334,9.9675531,20700000 +48.432311600000006,9.9675496,20700000 +48.43231145,9.96757125,34900000 +48.4323119,9.9675671,34900000 +48.4323097,9.9675834,32200000 +48.4323088,9.96758635,32200000 +48.4323054,9.9675951,23000000 +48.43230425,9.96759725,23000000 +48.4323029,9.967599166666668,23000000 +48.4322971,9.9676057,31900000 +48.43229575,9.96760655,31900000 +48.4322887,9.967609166666668,24800000 +48.4322913,9.9676086,24800000 +48.43229,9.9676089,24800000 +48.4322832,9.96761015,20700000 +48.4322803,9.9676101,28200000 +48.43227945,9.9676103,28200000 +48.432278966666665,9.967610366666667,28200000 +48.432278,9.9676105,17400000 +48.43227775,9.9676105,17400000 +48.4322762,9.9676107,40000000 +48.4322749,9.96761085,40000000 +48.4322735,9.967610833333334,40000000 +48.4322668,9.9676105,27000000 +48.4322648,9.9676102,27000000 +48.43225376666667,9.967606733333334,35600000 +48.43225605,9.9676078,35600000 +48.4322584,9.9676087,35600000 +48.4322444,9.9676014,38700000 +48.43224185,9.96759925,38700000 +48.4322347,9.9675918,42600000 +48.4322324,9.9675884,42600000 +48.4322302,9.9675846,42600000 +48.4322216,9.9675671,20900000 +48.43221965,9.9675612,20900000 +48.432214,9.9675406,35700000 +48.4322122,9.96753205,35700000 +48.4322104,9.9675229,35700000 +48.432203,9.967484,35100000 +48.43220085,9.96747265,35100000 +48.4321897,9.967411533333332,21900000 +48.4321921,9.9674248,21900000 +48.4321944,9.9674373,21900000 +48.4321792,9.9673565,18800000 +48.4321763,9.9673417,18800000 +48.4321674,9.9672958,21200000 +48.432164,9.9672801,21200000 +48.4321607,9.967263166666667,21200000 +48.4321467,9.9671939,20500000 +48.4321431,9.967176,20500000 +48.4321286,9.9671054,22700000 +48.432124433333335,9.967088333333333,22700000 +48.432108,9.9670195,27100000 +48.432104,9.96700175,27100000 +48.432083866666666,9.966911933333332,20600000 +48.43206295,9.96682055,18800000 +48.432039800000005,9.966727,16700000 +48.432013600000005,9.96661635,19600000 +48.43198736666667,9.9665089,18100000 +48.4319662,9.9664219,23000000 +48.43196075,9.9664007,23000000 +48.4319443,9.9663368,15900000 +48.4319388,9.96631575,15900000 +48.43193336666667,9.9662948,15900000 +48.4319122,9.9662121,24500000 +48.43190715,9.96619205,24500000 +48.4318925,9.966134,41200000 +48.431888,9.96611625,41200000 +48.4318838,9.966099,41200000 +48.4318677,9.9660324,22200000 +48.4318639,9.96601755,22200000 +48.43184613333333,9.965947333333334,28800000 +48.43184955,9.9659607,28800000 +48.4318532,9.9659742,28800000 +48.4318326,9.9658943,28900000 +48.431829,9.9658814,28900000 +48.4318177,9.9658418,28200000 +48.43181375,9.965828,28200000 +48.43180966666667,9.9658141,28200000 +48.4317908,9.9657502,32700000 +48.4317856,9.96573105,32700000 +48.4317722,9.9656791,18400000 +48.43176825,9.9656616,18400000 +48.431752,9.9655882,31000000 +48.4317478,9.965568766666664,31000000 +48.4317308,9.9654895,24800000 +48.43172585,9.9654689,24800000 +48.43170415,9.9653786,30400000 +48.4317108,9.9654057,30400000 +48.431681350000005,9.9652837,25700000 +48.43167493333334,9.965256566666667,25700000 +48.4316868,9.9653067,25700000 +48.4316422,9.965119349999998,21900000 +48.4316476,9.9651433,21900000 +48.43162005000001,9.9650241,17800000 +48.4316035,9.9649521,18400000 +48.431596850000005,9.96492165,18400000 +48.43159073333334,9.964895466666666,18400000 +48.4315628,9.9647835,26500000 +48.431556400000005,9.96475965,26500000 +48.4315343,9.9646756,24800000 +48.43152775,9.9646509,24800000 +48.43149945,9.9645432,36200000 +48.4314686,9.96442565,23700000 +48.43143425,9.9642931,33000000 +48.4314426,9.9643268,33000000 +48.43142726666667,9.964263733333333,33000000 +48.4314011,9.9641494,32600000 +48.4313949,9.96412125,32600000 +48.4313744,9.9640232,22400000 +48.4313683,9.96399545,22400000 +48.431348,9.963899,23100000 +48.43134165,9.9638644,23100000 +48.4313267,9.9637738,26400000 +48.43132205,9.96373875,26400000 +48.43131833333333,9.963708433333334,26400000 +48.431305,9.9635796,26700000 +48.43130255,9.96354655,26700000 +48.4312934,9.96342095,20300000 +48.4312895,9.9633345,23900000 +48.43129005,9.96330815,23900000 +48.4312958,9.963234,26900000 +48.43130035,9.963212,26900000 +48.4313151,9.9631496,30000000 +48.4313199,9.96313035,30000000 +48.4313315,9.9630724,20700000 +48.4313329,9.96305295,20700000 +48.4313316,9.9629957,27800000 +48.4313279,9.96297795,27800000 +48.4313052,9.96291065,23100000 +48.4313125,9.9629268,23100000 +48.4312786,9.9628556,20400000 +48.43125385,9.9628041,22300000 +48.4312234,9.96272385,24000000 +48.4312041,9.9626522,22900000 +48.43119785,9.96262565,22900000 +48.4311805,9.9625422,27900000 +48.431175800000005,9.9625117,27900000 +48.431158,9.9623825,26900000 +48.4311623,9.9624165,26900000 +48.4311448,9.9622776,43100000 +48.43114045,9.9622407,43100000 +48.4311282,9.9621272,30000000 +48.4311245,9.96208755,30000000 +48.43111075,9.9619235,26900000 +48.4310966,9.96174905,21900000 +48.431081000000006,9.961564849999998,24100000 +48.4310663,9.96137015,30800000 +48.43105046666667,9.9611233,37600000 +48.43105275,9.96116785,37600000 +48.4310427,9.9609294,27900000 +48.43104225,9.96087595,27900000 +48.431041,9.9607141,27700000 +48.43104135,9.960670100000002,27700000 +48.4310428,9.9605375,23700000 +48.43104295,9.96049315,23700000 +48.431044,9.96030435,25000000 +48.43104433333334,9.960256033333335,25000000 +48.4310437,9.9603599,25000000 +48.4310451,9.9600479,74600000 +48.431045,9.96000325,74600000 +48.431043,9.959825250000002,50300000 +48.431038,9.959615,28500000 +48.431028100000006,9.95939655,20800000 +48.4310133,9.959203,25400000 +48.43100870000001,9.959156966666669,25400000 +48.43097985,9.9589072,35800000 +48.4309865,9.9589596,35800000 +48.4309586,9.9587507,37000000 +48.43095235,9.95870945,37000000 +48.4309302,9.958566,32100000 +48.43092335,9.95852555,32100000 +48.4309028,9.9584046,41300000 +48.43089395,9.9583551,41300000 +48.4308619,9.95817895,17800000 +48.43082655,9.957989,30500000 +48.430788166666666,9.9577709,21300000 +48.4307944,9.95780745,21300000 +48.4307631,9.9576214,29800000 +48.43075855,9.9575931,29800000 +48.4307443,9.9574995,41800000 +48.4307399,9.9574688,41800000 +48.4307294,9.9573918,33900000 +48.43072595,9.95736525,33900000 +48.43070219999999,9.9571844,50100000 +48.43070275,9.9571884,50100000 +48.430700650000006,9.95717225,22500000 +48.4307004,9.9571727,40600000 +48.43070035,9.9571729,40600000 +48.43070005,9.9571736,23900000 +48.4306998,9.95717385,31900000 +48.4306992,9.9571739,19100000 +48.43069905,9.95717325,19100000 +48.4306988,9.9571726,23300000 +48.430698750000005,9.95717255,23300000 +48.4306986,9.95717225,27200000 +48.4306986,9.9571724,35800000 +48.4306987,9.95717195,44000000 +48.43069685,9.95716095,122000000 +48.4306893,9.95713295,63800000 +48.43058355,9.9570543,122000000 +48.4305256,9.95705575,139000000 +48.43051163333333,9.957057266666666,139000000 +48.429236,9.957094,148150000 +48.429209,9.9570898,148150000 +48.42877835,9.95702095,21700000 +48.4281561,9.956915,62700000 +48.42814745,9.95691265,62700000 +48.4281009,9.9569002,78100000 +48.42809615,9.95689895,78100000 +48.42808155,9.956895,54650000 +48.42807725,9.9568937,62750000 +48.428077,9.9568936,24300000 +48.4280771,9.9568937,24300000 +48.4280767,9.9568936,49550000 +48.4280767,9.9568936,48000000 +48.4280767,9.9568936,41800000 +48.4280767,9.9568936,49000000 +48.4280769,9.95689355,31800000 +48.42788635,9.95683765,26200000 +48.4278601,9.9568318,30800000 +48.42785165,9.95683045,30800000 +48.4278068,9.9568287,23000000 +48.4278193,9.9568277,23000000 +48.4277675,9.9568354,31700000 +48.4277539,9.956841,31700000 +48.4277022,9.9568738,22900000 +48.42765525,9.95693685,26900000 +48.42762005,9.95702925,29200000 +48.42760005,9.9571404,29100000 +48.4275665,9.95739825,36900000 +48.42754516666667,9.957588766666666,33850000 +48.42754875,9.95755365,33850000 +48.42754875,9.95755365,39100000 +48.4275289,9.9577503,16800000 +48.42752485,9.95778825,16800000 +48.4275065,9.9579553,22700000 +48.42748755,9.9581452,22800000 +48.42748236666666,9.9581931,22800000 +48.42743350000001,9.9586151,25700000 +48.42742763333334,9.958663133333332,25700000 +48.42739695,9.95890465,44100000 +48.42736355,9.95913665,27700000 +48.42733375,9.95934585,24000000 +48.42732623333333,9.959395266666666,24000000 +48.4272953,9.9595936,26700000 +48.42728755,9.95964345,26700000 +48.42725665,9.95984335,33100000 +48.427248733333336,9.959893633333332,33100000 +48.4272101,9.96014485,23800000 +48.4271784,9.96034555,32700000 +48.42713286666666,9.960621466666668,15800000 +48.4271413,9.960571300000002,15800000 +48.42708675,9.96089735,18400000 +48.4270527,9.96109785,22600000 +48.42704416666667,9.961148266666669,22600000 +48.4270094,9.9613504,38500000 +48.42699575,9.961427400000002,38500000 +48.4269643,9.9616079,56600000 +48.4269559,9.96166005,56600000 +48.42691060000001,9.9619225,71000000 +48.42677616666666,9.962708166666667,27000000 +48.4267949,9.9625981,27000000 +48.42678545,9.9626531,27000000 +48.4267383,9.9629292,24000000 +48.42672875,9.962985,24000000 +48.4267024,9.963153,24900000 +48.4266932,9.96320935,24900000 +48.42668403333334,9.9632656,24900000 +48.4266524,9.9634914,35900000 +48.4266438,9.963548,35900000 +48.426618,9.9637187,31500000 +48.42660975,9.96377625,31500000 +48.426601266666665,9.9638333,31500000 +48.426568,9.9640598,38000000 +48.426560550000005,9.9641153,38000000 +48.42652183333333,9.9644044,35800000 +48.42652935,9.9643473,35800000 +48.4265385,9.9642801,35800000 +48.4264863,9.96466955,21700000 +48.42645725,9.9648733,23900000 +48.4264346,9.9650248,32700000 +48.42642575,9.96508245,32700000 +48.42641863333333,9.9651323,32700000 +48.426394,9.9653236,34300000 +48.426389150000006,9.96536915,34300000 +48.4263757,9.9655053,27700000 +48.42637225,9.96555,27700000 +48.4263688,9.965594566666669,27700000 +48.42635165,9.9658401,28900000 +48.4263547,9.9657952,28900000 +48.4263441,9.9659746,24800000 +48.4263413,9.9660192,24800000 +48.42633115,9.966197350000002,28000000 +48.426329333333335,9.966241433333336,28000000 +48.4263218,9.9664173,21400000 +48.4263201,9.9664608,21400000 +48.426313750000006,9.9666331,24400000 +48.42631183333334,9.9666751,24400000 +48.426300350000005,9.9668812,25400000 +48.4263028,9.9668408,25400000 +48.42628233333334,9.967076833333332,39600000 +48.42628725,9.9670393,39600000 +48.4262913,9.9670008,39600000 +48.4262606,9.9672239,54900000 +48.42625355,9.96725885,54900000 +48.42622125,9.967394,141000000 +48.42621143333333,9.967425966666664,141000000 +48.4255711,9.96931495,164000000 +48.425573,9.9693052,164000000 +48.4255642,9.969349,19300000 +48.42556226666667,9.969356433333331,19300000 +48.425555,9.9693869,34800000 +48.42555350000001,9.9693947,34800000 +48.4255494,9.9694191,47000000 +48.42554865,9.9694275,47000000 +48.4255483,9.969436266666667,47000000 +48.425549,9.9694751,176000000 +48.42555105,9.9694874,176000000 +48.425566200000006,9.9695392,22000000 +48.4255733,9.969551699999998,22000000 +48.4255605,9.9695261,22000000 +48.4256068,9.9695971,22800000 +48.4256176,9.9696056,22800000 +48.425652,9.9696284,23100000 +48.42566455,9.969635149999998,23100000 +48.42567776666667,9.969641566666663,23100000 +48.4257332,9.9696662,35700000 +48.4257483,9.96967225,35700000 +48.42626033333334,9.969805666666666,25400000 +48.4262121,9.9697989,25400000 +48.42623605,9.96980245,25400000 +48.4263581,9.9698176,59000000 +48.42638295,9.9698199,59000000 +48.42702015,9.9697902,129000000 +48.4269812,9.9697977,129000000 +48.4272429,9.9697409,38600000 +48.4272763,9.9697318,38600000 +48.4273761,9.9697007,103000000 +48.4274087,9.96968775,103000000 +48.4275064,9.9696485,117000000 +48.42753905,9.96963545,117000000 +48.4276238,9.969601,99100000 +48.4276563,9.9695885,99100000 +48.4279459,9.96948505,128000000 +48.4279181,9.969494,128000000 +48.4280442,9.9694534,28300000 +48.42807975,9.96944235,28300000 +48.4281871,9.9694102,27700000 +48.428223200000005,9.9694004,27700000 +48.4283324,9.9693713,31700000 +48.4283691,9.9693632,31700000 +48.4284788,9.969343,72800000 +48.42851525,9.96933885,72800000 +48.4286241,9.9693273,133000000 +48.4286603,9.9693245,133000000 +48.4287694,9.9693172,158000000 +48.42880635,9.96931565,158000000 +48.4296465,9.9693592,18800000 +48.429674,9.9693638,18800000 +48.4297566,9.969378,39000000 +48.42979135,9.96938395,39000000 +48.4299095,9.969407,41000000 +48.429937333333335,9.969413866666669,41000000 +48.4300627,9.9694469,29100000 +48.43009055,9.9694554,29100000 +48.4302086,9.96949535,130000000 +48.4303616,9.969558266666668,23100000 +48.4303326,9.9695448,23100000 +48.4305034,9.9696263,27500000 +48.4304717,9.9696107,27500000 +48.4305961,9.9696731,24000000 +48.43062555,9.9696886,24000000 +48.4307122,9.9697351,85900000 +48.4307345,9.9697476,85900000 +48.4308007,9.9697848,76400000 +48.4308276,9.96979995,76400000 +48.43093225,9.96986025,33600000 +48.43102265,9.96991405,31700000 +48.43104383333334,9.9699272,31700000 +48.4311339,9.9699826,31100000 +48.43115735,9.9699967,31100000 +48.4312486,9.9700516,22600000 +48.4312263,9.9700381,22600000 +48.4313148,9.9700919,19800000 +48.4313361,9.9701057,19800000 +48.4313999,9.9701471,35700000 +48.43141655,9.97015795,35700000 +48.4314664,9.9701899,84300000 +48.43148305,9.97020015,84300000 +48.4318719,9.9703442,91900000 +48.4318858,9.970340299999998,91900000 +48.4319461,9.9703168,44800000 +48.4319584,9.97030875,44800000 +48.4321131,9.9700748,158000000 +48.4321198,9.97005105,158000000 +48.4321411,9.96995195,140000000 +48.43214446666667,9.9699292,140000000 +48.43215925,9.96981305,141000000 +48.4321564,9.9698408,141000000 +48.43216935,9.96970445,151000000 +48.43217865,9.96960355,112000000 +48.43220715,9.96933715,84300000 +48.4322213,9.9692397,155000000 +48.4322253,9.969215933333333,155000000 +48.4322447,9.9691121,87600000 +48.4322495,9.96909085,87600000 +48.4322718,9.96900485,45900000 +48.43229345,9.96894255,33000000 +48.432317866666665,9.968883166666666,19200000 +48.4323133,9.96889335,19200000 +48.43234135,9.96883005,53300000 +48.43235645,9.9687888,23700000 +48.43236725,9.96873785,16100000 +48.432368233333335,9.968723566666666,16100000 +48.4323652,9.9686438,24600000 +48.4323528,9.96856925,19800000 +48.4323415,9.9685056,19900000 +48.43233865,9.96848755,19900000 +48.4323259,9.9683993,137000000 +48.4323178,9.9683283,48900000 +48.4323156,9.9683048,48900000 +48.43230735,9.96821745,26800000 +48.4323091,9.9682355,26800000 +48.43229835,9.96813225,22300000 +48.432287900000006,9.96804335,19800000 +48.43227865,9.96796805,27000000 +48.43227623333333,9.9679508,27000000 +48.4322653,9.9678727,24700000 +48.4322627,9.96785505,24700000 +48.43224895,9.9677647,22000000 +48.43223025,9.9676552,29900000 +48.43220945,9.96754105,40800000 +48.4321854,9.96742065,27500000 +48.4321603,9.9672956,19100000 +48.43213795,9.9671849,20000000 +48.4321118,9.96705995,24900000 +48.43207903333334,9.966910933333333,32800000 +48.4320857,9.96694085,32800000 +48.432041850000005,9.96675335,25800000 +48.43201175,9.96662725,33900000 +48.4320177,9.9666539,33900000 +48.4319906,9.9665344,19700000 +48.4319827,9.9665008,19700000 +48.43195115,9.96636435,34100000 +48.4319589,9.9663988,34100000 +48.43192095,9.9662355,34700000 +48.43189435,9.9661295,30000000 +48.431887466666666,9.966103533333332,30000000 +48.431857,9.9659882,22700000 +48.4318484,9.9659572,22700000 +48.4318232,9.9658651,16900000 +48.43181525,9.96583475,16900000 +48.43178795,9.9657327,19300000 +48.4317632,9.96563265,21200000 +48.43173596666666,9.9655039,19900000 +48.4317138,9.9653995,29900000 +48.431709,9.9653777,29900000 +48.431686,9.9652761,31900000 +48.4316922,9.9653021,31900000 +48.4316593,9.9651761,36800000 +48.4316662,9.9652007,36800000 +48.4316382,9.9651,34800000 +48.43163045,9.96507255,34800000 +48.43159905,9.9649552,18800000 +48.43156565,9.964828,21100000 +48.431533,9.9647011,19500000 +48.4315002,9.96457405,26100000 +48.4314777,9.9644867,20800000 +48.43146935,9.96445245,20800000 +48.43143575,9.96431475,34700000 +48.43140725,9.9641893,42900000 +48.43140043333333,9.964158966666668,42900000 +48.4313659,9.9640002,29200000 +48.43134055,9.96387535,44200000 +48.43132115,9.9637497,27800000 +48.43130765,9.96362445,21800000 +48.4312993,9.9635244,23000000 +48.4312936,9.96345405,17900000 +48.43129,9.96341195,25300000 +48.43128946666667,9.963403666666666,25300000 +48.4312871,9.9633702,23600000 +48.43128665,9.9633635,23600000 +48.4312854,9.96334225,22600000 +48.4312847,9.9633284,24600000 +48.4312846,9.96332425,24600000 +48.4312844,9.9633092,20500000 +48.43128455,9.96330275,20500000 +48.4312869,9.9632728,24400000 +48.431294,9.9632327,23200000 +48.4313138,9.9631578,17700000 +48.43130965,9.9631725,17700000 +48.4313305,9.9630913,23800000 +48.4313325,9.96307235,23800000 +48.4313341,9.9630151,26600000 +48.4313311,9.96299615,26600000 +48.4313167,9.962941,38200000 +48.4313091,9.962924050000002,38200000 +48.4312842,9.9628738,23200000 +48.43127505,9.96285725,23200000 +48.431248,9.9628059,28900000 +48.43124005,9.9627863,28900000 +48.4312194,9.9627217,27300000 +48.43121335,9.9626968,27300000 +48.4311955,9.9626177,35800000 +48.4311901,9.96258865,35800000 +48.4311745,9.9624973,24900000 +48.43116955,9.96246425,24900000 +48.4311557,9.9623613,29700000 +48.4311515,9.96232475,29700000 +48.4311341,9.96217335,28700000 +48.4311384,9.9622121,28700000 +48.4311222,9.9620547,35300000 +48.4311186,9.9620137,35300000 +48.43110465,9.96184455,35700000 +48.4311082,9.9618879,35700000 +48.43109015,9.9616692,27800000 +48.431094,9.9617134,27800000 +48.4310744,9.96148565,17700000 +48.4310629,9.9613378,16600000 +48.4310591,9.96128655,16600000 +48.431049,9.9611317,24600000 +48.4310469,9.96107925,24600000 +48.4310433,9.9609206,18400000 +48.4310432,9.96086705,18400000 +48.4310445,9.9606517,36100000 +48.4310438,9.9607058,36100000 +48.43104585,9.9604441,20900000 +48.4310452,9.9604884,20900000 +48.4310468,9.9603105,29900000 +48.4310476,9.96025385,29900000 +48.4310482,9.9600842,57900000 +48.4310476,9.96002755,57900000 +48.4310454,9.9598582,48600000 +48.431044150000005,9.9598016,48600000 +48.4310375,9.95957385,24100000 +48.43102515,9.9593441,21600000 +48.43100605,9.95911655,28700000 +48.4309815,9.958904400000002,30000000 +48.4309523,9.95869655,37300000 +48.4309219,9.95850665,24500000 +48.4308878,9.95830625,34900000 +48.430852,9.958113999999998,32600000 +48.43081785,9.95793485,28900000 +48.4307878,9.95777355,23200000 +48.43078196666667,9.9577417,23200000 +48.4307589,9.95761,29900000 +48.43075495,9.95758445,29900000 +48.430739200000005,9.95747635,47200000 +48.43072695,9.95738905,18600000 +48.43071565,9.9573067,62900000 +48.43069975,9.9571844,91200000 +48.4306958,9.95715435,41900000 +48.43067485,9.9570856,21400000 +48.4280333,9.956885,42900000 +48.4280222,9.95688235,42900000 +48.4279906,9.9568748,43700000 +48.4279813,9.9568723,43700000 +48.4279492,9.9568634,37300000 +48.4279553,9.9568651,37300000 +48.42792945,9.9568579,45600000 +48.4279335,9.956859,45600000 +48.4279196,9.9568552,33900000 +48.4279179,9.95685475,33900000 +48.4279152,9.9568536,21500000 +48.4279152,9.9568535,21500000 +48.4279152,9.9568533,43400000 +48.42791525,9.9568532,43400000 +48.4279155,9.9568527,28600000 +48.4279155,9.9568526,28600000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,32800000 +48.4279155,9.9568525,32800000 +48.4279155,9.9568525,29600000 +48.4279155,9.9568525,29600000 +48.4279155,9.9568525,39900000 +48.4279155,9.9568525,39900000 +48.4279155,9.9568525,72000000 +48.4279155,9.9568525,72000000 +48.4279155,9.9568525,84300000 +48.4279155,9.9568525,84300000 +48.4279155,9.9568525,37900000 +48.4279155,9.9568525,37900000 +48.4279155,9.9568525,73800000 +48.4279155,9.9568525,73800000 +48.4279155,9.9568525,51800000 +48.4279155,9.9568525,51800000 +48.4279155,9.9568525,21800000 +48.4279155,9.9568525,21800000 +48.4279155,9.9568525,35900000 +48.4279155,9.9568525,35900000 +48.4279155,9.9568525,37500000 +48.4279155,9.9568525,37500000 +48.4279155,9.9568525,48300000 +48.4279155,9.9568525,48300000 +48.4279155,9.9568525,33100000 +48.4279155,9.9568525,33100000 +48.4279155,9.9568525,17800000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,51900000 +48.4279155,9.9568525,51900000 +48.4279155,9.9568525,37800000 +48.4279155,9.9568525,37800000 +48.4279155,9.9568525,36100000 +48.4279155,9.9568525,36100000 +48.4279155,9.9568525,43400000 +48.4279155,9.9568525,43400000 +48.4279155,9.9568525,31800000 +48.4279155,9.9568525,31800000 +48.4279155,9.9568525,33000000 +48.4279155,9.9568525,33000000 +48.4279155,9.9568525,63100000 +48.4279155,9.9568525,63100000 +48.4279155,9.9568525,45400000 +48.4279155,9.9568525,45400000 +48.4279155,9.9568525,41000000 +48.4279155,9.9568525,41000000 +48.4279155,9.9568525,46700000 +48.4279155,9.9568525,46700000 +48.4279155,9.9568525,55500000 +48.4279155,9.9568525,55500000 +48.4279155,9.9568525,47900000 +48.4279155,9.9568525,47900000 +48.4279155,9.9568525,37400000 +48.4279155,9.9568525,37400000 +48.4279155,9.9568525,29300000 +48.4279155,9.9568525,29300000 +48.4279155,9.9568525,31000000 +48.4279155,9.9568525,31000000 +48.4279155,9.9568525,29700000 +48.4279155,9.9568525,29700000 +48.4279155,9.9568525,45800000 +48.4279155,9.9568525,45800000 +48.4279155,9.9568525,105000000 +48.4279155,9.9568525,32600000 +48.4279155,9.9568525,50700000 +48.4279155,9.9568525,35000000 +48.4279155,9.9568525,29100000 +48.4279155,9.9568525,19900000 +48.4279155,9.9568525,29800000 +48.4279155,9.9568525,29800000 +48.4279155,9.9568525,23000000 +48.4279155,9.9568525,23000000 +48.4279155,9.9568525,32300000 +48.4279155,9.9568525,32300000 +48.4279155,9.9568525,30600000 +48.4279155,9.9568525,30600000 +48.4279155,9.9568525,47000000 +48.4279155,9.9568525,47000000 +48.4279155,9.9568525,87100000 +48.4279155,9.9568525,37000000 +48.4279155,9.9568525,31800000 +48.427915500000005,9.9568525,31800000 +48.4279155,9.9568525,34800000 +48.4279155,9.9568525,41400000 +48.4279155,9.9568525,36500000 +48.427915500000005,9.9568525,36500000 +48.4279146,9.95685205,26700000 +48.427902,9.95684835,24100000 +48.4279063,9.9568496,24100000 +48.42788085,9.9568423,41800000 +48.42787453333333,9.956840666666666,41800000 +48.42784325,9.95683345,30900000 +48.427817950000005,9.9568291,42700000 +48.42779345,9.95682685,36000000 +48.4277877,9.9568268,36000000 +48.4277626,9.95682765,33000000 +48.42774896666666,9.956829166666669,24100000 +48.4277428,9.9568301,28300000 +48.427737400000005,9.9568314,17300000 +48.42772705,9.9568347,20100000 +48.427713350000005,9.9568417,29700000 +48.4277086,9.956845166666668,29700000 +48.4276809,9.95686985,29300000 +48.42764603333334,9.956918666666668,21700000 +48.42760795,9.9569999,26500000 +48.4275858,9.9570777,46200000 +48.42758156666667,9.9571,46200000 +48.4275629,9.95721885,38000000 +48.4275515,9.95732675,40800000 +48.4275377,9.9574602,38900000 +48.427533833333335,9.9574978,38900000 +48.4275178,9.9576586,47100000 +48.4275141,9.95769415,47100000 +48.42749865,9.95784175,36400000 +48.4274823,9.95799875,25300000 +48.4274781,9.9580399,25300000 +48.42745669999999,9.95825125,31000000 +48.42743183333334,9.958476066666668,28900000 +48.4273987,9.9587496,16800000 +48.4273666,9.958988,20000000 +48.42733056666666,9.959245633333332,20700000 +48.4272931,9.95950255,26800000 +48.427254833333336,9.959758666666666,21000000 +48.4272187,9.9599888,24900000 +48.4272111,9.9600397,24900000 +48.4271792,9.9602431,30600000 +48.4271466,9.9604466,29900000 +48.42713836666667,9.960497600000002,29900000 +48.4270973,9.9607526,26800000 +48.42705336666666,9.961005966666669,37700000 +48.42706225,9.9609554,37700000 +48.4270004,9.96130995,27900000 +48.4270132,9.9612337,27900000 +48.4269624,9.96153955,35700000 +48.42692765,9.96174395,31800000 +48.42691856666666,9.961795,31800000 +48.42687355,9.9620513,37200000 +48.4267506,9.962776,36800000 +48.426741433333326,9.962828466666666,36800000 +48.4267045,9.963039,17900000 +48.42669575,9.9630921,17900000 +48.42665406666666,9.9633585,28400000 +48.42666215,9.96330535,28400000 +48.4266223,9.9635711,25500000 +48.4266144,9.96362415,25500000 +48.42658465,9.96383675,23000000 +48.426577400000006,9.9638899,23000000 +48.42654155,9.964156,29000000 +48.4265145,9.96436945,22100000 +48.42650849999999,9.964422399999998,22100000 +48.42647825,9.96468475,23900000 +48.42645254999999,9.96488925,22800000 +48.42644553333333,9.9649391,22800000 +48.4264178,9.9651367,36400000 +48.426411400000006,9.9651852,36400000 +48.4263878,9.9653776,42000000 +48.4263831,9.965425566666667,42000000 +48.4263651,9.9656169,33600000 +48.42636185,9.9656647,33600000 +48.426349,9.96585665,33900000 +48.42634623333333,9.965904733333332,33900000 +48.4263359,9.9660972,31000000 +48.4263335,9.9661448,31000000 +48.4263226,9.9663768,38200000 +48.4263245,9.9663317,38200000 +48.4263151,9.9665533,42200000 +48.4263141,9.966595,42200000 +48.42630586666667,9.9667924,41500000 +48.42630805,9.96675485,41500000 +48.42629355,9.96697775,22900000 +48.42627865,9.96712015,49700000 +48.4262737,9.967154466666663,49700000 +48.4262444,9.9673229,45400000 +48.4262517,9.9672904,45400000 +48.42556845,9.9695456,24300000 +48.4256009,9.96958765,34800000 +48.42565556666667,9.9696263,27000000 +48.42571985,9.96965705,31800000 +48.4257787,9.96968095,70100000 +48.4262434,9.9697987,43600000 +48.42626505,9.9698016,43600000 +48.426286833333336,9.969804233333331,43600000 +48.42639825,9.96981645,91400000 +48.4263753,9.9698146,91400000 +48.4271183,9.9697627,63000000 +48.4271439,9.96975745,63000000 +48.42725365,9.969730299999998,76300000 +48.4280659,9.9694412,34100000 +48.42821536666667,9.969398566666667,43800000 +48.4283772,9.9693593,30000000 +48.4283483,9.969365,30000000 +48.4285084,9.969335999999998,95400000 +48.4286337,9.9693201,71100000 +48.4314048,9.97014005,124000000 +48.4315723,9.97024265,20700000 +48.43165743333333,9.970290333333333,88900000 +48.43174005,9.9703245,137000000 +48.431897500000005,9.9703308,63500000 +48.4318825,9.9703348,63500000 +48.4319415,9.9703157,43900000 +48.43195885,9.9703048,43900000 +48.432014,9.97025995,119000000 +48.432025466666666,9.970246266666663,119000000 +48.4320777,9.97017025,141000000 +48.4320686,9.9701877,141000000 +48.4321102,9.97009765,146000000 +48.4321168,9.970077966666668,146000000 +48.4321029,9.9701169,146000000 +48.4321409,9.9699969,57100000 +48.432145250000005,9.96997535,57100000 +48.4321627,9.969864566666663,29800000 +48.432175650000005,9.9697496,25900000 +48.43218666666667,9.969630166666668,31700000 +48.432184500000005,9.9696545,31700000 +48.4321956,9.969532,93200000 +48.43219785,9.96950695,93200000 +48.4322044,9.9694318,98500000 +48.43220956666666,9.9693824,98500000 +48.43220685,9.96940685,98500000 +48.43222455,9.96926215,123000000 +48.4322212,9.9692855,123000000 +48.4322427,9.969150766666669,66100000 +48.4322388,9.96917185,66100000 +48.4322351,9.9691934,66100000 +48.432264450000005,9.9690512,79900000 +48.4322596,9.9690697,79900000 +48.4322852,9.96898105,76800000 +48.4322798,9.9689976,76800000 +48.43229066666667,9.968965033333332,76800000 +48.4323151,9.9688974,15000000 +48.4323203,9.96888465,15000000 +48.43234426666667,9.968824166666666,39200000 +48.4323354,9.9688478,39200000 +48.43233995,9.96883625,39200000 +48.4323621,9.9687651,31900000 +48.4323651,9.968744,31900000 +48.43237,9.9686845,28100000 +48.432368,9.96865865,28100000 +48.4323583,9.9685813,24700000 +48.43235385,9.9685554,24700000 +48.4323413,9.9684772,16900000 +48.4323385,9.9684555,16900000 +48.4323294,9.9683784,80200000 +48.432327,9.96835615,80200000 +48.4323199,9.9682888,34100000 +48.43231725,9.96826025,34100000 +48.4323148,9.968235366666669,34100000 +48.4323037,9.9681284,20400000 +48.43230125,9.96810525,20400000 +48.4322895,9.96801295,34200000 +48.4322926,9.9680361,34200000 +48.4322801,9.9679428,29500000 +48.4322733,9.967896866666669,29500000 +48.4322768,9.9679198,29500000 +48.4322588,9.9678048,32100000 +48.4322548,9.96778105,32100000 +48.43223256666667,9.967652800000002,28800000 +48.43223805,9.9676827,28800000 +48.4322425,9.9677081,28800000 +48.43220445,9.96750065,19600000 +48.4322092,9.9675274,19600000 +48.4321872,9.9674073,21200000 +48.4321822,9.9673806,21200000 +48.4321583,9.9672606,44800000 +48.432164,9.9672871,44800000 +48.4321416,9.9671818,21400000 +48.432135900000006,9.96715595,21400000 +48.432129566666674,9.9671262,21400000 +48.4321038,9.9670026,43400000 +48.4320983,9.96697765,43400000 +48.43207285,9.96686555,23900000 +48.4320484,9.96676125,20500000 +48.43201633333334,9.9666272,22800000 +48.431986550000005,9.9665032,16900000 +48.4319921,9.9665277,16900000 +48.4319634,9.96640275,39900000 +48.4319693,9.9664284,39900000 +48.4319421,9.9663126,29100000 +48.43193415,9.9662797,29100000 +48.43192736666666,9.966251266666667,29100000 +48.4318976,9.9661285,20900000 +48.43189075,9.96610235,20900000 +48.4318702,9.9660237,26000000 +48.4318615,9.96599115,26000000 +48.4318261,9.9658624,35500000 +48.431835,9.9658944,35500000 +48.431794800000006,9.965748349999998,15700000 +48.431767050000005,9.96563505,21700000 +48.431761300000005,9.9656077,21700000 +48.4317395,9.9655025,27900000 +48.4317337,9.9654778,27900000 +48.4317162,9.965403,27900000 +48.43170845,9.9653713,27900000 +48.4316716,9.965227166666669,25700000 +48.4316872,9.9652883,25700000 +48.43167885,9.9652556,25700000 +48.4316399,9.9651033,23800000 +48.4316313,9.96506965,23800000 +48.4316059,9.9649683,28400000 +48.4315991,9.9649411,28400000 +48.4315755,9.9648462,23700000 +48.431567400000006,9.96481225,23700000 +48.4315425,9.9647095,29900000 +48.4315336,9.96467525,29900000 +48.4315074,9.9645717,19100000 +48.4314986,9.9645365,19100000 +48.4314729,9.9644305,34500000 +48.43146605,9.96440205,34500000 +48.4314461,9.9643171,22300000 +48.431437900000006,9.9642819,22300000 +48.4314085,9.9641543,28900000 +48.431417,9.9641896,28900000 +48.4313755,9.9640201,21800000 +48.43136876666667,9.963992433333331,21800000 +48.4313824,9.9640482,21800000 +48.4313403,9.9638696,28700000 +48.4313353,9.96384335,28700000 +48.4313218,9.9637667,27400000 +48.4313183,9.9637423,27400000 +48.4313031,9.9636052,23900000 +48.4312929,9.9634614,20900000 +48.4312947,9.9634862,20900000 +48.4312881,9.9633869,18800000 +48.43128695,9.96336275,18800000 +48.4312865,9.9632918,25200000 +48.4312893,9.9632645,25200000 +48.43129313333333,9.9632418,25200000 +48.431311,9.9631579,30600000 +48.43131595,9.96313935,30600000 +48.4313306,9.9630743,22800000 +48.43133225,9.9630559,22800000 +48.43133045,9.962981,25800000 +48.43132673333334,9.962964466666667,25800000 +48.4313334,9.9630016,25800000 +48.4313056,9.9628995,23200000 +48.4312996,9.9628879,23200000 +48.431274,9.96284405,25800000 +48.4312805,9.9628548,25800000 +48.4312549,9.9628098,30100000 +48.43124765,9.9627928,30100000 +48.43124146666667,9.962776566666667,30100000 +48.4312163,9.9626991,24600000 +48.4312114,9.9626792,24600000 +48.4311962,9.9626164,19600000 +48.4311912,9.96259365,19600000 +48.43117175,9.96248995,23000000 +48.4311671,9.962460966666669,23000000 +48.4311504,9.9623458,26000000 +48.43114665,9.96231605,26000000 +48.43112873333333,9.962159466666668,25800000 +48.431132,9.96219205,25800000 +48.4311356,9.9622241,25800000 +48.431115,9.9620096,35800000 +48.4311123,9.96197455,35800000 +48.4311038,9.9618676,19900000 +48.4311007,9.96183075,19900000 +48.4310913,9.9617183,25600000 +48.43108805,9.96167965,25600000 +48.431084733333336,9.961640333333332,25600000 +48.431068550000006,9.96143935,20100000 +48.4310595,9.9613134,34600000 +48.43105605,9.9612598,34600000 +48.4310533,9.961212866666669,34600000 +48.431043,9.9610086,23500000 +48.43104195,9.9609529,23500000 +48.43104045,9.96072955,30100000 +48.4310401,9.9607854,30100000 +48.4310421,9.9605614,25200000 +48.4310429,9.96050525,25200000 +48.4310442,9.9603368,25200000 +48.43104445,9.9602919,25200000 +48.4310453,9.9601565,26800000 +48.4310449,9.96009975,26800000 +48.4310438,9.959929,24600000 +48.4310432,9.9598835,24600000 +48.4310392,9.95970205,23000000 +48.43103786666666,9.959657433333334,23000000 +48.431031,9.9594578,34200000 +48.43102845,9.9594139,34200000 +48.43101515,9.95922865,19300000 +48.4310197,9.9592827,19300000 +48.4309974,9.9590459,38000000 +48.43099226666667,9.959003633333332,38000000 +48.4309638,9.9587845,23700000 +48.4309405,9.9586309,24800000 +48.430934,9.95859065,24800000 +48.43089796666667,9.958381366666666,37400000 +48.4309138,9.9584713,37400000 +48.4309054,9.9584228,37400000 +48.43085855,9.9581697,60300000 +48.4308657,9.9582058,60300000 +48.4308382,9.9580629,24300000 +48.43083055,9.9580198,24300000 +48.4308079,9.9578935,33400000 +48.4308023,9.95786175,33400000 +48.4307832,9.9577538,25700000 +48.43077705,9.9577183,25700000 +48.43075625,9.9575983,38100000 +48.4307616,9.9576298,38100000 +48.430752000000005,9.957571633333334,38100000 +48.4307369,9.9574723,119000000 +48.4307339,9.9574502,119000000 +48.4307243,9.9573755,18800000 +48.43072175,9.95735635,18800000 +48.43071053333333,9.9572682,22600000 +48.4306989,9.9571838,36700000 +48.430698250000006,9.9571781,36700000 +48.43069575,9.9571557,46000000 +48.4306965,9.9571615,46000000 +48.43068975,9.95712385,30600000 +48.4306924,9.9571347,30600000 +48.4306782,9.9570903,66000000 +48.43067135,9.95707925,66000000 +48.4306028,9.9570321,61200000 +48.43059065,9.9570311,61200000 +48.4281442,9.956908,127000000 +48.4281321,9.9569049,127000000 +48.42809255,9.9568944,24600000 +48.42805575,9.95688415,41200000 +48.428022850000005,9.95687515,24300000 +48.42799635,9.956868149999998,33300000 +48.42797105,9.9568619,35400000 +48.42794965,9.95685645,49600000 +48.42793305,9.95685255,44900000 +48.4279206,9.956849333333333,35400000 +48.4279213,9.9568496,35400000 +48.4279189,9.9568489,56200000 +48.4279188,9.9568489,56200000 +48.42791885,9.9568489,80900000 +48.42791875,9.9568487,40800000 +48.42791879999999,9.956848366666668,52300000 +48.4279186,9.9568484,52300000 +48.42791645,9.95684715,45700000 +48.4279175,9.9568476,45700000 +48.4279128,9.9568456,51600000 +48.42791025,9.9568447,51600000 +48.4278962,9.9568407,23700000 +48.42788795,9.9568388,23700000 +48.4278608,9.956834,52300000 +48.42785265,9.95683315,52300000 +48.427823,9.9568321,32700000 +48.4278117,9.95683305,32700000 +48.4277703,9.9568411,28100000 +48.42772195,9.95686195,23800000 +48.4276777,9.956892450000002,27900000 +48.42763019999999,9.956946666666669,21900000 +48.427601,9.9570193,18900000 +48.427589600000005,9.9570848,18800000 +48.42758155,9.9571584,18100000 +48.42757083333333,9.957296433333331,21800000 +48.4275577,9.9574448,30900000 +48.42754465,9.957575,36500000 +48.4275313,9.9577078,26500000 +48.427527733333335,9.9577429,26500000 +48.42750915,9.95792445,26400000 +48.42748866666667,9.958120733333333,31700000 +48.42746675,9.95833005,31000000 +48.42744296666667,9.958553,20700000 +48.42741265,9.9588109,25600000 +48.427381700000005,9.9590538,21000000 +48.42734785,9.9593006,17000000 +48.42731343333333,9.959552033333331,22400000 +48.4272761,9.95980625,24900000 +48.427235800000005,9.960060633333333,25700000 +48.4272439,9.9600097,25700000 +48.4271955,9.960315049999998,18200000 +48.42716255,9.96051585,29900000 +48.42715433333333,9.9605652,29900000 +48.42711155,9.96082145,20000000 +48.4270757,9.9610265,31700000 +48.427032,9.9612675,17000000 +48.4269874,9.9615086,42400000 +48.4269432,9.961750866666668,47000000 +48.4268988,9.9619949,38800000 +48.4268134,9.96248685,24200000 +48.4267735,9.962727466666667,28800000 +48.42673445,9.9629616,26300000 +48.42672579999999,9.9630114,26300000 +48.426683,9.963261200000002,23600000 +48.4266542,9.96346095,20400000 +48.42664679999999,9.9635115,20400000 +48.4266185,9.9637134,23600000 +48.42661135,9.9637645,23600000 +48.42657623333334,9.964021066666668,28800000 +48.42658285,9.96396945,28800000 +48.4265428,9.96427875,32900000 +48.4265497,9.964227,32900000 +48.42651615,9.9644845,25000000 +48.426509733333326,9.9645353,25000000 +48.42647685,9.96478595,21800000 +48.4264478,9.96497805,22800000 +48.42644066666666,9.9650248,22800000 +48.42640995,9.9652564,44000000 +48.42639045,9.96543955,23700000 +48.42638616666667,9.965485633333332,23700000 +48.42636755,9.9657164,30400000 +48.42635575,9.96589985,23100000 +48.426353266666666,9.9659456,23100000 +48.42634085,9.96617455,29000000 +48.42633116666666,9.9663944,39100000 +48.4263246,9.9665581,29800000 +48.42632275,9.96660155,29800000 +48.42631326666666,9.966801733333332,27600000 +48.426315,9.966769,27600000 +48.42629806666667,9.967011566666669,45300000 +48.4263014,9.9669767,45300000 +48.42627835,9.96717405,115000000 +48.42624893333334,9.967328433333334,92400000 +48.426282,9.9698112,38400000 +48.42631225,9.9698142,38400000 +48.426338566666665,9.969816666666668,38400000 +48.42687405,9.96981255,26300000 +48.42700175,9.96979335,137000000 +48.4271261,9.9697683,33100000 +48.4272762,9.969729050000002,45500000 +48.42744613333334,9.969671433333334,151000000 +48.4280014,9.96946605,22500000 +48.4280346,9.969455533333331,22500000 +48.4282099,9.9694033,22200000 +48.428349100000005,9.96936755,26900000 +48.42850363333334,9.969339733333332,19400000 +48.4286747,9.9693195,28200000 +48.43148695,9.9702048,55100000 +48.4315625,9.97025035,74100000 +48.43163905,9.9702942,56400000 +48.4316976,9.9703232,163000000 +48.4317172,9.9703304,163000000 +48.4317954,9.970349550000002,109000000 +48.4318699,9.97034735,38900000 +48.4319233,9.9703333,64800000 +48.4319406,9.9703247,64800000 +48.432006,9.9702761,48300000 +48.43205845,9.9702081,80800000 +48.432098800000006,9.97012175,141000000 +48.43212905,9.97001995,93900000 +48.43223505,9.96919425,44200000 +48.43225265,9.96910995,136000000 +48.43225476666667,9.969101,136000000 +48.4322645,9.9690614,31600000 +48.4322676,9.96904965,31600000 +48.4322812,9.968999449999998,26000000 +48.43229465,9.96895585,50800000 +48.43230975,9.9689133,33600000 +48.4323249,9.9688766,34100000 +48.4323431,9.96883725,30500000 +48.432362600000005,9.96879445,29300000 +48.43238115,9.968735,41100000 +48.4323842,9.9686645,27600000 +48.43236985,9.96859175,31300000 +48.43235,9.9685147,34000000 +48.432333400000005,9.96842975,84300000 +48.43232255,9.96833725,68100000 +48.43231375,9.96823825,27000000 +48.4323056,9.9681475,30900000 +48.4322937,9.96805175,30000000 +48.4322807,9.9679517,35800000 +48.4322663,9.9678433,27900000 +48.43225715,9.9677767,41900000 +48.43225335,9.9677405,43500000 +48.43225325,9.96770915,20800000 +48.432260266666674,9.967680566666663,20900000 +48.43227145,9.9676625,21800000 +48.4322864,9.967648666666667,23700000 +48.43230245,9.96763365,38000000 +48.432314250000005,9.96761585,34000000 +48.4323229,9.96759285,38300000 +48.43232733333334,9.9675566,42900000 +48.4323219,9.9674985,24000000 +48.43232105,9.96749195,24000000 +48.4323184,9.9674724,28700000 +48.43231715,9.9674641,28700000 +48.432314,9.9674425,32700000 +48.43231136666666,9.967426966666666,32700000 +48.43231265,9.9674342,32700000 +48.4323061,9.9673997,26100000 +48.4323044,9.96739395,26100000 +48.4322977,9.9673759,24300000 +48.43229525,9.9673716,24300000 +48.4322882,9.9673603,20000000 +48.43228243333333,9.967354666666669,20000000 +48.432285,9.96735695,20000000 +48.432273,9.967348,24500000 +48.43227125,9.9673475,24500000 +48.4322665,9.9673464,43800000 +48.43226555,9.96734655,43800000 +48.4322628,9.9673464,30200000 +48.4322622,9.9673465,30200000 +48.4322621,9.967346400000002,30200000 +48.4322622,9.9673459,30800000 +48.43226225,9.96734595,30800000 +48.43226263333333,9.967345833333331,15900000 +48.4322626,9.96734575,15900000 +48.4322626,9.9673457,15900000 +48.4322629,9.9673458,34800000 +48.4322628,9.9673459,34800000 +48.4322631,9.9673455,22800000 +48.4322632,9.96734545,22800000 +48.43226333333333,9.967345266666667,22800000 +48.4322638,9.9673445,32300000 +48.432264,9.9673443,32300000 +48.4322642,9.9673441,27700000 +48.4322642,9.9673441,27700000 +48.432264233333335,9.967343966666666,27700000 +48.4322652,9.9673438,17300000 +48.43226575,9.96734395,17300000 +48.4322678,9.9673444,33200000 +48.4322684,9.9673443,33200000 +48.4322712,9.967343633333334,30700000 +48.4322707,9.9673439,30700000 +48.4322703,9.9673441,30700000 +48.4322726,9.9673428,30400000 +48.43227255,9.96734275,30400000 +48.432272600000005,9.9673426,32100000 +48.4322725,9.9673425,32100000 +48.432272600000005,9.96734255,32100000 +48.4322726,9.9673426,27000000 +48.4322726,9.9673426,27000000 +48.4322736,9.9673426,22100000 +48.4322736,9.9673426,22100000 +48.432273550000005,9.96734255,26700000 +48.4322736,9.9673426,26700000 +48.43227276666667,9.967342466666668,23400000 +48.432273,9.9673425,23400000 +48.4322729,9.96734245,23400000 +48.4322719,9.9673425,30800000 +48.43227155,9.9673425,30800000 +48.4322708,9.9673426,33500000 +48.4322706,9.967342666666667,33500000 +48.4322697,9.9673429,30800000 +48.4322695,9.967343,30800000 +48.432269,9.967343,18900000 +48.432269,9.967343,18900000 +48.432269,9.967343,18900000 +48.432269,9.967343,26100000 +48.432269,9.967343,26100000 +48.432269,9.967343,21900000 +48.432269,9.967343,26600000 +48.432269,9.967343,26600000 +48.432269,9.967343,26600000 +48.432269,9.967343,24900000 +48.432269,9.967343,23600000 +48.432269,9.967343,23600000 +48.432269,9.967343,23600000 +48.432269,9.967343,30400000 +48.432269,9.967343,30400000 +48.432269,9.967343,27100000 +48.432269,9.967343,27100000 +48.432269,9.967343,17200000 +48.432269,9.967343,22400000 +48.432269,9.967343,22400000 +48.432269,9.967343,32700000 +48.432269,9.967343,32700000 +48.432269,9.967343,27900000 +48.432269,9.967343,27900000 +48.432269,9.967343,36800000 +48.432269,9.967343,36800000 +48.432269,9.967343,26800000 +48.432269,9.967343,26800000 +48.432269,9.967343,26800000 +48.432269,9.967343,39800000 +48.432269,9.967343,39800000 +48.432269,9.967343,25800000 +48.432269,9.967343,25800000 +48.432269,9.967343,33600000 +48.432269,9.967343,33600000 +48.432269,9.967343,30300000 +48.432269,9.967343,30300000 +48.432269,9.967343,24200000 +48.432269,9.967343,24200000 +48.432269,9.967343,41800000 +48.432269,9.967343,41800000 +48.432269,9.967343,37900000 +48.432269,9.967343,37900000 +48.432269,9.967343,27100000 +48.432269,9.967343,27100000 +48.432269,9.967343,24500000 +48.432269,9.967343,24500000 +48.432269,9.967343,33900000 +48.432269,9.967343,33900000 +48.432269,9.967343,36600000 +48.432269,9.967343,36600000 +48.432269,9.967343,34600000 +48.432269,9.967343,34600000 +48.432269,9.967343,29100000 +48.432269,9.967343,29100000 +48.432269,9.967343,24000000 +48.432269,9.967343,24000000 +48.432269,9.967343,22800000 +48.432269,9.967343,22800000 +48.432269,9.967343,45200000 +48.432269,9.967343,45200000 +48.432269,9.967343,16400000 +48.432269,9.967343,16400000 +48.432269,9.967343,27200000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,33100000 +48.432269,9.967343,33100000 +48.432269,9.967343,18100000 +48.432269,9.967343,18100000 +48.432269,9.967343,26700000 +48.432269,9.967343,26700000 +48.432269,9.967343,34000000 +48.432269,9.967343,34000000 +48.432269,9.967343,21700000 +48.432269,9.967343,21700000 +48.432269,9.967343,23800000 +48.432269,9.967343,23800000 +48.432269,9.967343,30300000 +48.432269,9.967343,30300000 +48.432269,9.967343,22900000 +48.432269,9.967343,22900000 +48.432269,9.967343,22200000 +48.432269,9.967343,22200000 +48.432269,9.967343,19900000 +48.432269,9.967343,19900000 +48.432269,9.967343,47000000 +48.432269,9.967343,47000000 +48.432269,9.967343,24600000 +48.432269,9.967343,24600000 +48.432269,9.967343,24800000 +48.432269,9.967343,24800000 +48.432269,9.967343,39200000 +48.432269,9.967343,39200000 +48.432269,9.967343,20200000 +48.432269,9.967343,20200000 +48.432269,9.967343,29700000 +48.432269,9.967343,29700000 +48.432269,9.967343,24800000 +48.432269,9.967343,24800000 +48.432269,9.967343,41000000 +48.432269,9.967343,41000000 +48.432269,9.967343,39300000 +48.432269,9.967343,39300000 +48.432269,9.967343,22200000 +48.432269,9.967343,22200000 +48.432269,9.967343,30400000 +48.432269,9.967343,30400000 +48.432269,9.967343,33400000 +48.432269,9.967343,33400000 +48.432269,9.967343,20000000 +48.432269,9.967343,20000000 +48.432269,9.967343,19000000 +48.432269,9.967343,19000000 +48.432269,9.967343,24900000 +48.432269,9.967343,24900000 +48.432269,9.967343,28600000 +48.432269,9.967343,28600000 +48.432269,9.967343,25400000 +48.432269,9.967343,25400000 +48.432269,9.967343,42100000 +48.432269,9.967343,42100000 +48.432269,9.967343,15500000 +48.432269,9.967343,15500000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.43222933333334,9.967355566666669,37000000 +48.4322295,9.9673571,29400000 +48.4322295,9.9673571,25500000 +48.43223146666667,9.967358433333333,28700000 +48.432232925,9.9673604,26200000 +48.432233200000006,9.9673612,30400000 +48.4322332,9.967361475,16100000 +48.43223303333334,9.967362066666666,25900000 +48.43223373333333,9.967362733333331,38600000 +48.43223432500001,9.967360125,36900000 +48.4322371,9.96735795,26200000 +48.4322389,9.9673537,26700000 +48.432240925,9.967351925,30400000 +48.43224103333333,9.9673496,30900000 +48.432244175,9.967346175,29400000 +48.4322449,9.967346699999998,42900000 +48.43224476666666,9.967349033333331,26000000 +48.4322452,9.967349,37300000 +48.43224456666667,9.967349333333331,32100000 +48.43224523333333,9.967346166666667,31500000 +48.432246075,9.9673492,23900000 +48.432248,9.967349366666664,36000000 +48.43225017500001,9.9673478,24400000 +48.432252225,9.967347175,26900000 +48.432255325,9.96734785,33900000 +48.432256550000005,9.96734905,22400000 +48.432257025000006,9.96735055,22100000 +48.432256800000005,9.967352533333331,22900000 +48.432257125,9.96735395,23900000 +48.43225796666667,9.9673542,32300000 +48.43225845,9.967353525,29200000 +48.4322583,9.9673532,28000000 +48.432257433333326,9.967352266666667,33800000 +48.4322528,9.96734965,30800000 +48.4322521,9.967349666666664,30800000 +48.432251575,9.96734965,30800000 +48.43225,9.9673496,38600000 +48.43225,9.9673496,38600000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,31800000 +48.432250125,9.967350725,20200000 +48.43225090000001,9.9673575,18500000 +48.43225090000001,9.9673575,26600000 +48.432251,9.967360425,23000000 +48.43225023333333,9.9673661,23500000 +48.4322503,9.9673658,23500000 +48.43225015,9.96736635,23500000 +48.432249866666666,9.967367533333334,25800000 +48.4322499,9.96736745,25800000 +48.4322497,9.9673681,22000000 +48.432249500000005,9.967368366666667,22000000 +48.4322483,9.9673696,25000000 +48.43224813333333,9.96737,25000000 +48.432248,9.967370425,25000000 +48.4322476,9.96737305,23900000 +48.43224766666666,9.9673735,23900000 +48.43224775,9.9673755,19000000 +48.432247700000005,9.967375933333331,19000000 +48.4322474,9.9673776,17600000 +48.432247450000006,9.9673779,17600000 +48.4322474,9.9673776,17600000 +48.4322474,9.9673808,22400000 +48.432247450000006,9.967380599999998,22400000 +48.4322475,9.9673807,29400000 +48.4322475,9.9673807,29400000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,34000000 +48.4322475,9.9673807,34000000 +48.43224705,9.9673797,36200000 +48.43224656666666,9.967378733333332,36200000 +48.4322461,9.96737795,36200000 +48.43224353333334,9.967373933333334,17400000 +48.4322433,9.9673736,26600000 +48.4322433,9.9673736,26600000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26800000 +48.4322433,9.9673736,26800000 +48.4322433,9.9673736,23700000 +48.4322433,9.9673736,23700000 +48.4322433,9.9673736,26200000 +48.4322433,9.9673736,26200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,48800000 +48.4322433,9.9673736,48800000 +48.4322433,9.9673736,36300000 +48.4322433,9.9673736,36300000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33000000 +48.4322433,9.9673736,33000000 +48.4322433,9.9673736,33700000 +48.4322433,9.9673736,33700000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,23000000 +48.4322433,9.9673736,23000000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,17100000 +48.4322433,9.9673736,17100000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,35900000 +48.4322433,9.9673736,35900000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322418,9.9673727,26900000 +48.432241266666665,9.967372433333331,26900000 +48.4322402,9.9673719,20600000 +48.43223973333334,9.967371733333332,20600000 +48.43223973333334,9.967371733333332,20600000 +48.432235950000006,9.967370725,38200000 +48.43222863333333,9.967371266666667,28800000 +48.4322292,9.9673712,28800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,24000000 +48.4322264,9.9673719,24000000 +48.4322264,9.9673719,28100000 +48.4322264,9.9673719,28100000 +48.4322264,9.9673719,44700000 +48.4322264,9.9673719,44700000 +48.4322264,9.9673719,44700000 +48.4322265,9.9673714,43200000 +48.432226633333336,9.967371033333334,43200000 +48.432226633333336,9.967371033333334,43200000 +48.4322273,9.967369466666666,22900000 +48.432228025,9.967369325,32800000 +48.43222936666666,9.9673704,22900000 +48.43223006666667,9.967370933333331,25600000 +48.4322305,9.9673709,33900000 +48.432230466666674,9.9673702,18200000 +48.43223103333333,9.967368833333332,20600000 +48.432230725,9.9673684,27700000 +48.432229766666666,9.9673684,19700000 +48.4322286,9.967367866666669,17800000 +48.432227225000005,9.9673674,30000000 +48.4322257,9.967368766666668,16400000 +48.43222423333333,9.967369333333332,29000000 +48.432224475,9.967370125,26000000 +48.43222723333333,9.967371,24600000 +48.4322317,9.967373366666669,24600000 +48.43224010000001,9.9673717,31800000 +48.4322464,9.9673694,27600000 +48.432250466666666,9.967368166666668,27600000 +48.4322555,9.967365225,18100000 +48.43225856666667,9.967359366666663,27500000 +48.43226063333333,9.967354633333334,17900000 +48.432262225,9.967351125,25500000 +48.432264233333335,9.967346999999998,36700000 +48.4322663,9.967341966666666,23700000 +48.432269625,9.967335375,27700000 +48.43227326666667,9.9673318,18200000 +48.432272575,9.9673407,18100000 +48.43227096666667,9.967357466666666,18100000 +48.43227183333334,9.967374266666669,19800000 +48.4322737,9.9673905,24500000 +48.43227436666666,9.967393966666668,24500000 +48.432275025,9.967397275,24500000 +48.4322786,9.9674166,23900000 +48.43227913333334,9.967419633333334,23900000 +48.432281,9.9674355,28100000 +48.43228166666668,9.9674392,28100000 +48.43228696666667,9.967460266666668,23900000 +48.432287925,9.96746315,23900000 +48.4322926,9.96748205,24600000 +48.43229384999999,9.967486325,24600000 +48.43229316666666,9.967484166666669,24600000 +48.43229933333333,9.967499966666669,33600000 +48.43229885,9.96749785,33600000 +48.4323027,9.96750845,42700000 +48.43230306666667,9.967510066666668,42700000 +48.432303425,9.967511875,42700000 +48.4323055,9.9675253,22500000 +48.43230563333333,9.967528333333334,22500000 +48.432306350000005,9.9675434,25100000 +48.432306100000005,9.967546433333334,25100000 +48.432304,9.9675612,28800000 +48.4323034,9.967563633333334,28800000 +48.432303025,9.967566025,28800000 +48.4323011,9.96757965,37000000 +48.43230063333334,9.9675815,37000000 +48.432294675,9.9675937,35100000 +48.43229543333334,9.9675922,35100000 +48.4322904,9.9676022,29600000 +48.43228946666667,9.967603333333336,29600000 +48.43228475,9.9676085,23400000 +48.432283600000005,9.967609566666669,23400000 +48.432275,9.967614575,16900000 +48.432268050000005,9.96761785,19200000 +48.4322675,9.967618033333332,19200000 +48.432262900000005,9.9676191,21600000 +48.432261875,9.9676192,21600000 +48.43225285,9.967620325,25700000 +48.43225515,9.96762025,25700000 +48.432254066666665,9.9676203,25700000 +48.43225285,9.967620325,25700000 +48.43224313333334,9.967618966666668,31700000 +48.432231825,9.967613725,26800000 +48.43221733333333,9.967600733333333,26400000 +48.432204275,9.967570025,24600000 +48.43219323333333,9.967527,37800000 +48.4321824,9.967481433333331,24300000 +48.43216835,9.9674161,45400000 +48.432153150000005,9.9673408,20400000 +48.43213586666667,9.967260266666663,29500000 +48.43211705,9.967177199999998,20300000 +48.432095233333335,9.967087833333332,32400000 +48.4320747,9.96699225,22400000 +48.4320549,9.96690615,33900000 +48.4320296,9.9667974,25400000 +48.4320012,9.9666792,28900000 +48.43197905,9.96658095,24100000 +48.43195205,9.9664727,17700000 +48.4319224,9.966350866666668,44300000 +48.43189505,9.9662403,32300000 +48.4318691,9.966138133333333,38900000 +48.4318455,9.96604865,29000000 +48.4318249,9.965968666666669,30200000 +48.4318052,9.96589645,21000000 +48.4317695,9.9657628,22400000 +48.4317647,9.9657464,22400000 +48.4317468,9.96567615,22300000 +48.4317423,9.965657166666666,22300000 +48.4317245,9.9655795,23800000 +48.43171985,9.9655587,23800000 +48.4316996,9.96547495,27900000 +48.4316943,9.9654529,27900000 +48.4316943,9.9654529,27900000 +48.43164405,9.96524485,23500000 +48.43163796666667,9.9652205,23500000 +48.43160935,9.96509515,21900000 +48.43160935,9.96509515,21900000 +48.4316146,9.9651213,21900000 +48.4315792,9.9649641,16800000 +48.4315476,9.9648312,23900000 +48.43151386666667,9.964696133333334,26800000 +48.43147945,9.9645559,36000000 +48.43144353333334,9.9644138,22500000 +48.4314082,9.9642702,25900000 +48.43137286666666,9.964117866666667,22900000 +48.431343600000005,9.9639753,21900000 +48.43131986666666,9.963844966666665,22200000 +48.43130035,9.96370425,21100000 +48.4312888,9.9635971,40100000 +48.4312788,9.96348595,28100000 +48.43127056666666,9.963359266666666,22900000 +48.43127785,9.96324075,19600000 +48.43129819999999,9.963148566666666,28900000 +48.43131275,9.96304955,18400000 +48.4313059,9.96297875,16800000 +48.431278133333336,9.9628983,27200000 +48.43124185,9.962823,25700000 +48.4312134,9.9627516,21000000 +48.43118565,9.96265235,24600000 +48.43118043333334,9.962627933333332,24600000 +48.43115605,9.96249775,32800000 +48.4311391,9.96238325,34100000 +48.4311222,9.962235433333332,17700000 +48.43110845,9.96207595,40000000 +48.43109416666667,9.961893766666668,31000000 +48.43107875,9.9617079,30700000 +48.43106233333334,9.961517366666667,30000000 +48.431046,9.96132175,27700000 +48.43103299999999,9.9611238,24000000 +48.4310347,9.96116375,24000000 +48.4310281,9.9609423,30000000 +48.43102805,9.960901,30000000 +48.4310284,9.9607552,24000000 +48.43102875,9.96071255,24000000 +48.431029550000005,9.9605288,36500000 +48.43103236666667,9.9602814,19500000 +48.43103475,9.96004765,31900000 +48.43103365,9.95986465,43000000 +48.4310326,9.9598192,43000000 +48.431028,9.9596379,32900000 +48.43102605,9.9595929,32900000 +48.4310131,9.959369733333334,37900000 +48.4310163,9.95941415,37900000 +48.4309946,9.95914915,22300000 +48.4309759,9.9589757,79100000 +48.4309705,9.958933066666669,79100000 +48.430942400000006,9.9587232,21200000 +48.43091855,9.9585627,31200000 +48.43091226666667,9.958524033333331,31200000 +48.4308874,9.9583719,31900000 +48.43088085,9.9583355,31900000 +48.430848233333336,9.9581583,17700000 +48.430817000000005,9.9579911,19700000 +48.43079515,9.9578714,33500000 +48.43079013333334,9.957843866666666,33500000 +48.43076655,9.95771275,22700000 +48.4307471,9.9576038,38200000 +48.43073275,9.9575173,32000000 +48.430722933333335,9.957454033333333,46400000 +48.430715250000006,9.9574053,23200000 +48.43071066666667,9.957373566666666,19100000 +48.4307082,9.9573554,18900000 +48.43070763333333,9.957352166666666,17600000 +48.4307078,9.95735195,28200000 +48.43070783333334,9.9573515,52400000 +48.4307079,9.9573513,37400000 +48.4307079,9.9573513,49000000 +48.4307079,9.9573513,40900000 +48.4307079,9.9573513,21200000 +48.4307079,9.9573513,24500000 +48.4307079,9.9573513,33100000 +48.4307079,9.9573513,42200000 +48.4307079,9.9573513,34800000 +48.4307079,9.9573513,38400000 +48.4307079,9.9573513,19000000 +48.4307079,9.9573513,39700000 +48.4307079,9.9573513,61900000 +48.4307079,9.9573513,22000000 +48.4307079,9.9573513,22000000 +48.4307079,9.9573513,38900000 +48.4307079,9.9573513,23900000 +48.4307079,9.9573513,18400000 +48.4307079,9.9573513,110000000 +48.4307079,9.9573513,110000000 +48.4307079,9.9573513,80350000 +48.4307079,9.9573513,56900000 +48.4307079,9.9573513,75800000 +48.4307079,9.9573513,26100000 +48.43070775,9.95734895,18900000 +48.43070313333334,9.9573123,23600000 +48.43069815,9.95727465,24200000 +48.430693866666665,9.957243666666663,29700000 +48.43069135,9.9572254,59900000 +48.43068903333333,9.957210066666669,107000000 +48.4306812,9.9571793,53800000 +48.43063213333334,9.9571112,182950000 +48.43059015,9.95709785,52700000 +48.4305499,9.95709665,65600000 +48.4305383,9.957097466666667,65600000 +48.4304076,9.9571157,157000000 +48.43024286666667,9.9571393,142000000 +48.4294296,9.9571494,160000000 +48.42930773333334,9.957135366666666,158000000 +48.4279189,9.9568724,58000000 +48.42783883333333,9.956852266666663,16300000 +48.4277705,9.9568462,15600000 +48.42770893333333,9.956868,21100000 +48.4276541,9.9569207,33300000 +48.42761475,9.95699485,27500000 +48.42760726666668,9.957018366666668,27500000 +48.42757655,9.9571454,34400000 +48.42755656666666,9.9572913,30100000 +48.42753545,9.95747065,33800000 +48.42751995,9.9576122,24200000 +48.42750076666667,9.9577993,41800000 +48.42747995,9.95799625,20000000 +48.42745683333334,9.9582057,22800000 +48.42743230000001,9.95842445,29500000 +48.42740473333333,9.958649933333334,25200000 +48.42737465,9.95887675,25800000 +48.427344233333336,9.9591032,30600000 +48.42731235,9.9593316,26400000 +48.42728006666667,9.959558200000002,33700000 +48.4272474,9.9597802,15800000 +48.4272147,9.959998666666666,19100000 +48.42718125,9.9602138,20900000 +48.42714703333333,9.960424766666668,28900000 +48.42711055,9.9606434,30000000 +48.427073666666665,9.960860733333334,22500000 +48.4270808,9.9608192,22500000 +48.42703735,9.96106935,26800000 +48.42700076666667,9.961278633333334,26800000 +48.42696385,9.9614896,28900000 +48.4269277,9.9616967,28300000 +48.4267723,9.9625723,24500000 +48.4267292,9.9628215,25000000 +48.42669695,9.96301945,24300000 +48.42666416666666,9.963226233333334,26100000 +48.4266368,9.9634042,19700000 +48.42663076666667,9.963443,19700000 +48.42660135,9.963637,20400000 +48.42657513333334,9.9638198,25600000 +48.42654386666667,9.9640384,25800000 +48.4265176,9.9642323,26200000 +48.4264971,9.9643941,19400000 +48.42649183333333,9.9644349,19400000 +48.4264654,9.9646398,19100000 +48.42644345,9.9648057,28100000 +48.42643773333333,9.964847033333331,28100000 +48.42640785,9.9650548,18900000 +48.42637703333333,9.965267266666666,19700000 +48.42638265,9.9652236,19700000 +48.42635265,9.9654895,30200000 +48.4263343,9.965721733333332,36600000 +48.4263225,9.9659138,22700000 +48.4263203,9.96595045,22700000 +48.4263109,9.9661352,25000000 +48.42630866666667,9.966184833333331,25000000 +48.42629795,9.96643145,36000000 +48.42628703333333,9.966666666666669,32800000 +48.4262758,9.96688595,33600000 +48.4262579,9.9670842,32600000 +48.426229250000006,9.9672628,65000000 +48.4262211,9.9672991,65000000 +48.4261746,9.9674768,72400000 +48.4255317,9.9693638,35900000 +48.4255306,9.9693684,35900000 +48.425528,9.9693791,40600000 +48.4255276,9.96938055,40600000 +48.425527466666665,9.969381033333333,40600000 +48.42552635,9.96938195,66100000 +48.42552633333333,9.969381933333333,66100000 +48.4255264,9.9693822,30500000 +48.4255266,9.9693822,30500000 +48.4255268,9.969382233333333,30500000 +48.4255274,9.9693828,25800000 +48.42552755,9.96938325,25800000 +48.42552763333333,9.969383833333334,25800000 +48.4255277,9.9693868,33500000 +48.42552745,9.9693885,33500000 +48.4255272,9.9695046,35000000 +48.42553125,9.9695173,35000000 +48.42553543333333,9.969527733333331,35000000 +48.42556775,9.96958075,21900000 +48.4255587,9.969571,21900000 +48.4255979,9.9696065,21100000 +48.42560995,9.96961355,21100000 +48.42562276666666,9.969619933333334,21100000 +48.4256765,9.9696447,33900000 +48.42569145,9.96965075,33900000 +48.4257382,9.9696685,39600000 +48.42575505,9.9696744,39600000 +48.425772566666666,9.969680633333333,39600000 +48.42621596666667,9.969792133333334,32900000 +48.42618955,9.9697886,32900000 +48.4261635,9.9697845,32900000 +48.4263225,9.9698053,124000000 +48.4263498,9.9698083,124000000 +48.4270181,9.9697778,101000000 +48.42704795,9.96977215,101000000 +48.42707786666667,9.9697659,101000000 +48.4281205,9.9694235,46100000 +48.4281501,9.96941465,46100000 +48.4282382,9.9693904,28600000 +48.4282671,9.96938315,28600000 +48.42829576666667,9.969376333333331,28600000 +48.4284096,9.969352,87100000 +48.4284375,9.9693471,87100000 +48.428574133333335,9.969327333333334,95900000 +48.4285202,9.9693336,95900000 +48.428547300000005,9.9693301,95900000 +48.4294747,9.9693437,25200000 +48.42949476666666,9.969346333333332,25200000 +48.4295746,9.9693573,28700000 +48.42959465,9.9693604,28700000 +48.4296756,9.9693728,32100000 +48.429696,9.969376,32100000 +48.429798000000005,9.96939255,30200000 +48.4297776,9.9693892,30200000 +48.429899266666666,9.969411233333332,22300000 +48.42987935,9.9694069,22300000 +48.4299973,9.9694343,121000000 +48.4299782,9.9694294,121000000 +48.4300543,9.9694491,29400000 +48.43009146666666,9.9694602,29400000 +48.43007295,9.96945455,29400000 +48.43018255,9.96949065,29900000 +48.4301647,9.9694839,29900000 +48.43027146666666,9.9695262,34000000 +48.4302538,9.96951875,34000000 +48.4303421,9.9695565,17800000 +48.4303599,9.9695644,17800000 +48.43043095,9.9695974,38900000 +48.43044873333334,9.969605866666669,38900000 +48.430537650000005,9.969649,55600000 +48.4306089,9.9696854,24900000 +48.430626966666665,9.969695,24900000 +48.4307,9.9697343,33000000 +48.4307187,9.9697445,33000000 +48.4307748,9.9697754,37900000 +48.430793300000005,9.9697856,37900000 +48.430811600000006,9.9697959,37900000 +48.4309019,9.96984745,132000000 +48.4308842,9.969837,132000000 +48.43097275,9.96988895,56600000 +48.43099039999999,9.9698994,56600000 +48.431061,9.9699415,25100000 +48.43107875,9.9699519,25100000 +48.4311496,9.96999415,19100000 +48.43116739999999,9.970005,19100000 +48.4312474,9.9700541,30600000 +48.43126495,9.97006465,30600000 +48.4313352,9.9701072,29800000 +48.4314069,9.97015005,49600000 +48.43142473333333,9.9701607,49600000 +48.4315146,9.9702117,71800000 +48.4314964,9.9702021,71800000 +48.43192445,9.97031975,32600000 +48.43193879999999,9.9703123,32600000 +48.4320529,9.97020605,138000000 +48.4320627,9.970188466666666,138000000 +48.4321357,9.9699866,17000000 +48.4321532,9.969895,32100000 +48.4321566,9.96987065,32100000 +48.43217176666667,9.969746666666667,91900000 +48.432169,9.9697718,91900000 +48.4321854,9.9696231,36700000 +48.43219783333333,9.9695019,43400000 +48.4321952,9.9695261,43400000 +48.4322121,9.9693813,30000000 +48.4322507,9.9691355,173000000 +48.4322717,9.96904095,44100000 +48.43227793333333,9.969018766666666,44100000 +48.4323044,9.9689329,45700000 +48.4323115,9.96891485,45700000 +48.43234623333333,9.9688397,19400000 +48.4323399,9.9688522,19400000 +48.43237375,9.96878055,21300000 +48.432386300000005,9.96873055,26000000 +48.43238676666667,9.968717633333334,26000000 +48.4323811,9.96864825,18500000 +48.43236735,9.9685882,35800000 +48.43236326666667,9.968572366666663,35800000 +48.43234335,9.9684907,22500000 +48.43232750000001,9.968399633333334,29700000 +48.4323148,9.9682968,38600000 +48.43230615,9.96820645,22300000 +48.43230413333333,9.968183466666666,22300000 +48.432295,9.9680906,30400000 +48.43229235,9.9680673,30400000 +48.4322796,9.9679749,24700000 +48.43227593333334,9.967951666666666,24700000 +48.4322578,9.9678326,34800000 +48.4322616,9.9678567,34800000 +48.432239,9.967713866666667,37100000 +48.43224275,9.96773685,37100000 +48.4322209,9.96760035,25900000 +48.4322065,9.9675158,26000000 +48.43220256666666,9.9674953,26000000 +48.432184,9.9674042,25000000 +48.43217955,9.9673841,25000000 +48.4321614,9.967301,28400000 +48.43215656666666,9.967279233333333,28400000 +48.432132,9.96716595,24500000 +48.4321056,9.967048,27600000 +48.4321159,9.9670955,27600000 +48.4321106,9.9670715,27600000 +48.4320749,9.9669209,30600000 +48.4320828,9.9669521,30600000 +48.432048550000005,9.96681265,32700000 +48.4320545,9.9668386,32700000 +48.43202275,9.9667079,20100000 +48.4320162,9.966680566666666,20100000 +48.4319831,9.96654425,26700000 +48.4319562,9.96643705,20600000 +48.4319494,9.966410233333333,20600000 +48.43191685,9.96627745,22200000 +48.4318854,9.966147133333337,21700000 +48.4318535,9.96601915,19600000 +48.4318272,9.9659202,23200000 +48.4318204,9.965896133333333,23200000 +48.4317927,9.9658015,29700000 +48.43178565,9.9657778,29700000 +48.43175440000001,9.9656602,23800000 +48.43175965,9.965684,23800000 +48.4317658,9.9657081,23800000 +48.431734,9.965564,33500000 +48.4317287,9.96554,33500000 +48.4317118,9.9654683,17900000 +48.4317056,9.9654449,17900000 +48.4316993,9.965421766666667,17900000 +48.4316736,9.9653274,29400000 +48.43166725,9.9653032,29400000 +48.4316418,9.96520195,72500000 +48.4316353,9.965176266666669,72500000 +48.4316103,9.9650724,26800000 +48.43160043333333,9.9650302,26800000 +48.43160585,9.96505335,26800000 +48.43157145,9.9649053,57500000 +48.431578,9.9649316,57500000 +48.4315513,9.9648257,22000000 +48.43153723333334,9.964773266666668,22000000 +48.431544200000005,9.96479975,22000000 +48.4315096,9.9646655,20700000 +48.43150245,9.96463765,20700000 +48.4314815,9.9645533,33100000 +48.43146776666666,9.964495566666669,33100000 +48.43147465,9.9645241,33100000 +48.4314391,9.9643811,91700000 +48.43143175,9.964352300000002,91700000 +48.4314101,9.9642645,28600000 +48.4314028,9.9642349,28600000 +48.43139553333333,9.964205233333333,28600000 +48.4313662,9.9640856,90700000 +48.431359650000005,9.96405495,90700000 +48.4313405,9.9639632,29100000 +48.4313345,9.9639327,29100000 +48.43132896666666,9.963902333333335,29100000 +48.43130365,9.96374985,68500000 +48.4313077,9.9637804,68500000 +48.431293,9.9636638,24100000 +48.43129085,9.96363745,24100000 +48.4312887,9.963611633333334,24100000 +48.4312808,9.9635116,41900000 +48.43127885,9.9634882,41900000 +48.4312739,9.9634184,19800000 +48.4312728,9.9633956,19800000 +48.43127206666667,9.963373166666669,19800000 +48.4312721,9.9632848,25700000 +48.4312746,9.96326365,25700000 +48.4312855,9.9632013,22200000 +48.431290700000005,9.96318095,22200000 +48.4312955,9.963160466666666,22200000 +48.4313125,9.9630572,107000000 +48.4313116,9.9630779,107000000 +48.4313114,9.9629958,22000000 +48.43130795,9.962976,22000000 +48.431302933333335,9.962957433333337,22000000 +48.4312776,9.9628883,83800000 +48.431269400000005,9.9628736,83800000 +48.43123735,9.96281515,21100000 +48.43123003333333,9.9627999,21100000 +48.4312025,9.9627354,89700000 +48.431197,9.9627167,89700000 +48.4311824,9.9626565,26100000 +48.43117795,9.9626343,26100000 +48.43117363333334,9.9626113,26100000 +48.4311568,9.9625163,46200000 +48.43115305,9.9624907,46200000 +48.43113513333333,9.962354766666667,30700000 +48.43113845,9.96238345,30700000 +48.4311418,9.9624115,30700000 +48.4311218,9.9622373,23700000 +48.431118600000005,9.96220615,23700000 +48.4311096,9.9621103,23000000 +48.43110665,9.9620769,23000000 +48.43110366666667,9.962042766666666,23000000 +48.431092,9.9619027,36900000 +48.43108885,9.9618656,36900000 +48.4310792,9.9617518,27900000 +48.43107595,9.9617124,27900000 +48.431072666666665,9.961672166666666,27900000 +48.4310595,9.9615087,17400000 +48.4310564,9.96146645,17400000 +48.4310468,9.9613377,29800000 +48.4310412,9.961248166666666,29800000 +48.4310439,9.9612932,29800000 +48.43103015,9.96101815,65200000 +48.4310315,9.9610655,65200000 +48.4310277,9.9608749,27300000 +48.4310276,9.9608267,27300000 +48.43102753333333,9.960778366666666,27300000 +48.4310283,9.9605842,89200000 +48.4310289,9.960535,89200000 +48.431032,9.960287466666664,29800000 +48.4310317,9.9603866,29800000 +48.43103175,9.9603371,29800000 +48.4310319,9.9600889,51000000 +48.431031700000005,9.9600392,51000000 +48.431031,9.9598909,36000000 +48.43103,9.95984115,36000000 +48.43102886666667,9.9597914,36000000 +48.4310235,9.9595924,39700000 +48.43102135,9.9595428,39700000 +48.43100653333334,9.959295966666668,36700000 +48.4310137,9.9593941,36700000 +48.43101035,9.95934495,36700000 +48.43100653333334,9.959295966666668,36700000 +48.430968,9.958909,43900000 +48.43096175,9.95886155,43900000 +48.43095526666667,9.958814333333336,43900000 +48.43095526666667,9.958814333333336,43900000 +48.43092095,9.9585812,92500000 +48.4308839,9.958362200000002,17800000 +48.4308465,9.9581577,118000000 +48.43081086666667,9.957970033333334,28800000 +48.4307624,9.9577014,30800000 +48.4307572,9.95767115,30800000 +48.4307523,9.9576417,30800000 +48.43072965,9.9575041,63400000 +48.4307337,9.9575293,63400000 +48.43072965,9.9575041,63400000 +48.43071236666666,9.9573888,41400000 +48.43069935,9.95729555,86000000 +48.4306852,9.9571769,71100000 +48.4306832,9.9571567,21000000 +48.4306833,9.9571536,46000000 +48.4306826,9.957145533333334,34700000 +48.43066156666666,9.957083466666669,42000000 +48.43057973333333,9.957036966666667,30100000 +48.43052245,9.9570328,111000000 +48.42808765,9.95689675,42100000 +48.4280565,9.9568885,33500000 +48.4280301,9.9568819,64200000 +48.42800823333334,9.956876800000002,90300000 +48.4279913,9.9568726,54400000 +48.42798196666666,9.956870633333333,43600000 +48.42798019999999,9.95687065,33100000 +48.4279796,9.95687065,28800000 +48.427979533333335,9.956870633333333,28800000 +48.42797925,9.9568706,34800000 +48.4279792,9.95687055,19100000 +48.4279791,9.956870466666668,19100000 +48.4279787,9.9568699,33900000 +48.42797833333333,9.9568693,33000000 +48.427978,9.9568688,34200000 +48.4279775,9.95686845,27500000 +48.4279774,9.9568684,27500000 +48.4279771,9.9568682,32400000 +48.427977,9.95686815,32400000 +48.427976650000005,9.9568679,71200000 +48.4279765,9.9568676,25800000 +48.4279765,9.956867533333332,25800000 +48.42797635,9.95686725,81500000 +48.42797625,9.9568671,29300000 +48.42797616666667,9.956867066666668,29300000 +48.4279759,9.9568668,32700000 +48.4279758,9.95686675,32700000 +48.4279754,9.9568665,45800000 +48.42797529999999,9.956866433333332,45800000 +48.427975,9.9568662,62900000 +48.42797495000001,9.9568661,62900000 +48.42797485,9.9568659,35100000 +48.42797483333334,9.956865833333334,35100000 +48.4279747,9.9568655,27300000 +48.42797463333333,9.956865233333334,44900000 +48.42797465,9.95686525,44900000 +48.4279746,9.95686515,33800000 +48.42797465,9.95686505,37900000 +48.42797466666666,9.956865,37900000 +48.4279748,9.9568648,48200000 +48.42797485,9.95686475,48200000 +48.42797495000001,9.9568646,38000000 +48.42797519999999,9.9568645,23900000 +48.4279753,9.9568645,46100000 +48.42797535,9.95686445,46100000 +48.427975333333336,9.9568643,39100000 +48.4279754,9.95686435,39100000 +48.4279741,9.95686385,52000000 +48.42796935,9.9568621,28700000 +48.427965666666665,9.956861,28700000 +48.427943,9.9568543,25800000 +48.4279128,9.956846033333331,69900000 +48.427837333333336,9.9568322,36600000 +48.427786600000005,9.95683305,40900000 +48.4277534,9.9568425,35000000 +48.4277417,9.9568489,35000000 +48.42773043333333,9.956856666666669,35000000 +48.42767675,9.9569093,23300000 +48.4276866,9.9568949,23300000 +48.4276495,9.9569562,23800000 +48.42763356666666,9.956994233333331,23800000 +48.42764135,9.95697445,23800000 +48.42760105,9.9571044,27800000 +48.4276057,9.9570798,27800000 +48.4275838,9.95720845,25900000 +48.42757996666666,9.957237233333332,25900000 +48.4275646,9.9573569,34600000 +48.4275608,9.9573896,34600000 +48.42754535,9.95752605,38800000 +48.427541966666666,9.957556266666666,38800000 +48.427523,9.95773335,20100000 +48.427501500000005,9.957940733333333,18300000 +48.4274831,9.9581165,26300000 +48.427478,9.958162,26300000 +48.42745695,9.95835015,33900000 +48.42745096666667,9.958398966666667,33900000 +48.42741796666667,9.9586612,32700000 +48.427387,9.95889055,32800000 +48.42735316666667,9.959135166666664,30800000 +48.4273194,9.9593794,25400000 +48.42729105,9.95957395,24800000 +48.42728396666666,9.9596223,24800000 +48.427248950000006,9.95986365,34000000 +48.42721473333334,9.960088533333334,41000000 +48.4271738,9.9603438,32600000 +48.4271329,9.960581950000002,26700000 +48.4271017,9.9607692,28600000 +48.427094166666656,9.960814933333332,28600000 +48.427055,9.96104025,30400000 +48.4270629,9.960996,30400000 +48.42701726666667,9.961251566666666,25300000 +48.42702375,9.9612153,25300000 +48.4269883,9.9614113,33300000 +48.4269805,9.96145475,33300000 +48.42694455,9.9616509,31600000 +48.42693653333333,9.961694566666663,31600000 +48.42674505,9.96276805,23000000 +48.426739266666665,9.962801733333334,23000000 +48.42670985,9.96297025,34600000 +48.42670416666667,9.963004066666668,34600000 +48.426698425,9.963038175,34600000 +48.42666315,9.9632428,24700000 +48.42665756666667,9.963277666666666,24700000 +48.4266251,9.963487766666669,27500000 +48.4266303,9.96345245,27500000 +48.42659945,9.9636639,17600000 +48.4265941,9.963699433333334,17600000 +48.42658935,9.963735275,17600000 +48.4265604,9.96395025,29200000 +48.4265556,9.9639866,29200000 +48.42653,9.9641796,36500000 +48.42652483333333,9.964220233333334,36500000 +48.42649666666667,9.9644485,25900000 +48.4265014,9.96441175,25900000 +48.4264734,9.9646324,24100000 +48.426463775,9.9647058,24100000 +48.4264686,9.964669066666666,24100000 +48.42643455,9.96492655,24800000 +48.4264293,9.964963433333333,24800000 +48.42639723333334,9.965185666666668,25100000 +48.42640265,9.96514835,25100000 +48.4263721,9.96537195,19800000 +48.4263678,9.965409366666668,19800000 +48.4263639,9.965446825,19800000 +48.42634215,9.9656716,26400000 +48.42633923333333,9.965709,26400000 +48.42632426666666,9.965934433333333,30200000 +48.4263106,9.966195925,31600000 +48.4262985,9.966467233333333,27300000 +48.4262907,9.96665605,38500000 +48.426279775,9.966863775,25800000 +48.42557633333333,9.9695981,25000000 +48.4256337,9.9696403,27100000 +48.4256951,9.9696699,44100000 +48.42571143333333,9.969676833333333,44100000 +48.4257972,9.9697113,74900000 +48.42623755,9.9698181,30400000 +48.4262566,9.969820366666667,30400000 +48.42636375,9.96983095,58200000 +48.42705495,9.9697863,109000000 +48.4272058,9.969750266666669,97000000 +48.42750186666667,9.969654833333331,26100000 +48.42766315,9.9695912,22400000 +48.427994850000005,9.96947095,64200000 +48.428156566666665,9.969423233333334,22900000 +48.4283158,9.96938155,33800000 +48.428474300000005,9.969349566666668,150000000 +48.4297296,9.96937995,24900000 +48.429762,9.969385866666668,24900000 +48.4298912,9.9694109,37700000 +48.42992315,9.96941825,37700000 +48.43008220000001,9.969459966666667,30900000 +48.43005055,9.96945055,30900000 +48.4302081,9.969501,46900000 +48.430239400000005,9.9695133,46900000 +48.430363,9.9695648,31800000 +48.4303931,9.969578633333334,31800000 +48.4305123,9.9696352,31500000 +48.43054125,9.9696501,31500000 +48.4306267,9.9696951,41900000 +48.4306541,9.9697103,41900000 +48.430681,9.9697255,41900000 +48.43081165,9.9697999,117000000 +48.4307862,9.9697854,117000000 +48.43091135,9.9698581,99400000 +48.43093553333333,9.969872466666668,99400000 +48.4310195,9.9699226,30000000 +48.43104285,9.96993665,30000000 +48.431065966666665,9.969950666666668,30000000 +48.431157,9.9700067,32600000 +48.43117915,9.970020300000002,32600000 +48.43128763333333,9.970086766666666,23800000 +48.4312449,9.9700607,23800000 +48.4312664,9.97007395,23800000 +48.43139185,9.97015025,130000000 +48.4313716,9.9701381,130000000 +48.43146175,9.9701922,78400000 +48.43147786666666,9.970201966666666,78400000 +48.4315472,9.9702436,151000000 +48.431565,9.970254,151000000 +48.4315823,9.9702641,151000000 +48.4319514,9.9703148,37800000 +48.43196445,9.97030495,37800000 +48.4321346,9.96997565,84900000 +48.43215236666666,9.969862999999998,30900000 +48.432166550000005,9.9697405,21300000 +48.43217715,9.9696361,33400000 +48.43217976666667,9.969609633333333,33400000 +48.4322369,9.9691475,129000000 +48.4322414,9.9691267,129000000 +48.43226485,9.9690312,50400000 +48.4322601,9.9690481,50400000 +48.4322845,9.9689668,24200000 +48.43228963333333,9.9689523,24200000 +48.4323099,9.9688983,32900000 +48.43231475,9.96888725,32900000 +48.43233265,9.9688466,34900000 +48.432336600000006,9.968837466666663,34900000 +48.4323516,9.9688017,21300000 +48.43235485,9.9687927,21300000 +48.43236696666667,9.968735933333331,18600000 +48.4323654,9.9686606,22200000 +48.43234963333334,9.968575566666669,32100000 +48.432353250000006,9.96859345,32100000 +48.4323359,9.9685028,34300000 +48.4323327,9.9684832,34300000 +48.43232115,9.9684035,32900000 +48.432318933333335,9.968386133333334,32900000 +48.43230715,9.9682866,32100000 +48.43230463333333,9.968264033333332,32100000 +48.4322941,9.9681719,27700000 +48.43229135,9.9681478,27700000 +48.43227646666667,9.9680235,28800000 +48.43227935,9.96804915,28800000 +48.4322825,9.9680746,28800000 +48.4322626,9.9679209,46900000 +48.43225865,9.96789475,46900000 +48.4322465,9.967815,27900000 +48.4322422,9.967788,27900000 +48.4322378,9.967760599999998,27900000 +48.4322194,9.9676504,28800000 +48.4322143,9.9676241,28800000 +48.43219555,9.9675171,26900000 +48.4321908,9.967490833333336,26900000 +48.43216715,9.96736,21700000 +48.4321719,9.9673862,21700000 +48.43214203333333,9.967230866666668,34200000 +48.43214755,9.96725645,34200000 +48.4321144,9.96710345,21800000 +48.432086133333335,9.9669774,27500000 +48.4320551,9.96685155,19100000 +48.4320366,9.9667753,48500000 +48.43202975,9.9667499,48500000 +48.4320232,9.966724366666666,48500000 +48.4319966,9.9666211,34100000 +48.431992,9.96660135,34100000 +48.43196795,9.96650185,24000000 +48.43196126666667,9.966475166666669,24000000 +48.4319278,9.9663408,28900000 +48.4319344,9.9663677,28900000 +48.4319007,9.96623325,18900000 +48.43189396666667,9.966206933333334,18900000 +48.4318666,9.9661022,42400000 +48.43185985,9.9660757,42400000 +48.431854066666666,9.966053766666668,42400000 +48.431828,9.9659567,20200000 +48.43182075,9.9659302,20200000 +48.4317881,9.965811366666664,20300000 +48.43175255,9.96567885,42000000 +48.4317591,9.9657061,42000000 +48.431722400000005,9.965545433333332,49700000 +48.43172765,9.9655688,49700000 +48.4316992,9.9654416,34500000 +48.4316924,9.9654128,34500000 +48.43168516666666,9.9653839,34500000 +48.431656,9.9652675,26600000 +48.43164855,9.96523795,26600000 +48.431619,9.96511865,33600000 +48.4316116,9.965088166666668,33600000 +48.4315819,9.9649652,22700000 +48.43157415,9.96493365,22700000 +48.43153583333333,9.964775366666666,27600000 +48.43154355,9.9648073,27600000 +48.4315047,9.9646459,28200000 +48.4314967,9.9646135,28200000 +48.431472,9.9645155,23800000 +48.4314639,9.9644828,23800000 +48.431455633333336,9.9644506,23800000 +48.43141435,9.9642897,19800000 +48.4313869,9.964178400000002,21700000 +48.43138053333333,9.964152266666668,21700000 +48.4313534,9.9640372,22500000 +48.4313403,9.963974333333336,22500000 +48.43134665,9.96400565,22500000 +48.4313172,9.9638521,22800000 +48.43131275,9.9638239,22800000 +48.43129745,9.96371675,27000000 +48.4313006,9.9637424,27000000 +48.43129473333334,9.9636918,27000000 +48.4312841,9.96357895,41800000 +48.4312851,9.9635957,41800000 +48.43127795,9.96349675,23500000 +48.43127656666667,9.963475266666668,23500000 +48.43126955,9.963368849999998,21800000 +48.4312707,9.9633899,21800000 +48.43127,9.96328635,17800000 +48.43127263333333,9.963266633333332,17800000 +48.4312874,9.9631898,26400000 +48.43129115,9.9631761,26400000 +48.4312955,9.9631591,26400000 +48.4313105,9.9630871,17600000 +48.4313116,9.96306795,17600000 +48.4313111,9.9630117,26000000 +48.4313083,9.96299405,26000000 +48.431305,9.962979866666666,26000000 +48.4312871,9.9629206,21700000 +48.43128035,9.962906,21700000 +48.4312443,9.962833566666667,18300000 +48.4312587,9.9628632,18300000 +48.431251450000005,9.9628488,18300000 +48.4312169,9.9627685,24500000 +48.43121085,9.96274935,24500000 +48.4312061,9.9627326,24500000 +48.43118055,9.96263125,24800000 +48.4311857,9.9626548,24800000 +48.4311682,9.9625709,28800000 +48.43116375,9.96254515,28800000 +48.43115946666666,9.962518433333337,28800000 +48.4311427,9.9624084,33900000 +48.43113905,9.96237905,33900000 +48.4311249,9.9622565,25900000 +48.431122,9.962229533333334,25900000 +48.4311097,9.9621082,28000000 +48.43110665,9.96207355,28000000 +48.43110366666667,9.9620382,28000000 +48.4310916,9.9618941,25000000 +48.431088200000005,9.9618567,25000000 +48.4310784,9.9617424,26600000 +48.43107515,9.961703,26600000 +48.43107243333333,9.961669733333332,26600000 +48.4310606,9.9615212,33000000 +48.43105745,9.96147925,33000000 +48.4310419,9.9612643,19700000 +48.4310308,9.9610901,29000000 +48.4310292,9.9610461,29000000 +48.43102515,9.96087035,33600000 +48.4310255,9.960826433333333,33600000 +48.4310253,9.9609143,33600000 +48.4310285,9.9606504,25800000 +48.43102945,9.96060615,25800000 +48.431032,9.9604732,23800000 +48.431033033333335,9.960390933333333,23800000 +48.4310327,9.960428449999998,23800000 +48.4310343,9.960225,21900000 +48.4310347,9.96017925,21900000 +48.43103476666666,9.960133133333333,21900000 +48.4310342,9.9599485,22300000 +48.4310333,9.959902,22300000 +48.43102905,9.95973835,29000000 +48.4310304,9.9597853,29000000 +48.43102756666667,9.959691333333334,29000000 +48.4310209,9.9595032,43600000 +48.4310186,9.9594562,43600000 +48.43100715,9.95926945,30200000 +48.43100316666666,9.959223433333332,30200000 +48.4310105,9.9593159,30200000 +48.4309852,9.9590398,18900000 +48.4309796,9.95899465,18900000 +48.4309617,9.9588599,17600000 +48.43095535,9.9588156,17600000 +48.43094983333333,9.958778866666668,17600000 +48.4309252,9.9586184,25900000 +48.43091835,9.95857515,25900000 +48.43091133333333,9.958532300000002,25900000 +48.4308835,9.9583618,30700000 +48.430876,9.9583205,30700000 +48.4308429,9.958141433333331,42100000 +48.43085015,9.9581797,42100000 +48.4308576,9.958219,42100000 +48.4308183,9.9580101,19800000 +48.4308116,9.9579747,19800000 +48.430805066666665,9.957940133333333,19800000 +48.43077435,9.9577745,18200000 +48.43078,9.9578058,18200000 +48.430758,9.9576828,18700000 +48.430753,9.9576545,18700000 +48.430749033333335,9.9576317,18700000 +48.4307328,9.9575349,25100000 +48.4307291,9.95751045,25100000 +48.43071283333333,9.957397366666669,47000000 +48.4307186,9.95744,47000000 +48.43071565,9.9574182,47000000 +48.4307024,9.9573183,107000000 +48.43070015,9.9573009,107000000 +48.43068545,9.95718225,30400000 +48.430686,9.957187,30400000 +48.43068385,9.9571718,30800000 +48.43068383333334,9.957171566666668,30800000 +48.430684,9.9571729,30800000 +48.4306842,9.9571713,31900000 +48.43068445,9.9571715,31900000 +48.43068445,9.9571715,31900000 +48.43068543333334,9.957172166666668,38000000 +48.4306861,9.95717215,20700000 +48.430686400000006,9.9571729,27000000 +48.4306868,9.9571735,29700000 +48.430687166666665,9.957173766666664,32600000 +48.4306871,9.95717135,18900000 +48.430686233333326,9.9571601,35300000 +48.43068505,9.95714335,20000000 +48.43066895,9.95707905,61000000 +48.43063633333333,9.9570462,99100000 +48.43058795,9.9570296,63500000 +48.430531,9.9570291,114000000 +48.4304684,9.9570355,109000000 +48.4302392,9.957079633333334,88300000 +48.4292233,9.9570863,88500000 +48.42919895,9.9570827,88500000 +48.4286389,9.956994,143000000 +48.428623900000005,9.95699295,143000000 +48.4286116,9.9569923,143000000 +48.4280682,9.9568918,35600000 +48.42806305,9.9568904,35600000 +48.428058033333336,9.956889133333332,35600000 +48.4280391,9.9568842,58300000 +48.4280352,9.9568832,58300000 +48.42803083333333,9.9568821,58300000 +48.42801046666667,9.956876866666668,28200000 +48.4279979,9.95687385,23300000 +48.42799575,9.9568733,28100000 +48.42799566666667,9.956873233333331,28100000 +48.4279955,9.9568731,35200000 +48.42799545,9.95687305,35200000 +48.42799525,9.95687305,23700000 +48.42799523333333,9.956873066666663,23700000 +48.427995,9.9568731,23900000 +48.4279949,9.9568731,23900000 +48.42799453333333,9.9568729,42000000 +48.4279946,9.95687295,42000000 +48.4279943,9.9568726,63000000 +48.42799425,9.9568725,63000000 +48.4279941,9.95687225,48400000 +48.4279942,9.9568723,48400000 +48.42799406666666,9.956872233333334,48400000 +48.42799385,9.95687205,24800000 +48.4279939,9.9568721,24800000 +48.4279938,9.9568719,51100000 +48.42799375,9.95687185,51100000 +48.4279937,9.956871766666666,51100000 +48.4279935,9.9568715,42400000 +48.42799345,9.95687145,42400000 +48.4279933,9.9568713,23300000 +48.42799326666667,9.956871266666669,23300000 +48.42799305,9.9568709,59800000 +48.4279931,9.956871,59800000 +48.4279927,9.95687065,25900000 +48.42799263333334,9.956870566666666,25900000 +48.42799225,9.95687025,24500000 +48.4279922,9.9568702,23000000 +48.4279922,9.95687025,21800000 +48.42799225,9.9568704,55800000 +48.427992200000006,9.9568704,55800000 +48.4279922,9.9568704,55800000 +48.427992,9.9568704,27100000 +48.4279918,9.95687035,27100000 +48.42799045,9.95686995,67400000 +48.42798986666666,9.956869766666664,67400000 +48.4279909,9.9568701,67400000 +48.4279858,9.9568686,37100000 +48.4279826,9.95686775,37100000 +48.4279697,9.9568642,26900000 +48.42796425,9.9568627,26900000 +48.4279592,9.956861366666669,26900000 +48.42793845,9.95685565,24700000 +48.4279415,9.9568566,24700000 +48.42792705,9.9568523,58200000 +48.4279244,9.9568515,58200000 +48.4279298,9.9568531,58200000 +48.42791135,9.95684745,25900000 +48.4279028,9.9568448,20900000 +48.4278994,9.95684385,20900000 +48.42789580000001,9.956842833333331,20900000 +48.4278802,9.9568385,48900000 +48.42787525,9.9568372,48900000 +48.4278452,9.9568315,36900000 +48.4278523,9.95683235,36900000 +48.4278148,9.9568295,28800000 +48.4278062,9.95683025,28800000 +48.4277692,9.95683765,33500000 +48.42775906666666,9.956841666666667,33500000 +48.4277173,9.9568624,26900000 +48.4277065,9.95687075,26900000 +48.42766405,9.956914950000002,25000000 +48.4276741,9.9569015,25000000 +48.4276547,9.956930133333335,25000000 +48.4276206,9.9569973,28300000 +48.4276136,9.9570173,28300000 +48.4275946,9.9570812,39700000 +48.42758955,9.9571049,39700000 +48.4275851,9.957129833333331,39700000 +48.4275683,9.9572332,28700000 +48.4275647,9.9572612,28700000 +48.427551,9.95737875,23700000 +48.42754756666667,9.957410066666666,23700000 +48.4275338,9.9575391,31300000 +48.4275302,9.9575734,31300000 +48.4275271,9.957602633333334,31300000 +48.4275133,9.9577347,29900000 +48.4275093,9.9577725,29900000 +48.4274968,9.9578886,26400000 +48.4274927,9.9579287,26400000 +48.42748846666667,9.957969366666669,26400000 +48.4274715,9.958136,20200000 +48.42746695,9.958179,20200000 +48.4274535,9.9583078,30400000 +48.4274434,9.9583935,30400000 +48.42744855,9.95835065,30400000 +48.427423,9.9585647,26500000 +48.42741775,9.95860715,26500000 +48.4274042,9.9587133,29600000 +48.4273987,9.95875585,29600000 +48.42739323333333,9.958798166666666,29600000 +48.42736523333334,9.959015733333333,29900000 +48.4273744,9.9589456,29900000 +48.42737035,9.95897715,29900000 +48.42733556666667,9.959234233333332,36000000 +48.4273463,9.9591559,36000000 +48.4273405,9.9591985,36000000 +48.4273137,9.9593917,28800000 +48.4273078,9.959435,28800000 +48.42730293333333,9.959471166666669,28800000 +48.4272801,9.9596309,30800000 +48.4272737,9.9596749,30800000 +48.4272545,9.9598064,23200000 +48.4272482,9.95985035,23200000 +48.42724153333333,9.959894533333332,23200000 +48.42720775,9.96011635,32900000 +48.4272144,9.960072,32900000 +48.4271867,9.9602506,25700000 +48.42717935,9.9602956,25700000 +48.42717306666666,9.960333266666666,25700000 +48.4271453,9.9605001,29000000 +48.42713975,9.9605344,29000000 +48.427132933333326,9.960576766666668,29000000 +48.4271046,9.9607545,29400000 +48.4270948,9.96081285,29400000 +48.4270607,9.96101135,40300000 +48.427054133333336,9.961050433333334,40300000 +48.4270688,9.9609644,40300000 +48.4270249,9.9612225,28700000 +48.4270192,9.9612579,28700000 +48.4269968,9.9613869,21800000 +48.42698845,9.9614342,21800000 +48.42697999999999,9.961481399999998,21800000 +48.426951,9.961647,87800000 +48.42694475,9.9616826,87800000 +48.42693836666667,9.961718566666669,87800000 +48.42677045,9.962698825,29700000 +48.426727633333336,9.962953866666666,23900000 +48.42668749999999,9.9631911,27700000 +48.42664696666666,9.963438766666668,19200000 +48.42660816666666,9.963706866666667,21800000 +48.42657405,9.9639523,25500000 +48.42654185,9.964197,29000000 +48.426505,9.9644939,27000000 +48.42647350000001,9.964743,29500000 +48.4264402,9.9649997,22200000 +48.42640196666667,9.9652641,29500000 +48.42637316666666,9.965497133333333,44400000 +48.42635193333333,9.9657346,28200000 +48.4263345,9.965992466666666,20300000 +48.42632136666666,9.9662422,41500000 +48.42631945,9.9662817,41500000 +48.42630676666666,9.966551766666669,25800000 +48.42629626666667,9.966766333333334,50000000 +48.4262801,9.96699625,62800000 +48.42625196666666,9.967203233333334,62500000 +48.4262148,9.9673633,51200000 +48.42629416666667,9.969817933333331,47100000 +48.4269344,9.96980395,115050000 +48.42709996666667,9.9697726,35600000 +48.42726105,9.96973185,142000000 +48.4274201,9.969679266666668,58900000 +48.42757855,9.9696198,45800000 +48.42803495,9.9694532,18700000 +48.428069066666666,9.969442833333334,18700000 +48.4282065,9.9694023,35000000 +48.42824095,9.96939305,35000000 +48.42837805,9.969361,53900000 +48.42841186666666,9.969354033333332,53900000 +48.4285467,9.9693293,45300000 +48.4285803,9.96932525,45300000 +48.42871535,9.96931345,144000000 +48.42874923333334,9.969312,144000000 +48.4298859,9.96940035,26200000 +48.4300062,9.9694284,20000000 +48.43003603333333,9.969436966666668,20000000 +48.4301552,9.9694732,22900000 +48.4301849,9.9694836,22900000 +48.43030305,9.969531,26800000 +48.43033246666666,9.969544233333332,26800000 +48.4304499,9.9695985,29000000 +48.4304791,9.96961255,29000000 +48.4306239,9.969685766666666,34900000 +48.43059535,9.96967085,34900000 +48.4308443,9.9698057,135000000 +48.43087025,9.96982085,135000000 +48.43087025,9.96982085,89200000 +48.4308958,9.969836,89200000 +48.4309966,9.969896,39900000 +48.431021,9.96991065,39900000 +48.4311392,9.969982833333331,46100000 +48.4311166,9.9699688,46100000 +48.431241400000005,9.97004615,20300000 +48.43131355,9.9700907,36900000 +48.4313285,9.970100033333331,36900000 +48.43149415,9.97020225,108550000 +48.43150756666666,9.970210433333332,108550000 +48.43188105,9.97033955,133650000 +48.43189563333333,9.9703345,133650000 +48.43201165,9.97025785,135000000 +48.43202136666667,9.9702461,135000000 +48.43206665,9.97018165,124000000 +48.43207583333333,9.970163666666666,124000000 +48.4321164,9.9700671,91900000 +48.43214086666666,9.969960166666668,154000000 +48.43215655,9.9698513,182000000 +48.432159266666666,9.969826666666668,182000000 +48.4321825,9.96959385,108000000 +48.4321825,9.96959385,81200000 +48.43218443333333,9.9695712,81200000 +48.43219525,9.96944955,45300000 +48.432197333333335,9.969428433333334,45300000 +48.43222873333334,9.969189866666666,73300000 +48.43223195,9.9691724,73300000 +48.432256,9.969055466666664,45700000 +48.43227675,9.96897675,18900000 +48.432282566666665,9.968958866666666,18900000 +48.43231095,9.9688799,23600000 +48.43233305,9.9688322,25700000 +48.43233826666667,9.9688199,25700000 +48.43236275,9.9687529,24900000 +48.4323708,9.9686865,45900000 +48.432369566666665,9.968668666666668,45900000 +48.4323567,9.96857605,18300000 +48.4323141,9.96836605,51100000 +48.4323141,9.96836605,36700000 +48.4323113,9.968346566666666,36700000 +48.43229845,9.96823275,34900000 +48.4323012,9.9682588,34900000 +48.4322859,9.968116433333334,27900000 +48.4322886,9.9681394,27900000 +48.43227015,9.967985850000002,31700000 +48.43226696666667,9.967962833333331,31700000 +48.4322482,9.967833550000002,32700000 +48.43222945,9.9677195,27800000 +48.4322243,9.967690066666666,27800000 +48.4321985,9.967541,17300000 +48.4321703,9.967392566666666,33700000 +48.43217605,9.9674216,33700000 +48.432141900000005,9.967249,25200000 +48.43211925,9.9671397,32300000 +48.43211336666667,9.967113433333331,32300000 +48.43208415,9.96698475,22800000 +48.4320607,9.966884449999998,24200000 +48.43205496666666,9.966859933333332,24200000 +48.4320065,9.9666501,29500000 +48.43200166666667,9.966628766666668,29500000 +48.43197735,9.96652395,28450000 +48.4319823,9.9665441,31900000 +48.43197735,9.96652395,31900000 +48.431931,9.9663343,35100000 +48.4319352,9.9663513,35100000 +48.431914500000005,9.9662697,28900000 +48.43191076666667,9.9662555,28900000 +48.4318969,9.966203,46800000 +48.4318942,9.9661923,46800000 +48.4318826,9.9661469,42700000 +48.4318845,9.96615455,42700000 +48.43187435,9.9661143,23500000 +48.4318756,9.9661193,23500000 +48.43186903333333,9.966094133333334,25800000 +48.43186995,9.96609735,25800000 +48.4318658,9.9660828,29100000 +48.4318651,9.96608085,29100000 +48.4318633,9.9660751,22700000 +48.431862800000005,9.9660734,22700000 +48.43186226666668,9.966071733333331,22700000 +48.4318602,9.966064,36800000 +48.4318595,9.9660614,36800000 +48.431855866666666,9.966045833333332,37000000 +48.4318576,9.9660529,37000000 +48.43185675,9.96604945,37000000 +48.4318517,9.9660308,22000000 +48.43185045,9.96602655,22000000 +48.4318426,9.965997433333332,25300000 +48.4318338,9.9659645,26100000 +48.43183085,9.96595355,26100000 +48.431813733333335,9.965892766666666,28700000 +48.43181755,9.96590625,28700000 +48.4317966,9.9658355,27900000 +48.43179135,9.96581955,27900000 +48.4317758,9.9657712,36700000 +48.4317707,9.96575465,36700000 +48.43176533333334,9.965736933333334,36700000 +48.43173955,9.96564285,27000000 +48.4317444,9.9656629,27000000 +48.4317141,9.965532766666668,26400000 +48.4317252,9.9655807,26400000 +48.4317197,9.96555715,26400000 +48.4316911,9.9654322,19400000 +48.4316852,9.965407,19400000 +48.431667,9.9653316,25700000 +48.43166095,9.9653062,25700000 +48.431655,9.965280366666668,25700000 +48.4316305,9.9651757,35500000 +48.43162385,9.9651495,35500000 +48.4316044,9.9650697,32400000 +48.43159785,9.96504245,32400000 +48.4315909,9.965015266666668,32400000 +48.4315627,9.9649054,26500000 +48.431555200000005,9.9648779,26500000 +48.4315332,9.9647934,18900000 +48.4315261,9.96476495,18900000 +48.43151886666666,9.9647364,18900000 +48.4314829,9.96459285,27900000 +48.431454,9.96447605,21200000 +48.43144673333334,9.964446733333334,21200000 +48.4314171,9.9643302,33700000 +48.43141005,9.9643008,33700000 +48.431375933333335,9.964156633333332,20500000 +48.43138245,9.9641853,20500000 +48.4313892,9.9642139,20500000 +48.4313539,9.9640566,21200000 +48.43134775,9.964028,21200000 +48.431342666666666,9.964004266666665,21200000 +48.431321,9.9638993,31700000 +48.43131674999999,9.96387805,31700000 +48.43131206666666,9.963851933333332,31700000 +48.4312935,9.9637431,24700000 +48.43128995,9.9637144,24700000 +48.4312822,9.9636425,34600000 +48.4312797,9.963613850000002,34600000 +48.4312775,9.963585633333334,34600000 +48.4312673,9.9634367,31300000 +48.4312702,9.9634884,31300000 +48.43126865,9.9634621,31300000 +48.431263,9.9633378,24500000 +48.43126335,9.96331515,24500000 +48.4312673,9.9632495,20800000 +48.4312705,9.9632292,20800000 +48.431274300000005,9.9632095,20800000 +48.4312909,9.9631328,22500000 +48.4312949,9.96311365,22500000 +48.43130383333334,9.963017366666666,16500000 +48.4313043,9.9630557,16500000 +48.4313049,9.9630363,16500000 +48.431293,9.9629449,22700000 +48.43128715,9.96292885,22700000 +48.4312673,9.9628826,21500000 +48.4312596,9.96286735,21500000 +48.43125173333334,9.962851466666669,21500000 +48.4312211,9.9627842,29800000 +48.43121395,9.96276445,29800000 +48.43118173333334,9.962653666666668,28900000 +48.4311935,9.9627018,28900000 +48.43118735,9.96267835,28900000 +48.4311603,9.962551,32800000 +48.4311556,9.96252295,32800000 +48.4311421,9.962436,24900000 +48.4311382,9.96240525,24900000 +48.4311347,9.962373666666666,24900000 +48.431121,9.9622438,25600000 +48.43111795,9.9622095,25600000 +48.431103033333336,9.962032366666667,28000000 +48.4311089,9.9621049,28000000 +48.43110595,9.9620689,28000000 +48.4310909,9.9618843,24700000 +48.431087950000006,9.96184585,24700000 +48.43107193333333,9.961647566666665,29000000 +48.4310786,9.9617286,29000000 +48.43107535,9.96168835,29000000 +48.43107193333333,9.961647566666665,29000000 +48.43105435,9.9614395,17800000 +48.4310379,9.961225666666666,30400000 +48.4310242,9.9608804,18000000 +48.4310241,9.9608373,18000000 +48.4310245,9.9607941,18000000 +48.4310282,9.96055605,33900000 +48.4310276,9.9605994,33900000 +48.43103,9.960426,36800000 +48.4310305,9.96038265,36800000 +48.4310305,9.96038265,36800000 +48.43103273333333,9.960165466666666,25900000 +48.4310324,9.9599479,29100000 +48.43102676666666,9.959729,60700000 +48.4310179,9.95951,44900000 +48.4310036,9.959293033333331,32500000 +48.43098435,9.9590791,17500000 +48.43095906666667,9.958869233333331,29400000 +48.4309297,9.9586639,27900000 +48.43089733333333,9.958465433333332,27900000 +48.4308646,9.95827535,24800000 +48.43083216666667,9.9580992,40200000 +48.43080155,9.957934,29600000 +48.43077353333333,9.957778966666666,23000000 +48.430747100000005,9.95763105,30000000 +48.43072316666667,9.957495133333332,42500000 +48.43070595,9.9573748,59000000 +48.43069436666667,9.957280733333334,69700000 +48.43068035,9.95716785,31000000 +48.43067523333334,9.957132199999998,50600000 +48.43066125,9.95708765,169000000 +48.4306293,9.9570513,123000000 +48.43051915,9.9570298,30000000 +48.430275566666666,9.957075366666666,101000000 +48.43018733333333,9.957089600000002,96000000 +48.4281378,9.9569162,71400000 +48.4281287,9.95691395,71400000 +48.4281028,9.9569075,76700000 +48.42809495,9.95690545,76700000 +48.42808753333333,9.956903466666668,76700000 +48.4280627,9.956897,100000000 +48.4280565,9.9568955,100000000 +48.4280515,9.956894233333331,100000000 +48.4280254,9.95688765,132000000 +48.4280306,9.9568889,132000000 +48.42800173333333,9.956881733333333,72100000 +48.4280105,9.956884,72100000 +48.42800605,9.95688285,72100000 +48.42800173333333,9.956881733333333,72100000 +48.42798066666666,9.9568759,56900000 +48.4279697,9.9568723,77800000 +48.42796706666667,9.956871333333334,49700000 +48.42796716666666,9.956871066666666,38800000 +48.42796745,9.95687065,28900000 +48.42796760000001,9.956870166666668,34600000 +48.4279676,9.9568698,28800000 +48.42796766666667,9.9568693,44900000 +48.4279676,9.95686875,29800000 +48.42796743333333,9.956868300000002,36300000 +48.42796715,9.95686795,30900000 +48.42796669999999,9.9568678,34200000 +48.42796625,9.9568677,40800000 +48.42796596666667,9.956867833333334,44900000 +48.42796575,9.956868,31500000 +48.42796553333333,9.956868166666666,32800000 +48.42796535,9.95686825,24500000 +48.4279651,9.9568684,33400000 +48.42796485,9.95686865,24100000 +48.4279646,9.956868899999998,28000000 +48.42796435,9.95686905,29000000 +48.42796406666667,9.956869233333334,27800000 +48.42796375,9.9568694,53900000 +48.4279635,9.956869366666666,16700000 +48.427963250000005,9.95686935,50300000 +48.4279632,9.956869466666666,28400000 +48.42796305,9.95686955,31300000 +48.4279628,9.956869533333332,40100000 +48.4279624,9.9568696,29900000 +48.42796006666666,9.956869266666663,32600000 +48.427952000000005,9.9568673,22900000 +48.427924966666666,9.956859633333332,32200000 +48.42789085,9.95684985,35700000 +48.427859866666665,9.9568422,50000000 +48.42783665,9.956838,27200000 +48.4278203,9.9568364,22700000 +48.427807,9.95683595,39100000 +48.42779876666666,9.956836,24700000 +48.4277903,9.95683635,35600000 +48.4277719,9.956838666666666,24700000 +48.42773605,9.9568483,32900000 +48.42768936666667,9.956875566666666,21700000 +48.42764095,9.9569299,23800000 +48.4276076,9.95699865,23900000 +48.42760083333334,9.957019699999998,23900000 +48.4275732,9.9571319,26800000 +48.427556333333335,9.9572571,28900000 +48.4275408,9.95739465,38000000 +48.42752733333333,9.957526133333332,16000000 +48.427510833333336,9.957686533333332,28800000 +48.427493166666665,9.957861666666666,46800000 +48.42747895,9.95800675,38900000 +48.4274604,9.958188466666668,34400000 +48.42743496666666,9.958409133333332,30900000 +48.42741225,9.9585969,26800000 +48.42738946666666,9.958780633333332,42500000 +48.42735936666667,9.959021566666667,22700000 +48.4273334,9.9592297,28600000 +48.42730766666667,9.959420366666668,23200000 +48.42727553333333,9.9596405,26700000 +48.4272437,9.9598588,27400000 +48.427205333333326,9.960115933333332,34400000 +48.4271699,9.960334566666669,26700000 +48.427127000000006,9.960594566666666,21000000 +48.427082325,9.960859225,16200000 +48.4270364,9.9611284,27300000 +48.42700106666666,9.9613377,35600000 +48.42695926666666,9.961585433333331,27800000 +48.4267854,9.962563166666667,27600000 +48.42677885,9.9626009,27600000 +48.42673366666667,9.962864533333333,20700000 +48.42669566666667,9.963090033333332,30200000 +48.426652950000005,9.963354675,25400000 +48.4266174,9.96358155,25900000 +48.426611666666666,9.9636194,25900000 +48.42658325,9.96380975,22900000 +48.4265778,9.963847533333334,22900000 +48.4265427,9.964092766666669,34200000 +48.42651136666666,9.964334,25000000 +48.42650642499999,9.964372925,25000000 +48.4264707,9.964645366666668,28400000 +48.426438866666665,9.964879633333332,26500000 +48.426398425,9.9651517,23900000 +48.42640359999999,9.965112499999998,23900000 +48.4263654,9.9654271,20400000 +48.42634545,9.9656248,31800000 +48.426342266666666,9.9656647,31800000 +48.42632305,9.965944775,31000000 +48.4263276,9.9658648,31000000 +48.4263253,9.965904833333331,31000000 +48.42631085,9.9661824,43800000 +48.426308733333336,9.966220966666668,43800000 +48.426296533333336,9.9664466,34800000 +48.42629825,9.96641035,34800000 +48.42628573333334,9.966657266666664,33000000 +48.426284075,9.9666898,33000000 +48.4262737,9.96687745,24200000 +48.426271333333325,9.9669058,24200000 +48.4262515,9.967081466666668,50900000 +48.42622283333333,9.967243533333331,134000000 +48.426178375000006,9.9674203,87200000 +48.43228985,9.9681257,25400000 +48.43228666666667,9.968099733333334,25400000 +48.43226915,9.96797095,21400000 +48.43225006666668,9.967846866666669,19700000 +48.4322304,9.96772785,29900000 +48.4322345,9.9677508,29900000 +48.4322138,9.9676369,27800000 +48.43220973333333,9.967614366666666,27800000 +48.43218915,9.96750155,27700000 +48.4321514,9.9672984,32700000 +48.43214655,9.9672748,32700000 +48.43214655,9.9672748,27400000 +48.4321262,9.9671813,21500000 +48.43212106666667,9.967157833333331,21500000 +48.43206803333334,9.9669213,21300000 +48.4320733,9.96694405,24500000 +48.4320733,9.96694405,21300000 +48.4320202,9.9667199,38000000 +48.43201456666666,9.966697633333332,38000000 +48.4319884,9.96659765,33800000 +48.4319829,9.966575333333331,33800000 +48.4319598,9.9664849,26200000 +48.4319541,9.96646135,26200000 +48.4319364,9.9663915,20700000 +48.4319301,9.9663677,20700000 +48.431924,9.966343733333332,20700000 +48.4318998,9.9662468,32500000 +48.4318935,9.96622195,32500000 +48.4318652,9.9661118,23800000 +48.43187155,9.96613605,23800000 +48.4318779,9.9661603,23800000 +48.4318397,9.9660149,32800000 +48.43183335,9.965990949999998,32800000 +48.431807,9.96589645,26800000 +48.43180023333334,9.965872933333335,26800000 +48.4317731,9.9657793,31000000 +48.4317662,9.96575545,31000000 +48.43173393333333,9.9656315,21100000 +48.43171,9.9655282,17000000 +48.43170395,9.96550165,17000000 +48.4316791,9.9653962,23600000 +48.43167226666666,9.9653699,23600000 +48.4316389,9.96523845,30700000 +48.4316455,9.9652649,30700000 +48.43160603333333,9.965104866666668,20200000 +48.4316194,9.9651584,20200000 +48.43161275,9.96513175,20200000 +48.4315798,9.964996,24100000 +48.43157285,9.96496865,24100000 +48.4315531,9.9648853,24300000 +48.431546350000005,9.9648572,24300000 +48.431539533333336,9.964829066666669,24300000 +48.431512,9.9647157,18800000 +48.4315052,9.9646872,18800000 +48.4314783,9.9645727,21500000 +48.4314714,9.964544133333334,21500000 +48.431444,9.96443,26700000 +48.4314368,9.9644018,26700000 +48.43140206666666,9.9642616,26900000 +48.4314163,9.9643174,26900000 +48.43140915,9.96428945,26900000 +48.431374,9.9641509,33800000 +48.43136745,9.9641234,33800000 +48.4313481,9.9640414,26100000 +48.43134245,9.96401395,26100000 +48.4313372,9.9639866,26100000 +48.4313174,9.963877,30000000 +48.43131305,9.96384975,30000000 +48.4313004,9.9637687,34000000 +48.4312968,9.96374315,34000000 +48.4312936,9.963718466666666,34000000 +48.4312798,9.9636011,22200000 +48.4312818,9.9636234,22200000 +48.43127096666666,9.963491833333334,16500000 +48.431274,9.9635348,16500000 +48.43127265,9.96351315,16500000 +48.431265,9.9634072,32200000 +48.43126375,9.96338635,32200000 +48.4312605,9.9633247,19900000 +48.43126095,9.9633051,19900000 +48.43126236666666,9.963285866666666,19900000 +48.4312723,9.9632109,24100000 +48.43127675,9.9631929,24100000 +48.43129465,9.96312175,20800000 +48.4312974,9.9631037,20800000 +48.4313039,9.9630321,21100000 +48.43130295,9.96301485,21100000 +48.43129155,9.9629495,21600000 +48.43128603333333,9.962934733333334,21600000 +48.4312962,9.9629647,21600000 +48.4312617,9.962876,30000000 +48.43125435,9.962861,30000000 +48.4312325,9.9628141,31600000 +48.4312255,9.9627971,31600000 +48.43121883333333,9.962779033333334,31600000 +48.4311936,9.9627021,33700000 +48.431188,9.96268,33700000 +48.431161900000006,9.962558233333334,22000000 +48.43116675,9.96258475,22000000 +48.4311718,9.9626102,22000000 +48.4311432,9.9624482,19600000 +48.43113905,9.9624183,19600000 +48.4311245,9.9622932,31000000 +48.43112123333333,9.962259633333334,31000000 +48.4311085,9.9621221,28700000 +48.4311053,9.9620859,28700000 +48.43109265,9.9619371,37400000 +48.43108943333333,9.9618989,37400000 +48.4310768,9.9617457,38400000 +48.43107365,9.9617071,38400000 +48.4310642,9.9615904,26600000 +48.4310611,9.96155095,26600000 +48.4310581,9.9615111,26600000 +48.4310462,9.9613509,43000000 +48.4310431,9.96131025,43000000 +48.4310309,9.961103433333331,31600000 +48.431032900000005,9.9611456,31600000 +48.4310351,9.9611875,31600000 +48.4310254,9.9609329,29100000 +48.4310255,9.9608892,29100000 +48.4310262,9.9607569,27500000 +48.43102645,9.96071255,27500000 +48.431027066666665,9.960668,27500000 +48.4310291,9.9604887,25100000 +48.43103000000001,9.9604429,25100000 +48.43103275,9.960258199999998,16800000 +48.431033033333335,9.9602117,16800000 +48.43103275,9.95997755,50000000 +48.4310331,9.9600247,50000000 +48.431029550000005,9.95978895,33100000 +48.431028133333335,9.959741766666667,33100000 +48.4310222,9.959554,30800000 +48.4310202,9.95950755,30800000 +48.431014,9.9593704,24200000 +48.4310109,9.9593254,24200000 +48.43100726666668,9.959280633333334,24200000 +48.430991,9.9591024,32700000 +48.4309863,9.95905845,32700000 +48.4309712,9.9589274,27500000 +48.4309657,9.95888415,27500000 +48.430959900000005,9.9588414,27500000 +48.430929500000005,9.95863105,21400000 +48.4309358,9.958672,21400000 +48.4309101,9.9585102,26200000 +48.43090345,9.9584711,26200000 +48.43089693333334,9.958433033333334,26200000 +48.43087,9.9582835,34800000 +48.4308633,9.95824775,34800000 +48.4308426,9.9581422,38000000 +48.43083625,9.9581089,38000000 +48.43082986666667,9.958075566666666,38000000 +48.4308047,9.9579442,28100000 +48.4307987,9.9579124,28100000 +48.43076976666666,9.957757566666666,28800000 +48.43077525,9.9577872,28800000 +48.4307489,9.9576429,35800000 +48.4307442,9.95761695,35800000 +48.43072253333333,9.957494233333334,22500000 +48.4307306,9.957542,22500000 +48.4307264,9.95751785,22500000 +48.4307084,9.9574013,45800000 +48.4307056,9.9573791,45800000 +48.4306977,9.9573166,76900000 +48.43069545,9.95729875,76900000 +48.43069346666667,9.957282433333331,76900000 +48.43067966666666,9.9571666,21400000 +48.4306814,9.9571825,21400000 +48.4306806,9.9571745,21400000 +48.4306735,9.95712765,35900000 +48.4306754,9.9571355,35900000 +48.4306658,9.957103,119000000 +48.4306615,9.95709365,119000000 +48.43065576666667,9.9570848,119000000 +48.43058425,9.9570349,162000000 +48.4305736,9.957033466666669,162000000 +48.43051465,9.9570314,24800000 +48.4305279,9.9570302,24800000 +48.43044253333334,9.9570407,162000000 +48.4304733,9.9570359,162000000 +48.4304582,9.9570382,162000000 +48.4291889,9.95707675,97600000 +48.42846165,9.9569691,132000000 +48.42844203333334,9.956966433333331,132000000 +48.4283642,9.9569544,124000000 +48.42834485,9.9569507,124000000 +48.4282694,9.95693375,113000000 +48.4282516,9.956929266666666,113000000 +48.4281819,9.9569123,76700000 +48.4281655,9.9569084,76700000 +48.42810325000001,9.9568929,17300000 +48.42808966666667,9.956889566666666,17300000 +48.428039,9.956877,33300000 +48.4280283,9.95687455,33300000 +48.427981266666656,9.9568632,39900000 +48.42798925,9.95686525,39900000 +48.4279518,9.9568556,39100000 +48.4279463,9.9568541,39100000 +48.4279281,9.9568492,51000000 +48.42792483333333,9.956848366666668,51000000 +48.4279144,9.956846,16900000 +48.4279135,9.95684585,16900000 +48.42791245,9.95684575,36000000 +48.42791236666667,9.956845733333331,36000000 +48.42791185,9.95684565,36800000 +48.4279115,9.9568455,32000000 +48.42791143333333,9.956845466666666,32000000 +48.4279111,9.9568454,24600000 +48.42791053333334,9.956845766666666,23000000 +48.42790985,9.9568462,18900000 +48.4279094,9.9568466,34400000 +48.42790926666667,9.956846666666666,34400000 +48.4279087,9.95684695,36500000 +48.4279088,9.9568469,36500000 +48.42790823333333,9.956847,47800000 +48.4279083,9.956847,47800000 +48.4279078,9.95684685,49100000 +48.427907450000006,9.95684675,33400000 +48.4279074,9.956846733333334,33400000 +48.4279073,9.9568467,37800000 +48.42790725,9.9568467,37800000 +48.4279072,9.9568466,24300000 +48.42790715,9.9568466,24300000 +48.42790713333333,9.9568466,24300000 +48.42790695,9.95684665,36300000 +48.427907,9.9568466,36300000 +48.427906750000005,9.95684675,36800000 +48.4279067,9.9568468,36800000 +48.4279064,9.9568469,21000000 +48.4279063,9.9568469,21000000 +48.42790595,9.9568469,41600000 +48.42790586666666,9.956846866666666,41600000 +48.427905550000006,9.9568468,37500000 +48.4279055,9.9568468,22600000 +48.42790545,9.9568468,22600000 +48.42790543333333,9.9568468,22600000 +48.4279053,9.9568469,25200000 +48.42790525,9.95684695,25200000 +48.42790513333333,9.956847,21700000 +48.427905,9.95684685,17000000 +48.427905,9.9568469,17000000 +48.427905,9.9568468,32500000 +48.427905,9.9568468,32500000 +48.427905,9.9568468,34000000 +48.427905,9.9568468,34000000 +48.42790495,9.95684675,41900000 +48.42790493333333,9.9568467,41900000 +48.42790485,9.95684645,28900000 +48.42790466666667,9.9568462,22200000 +48.4279046,9.956846,31400000 +48.42790455,9.95684595,31400000 +48.42790440000001,9.956845800000002,42200000 +48.4279044,9.95684585,42200000 +48.4279043,9.9568457,30500000 +48.4279043,9.95684565,30500000 +48.4279042,9.9568456,47600000 +48.42790416666667,9.9568456,47600000 +48.42790415,9.9568456,27400000 +48.42790433333332,9.956845833333333,23500000 +48.42790465,9.95684615,16600000 +48.42790495,9.95684635,41800000 +48.427905,9.956846399999998,41800000 +48.4279052,9.9568465,27200000 +48.42790525,9.95684655,27200000 +48.42790545,9.9568467,27200000 +48.427905466666665,9.9568467,27200000 +48.42790565,9.9568468,47200000 +48.427905900000006,9.956846966666664,40900000 +48.42790585,9.95684695,40900000 +48.4279058,9.9568469,40900000 +48.4279061,9.956847,44900000 +48.42790615,9.95684705,44900000 +48.4279063,9.9568471,39000000 +48.42790635,9.9568471,39000000 +48.427906400000005,9.9568471,39000000 +48.4279065,9.9568471,71600000 +48.42790655,9.95684715,71600000 +48.42790665,9.95684715,79100000 +48.427906666666665,9.956847166666668,79100000 +48.427906750000005,9.9568472,61500000 +48.4279067,9.9568472,61500000 +48.4279068,9.9568472,43300000 +48.4279068,9.9568472,43300000 +48.4279068,9.9568473,61400000 +48.42790685,9.9568473,61400000 +48.4279069,9.9568473,41800000 +48.4279069,9.9568473,41800000 +48.427907,9.9568473,23100000 +48.427907,9.95684725,23100000 +48.42790705,9.95684715,34800000 +48.42790706666667,9.9568471,34800000 +48.4279071,9.9568469,46400000 +48.42790715,9.9568469,46400000 +48.4279072,9.956846833333332,37600000 +48.4279072,9.95684685,37600000 +48.42790725,9.9568467,33100000 +48.4279072,9.9568467,33100000 +48.4279073,9.9568466,23600000 +48.4279073,9.95684655,23600000 +48.4279073,9.9568465,23600000 +48.4279073,9.9568464,23900000 +48.4279073,9.9568464,23900000 +48.4279073,9.9568464,44800000 +48.4279073,9.95684635,44800000 +48.4279073,9.956846333333331,44800000 +48.4279073,9.9568462,28200000 +48.4279073,9.9568462,28200000 +48.4279073,9.956846266666666,34000000 +48.4279073,9.95684625,34000000 +48.4279073,9.9568463,32900000 +48.4279073,9.9568463,32900000 +48.4279073,9.9568463,35800000 +48.4279073,9.9568463,35800000 +48.4279073,9.9568463,22800000 +48.4279073,9.9568463,22800000 +48.4279073,9.9568463,50500000 +48.4279073,9.95684635,50500000 +48.4279073,9.956846366666666,50500000 +48.4279072,9.9568464,28900000 +48.42790725,9.9568464,28900000 +48.4279073,9.9568465,25200000 +48.42790733333334,9.9568465,25200000 +48.4279074,9.9568466,41700000 +48.427907450000006,9.9568466,41700000 +48.42790756666667,9.9568466,41200000 +48.42790755,9.9568466,41200000 +48.4279077,9.9568466,34600000 +48.42790775,9.95684665,34600000 +48.4279077,9.9568466,29300000 +48.4279075,9.95684655,29300000 +48.4279069,9.956846366666667,29300000 +48.4279026,9.9568451,34600000 +48.427900050000005,9.95684445,34600000 +48.4278906,9.9568419,24800000 +48.4278862,9.9568407,24800000 +48.42788116666667,9.9568393,24800000 +48.42785195,9.95683155,37200000 +48.4278589,9.9568334,37200000 +48.42781633333334,9.9568246,34400000 +48.4278306,9.9568268,34400000 +48.427823450000005,9.9568256,34400000 +48.4277883,9.9568221,22600000 +48.4277821,9.95682245,22600000 +48.42776185,9.9568247,23900000 +48.4277576,9.956825466666666,23900000 +48.4277414,9.9568286,26700000 +48.427737750000006,9.9568295,26700000 +48.42772565,9.9568329,32000000 +48.427723533333335,9.956833566666669,32000000 +48.42771515,9.95683645,26600000 +48.4277164,9.956836,26600000 +48.4277104,9.9568384,26800000 +48.4277092,9.9568389,26800000 +48.4277116,9.9568379,26800000 +48.4277041,9.9568411,38300000 +48.4277024,9.9568419,38300000 +48.4276953,9.9568454,19600000 +48.4276915,9.95684735,19600000 +48.4276692,9.956861,35000000 +48.42766183333333,9.956868,35000000 +48.4276317,9.9569023,23300000 +48.42762395,9.95691475,23300000 +48.42758916666667,9.956994266666667,25600000 +48.4275951,9.95697485,25600000 +48.4275683,9.9570788,33000000 +48.4275646,9.957104,33000000 +48.4275509,9.95721205,46100000 +48.42754743333333,9.957242,46100000 +48.4275332,9.9573662,30500000 +48.4275298,9.9574001,30500000 +48.4275269,9.957428933333333,30500000 +48.4275159,9.9575411,44700000 +48.4275124,9.95757855,44700000 +48.42749845,9.95772375,49300000 +48.42749546666667,9.957754366666666,49300000 +48.42747775,9.9579328,28600000 +48.4274745,9.957965733333332,28600000 +48.427471225,9.957998925,28600000 +48.42744543333333,9.9582544,23800000 +48.427449,9.95822095,23800000 +48.4274525,9.9581876,23800000 +48.4274314,9.9583881,22500000 +48.4274277,9.95842145,22500000 +48.42742396666667,9.9584547,22500000 +48.427405,9.9586207,33000000 +48.427400966666674,9.958653833333337,33000000 +48.4273804,9.9588197,29300000 +48.427376133333325,9.9588528,29300000 +48.42737172499999,9.958886,29300000 +48.42734555,9.9590858,35000000 +48.42734116666666,9.959119766666667,35000000 +48.42731363333333,9.959326633333331,26000000 +48.42731835,9.9592914,26000000 +48.427285600000005,9.95952975,30900000 +48.4272788,9.959574666666668,30900000 +48.4272544,9.9597384,21900000 +48.42724695,9.95978785,21900000 +48.427240866666665,9.959828866666667,21900000 +48.4272136,9.9600098,24000000 +48.4272058,9.96005945,24000000 +48.427182,9.9602085,28700000 +48.4271743,9.9602585,28700000 +48.4271664,9.9603088,28700000 +48.4271342,9.9605101,22200000 +48.4271261,9.96056055,22200000 +48.42708866666666,9.960797366666666,19800000 +48.4270959,9.960750399999998,19800000 +48.4270397,9.961095966666669,21700000 +48.4270052,9.9613033,34900000 +48.4269967,9.9613555,34900000 +48.42696375,9.9615506,26600000 +48.42695536666667,9.961598266666666,26600000 +48.4269249,9.9617716,30300000 +48.4269158,9.9618238,30300000 +48.4269066,9.961876033333334,30300000 +48.42676795,9.962651175,37000000 +48.426722600000005,9.9629047,29000000 +48.4266797,9.963166033333334,20200000 +48.42663736666666,9.9634392,22700000 +48.4265948,9.963725166666666,21000000 +48.42654903333334,9.964042933333332,23300000 +48.4265123,9.96431665,38600000 +48.42648355,9.96454025,37700000 +48.42647756666667,9.964585633333334,37700000 +48.426447800000005,9.96481,26800000 +48.4264407,9.964862433333332,26800000 +48.42640995,9.96509615,24700000 +48.4263794,9.965340433333331,21100000 +48.426352400000006,9.965592966666668,21300000 +48.42633113333333,9.965850233333333,22100000 +48.4263173,9.966091066666666,33900000 +48.426305825,9.966332875,29600000 +48.4262967,9.966564733333334,29900000 +48.42628903333334,9.9667547,44700000 +48.42627215,9.966965,32800000 +48.4262464,9.967162433333334,29100000 +48.42621326666667,9.967320933333331,56000000 +48.42552615,9.96935025,88700000 +48.4255267,9.9693471,88700000 +48.4255252,9.9693563,36100000 +48.4255251,9.96935815,36100000 +48.4255249,9.969359866666666,36100000 +48.4255234,9.9693687,99400000 +48.42552275,9.96937225,99400000 +48.4255221,9.969375966666666,99400000 +48.42551935,9.96939415,39900000 +48.42552,9.9693912,39900000 +48.4255177,9.9694035,74900000 +48.425517150000005,9.96940725,74900000 +48.42551650000001,9.969411733333333,74900000 +48.4255137,9.9694353,165000000 +48.4255134,9.9694423,165000000 +48.4255139,9.9694719,54700000 +48.425516,9.9694845,54700000 +48.42551923333334,9.969496866666669,54700000 +48.42554595,9.96955905,43000000 +48.4255378,9.9695468,43000000 +48.42559933333334,9.969614466666666,33900000 +48.4255739,9.9695944,33900000 +48.42558605000001,9.9696048,33900000 +48.4256572,9.9696501,39100000 +48.4256743,9.96965745,39100000 +48.4257277,9.9696794,174000000 +48.4257471,9.9696868,174000000 +48.4257638,9.969693133333331,174000000 +48.42610845,9.96978865,109000000 +48.42613236666667,9.9697927,109000000 +48.4262984,9.969813633333333,75000000 +48.4262389,9.9698077,75000000 +48.4262685,9.9698107,75000000 +48.4270135,9.9697887,56000000 +48.42703885,9.9697836,56000000 +48.42713805,9.96976205,148000000 +48.4271621,9.9697559,148000000 +48.4280294,9.9694536,19300000 +48.42816746666667,9.969411366666668,37800000 +48.4283096,9.9693734,45600000 +48.42845513333334,9.969344733333337,171000000 +48.42860215,9.969324449999998,166000000 +48.4297126,9.9693679,38200000 +48.4297419,9.9693732,38200000 +48.42985925,9.969395,32200000 +48.4298883,9.969401133333331,32200000 +48.4300041,9.9694277,60800000 +48.43003285,9.96943555,60800000 +48.4301185,9.9694615,36800000 +48.43014685,9.9694717,36800000 +48.430175133333336,9.9694822,36800000 +48.4303153,9.969538,27500000 +48.4302877,9.969526,27500000 +48.430450400000005,9.969600333333334,38100000 +48.4303973,9.969575,38100000 +48.430424,9.96958765,38100000 +48.4305545,9.9696515,31000000 +48.4305796,9.96966455,31000000 +48.4307008,9.969729133333333,29500000 +48.4306537,9.9697038,29500000 +48.4306775,9.96971655,29500000 +48.4308139,9.9697908,17800000 +48.430897650000006,9.96983775,21000000 +48.43091743333334,9.9698492,21000000 +48.43101405,9.9699057,17100000 +48.43110516666667,9.969960133333334,28500000 +48.4310694,9.9699387,28500000 +48.4310874,9.9699494,28500000 +48.4311755,9.970003,26900000 +48.4311926,9.97001375,26900000 +48.4312602,9.9700566,31100000 +48.43127713333333,9.970067333333333,31100000 +48.4313455,9.9701095,85100000 +48.4313626,9.9701202,85100000 +48.4314318,9.97016365,144000000 +48.43144923333333,9.9701746,144000000 +48.4315357,9.9702283,25300000 +48.4316861,9.9703128,149000000 +48.43170285,9.97032,149000000 +48.43186795,9.97034385,119000000 +48.431929100000005,9.9703271,30200000 +48.4319436,9.9703193,30200000 +48.4319999,9.9702822,99500000 +48.43201305,9.97026945,99500000 +48.43207196666666,9.9701915,103000000 +48.43206205,9.9702093,103000000 +48.4321145,9.97009655,19100000 +48.4321369,9.97001285,63300000 +48.43214076666667,9.969990733333333,63300000 +48.4321548,9.9699004,85800000 +48.4321576,9.96987685,85800000 +48.4321676,9.969779,32900000 +48.43216986666667,9.969753333333331,32900000 +48.4321788,9.9696501,72900000 +48.4321812,9.969624,72900000 +48.4321942,9.9694892,61100000 +48.43219155,9.96951665,61100000 +48.4322081,9.9693531,69300000 +48.4322222,9.9692476,33800000 +48.43222626666667,9.969222533333332,33800000 +48.4322482,9.96910275,23900000 +48.43227376666667,9.969000800000002,28700000 +48.432268050000005,9.9690194,28700000 +48.4322976,9.9689293,35000000 +48.4323039,9.96891355,35000000 +48.4323275,9.9688586,23700000 +48.4323329,9.968846833333334,23700000 +48.43236113333333,9.968773,30300000 +48.432354,9.9687984,30300000 +48.432358,9.96878565,30300000 +48.4323711,9.9687078,32500000 +48.4323706,9.9687216,32500000 +48.43236745,9.96864775,24100000 +48.4323644,9.968631,24100000 +48.4323502,9.9685637,26500000 +48.4323458,9.96854625,26500000 +48.432326,9.968452566666668,29900000 +48.4323329,9.9684921,29900000 +48.43232905,9.96847275,29900000 +48.4323127,9.96834955,26700000 +48.4323149,9.9683709,26700000 +48.432302633333336,9.9682386,23700000 +48.4323065,9.9682841,23700000 +48.432304650000006,9.96826165,23700000 +48.4322937,9.9681448,27000000 +48.43229105,9.9681208,27000000 +48.43227676666667,9.9679992,19000000 +48.4322633,9.9678988,21200000 +48.4322591,9.96787305,21200000 +48.4322465,9.9677954,30600000 +48.4322423,9.9677693,30600000 +48.43223803333333,9.967743400000002,30600000 +48.43221635,9.9676135,25600000 +48.4322209,9.9676395,25600000 +48.432203,9.9675348,25600000 +48.43219805,9.9675087,25600000 +48.4321931,9.9674821,25600000 +48.4321724,9.9673765,32800000 +48.43216745,9.9673495,32800000 +48.4321488,9.967255,27700000 +48.43214235,9.9672282,27700000 +48.43211835,9.967121,31100000 +48.4321127,9.967094233333333,31100000 +48.4320834,9.9669628,34600000 +48.4320896,9.9669886,34600000 +48.4320585,9.96686075,22900000 +48.43205233333333,9.966835166666668,22900000 +48.43202025,9.9667062,26600000 +48.43198853333333,9.966572733333331,19200000 +48.4319637,9.9664635,29700000 +48.4319571,9.96643605,29700000 +48.4319368,9.9663532,29800000 +48.4319301,9.9663253,29800000 +48.43192356666666,9.966297266666666,29800000 +48.4318985,9.9661874,34000000 +48.43189265,9.96616165,34000000 +48.4318691,9.9660618,26600000 +48.43186296666666,9.966037633333334,26600000 +48.4318377,9.9659419,27100000 +48.4318308,9.96591815,27100000 +48.431795,9.965797233333332,29900000 +48.4318019,9.9658221,29900000 +48.4317685,9.9656984,31000000 +48.43176225,9.9656732,31000000 +48.4317456,9.9655984,25800000 +48.43174075,9.96557365,25800000 +48.43173553333333,9.965549033333334,25800000 +48.4317133,9.9654503,28600000 +48.4317072,9.9654253,28600000 +48.431682,9.9653253,19500000 +48.4316754,9.965300333333332,19500000 +48.4316488,9.9652012,21200000 +48.43164235,9.96517655,21200000 +48.4316234,9.9651022,24100000 +48.43161735,9.965076450000002,24100000 +48.43161126666666,9.965050500000002,24100000 +48.43157935,9.96491855,31400000 +48.4315857,9.9649456,31400000 +48.4315593,9.9648364,25500000 +48.4315525,9.9648083,25500000 +48.431545766666666,9.964780233333334,25500000 +48.43151125,9.96463955,17700000 +48.4314825,9.96452585,35900000 +48.431475266666666,9.964497366666668,35900000 +48.4314462,9.964383,28100000 +48.431439,9.9643538,28100000 +48.43141,9.96423855,24700000 +48.431402600000006,9.9642101,24700000 +48.4313742,9.9640966,31200000 +48.4313678,9.96406825,31200000 +48.43133693333333,9.963925533333333,19100000 +48.4313148,9.9638126,24100000 +48.4313098,9.96378495,24100000 +48.43129163333333,9.963652866666669,22700000 +48.43129455,9.96367795,22700000 +48.4312803,9.9635557,25500000 +48.4312785,9.96353235,25500000 +48.4312712,9.96344065,22100000 +48.431269533333335,9.9634184,22100000 +48.4312645,9.9633298,25800000 +48.4312644,9.9633087,25800000 +48.43126925,9.96322825,21200000 +48.43127286666667,9.963209433333333,21200000 +48.4312894,9.9631358,28700000 +48.431294,9.9631176,28700000 +48.431306750000005,9.9630433,34600000 +48.43130683333334,9.9630246,34600000 +48.4313015,9.9629511,25400000 +48.43129645,9.962934,25400000 +48.43127,9.9628701,33900000 +48.431261733333336,9.962854666666669,33900000 +48.4312212,9.9627728,23200000 +48.4312286,9.9627908,23200000 +48.4311954,9.96269405,36100000 +48.43119026666667,9.9626717,36100000 +48.43119026666667,9.9626717,36100000 +48.431164800000005,9.9625542,36300000 +48.4311415,9.962418933333334,28800000 +48.43112215,9.9622678,40800000 +48.43110466666667,9.962099266666666,30500000 +48.4310898,9.9619166,22800000 +48.43107426666668,9.961721933333337,27100000 +48.4310574,9.9615226,19400000 +48.4310407,9.961315566666666,23100000 +48.431027400000005,9.96110285,18900000 +48.43102283333334,9.960885033333332,33300000 +48.43102295,9.96066295,21700000 +48.43102603333333,9.960435666666667,26100000 +48.4310285,9.9602045,18800000 +48.43102796666667,9.959970033333336,25500000 +48.43102445,9.9597345,22100000 +48.43101673333333,9.959499066666666,33000000 +48.4310024,9.95926645,23700000 +48.43097980000001,9.9590374,24000000 +48.43095095,9.9588094,34700000 +48.4309166,9.9585846,19000000 +48.4308784,9.95836365,25600000 +48.43083836666667,9.9581481,18500000 +48.43080015,9.95794245,20000000 +48.4307665,9.957755533333334,31800000 +48.43073845000001,9.9575926,36600000 +48.43071713333333,9.9574561,103000000 +48.43070055,9.95733935,115000000 +48.4306777,9.957163333333334,16500000 +48.4306737,9.95713805,43000000 +48.43066076666667,9.957094933333332,78000000 +48.43063015,9.9570525,109000000 +48.43057993333333,9.9570323,112000000 +48.430518,9.9570303,152000000 +48.42866203333333,9.956996633333333,171000000 +48.4280967,9.9568964,85700000 +48.42804983333334,9.956883833333334,71000000 +48.427985,9.956866166666666,77150000 +48.42796835,9.95686165,63100000 +48.4279636,9.956860566666668,80400000 +48.4279639,9.956860533333334,72250000 +48.4279642,9.95686025,22700000 +48.42796463333334,9.95686,33000000 +48.42796505,9.95685985,50000000 +48.4279655,9.9568598,30800000 +48.4279659,9.9568597,35900000 +48.4279663,9.9568595,39800000 +48.42796665,9.95685935,32800000 +48.42796695,9.95685925,38700000 +48.4279673,9.956859133333332,29300000 +48.4279674,9.9568591,36700000 +48.427967,9.956859033333334,44000000 +48.42796405,9.95685815,25900000 +48.4279457,9.956852966666666,19100000 +48.4279109,9.956843,20500000 +48.42787053333334,9.956832233333332,18100000 +48.42783375,9.95682455,32700000 +48.42779983333333,9.956821733333332,24900000 +48.427767,9.95682475,35600000 +48.4277486,9.95682935,24800000 +48.427721600000005,9.956841233333334,39700000 +48.4276831,9.9568697,20000000 +48.4276427,9.956924766666669,18200000 +48.4276104,9.95700655,40700000 +48.427593433333335,9.957119666666667,31600000 +48.4275784,9.95725835,24800000 +48.4275459,9.95759685,69800000 +48.42753075,9.95774775,44600000 +48.42752653333334,9.957786266666666,44600000 +48.42750435,9.95798,30500000 +48.4274836,9.958138,30700000 +48.42747776666667,9.9581781,30700000 +48.42744765,9.9583817,32300000 +48.4274143,9.958597066666668,27800000 +48.42738095,9.95882495,24000000 +48.42734706666666,9.9590651,24700000 +48.42731365,9.95931205,26700000 +48.427278,9.9595659,29200000 +48.4272392,9.9598267,29900000 +48.4272073,9.9600391,31000000 +48.4271991,9.960092233333333,31000000 +48.42712295,9.9605695,39900000 +48.4271138,9.960622366666668,39900000 +48.4270684,9.96088635,31450000 +48.4269771,9.961411,33700000 +48.4269395,9.9616202,25700000 +48.42692856666668,9.961681233333334,25700000 +48.42687925,9.9619606,33700000 +48.42683386666666,9.9622247,35200000 +48.42684315,9.9621718,35200000 +48.4267006,9.96299885,17900000 +48.4267099,9.9629445,17900000 +48.426674,9.9631624,28600000 +48.42666535,9.96321705,28600000 +48.42665646666666,9.963272000000002,28600000 +48.4266212,9.9634923,25100000 +48.4266129,9.96354785,25100000 +48.4265876,9.963715,20300000 +48.4265793,9.9637709,20300000 +48.4265714,9.963827533333331,20300000 +48.42654,9.9640544,21000000 +48.426532550000005,9.9641111,21000000 +48.4265106,9.9642808,21900000 +48.42650355,9.96433695,21900000 +48.4264967,9.964393066666666,21900000 +48.4264693,9.9646159,23000000 +48.42646225,9.96467085,23000000 +48.4264401,9.964834,17100000 +48.4264322,9.96488745,17100000 +48.426424700000005,9.964940399999998,17100000 +48.4263946,9.9651506,32000000 +48.4263878,9.9652027,32000000 +48.4263878,9.9652027,32000000 +48.42635546666667,9.9654601,26200000 +48.42633415,9.96571995,25100000 +48.42631836666667,9.965980833333331,28200000 +48.42630405,9.96623915,32800000 +48.42629213333333,9.966492266666664,37600000 +48.426281,9.96673765,21700000 +48.426263266666666,9.966966866666668,45000000 +48.42623495,9.96717815,43900000 +48.42619373333334,9.967372366666666,60800000 +48.4262675,9.9698158,44700000 +48.4262978,9.9698189,44700000 +48.4270333,9.9697848,53800000 +48.42709776666666,9.969770066666667,53800000 +48.4270656,9.9697776,53800000 +48.4272255,9.9697373,110000000 +48.42725715,9.96972785,110000000 +48.4279932,9.9694642,34000000 +48.4280252,9.96945405,34000000 +48.42815445,9.9694158,32300000 +48.4281872,9.9694068,32300000 +48.4283521,9.96936435,92800000 +48.42852036666667,9.969334733333334,70600000 +48.42848635,9.9693392,70600000 +48.4312205,9.97003035,21100000 +48.4312993,9.970079033333333,49700000 +48.431372,9.970124299999998,30200000 +48.43144336666666,9.970168433333331,66300000 +48.43151705,9.9702137,83000000 +48.4316707,9.97030025,139000000 +48.4318275,9.9703394,103000000 +48.43190333333333,9.970330133333333,134000000 +48.4319764,9.9702946,167000000 +48.4320889,9.97013845,105000000 +48.43212373333333,9.970025866666663,110000000 +48.43214815,9.9699016,79800000 +48.43216563333333,9.969767966666666,177000000 +48.4321788,9.96962955,61200000 +48.4321916,9.969491633333334,81100000 +48.43220685,9.96935905,34100000 +48.43222453333333,9.9692308,46200000 +48.43224615,9.96910465,45000000 +48.432275033333326,9.9689921,43800000 +48.432307300000005,9.96889785,24000000 +48.43233733333333,9.968830766666668,29600000 +48.43236185,9.9687734,28900000 +48.43237383333334,9.9687137,38300000 +48.4323697,9.96864295,24100000 +48.43235073333333,9.9685623,40200000 +48.4323301,9.9684742,50900000 +48.4323161,9.968376533333334,50100000 +48.43230575,9.9682707,38600000 +48.43229513333333,9.968157166666668,27800000 +48.4322796,9.9680368,38300000 +48.43225963333333,9.967919233333332,37000000 +48.4322389,9.96780105,25100000 +48.43221673333333,9.967677433333334,17900000 +48.43219505,9.9675483,32200000 +48.43217106666666,9.967421533333336,30700000 +48.4321467,9.9672997,20100000 +48.43212116666666,9.967184133333332,33500000 +48.432096900000005,9.967074449999998,22000000 +48.43207376666667,9.966969166666669,18900000 +48.43205065,9.96686905,28400000 +48.43202873333333,9.966774233333332,35100000 +48.4320073,9.96668435,24600000 +48.43198643333333,9.9665972,28400000 +48.43196415,9.96650255,28400000 +48.43194433333333,9.966420566666669,17700000 +48.43194815,9.96643655,17700000 +48.4319253,9.9663419,28100000 +48.43190456666667,9.966261866666663,32600000 +48.43188175,9.9661757,30100000 +48.4318577,9.966083633333334,33000000 +48.4318322,9.9659876,26200000 +48.43180386666668,9.9658857,20300000 +48.43177345,9.9657773,18000000 +48.43174436666667,9.965662666666669,23800000 +48.43171985,9.96554665,21900000 +48.43169473333333,9.965430266666669,32100000 +48.43166615,9.96531585,18800000 +48.43163760000001,9.965203433333334,31300000 +48.43160675,9.9650812,21300000 +48.43158455,9.96499385,27700000 +48.43155843333333,9.964885566666666,23100000 +48.43153205,9.964778,26700000 +48.4315115,9.9646926,27200000 +48.43150633333334,9.964671466666664,27200000 +48.43148015,9.9645672,18900000 +48.43145303333333,9.964463933333333,21600000 +48.43142575,9.96435855,24700000 +48.431397933333336,9.964252633333333,29800000 +48.4314034,9.9642742,29800000 +48.43136945,9.9641326,26100000 +48.43134975,9.96404355,27300000 +48.4313451,9.964020866666669,27300000 +48.4313269,9.9639296,19800000 +48.43132305,9.96390665,19800000 +48.43130805,9.96381525,17500000 +48.431304833333336,9.9637924,17500000 +48.4312905,9.9636833,28600000 +48.4312929,9.9637039,28600000 +48.43128046666667,9.963588666666668,26900000 +48.4312819,9.9636059,26900000 +48.43127325,9.9635085,22200000 +48.4312678,9.96344915,27300000 +48.4312638,9.9633951,31000000 +48.4312631,9.963384733333331,31000000 +48.4312606,9.9633435,40000000 +48.43126035,9.9633368,40000000 +48.43125925,9.96331545,22600000 +48.4312594,9.9633192,22600000 +48.4312586,9.9633034,22000000 +48.43125846666667,9.9633008,22000000 +48.431258150000005,9.96328645,16700000 +48.4312589,9.9632701,24800000 +48.43125940000001,9.963263733333331,24800000 +48.43126485,9.963224,18500000 +48.4312785,9.96317765,29500000 +48.43128290000001,9.963164166666663,29500000 +48.4313037,9.9630922,31100000 +48.4313099,9.9630188,29500000 +48.43129066666668,9.962930233333331,16700000 +48.43129690000001,9.9629454,16700000 +48.4313021,9.9629608,16700000 +48.4312633,9.9628691,24800000 +48.4312552,9.9628534,24800000 +48.43122365,9.9627861,21900000 +48.4312166,9.9627669,21900000 +48.4311878,9.9626734,24900000 +48.431182,9.962649,24900000 +48.43115975,9.9625439,37300000 +48.43113483333334,9.962393033333331,17900000 +48.4311396,9.96242525,17900000 +48.4311172,9.9622599,32800000 +48.4311135,9.9622239,32800000 +48.431096966666665,9.9620379,23900000 +48.4310816,9.9618485,25900000 +48.4310684,9.9616873,19500000 +48.4310497,9.9614687,31300000 +48.4310528,9.96150675,31300000 +48.4310344,9.96125845,18000000 +48.431026200000005,9.961094,29000000 +48.43102145,9.96091895,27700000 +48.43102123333333,9.960876833333332,27700000 +48.43102155,9.96067595,18800000 +48.43102436666666,9.960479066666666,30000000 +48.4310233,9.9605582,30000000 +48.4310237,9.96051875,30000000 +48.4310263,9.9603192,39600000 +48.43102655,9.96027895,39600000 +48.4310268,9.96011545,36300000 +48.4310266,9.960074,36300000 +48.431026,9.9599082,24200000 +48.4310254,9.95986595,24200000 +48.4310208,9.9596753,33700000 +48.4310121,9.959460633333332,32300000 +48.43101445,9.959503949999998,32300000 +48.4309974,9.95924345,37800000 +48.430975933333336,9.959026799999998,23800000 +48.43098075,9.9590699,23800000 +48.43094995,9.9588119,19300000 +48.43091973333333,9.958602766666669,23400000 +48.43088215,9.95837985,17700000 +48.4308597,9.9582619,29200000 +48.43085235,9.9582231,29200000 +48.43084496666666,9.958184733333333,29200000 +48.4308094,9.9579981,20900000 +48.430816,9.9580338,20900000 +48.43078405,9.9578615,42800000 +48.43077830000001,9.9578299,42800000 +48.4307534,9.9576922,22900000 +48.4307484,9.9576649,22900000 +48.4307318,9.9575731,21800000 +48.43072745,9.9575484,21800000 +48.43070946666666,9.957435,21500000 +48.4306961,9.95733605,19900000 +48.43067915,9.957199500000002,74000000 +48.43067603333333,9.9571726,30300000 +48.43067635,9.9571758,30300000 +48.4306759,9.9571646,45000000 +48.43067695,9.9571645,27800000 +48.4306771,9.9571643,27800000 +48.4306778,9.9571637,30600000 +48.430678,9.9571636,30600000 +48.43067895,9.957163,31400000 +48.43067916666666,9.957162966666669,31400000 +48.43068055,9.95716325,24100000 +48.4306811,9.957163,26600000 +48.43068159999999,9.957162766666668,44100000 +48.4306815,9.9571628,44100000 +48.43068205,9.9571627,29600000 +48.43068245,9.95716265,34000000 +48.43068305,9.95716275,23800000 +48.43068313333333,9.9571627,23800000 +48.4306835,9.9571626,21500000 +48.43068355,9.9571625,21500000 +48.4306838,9.9571623,35500000 +48.4306839,9.957162266666666,35500000 +48.43068435,9.95716195,31900000 +48.4306846,9.957161666666666,32100000 +48.43068455,9.95716175,32100000 +48.43068455,9.9571586,33000000 +48.4306832,9.9571454,108000000 +48.4306801,9.9571245,70500000 +48.43067825,9.957116200000002,70500000 +48.43066036666667,9.957070633333334,171000000 +48.43062675,9.9570351,130000000 +48.4305856,9.9570234,45000000 +48.43057323333333,9.9570231,45000000 +48.4303504,9.9570544,124000000 +48.43026136666666,9.9570712,101000000 +48.4278204,9.956815433333334,65700000 +48.42775756666666,9.956812633333334,19800000 +48.427707350000006,9.9568271,25900000 +48.42765413333333,9.956874266666668,25900000 +48.42759926666667,9.9569764,33900000 +48.42756955,9.95709995,23800000 +48.427553,9.957228566666666,26800000 +48.4275349,9.9573889,30800000 +48.4275163,9.9575705,23100000 +48.427493,9.957790766666667,29800000 +48.4274975,9.95774865,29800000 +48.42747065,9.95800615,34500000 +48.427445766666665,9.9582347,25900000 +48.4274178,9.95847835,26100000 +48.42738643333334,9.9587279,21000000 +48.427354300000005,9.95897665,22600000 +48.42732263333334,9.959223766666668,20800000 +48.4272873,9.9594686,18300000 +48.42725655,9.95967635,29000000 +48.42721826666666,9.959931866666668,21600000 +48.4271794,9.96017425,30600000 +48.42713966666667,9.960417133333332,26700000 +48.42710035,9.96066015,23900000 +48.4270606,9.960903766666666,22600000 +48.4270205,9.9611483,31300000 +48.426977766666674,9.961401633333333,27000000 +48.4269324,9.9616646,36200000 +48.4268892,9.9619141,25900000 +48.42675665,9.9626697,31600000 +48.42671476666666,9.9629235,26800000 +48.42672305,9.96287285,26800000 +48.4266739,9.9631779,24000000 +48.426682,9.963127,24000000 +48.4266424,9.9633813,22000000 +48.42663483333333,9.963432266666668,22000000 +48.4266048,9.9636365,27000000 +48.42659745,9.9636879,27000000 +48.4265687,9.96389395,25200000 +48.4265612,9.9639456,25200000 +48.42652445,9.96420435,22200000 +48.42649063333334,9.964463033333333,22800000 +48.4264971,9.96441125,22800000 +48.4264583,9.96472005,18600000 +48.426423766666666,9.964971266666668,20800000 +48.42643085,9.96492175,20800000 +48.4263896,9.96521725,32000000 +48.4263962,9.9651685,32000000 +48.4263661,9.96541115,23900000 +48.42636086666666,9.965459033333332,23900000 +48.4263415,9.9656501,27800000 +48.42633755,9.9656981,27800000 +48.42632375,9.9658908,23700000 +48.42632016666667,9.965939033333331,23700000 +48.42630595,9.9661802,33800000 +48.4263083,9.9661325,33800000 +48.4262971,9.96636775,19200000 +48.4262953,9.966412966666669,19200000 +48.426288,9.9665906,26400000 +48.4262862,9.96663305,26400000 +48.42627725,9.96679645,44200000 +48.42627503333333,9.966828566666669,44200000 +48.4262596,9.96700265,44500000 +48.426234533333336,9.96718,36800000 +48.42624085,9.96714475,36800000 +48.4262064,9.9673203,31900000 +48.42619745,9.96735485,31900000 +48.42557993333333,9.9696062,33100000 +48.425643,9.9696494,32300000 +48.42571853333334,9.9696816,34800000 +48.42580325,9.969713,121000000 +48.42622375,9.9698135,29500000 +48.42633666666666,9.969827,105000000 +48.4269078,9.96981495,129000000 +48.426887,9.9698179,129000000 +48.42698955,9.9698021,144000000 +48.427009133333335,9.969798366666666,144000000 +48.4271772,9.96976015,172000000 +48.42719526666667,9.969755266666668,172000000 +48.4274934,9.9696539,182000000 +48.42793105,9.96949585,164000000 +48.4279089,9.969503,164000000 +48.42802015,9.96946765,41000000 +48.428042733333335,9.969460633333332,41000000 +48.428134,9.9694327,37900000 +48.4281572,9.96942585,37900000 +48.4282265,9.969406,34100000 +48.4282494,9.9694,34100000 +48.42827236666667,9.969394266666669,34100000 +48.42839305,9.9693665,64700000 +48.4283643,9.9693723,64700000 +48.428468,9.9693525,106000000 +48.428491,9.96934915,106000000 +48.4285829,9.969337,82200000 +48.428605833333336,9.9693346,82200000 +48.4287208,9.96932495,58900000 +48.43108495,9.9699551,23700000 +48.43110403333333,9.969966766666667,23700000 +48.4311979,9.9700244,40900000 +48.431287533333325,9.970078399999998,24900000 +48.43127005,9.9700678,24900000 +48.4313563,9.9701205,139000000 +48.431373,9.97013075,139000000 +48.43143945,9.9701717,132000000 +48.431456,9.9701819,132000000 +48.431533650000006,9.9702292,132000000 +48.431548,9.9702379,132000000 +48.4316199,9.9702804,142000000 +48.431743,9.97033515,178000000 +48.43191255,9.9703181,87200000 +48.4319253,9.970311766666669,87200000 +48.43198915,9.97027245,92800000 +48.432037300000005,9.97022905,159000000 +48.432047833333336,9.9702161,159000000 +48.4320867,9.9701611,47300000 +48.43209415,9.9701454,47300000 +48.4321185,9.9700781,108000000 +48.432122533333335,9.970060266666666,108000000 +48.43214065,9.9699663,32700000 +48.4321374,9.9699867,32700000 +48.4321525,9.9698781,110000000 +48.432154966666666,9.969854366666668,110000000 +48.4321648,9.9697572,47500000 +48.432167,9.96973165,47500000 +48.4321764,9.9696303,94600000 +48.43217893333334,9.969605266666669,94600000 +48.4321916,9.9694797,26200000 +48.4322061,9.969354466666667,24900000 +48.4321999,9.9694044,24900000 +48.432203,9.96937945,24900000 +48.4322223,9.9692386,44100000 +48.4322194,9.9692565,44100000 +48.4322374,9.96915055,87100000 +48.432241,9.969131633333332,87100000 +48.43226285,9.96902965,21100000 +48.43226803333334,9.969010233333334,21100000 +48.4322888,9.9689385,82200000 +48.43229395,9.9689239,82200000 +48.4323155,9.968870533333332,33800000 +48.4323112,9.9688797,33800000 +48.43233485,9.96883355,63900000 +48.4323441,9.9688193,35300000 +48.43234705,9.9688143,35300000 +48.43234973333333,9.968809066666669,35300000 +48.4323625,9.9687767,48600000 +48.4323682,9.9687438,31200000 +48.4323682,9.96872745,31200000 +48.43236723333333,9.9687099,31200000 +48.43236,9.9686379,36200000 +48.43235695,9.9686188,36200000 +48.432338533333336,9.968514566666666,24100000 +48.4323422,9.9685364,24100000 +48.43232205,9.96840105,24100000 +48.432308866666666,9.9682781,30300000 +48.43231155,9.9683035,30300000 +48.43229475,9.96814795,25000000 +48.4322979,9.9681747,25000000 +48.432277166666665,9.9680124,25800000 +48.432281,9.96803995,25800000 +48.4322564,9.9678731,34200000 +48.4322609,9.9679014,34200000 +48.4322385,9.967759399999998,32300000 +48.432233966666665,9.967731533333334,32300000 +48.4322429,9.967787,32300000 +48.4322151,9.9676209,33000000 +48.43221025,9.96759415,33000000 +48.4321954,9.9675123,22000000 +48.4321906,9.9674856,22000000 +48.432185366666666,9.967458433333332,22000000 +48.4321653,9.96735,21700000 +48.43215995,9.9673229,21700000 +48.4321382,9.96721505,24600000 +48.43213263333333,9.9671883,24600000 +48.4321102,9.9670816,20100000 +48.43210465,9.96705515,20100000 +48.432077,9.966928266666663,33800000 +48.4320824,9.9669531,33800000 +48.4320482,9.9668039,34000000 +48.4320543,9.966829,34000000 +48.4320222,9.96670105,42900000 +48.4320162,9.9666789,42900000 +48.43198345,9.96655175,17900000 +48.43197753333334,9.966528466666666,17900000 +48.4319499,9.9664254,32600000 +48.43194245,9.9663971,32600000 +48.43193623333334,9.966373533333334,32600000 +48.431897,9.966225466666666,39500000 +48.4319081,9.9662687,39500000 +48.43190265,9.96624725,39500000 +48.43186445,9.96610215,32000000 +48.4318701,9.9661238,32000000 +48.43183655,9.96599455,32700000 +48.43182903333334,9.965966466666668,32700000 +48.4317992,9.9658559,26100000 +48.43179215,9.96582855,26100000 +48.43176445,9.96571875,32700000 +48.43175813333334,9.965691633333334,32700000 +48.4317275,9.9655561,21600000 +48.431697066666665,9.96542,23900000 +48.43170335,9.96544765,23900000 +48.4317097,9.9654756,23900000 +48.4316714,9.9653093,33900000 +48.4316648,9.9652819,33900000 +48.4316445,9.9652005,32300000 +48.43163785,9.96517365,32300000 +48.43163116666667,9.9651467,32300000 +48.4316038,9.9650385,28000000 +48.43159695,9.9650116,28000000 +48.43156935,9.96490285,31100000 +48.43156236666667,9.9648755,31100000 +48.4315278,9.9647384,21000000 +48.4315347,9.9647661,21000000 +48.43149363333333,9.964601233333331,21200000 +48.4314659,9.9644919,16800000 +48.4314592,9.9644646,16800000 +48.4314324,9.9643546,25700000 +48.43142556666667,9.964327066666668,25700000 +48.4313986,9.9642161,60400000 +48.431391950000005,9.96418865,60400000 +48.4313719,9.9641067,32500000 +48.4313655,9.9640793,32500000 +48.4313583,9.9640473,32500000 +48.4313284,9.9639155,31700000 +48.43132275,9.9638882,31700000 +48.4313063,9.9638066,25900000 +48.4313016,9.9637796,25900000 +48.43128445000001,9.9636648,19800000 +48.43128116666667,9.963635466666666,19800000 +48.4312689,9.9635088,22000000 +48.4312672,9.963481949999998,22000000 +48.4312621,9.9633879,18600000 +48.43126145,9.96336115,18600000 +48.43126425,9.96325625,31300000 +48.4312617,9.9632842,31300000 +48.43126425,9.96325625,31300000 +48.4312803,9.96316105,34000000 +48.43130323333333,9.963046666666669,29200000 +48.431300500000006,9.9629454,29700000 +48.43127415,9.9628765,27900000 +48.4312446,9.9628273,22000000 +48.4312166,9.9627641,22100000 +48.4311866,9.9626618,20200000 +48.4311624,9.96254825,16500000 +48.431135600000005,9.962368,20600000 +48.4311149,9.9621778,23000000 +48.4311011,9.9620169,27900000 +48.431089150000005,9.96186645,27900000 +48.43107475,9.96167875,22200000 +48.43105576666667,9.961433366666666,26800000 +48.43103785,9.9611838,18000000 +48.431029,9.9609754,29700000 +48.4310275,9.96075135,31000000 +48.4310304,9.9605248,40900000 +48.43103335,9.9603092,21000000 +48.4310349,9.96011445,24800000 +48.4310329,9.9598736,23700000 +48.4310275,9.9596453,21900000 +48.4310182,9.959421866666666,17500000 +48.4310033,9.9592056,22600000 +48.43098066666666,9.958996400000002,17700000 +48.430953900000006,9.95879175,21900000 +48.43092403333333,9.958591933333333,26000000 +48.4308906,9.9583981,30300000 +48.4308603,9.9582391,83800000 +48.4308524,9.958199366666667,83800000 +48.43081105,9.9579873,16100000 +48.430781,9.957826,34200000 +48.430755000000005,9.95768555,19900000 +48.4307331,9.95756075,21800000 +48.43071435,9.9574447,33700000 +48.43069965,9.9573357,73700000 +48.43068753333333,9.957234933333332,94700000 +48.4306793,9.95716715,46300000 +48.43067685,9.9571449,147000000 +48.43067635,9.95714165,41500000 +48.4306759,9.95713865,167000000 +48.43066805,9.957101649999998,88100000 +48.43055735,9.95702415,98400000 +48.4305128,9.9570257,163000000 +48.42782995,9.9568261,44000000 +48.4278449,9.9568295,44000000 +48.42776103333333,9.956816466666666,25800000 +48.42777395,9.95681635,25800000 +48.4276983,9.95682965,22000000 +48.42765455,9.95686565,36800000 +48.42764473333333,9.956879,36800000 +48.427607,9.9569407,28700000 +48.42759975,9.9569606,28700000 +48.42757675,9.957049349999998,35000000 +48.42757263333333,9.957074766666665,35000000 +48.4275533,9.957212,27000000 +48.42753915,9.95733915,28500000 +48.42753523333334,9.9573736,28500000 +48.4275156,9.9575538,31500000 +48.4275002,9.9577124,28100000 +48.427496100000006,9.957754266666669,28100000 +48.4274792,9.9579255,22700000 +48.4274748,9.9579706,22700000 +48.4274559,9.95815595,30600000 +48.42745056666666,9.9582043,30600000 +48.4274284,9.958401,42600000 +48.42742245,9.9584523,42600000 +48.4273979,9.958659399999998,28900000 +48.427391400000005,9.958711199999998,28900000 +48.4273649,9.9589184,25200000 +48.42735835,9.95897015,25200000 +48.4273306,9.95917665,24900000 +48.427323433333335,9.959228133333331,24900000 +48.4272957,9.959435,28900000 +48.427288700000005,9.9594867,28900000 +48.4272582,9.95969385,24100000 +48.42725003333334,9.959745933333334,24100000 +48.42720845,9.9600068,32900000 +48.4272168,9.9599546,32900000 +48.427176,9.9602154,36300000 +48.42716806666667,9.960267433333334,36300000 +48.427135,9.9604752,23300000 +48.4271264,9.96052705,23300000 +48.4270924,9.96073315,32000000 +48.4270838,9.960784533333332,32000000 +48.4270484,9.9609894,28400000 +48.42703965,9.9610406,28400000 +48.42700435,9.96124415,39000000 +48.42699536666667,9.961294666666666,39000000 +48.4269601,9.9614968,28800000 +48.426951200000005,9.9615473,28800000 +48.4269154,9.9617494,37000000 +48.426905233333336,9.961808566666669,37000000 +48.426812266666666,9.962334633333334,19200000 +48.4268214,9.9622834,19200000 +48.42676775,9.9625919,19700000 +48.4267373,9.96277255,17900000 +48.4267288,9.9628246,17900000 +48.42668605,9.96308725,36600000 +48.426647,9.963334966666666,25000000 +48.4266071,9.9635931,26700000 +48.4265991,9.963647166666668,26700000 +48.4265679,9.9638645,18600000 +48.426559,9.96391825,18600000 +48.42651953333333,9.964191766666668,28400000 +48.4265269,9.9641367,28400000 +48.42648735,9.96443915,19900000 +48.4264543,9.964697433333331,20700000 +48.4264602,9.96465385,20700000 +48.4264215,9.96493765,25800000 +48.426415733333336,9.964979366666666,25800000 +48.42638545,9.96520935,28000000 +48.4263648,9.965401,22600000 +48.4263602,9.965448666666669,22600000 +48.42633855,9.96568745,40800000 +48.42632256666667,9.965925933333333,32400000 +48.42630919999999,9.966202633333332,31800000 +48.42631105,9.9661634,31800000 +48.42629983333333,9.966443366666669,30900000 +48.4262923,9.96663505,34200000 +48.4262816,9.966813933333333,32900000 +48.4262658,9.9669878,41700000 +48.42626166666667,9.9670239,41700000 +48.42623745,9.9671998,27200000 +48.4261417,9.967548733333333,172000000 +48.42571933333334,9.968367633333331,124000000 +48.425678233333336,9.9685159,173000000 +48.42558445,9.96960665,23200000 +48.425595533333336,9.969615633333332,23200000 +48.4256428,9.9696487,29100000 +48.4256561,9.96965545,29100000 +48.42571225,9.9696802,26200000 +48.42572766666667,9.969686166666667,26200000 +48.4257917,9.9697092,124000000 +48.4258093,9.9697149,124000000 +48.42623995,9.9698149,33600000 +48.42636576666666,9.969828666666666,80000000 +48.4270467,9.9697891,161000000 +48.427161850000005,9.9697629,174000000 +48.4271906,9.969755466666667,174000000 +48.42745375,9.96967255,107000000 +48.4279956,9.9694695,28000000 +48.42803120000001,9.96945835,28000000 +48.4281373,9.9694262,37900000 +48.42817225,9.96941665,37900000 +48.4282631,9.9693922,39700000 +48.42829785,9.96938305,39700000 +48.42845326666667,9.969349366666668,93900000 +48.4283882,9.9693608,93900000 +48.42842305,9.96935445,93900000 +48.42861825,9.96932735,103000000 +48.4285835,9.9693305,103000000 +48.4319809,9.97028815,86100000 +48.4319649,9.9702999,86100000 +48.43199416666667,9.9702767,86100000 +48.4320801,9.9701638,97800000 +48.43208775,9.97014595,97800000 +48.43209473333334,9.970127666666665,97800000 +48.4321203,9.9700529,167000000 +48.43212545,9.9700329,167000000 +48.4321428,9.9699506,124000000 +48.43214626666667,9.969929066666667,124000000 +48.43216185,9.969823,113000000 +48.4321593,9.9698441,113000000 +48.432169,9.9697611,80200000 +48.4321713,9.96974075,80200000 +48.4321735,9.969720166666669,80200000 +48.4321822,9.9696369,109000000 +48.4321842,9.9696154,109000000 +48.4321905,9.96955,93200000 +48.43219245,9.96952715,93200000 +48.432194433333336,9.9695038,93200000 +48.432204850000005,9.9693852,64800000 +48.4322025,9.9694096,64800000 +48.4322152,9.9692892,37000000 +48.4322184,9.969265966666669,37000000 +48.4322314,9.9691745,44100000 +48.4322353,9.9691532,44100000 +48.4322521,9.96907065,47900000 +48.432257,9.969051866666666,47900000 +48.4322773,9.9689781,65700000 +48.43228305,9.96896025,65700000 +48.4323149,9.968875966666667,32200000 +48.4323014,9.9689077,32200000 +48.43230805,9.9688914,32200000 +48.4323478,9.9688084,40900000 +48.4323419,9.9688196,40900000 +48.432367,9.9687714,37200000 +48.43237125,9.96876105,37200000 +48.4323813,9.9687289,38000000 +48.4323829,9.968718,38000000 +48.4323832,9.968706666666666,38000000 +48.4323796,9.9686545,37900000 +48.4323767,9.96864205,37900000 +48.43235926666667,9.968579833333337,34900000 +48.4323629,9.9685923,34900000 +48.4323668,9.9686048,34900000 +48.4323441,9.9685279,26000000 +48.43234075,9.9685138,26000000 +48.4323271,9.968439266666666,60300000 +48.4323322,9.9684702,60300000 +48.43232965,9.96845505,60300000 +48.4323164,9.9683649,19300000 +48.4323141,9.96834695,19300000 +48.4323053,9.9682805,23200000 +48.4323032,9.96826125,23200000 +48.43229133333333,9.9681607,23800000 +48.43227825,9.9680566,22200000 +48.43226665,9.96796435,22800000 +48.4322705,9.9679921,22800000 +48.43225165,9.9678693,16700000 +48.432247966666665,9.967846466666666,16700000 +48.432233,9.9677546,32300000 +48.43222915,9.9677311,32300000 +48.432208800000005,9.967612566666666,28900000 +48.4322171,9.96766,28900000 +48.43221285,9.96763625,28900000 +48.43218805,9.96749475,25700000 +48.4321925,9.9675184,25700000 +48.4321701,9.96739845,28900000 +48.4321655,9.967374433333331,28900000 +48.4321469,9.9672792,32800000 +48.43214215,9.9672559,32800000 +48.4321283,9.967186,39700000 +48.4321235,9.9671629,39700000 +48.4321187,9.967139766666667,39700000 +48.4320997,9.9670485,21200000 +48.4320948,9.96702625,21200000 +48.4320701,9.966916033333334,20500000 +48.4320801,9.9669603,20500000 +48.43207515,9.96693815,20500000 +48.4320499,9.9668282,19700000 +48.4320446,9.9668061,19700000 +48.4320288,9.966739,22000000 +48.43202295,9.96671595,22000000 +48.43201713333334,9.966692666666669,22000000 +48.431992,9.966588,39400000 +48.43198695,9.966565,39400000 +48.43196056666667,9.9664548,38300000 +48.43196565,9.9664758,38300000 +48.4319711,9.9664973,38300000 +48.4319407,9.966375,26900000 +48.4319363,9.9663571,26900000 +48.43191723333334,9.966276866666668,23000000 +48.4319242,9.9663067,23000000 +48.43192075,9.9662915,23000000 +48.4319034,9.9662201,20900000 +48.43189995,9.966206799999998,20900000 +48.431884233333335,9.966143833333334,27100000 +48.4318902,9.9661681,27100000 +48.4318872,9.96615575,27100000 +48.4318731,9.966098,25800000 +48.43187055,9.96608705,25800000 +48.4318632,9.9660552,26400000 +48.431860400000005,9.96604285,26400000 +48.4318529,9.9660121,22900000 +48.43185095,9.9660042,22900000 +48.431849166666666,9.9659969,22900000 +48.4318375,9.96595295,32400000 +48.43183716666667,9.965952066666668,32400000 +48.431836,9.9659504,28700000 +48.43183575,9.96595045,28700000 +48.431835,9.9659507,35100000 +48.4318349,9.9659506,35100000 +48.4318348,9.9659506,35100000 +48.4318344,9.965951,25100000 +48.4318342,9.9659511,25100000 +48.43183316666667,9.9659516,22700000 +48.4318336,9.9659514,22700000 +48.4318334,9.9659515,22700000 +48.4318321,9.9659521,19200000 +48.4318323,9.965952,19200000 +48.43183100000001,9.965952566666669,37400000 +48.4318314,9.9659523,37400000 +48.431831200000005,9.96595245,37400000 +48.4318301,9.9659522,24100000 +48.43182985,9.96595145,24100000 +48.4318285,9.9659461,28900000 +48.43182705,9.9659404,28900000 +48.431825,9.965932433333334,28900000 +48.4318144,9.9658934,25800000 +48.4318104,9.96587995,25800000 +48.4317974,9.9658372,33600000 +48.4317913,9.96581815,33600000 +48.43178606666667,9.965801266666666,33600000 +48.4317654,9.965734,24700000 +48.4317611,9.9657169,24700000 +48.4317429,9.965627,37100000 +48.4317497,9.9656645,37100000 +48.4317465,9.9656462,37100000 +48.43172199999999,9.9655263,29000000 +48.43172199999999,9.9655263,29000000 +48.4317272,9.9655475,29000000 +48.4316943,9.9654163,17800000 +48.43166295,9.96529585,104000000 +48.4316285,9.965164533333336,34100000 +48.4315924,9.9650243,26700000 +48.43155756666667,9.964876833333332,26800000 +48.43152045,9.96472465,28800000 +48.43148865,9.96460145,26600000 +48.4314805,9.9645704,26600000 +48.431436000000005,9.96439625,27600000 +48.4314042,9.964268,19700000 +48.43136653333334,9.9641099,25900000 +48.43133345,9.9639574,19100000 +48.4313076,9.963808933333334,30300000 +48.43128585,9.96365,34800000 +48.4312769,9.9635372,17800000 +48.4312696,9.963401766666664,21500000 +48.4312697,9.96328495,31700000 +48.431278500000005,9.96320135,20300000 +48.43129445,9.9631228,18800000 +48.431298133333335,9.963104333333334,18800000 +48.43130925,9.9630082,32900000 +48.4312978,9.9629444,21500000 +48.4312651,9.962865766666669,21700000 +48.4312265,9.962785149999998,19800000 +48.4311944,9.962689066666668,29300000 +48.4311678,9.9625709,46000000 +48.4311471,9.9624372,33400000 +48.4311298,9.9622955,28400000 +48.43111053333333,9.962101933333331,29700000 +48.43109415000001,9.96191525,25000000 +48.4310769,9.961727933333334,37000000 +48.431061,9.9615396,27700000 +48.43104683333333,9.961346533333332,35900000 +48.4310496,9.96138615,35900000 +48.4310322,9.96112415,22800000 +48.431026450000005,9.96095595,28300000 +48.4310257,9.960741933333331,24300000 +48.4310297,9.96050445,34800000 +48.4310325,9.96031735,23300000 +48.43103253333334,9.9600752,56200000 +48.43102965,9.95983635,74200000 +48.43102376666667,9.959612633333332,21400000 +48.43101425,9.9593936,23300000 +48.43099756666666,9.959178666666666,22400000 +48.4309756,9.958968,33700000 +48.43095295,9.9587929,27200000 +48.43091913333333,9.9585682,24300000 +48.4309263,9.95861095,24300000 +48.4308779,9.95833915,36900000 +48.4308873,9.9583866,36900000 +48.4308435,9.958162000000002,33000000 +48.4308161,9.9580178,32400000 +48.4307847,9.957849333333334,15500000 +48.43075795,9.95769705,29500000 +48.43073486666666,9.957560566666666,52200000 +48.4307147,9.95743655,20100000 +48.43070053333333,9.957333933333333,76300000 +48.43068176666667,9.957185766666669,44600000 +48.43068275,9.9571937,44600000 +48.43067805,9.95715675,19100000 +48.4306768,9.9571513,23900000 +48.4306767,9.95715155,23800000 +48.4306767,9.9571522,29500000 +48.4306765,9.9571523,40400000 +48.4306745,9.9571392,61000000 +48.43067295,9.9571321,61000000 +48.43053033333334,9.957044766666666,32200000 +48.43046075,9.9570498,112000000 +48.43225795,9.9673382,24900000 +48.432258,9.9673379,24900000 +48.4322579,9.96733945,27900000 +48.43225809999999,9.967340866666667,20200000 +48.4322581,9.9673406,20200000 +48.43225815,9.967342250000002,30800000 +48.4322581,9.967342,30800000 +48.43225846666667,9.967343333333334,25200000 +48.4322584,9.9673431,25200000 +48.4322588,9.9673443,22800000 +48.43225885,9.96734455,22800000 +48.43225905,9.9673455,34700000 +48.432259,9.9673453,34700000 +48.43225915,9.96734625,30900000 +48.43225916666666,9.9673464,30900000 +48.4322592,9.9673469,20400000 +48.4322592,9.96734695,20400000 +48.43225935,9.9673473,21900000 +48.432259433333336,9.967347433333332,31600000 +48.4322594,9.9673474,31600000 +48.432259650000006,9.96734765,23700000 +48.4322501,9.9673515,23000000 +48.4322501,9.9673515,23600000 +48.4322504,9.96735165,23600000 +48.4322519,9.967352,36800000 +48.4322514,9.9673519,36800000 +48.4322532,9.9673532,24800000 +48.4322531,9.9673536,22600000 +48.4322531,9.9673536,22600000 +48.43225306666667,9.9673536,22600000 +48.4322528,9.9673535,28900000 +48.4322528,9.9673534,28900000 +48.4322529,9.9673532,24300000 +48.4322529,9.96735305,24300000 +48.43225305,9.96735255,27900000 +48.432253133333326,9.967352466666668,27900000 +48.43225365,9.96735225,33300000 +48.4322535,9.9673523,33300000 +48.43225433333333,9.9673514,24800000 +48.43225415,9.96735165,24800000 +48.4322555,9.9673506,22900000 +48.4322561,9.96735035,22900000 +48.4322579,9.9673498,31300000 +48.432258450000006,9.96734955,31300000 +48.4322605,9.9673484,21200000 +48.43226113333333,9.967348133333331,21200000 +48.432264450000005,9.9673468,24700000 +48.43226863333334,9.967343266666669,21400000 +48.4322669,9.9673447,21400000 +48.432267800000005,9.96734395,21400000 +48.43227215,9.96734,34300000 +48.4322715,9.9673406,34300000 +48.4322747,9.96733675,25500000 +48.4322743,9.9673378,25500000 +48.4322774,9.9673302,19900000 +48.4322768,9.9673314,19900000 +48.4322796,9.967326,27000000 +48.432280000000006,9.967325,27000000 +48.4322814,9.9673227,28900000 +48.43228155,9.9673227,28900000 +48.43228205,9.96732205,23800000 +48.43228213333333,9.9673219,23800000 +48.43228235,9.96732115,16900000 +48.4322824,9.9673213,16900000 +48.4322824,9.9673208,16800000 +48.4322824,9.96732095,16800000 +48.4322813,9.9673238,24600000 +48.4322808,9.9673254,24600000 +48.4322792,9.9673332,26700000 +48.4322785,9.96733545,26700000 +48.4322766,9.96734715,29400000 +48.43227636666666,9.967350733333332,29400000 +48.4322763,9.9673727,25900000 +48.432276,9.967367,25900000 +48.4322773,9.9673883,20900000 +48.432277850000006,9.9673932,20900000 +48.43228066666666,9.9674191,23800000 +48.4322828,9.967437,24400000 +48.432283350000006,9.96744045,24400000 +48.4322854,9.96745425,41900000 +48.4322858,9.967457366666666,41900000 +48.4322877,9.9674699,39100000 +48.4322882,9.96747335,39100000 +48.43228995,9.9674874,33200000 +48.432292966666665,9.967508066666666,22000000 +48.4322926,9.96750495,22000000 +48.4322943,9.9675196,22900000 +48.4322948,9.96752285,22900000 +48.43229695,9.9675374,21800000 +48.43229723333334,9.9675413,21800000 +48.4322982,9.9675558,27400000 +48.4322981,9.96755845,27400000 +48.432296750000006,9.9675704,18800000 +48.43229586666667,9.967573666666668,18800000 +48.4322899,9.96758795,29700000 +48.4322914,9.9675857,29700000 +48.4322843,9.9675963,23700000 +48.432283000000005,9.9675978,23700000 +48.432278,9.9676028,22600000 +48.4322769,9.9676037,22600000 +48.4322728,9.96760665,27000000 +48.43227216666667,9.967607066666668,27000000 +48.4322698,9.9676084,23700000 +48.4322691,9.9676089,23700000 +48.43226615,9.9676097,24100000 +48.432265666666666,9.9676097,24100000 +48.4322647,9.9676099,22500000 +48.43226475,9.96760995,22500000 +48.43226146666667,9.967610666666666,23000000 +48.4322625,9.9676105,23000000 +48.4322558,9.9676104,35700000 +48.4322541,9.96760985,35700000 +48.43224605,9.9676063,31800000 +48.43224296666667,9.9676041,31800000 +48.4322314,9.9675944,26100000 +48.43222855,9.96759055,26100000 +48.43221359999999,9.9675631,18400000 +48.43219695,9.9675146,19700000 +48.43218405,9.96746285,28400000 +48.43216576666666,9.9673761,19500000 +48.43216935,9.96739375,19500000 +48.4321454,9.9672759,29000000 +48.4321492,9.9672948,29000000 +48.432129,9.9671974,23000000 +48.43212450000001,9.9671764,23000000 +48.4321063,9.9670902,19600000 +48.4321013,9.9670668,19600000 +48.4320802,9.9669748,24100000 +48.43207470000001,9.966952866666666,24100000 +48.43204745,9.9668418,21000000 +48.4320529,9.9668642,21000000 +48.4320196,9.9667283,20200000 +48.43202505,9.9667513,20200000 +48.4319956,9.9666357,36900000 +48.43198935,9.96661235,36900000 +48.431965000000005,9.96651425,37700000 +48.43193975,9.96641085,16700000 +48.4319338,9.966385933333331,16700000 +48.4319114,9.9662893,17300000 +48.43190585,9.96626515,17300000 +48.4318821,9.9661672,34200000 +48.4318755,9.966142366666668,34200000 +48.4318492,9.9660438,23700000 +48.43184275,9.9660194,23700000 +48.43181765,9.96592355,21000000 +48.431811333333336,9.965899666666669,21000000 +48.4317856,9.9658035,23700000 +48.431779,9.9657788,23700000 +48.43175355,9.9656796,41400000 +48.4317477,9.9656543,41400000 +48.4317244,9.9655525,27700000 +48.43171865,9.96552695,27700000 +48.43169445,9.96542215,30100000 +48.431687966666665,9.965395166666667,30100000 +48.43165555,9.96525875,30300000 +48.4316619,9.9652866,30300000 +48.431636,9.9651745,26800000 +48.43162705,9.9651395,26800000 +48.43159815,9.9650206,24600000 +48.4315915,9.964993,24600000 +48.4315648,9.9648829,42600000 +48.4315581,9.9648553,42600000 +48.43152855,9.964737,23500000 +48.431520766666665,9.964706433333332,23500000 +48.4314836,9.96455935,19800000 +48.4314908,9.9645882,19800000 +48.43145045,9.9644309,22200000 +48.43145045,9.9644309,22200000 +48.43141413333333,9.9642893,26600000 +48.4313801,9.9641459,20500000 +48.43134856666666,9.9640004,27300000 +48.4313197,9.96385425,21500000 +48.43130065,9.9637314,39200000 +48.4312839,9.963563466666669,32800000 +48.4312736,9.9634248,32900000 +48.43126955,9.9633334,31000000 +48.43127570000001,9.963247333333332,20500000 +48.43127325,9.96326335,20500000 +48.4312924,9.96317095,23400000 +48.43131003333334,9.9630942,20600000 +48.431313,9.96301085,25700000 +48.4312945,9.962934366666667,37300000 +48.431262,9.9628621,23900000 +48.431235400000006,9.9628035,24800000 +48.43121035,9.96273145,22800000 +48.43116075,9.96252235,29600000 +48.43114165,9.96239255,22000000 +48.43112273333333,9.962230233333331,19600000 +48.43109353333333,9.961896366666666,33800000 +48.43107765,9.96169845,25300000 +48.4310636,9.96153015,19000000 +48.4310367,9.96116655,28650000 +48.43102885,9.96070145,22900000 +48.4310309,9.9605307,26700000 +48.43103266666666,9.960313,23800000 +48.4310338,9.96009235,20700000 +48.43103349999999,9.959869966666666,20900000 +48.4310282,9.9596474,67000000 +48.43101786666667,9.959426866666668,24100000 +48.43100285,9.9592103,36000000 +48.43097903333334,9.958977966666668,17200000 +48.4309518,9.958771850000002,50600000 +48.4309206,9.9585718,24800000 +48.43088805,9.95837825,21200000 +48.43086105,9.95823005,26000000 +48.430854366666665,9.958194566666668,26000000 +48.430822,9.95802175,37000000 +48.43079193333333,9.957865666666669,37100000 +48.43076535,9.95772695,18800000 +48.43074765,9.95762995,24200000 +48.43074396666666,9.957609033333332,24200000 +48.43072785,9.95751595,39400000 +48.43071945,9.9574635,47000000 +48.430713233333336,9.957422433333331,65400000 +48.43071005,9.9574032,31500000 +48.4307095,9.9574015,65400000 +48.43070905,9.9574011,34700000 +48.430708466666665,9.9574014,20700000 +48.4307079,9.95740215,17100000 +48.4307074,9.95740315,18500000 +48.43070686666667,9.9574044,16500000 +48.4307065,9.95740595,18600000 +48.4307065,9.9574058,18600000 +48.4307065,9.95740595,18600000 +48.4307063,9.95740585,36000000 +48.4307058,9.957401966666666,24700000 +48.4307056,9.9573993,22800000 +48.4307052,9.957395133333334,47400000 +48.4307053,9.95739125,35500000 +48.430704950000006,9.9573867,19400000 +48.43070436666667,9.957382966666666,18300000 +48.4307036,9.9573809,69000000 +48.4307031,9.95737935,41800000 +48.430703050000005,9.95737805,24700000 +48.43070230000001,9.9573743,25200000 +48.4307008,9.957364,16500000 +48.4307002,9.95735905,16500000 +48.43069745,9.95733635,65400000 +48.43069365,9.95730505,59200000 +48.4306855,9.9572343,21900000 +48.4306818,9.95719985,17400000 +48.4306826,9.957208,17400000 +48.43067885,9.95717225,77000000 +48.43067885,9.95717225,77000000 +48.4306796,9.9571785,77000000 +48.4306745,9.95714405,27400000 +48.43065855,9.9571,58400000 +48.4305566,9.957046,64200000 +48.4279116,9.9568493,88300000 +48.427892150000005,9.95684335,88300000 +48.4278282,9.9568268,38100000 +48.42780725,9.95682385,38100000 +48.4277467,9.9568252,18800000 +48.42772835,9.95683205,18800000 +48.42766125,9.9568766,28800000 +48.4276763,9.9568612,28800000 +48.4276118,9.9569483,47300000 +48.42760256666666,9.956971266666669,47300000 +48.4276207,9.9569305,47300000 +48.4275706,9.9570766,39300000 +48.4275668,9.95710235,39300000 +48.4275547,9.9571954,31800000 +48.42755075,9.95723115,31800000 +48.4275408,9.9573272,28300000 +48.42753705,9.95736635,28300000 +48.4275195,9.9575388,52900000 +48.4275269,9.9574705,52900000 +48.42752324999999,9.95750425,52900000 +48.42750035,9.9577179,43000000 +48.4275044,9.9576805,43000000 +48.4274839,9.95787165,17800000 +48.42747946666666,9.957912266666668,17800000 +48.427488,9.9578319,17800000 +48.427459,9.9581008,27700000 +48.4274528,9.95815665,27700000 +48.4274334,9.9583272,29400000 +48.42742815,9.9583741,29400000 +48.42740385,9.9585868,21500000 +48.4274096,9.9585398,21500000 +48.427377500000006,9.95878635,34500000 +48.4273857,9.9587279,34500000 +48.4273566,9.9589382,32900000 +48.4273491,9.95899675,32900000 +48.42734236666666,9.959047433333334,32900000 +48.4273154,9.9592426,30800000 +48.42730865,9.95928945,30800000 +48.4272847,9.9594537,26900000 +48.4272768,9.95951235,26900000 +48.42724285,9.9597468,41900000 +48.4272517,9.9596883,41900000 +48.4272199,9.9598987,37500000 +48.4272107,9.9599571,37500000 +48.4271871,9.9601087,35000000 +48.4271779,9.9601672,35000000 +48.42715,9.9603421,27600000 +48.4271409,9.96040055,27600000 +48.42713303333333,9.960451166666664,27600000 +48.42708995,9.96071535,21400000 +48.42705595,9.96092515,20100000 +48.42701683333333,9.961158933333332,23400000 +48.42702465,9.9611121,23400000 +48.4270326,9.9610653,23400000 +48.4269841,9.9613465,29700000 +48.4269746,9.9614054,29700000 +48.4269486,9.9615582,31800000 +48.42694085,9.9616054,31800000 +48.426917,9.9617472,17800000 +48.4269091,9.9617948,17800000 +48.42690083333334,9.961842466666669,17800000 +48.42681636666666,9.962324566666666,69900000 +48.4268333,9.9622268,69900000 +48.42682485,9.9622756,69900000 +48.4267725,9.96257045,17300000 +48.4267813,9.962521,17300000 +48.42673,9.9628198,20100000 +48.4267385,9.96276975,20100000 +48.4266884,9.96307225,25300000 +48.426656,9.96327675,17400000 +48.426647300000006,9.9633276,17400000 +48.4266157,9.9635317,22500000 +48.42660775,9.963582550000002,22500000 +48.4265845,9.9637353,27000000 +48.42657735,9.9637865,27000000 +48.4265703,9.963837666666665,27000000 +48.4265357,9.96409385,25800000 +48.4265427,9.9640426,25800000 +48.4265094,9.96429815,22000000 +48.42650286666666,9.964348766666664,22000000 +48.4264761,9.9645509,23700000 +48.42646905,9.96460095,23700000 +48.4264413,9.9648005,24900000 +48.42643373333333,9.9648501,24900000 +48.42639755,9.9650985,25900000 +48.42636683333334,9.965347566666669,23800000 +48.426372150000006,9.96529735,23800000 +48.4263482,9.9655496,29700000 +48.42634525,9.965600899999998,29700000 +48.4263353,9.9657538,28700000 +48.426332,9.9658043,28700000 +48.42632896666667,9.965854466666668,28700000 +48.4263164,9.9660529,23900000 +48.4263143,9.9661017,23900000 +48.42631223333333,9.966141966666669,23900000 +48.4263038,9.9663172,27600000 +48.426301800000005,9.9663636,27600000 +48.42629506666666,9.9665608,31400000 +48.42629645,9.9665237,31400000 +48.42628615,9.96674195,26400000 +48.426283866666665,9.966783333333334,26400000 +48.4262697,9.96698415,30500000 +48.426252000000005,9.96713455,29600000 +48.426246166666665,9.967170833333334,29600000 +48.4255461,9.9693071,34400000 +48.4255444,9.969316,34400000 +48.4255427,9.969324066666664,34400000 +48.425534600000006,9.9693624,153000000 +48.4255362,9.969355,153000000 +48.425528400000005,9.9693912,22800000 +48.4255271,9.9693983,22800000 +48.4255271,9.9693983,22800000 +48.4255299,9.9693842,22800000 +48.42552165,9.9694357,95300000 +48.42552453333334,9.969490233333334,28000000 +48.42554415,9.96954995,43800000 +48.42558323333333,9.969598166666666,28800000 +48.4256362,9.9696379,24900000 +48.4261746,9.9698045,70600000 +48.426197650000006,9.9698078,70600000 +48.4262677,9.9698175,37400000 +48.42629155,9.9698202,37400000 +48.4263159,9.969822733333332,37400000 +48.427457233333335,9.969668433333332,145000000 +48.427434000000005,9.96967705,145000000 +48.4274106,9.9696857,145000000 +48.42801055,9.9694684,22100000 +48.4280354,9.9694609,22100000 +48.4281299,9.9694327,45700000 +48.4281578,9.96942455,45700000 +48.428263900000005,9.96939455,45800000 +48.4283596,9.96937135,76100000 +48.42848643333334,9.969348333333334,97700000 +48.4285928,9.9693346,124000000 +48.42861565,9.9693324,124000000 +48.4310722,9.96994475,26900000 +48.43114525,9.96998705,26000000 +48.43116303333333,9.9699973,26000000 +48.43125045,9.97004865,30800000 +48.4313343,9.970100733333332,19900000 +48.43141575,9.9701519,41800000 +48.43149616666667,9.9702018,46800000 +48.4316561,9.970295033333334,171000000 +48.43188735,9.97033635,133000000 +48.43194285,9.9703165,34600000 +48.431956033333336,9.9703084,34600000 +48.43201855,9.9702593,143000000 +48.43206813333334,9.970188833333332,150000000 +48.4321057,9.97010355,85800000 +48.43213183333333,9.970008733333332,20600000 +48.432151000000005,9.9699089,78300000 +48.432164666666665,9.969803133333334,66300000 +48.4321744,9.9696887,39900000 +48.4321843,9.969568633333331,31900000 +48.4321822,9.969593,31900000 +48.4321955,9.96944575,84500000 +48.43220993333333,9.969319966666667,48800000 +48.43222775,9.96919665,17400000 +48.43224735,9.96909275,58900000 +48.432276,9.968988466666667,29200000 +48.4323045,9.96890915,33100000 +48.43232445,9.9688641,22900000 +48.4323456,9.968821733333334,36100000 +48.4323653,9.9687752,24000000 +48.4323771,9.96871705,26000000 +48.4323735,9.9686406,23100000 +48.432354450000005,9.96855305,18600000 +48.43233935,9.96849075,18600000 +48.43232356666667,9.968398633333331,27800000 +48.4323121,9.9682989,29000000 +48.43230143333333,9.968192933333333,20000000 +48.43228755,9.9680776,21600000 +48.4322717,9.967954166666669,30000000 +48.4322512,9.9678276,19900000 +48.43222923333334,9.967699233333333,34700000 +48.4322069,9.96756915,31200000 +48.43218243333334,9.967439,40800000 +48.43215805,9.9673112,20700000 +48.4321369,9.96720255,41800000 +48.43210583333333,9.967057433333332,32800000 +48.43207755,9.9669324,23900000 +48.432054,9.96683245,27700000 +48.432048,9.9668071,27700000 +48.4320156,9.96667445,23400000 +48.43198835,9.96656765,31500000 +48.43195916666667,9.966441533333333,29400000 +48.4319277,9.9663137,22500000 +48.43190016666667,9.966197133333331,22400000 +48.4318763,9.9660989,25600000 +48.4318578,9.96602595,24400000 +48.43182673333333,9.965913633333336,24100000 +48.4317962,9.9658088,23800000 +48.43177105,9.96571875,36900000 +48.43174585,9.9656138,23900000 +48.43174103333333,9.965590633333331,23900000 +48.4317162,9.96547215,44400000 +48.43169155,9.96536495,34200000 +48.43166235,9.96524875,27100000 +48.43165506666666,9.965220033333331,27100000 +48.4316238,9.9650944,34200000 +48.431615,9.96505955,34200000 +48.43158195,9.96492695,23200000 +48.43154925,9.96479105,26000000 +48.43151535,9.9646455,28000000 +48.431480750000006,9.9644989,27000000 +48.4314535,9.9643879,27200000 +48.431446050000005,9.96435785,27200000 +48.4314203,9.9642528,22100000 +48.431411350000005,9.9642155,22100000 +48.43137655,9.9640685,23500000 +48.431385,9.9641051,23500000 +48.43134735,9.96393775,21500000 +48.43132,9.9637939,28000000 +48.4313001,9.96365875,28200000 +48.4312876,9.9635318,16200000 +48.4312791,9.96342565,28100000 +48.43127495,9.96332195,28100000 +48.4312795,9.9632328,22100000 +48.4312957,9.9631542,28100000 +48.43131365000001,9.963073649999998,33600000 +48.4313178,9.96298915,33600000 +48.4312956,9.96290655,31400000 +48.4312521,9.9628172,16200000 +48.43126015,9.96283225,16200000 +48.4312133,9.96273265,16300000 +48.43119355,9.9626533,22600000 +48.43117255,9.9625462,34200000 +48.4311556,9.9624458,27500000 +48.43115193333333,9.962420333333334,27500000 +48.4311363,9.9623024,29400000 +48.43113185,9.96226765,29400000 +48.43111665,9.9621323,33200000 +48.4311036,9.9619959,28100000 +48.4311064,9.9620269,28100000 +48.43109235,9.96186225,34300000 +48.43107703333333,9.961679033333334,22200000 +48.43107995,9.96171525,22200000 +48.431064,9.9615218,29700000 +48.4310612,9.9614875,29700000 +48.4310515,9.9613658,27200000 +48.43104855,9.9613305,27200000 +48.4310373,9.96117815,32900000 +48.43102945,9.9610121,31400000 +48.4310285,9.9608243,31200000 +48.43102906666667,9.9607833,31200000 +48.4310326,9.9605564,30000000 +48.4310317,9.9606049,30000000 +48.43103435,9.96039055,41900000 +48.4310344,9.9602523,28900000 +48.4310347,9.9602124,28900000 +48.43103515,9.96005275,32900000 +48.43103523333334,9.960012566666666,32900000 +48.4310348,9.9598307,24900000 +48.4310341,9.95979015,24900000 +48.4310311,9.9596679,25800000 +48.4310292,9.95961695,25800000 +48.4310201,9.95943295,28900000 +48.4310009,9.959183566666669,18100000 +48.4310052,9.95922795,18100000 +48.43097365,9.9589425,17000000 +48.4309803,9.9589932,17000000 +48.4309535,9.9587915,18900000 +48.4309479,9.9587517,18900000 +48.430921350000006,9.95857515,33200000 +48.430899,9.9584411,32300000 +48.4308928,9.9584042,32300000 +48.4308652,9.95825115,20300000 +48.430858066666666,9.958213933333331,20300000 +48.4308205,9.95801615,25400000 +48.430828,9.9580565,25400000 +48.4307911,9.9578582,27000000 +48.4307983,9.9578967,27000000 +48.4307701,9.9577444,24400000 +48.4307649,9.95771525,24400000 +48.4307475,9.9576168,45600000 +48.43074195,9.95758435,45600000 +48.4307264,9.9574905,55600000 +48.4307221,9.95746135,55600000 +48.43071,9.9573778,70600000 +48.4307067,9.9573534,70600000 +48.4306975,9.9572859,145000000 +48.4306953,9.9572678,145000000 +48.4306897,9.9572212,16900000 +48.4306883,9.95720995,16900000 +48.4306846,9.9571803,23200000 +48.4306839,9.95717275,23200000 +48.4306816,9.9571515,44000000 +48.43068095,9.9571446,44000000 +48.4306785,9.9571225,157000000 +48.43067635,9.95711235,157000000 +48.4306674,9.9570788,108000000 +48.43066145,9.9570674,108000000 +48.4306402,9.9570363,113000000 +48.43063015,9.95702915,113000000 +48.4305972,9.9570139,36900000 +48.43058535,9.9570124,36900000 +48.430547,9.9570105,34300000 +48.43053595,9.9570113,34300000 +48.4304949,9.9570175,139000000 +48.4304822,9.95702015,139000000 +48.428199750000005,9.95692495,128000000 +48.4281767,9.956918300000002,73600000 +48.42815755,9.9569127,22800000 +48.4281332,9.956906000000002,82400000 +48.4281077,9.95689875,26600000 +48.42807643333333,9.956890166666666,28500000 +48.4280436,9.95688145,38600000 +48.4280201,9.9568752,81400000 +48.4280149,9.956873766666666,81400000 +48.4279884,9.95686605,85800000 +48.42796846666667,9.956859766666666,47000000 +48.42795435,9.9568556,19900000 +48.4279481,9.9568537,30400000 +48.427946600000006,9.956853266666666,32900000 +48.4279456,9.9568529,41600000 +48.4279444,9.95685245,24700000 +48.427944,9.9568523,24700000 +48.42794205,9.9568517,35800000 +48.42794045,9.95685135,18700000 +48.42793953333333,9.956851133333332,25200000 +48.4279383,9.95685085,21800000 +48.4279369,9.9568506,22000000 +48.42793715,9.95685065,22000000 +48.42793555,9.95685025,32800000 +48.42793455,9.95685005,28000000 +48.42793365,9.9568498,30700000 +48.42793275,9.95684955,42800000 +48.4279319,9.95684925,45000000 +48.427931,9.956848966666668,38700000 +48.4279302,9.9568489,121000000 +48.42793005,9.9568489,121000000 +48.42792945,9.9568489,43100000 +48.4279288,9.95684875,53000000 +48.42792825,9.9568487,39600000 +48.42792775,9.9568487,27600000 +48.42792725,9.95684865,24400000 +48.427926850000006,9.95684855,80400000 +48.42792655,9.95684845,28400000 +48.4279262,9.9568484,36600000 +48.42792613333334,9.9568484,36600000 +48.42792575,9.9568484,46900000 +48.4279255,9.95684835,27700000 +48.4279252,9.95684825,34900000 +48.427924950000005,9.9568481,33600000 +48.427924700000005,9.956848133333333,43400000 +48.4279245,9.95684815,38700000 +48.4279243,9.9568482,48800000 +48.42792405,9.95684825,32400000 +48.4279241,9.9568482,32400000 +48.4279238,9.9568483,39800000 +48.4279237,9.95684835,39800000 +48.4279234,9.95684845,59200000 +48.42792315,9.9568485,36800000 +48.42792295,9.9568485,36900000 +48.4279227,9.9568485,31100000 +48.42792263333333,9.956848466666663,31100000 +48.4279223,9.95684835,26500000 +48.42792205000001,9.9568483,71400000 +48.4279218,9.9568483,24100000 +48.42792154999999,9.9568483,16900000 +48.42792125,9.9568484,26400000 +48.4279209,9.956848366666668,24800000 +48.4279207,9.9568484,50500000 +48.42792065,9.9568484,50500000 +48.4279206,9.9568484,21900000 +48.4279206,9.95684835,21900000 +48.4279205,9.9568483,26200000 +48.4279205,9.9568483,26200000 +48.4279204,9.9568483,46600000 +48.4279204,9.9568483,46600000 +48.4279204,9.95684815,48000000 +48.4279204,9.95684795,29700000 +48.4279203,9.9568476,30600000 +48.4279203,9.9568472,34200000 +48.4279202,9.9568469,39800000 +48.4279202,9.95684645,32700000 +48.4279201,9.9568459,28000000 +48.4279201,9.9568454,56500000 +48.4279201,9.9568449,38400000 +48.4279201,9.9568445,39800000 +48.4279201,9.956843933333332,38300000 +48.4279201,9.95684405,38300000 +48.4279201,9.95684325,36600000 +48.42792,9.9568428,45700000 +48.4279199,9.9568424,42200000 +48.42791975,9.956842,25200000 +48.42791965,9.9568417,29200000 +48.427919450000005,9.95684135,60700000 +48.42791925,9.95684105,34700000 +48.42791915,9.95684075,38700000 +48.427918950000006,9.95684055,26100000 +48.42791885,9.95684035,26400000 +48.42791883333333,9.956840333333334,26400000 +48.4279187,9.9568403,32700000 +48.42791855,9.9568403,42100000 +48.42791845,9.9568402,43700000 +48.42791835,9.9568401,37800000 +48.4279182,9.956840166666668,16200000 +48.427918250000005,9.95684015,16200000 +48.4279181,9.9568403,29900000 +48.42791805,9.9568403,29900000 +48.4279179,9.9568403,33100000 +48.4279179,9.9568403,33100000 +48.4279178,9.95684035,42700000 +48.4279177,9.95684035,41000000 +48.4279177,9.9568404,31000000 +48.4279177,9.956840333333334,25600000 +48.42791715,9.9568401,29100000 +48.427914400000006,9.9568394,44700000 +48.42789935,9.9568354,50000000 +48.42786456666666,9.956826766666666,45700000 +48.42787225,9.9568284,45700000 +48.42782805,9.9568203,44800000 +48.42780035,9.95681785,45900000 +48.42779433333333,9.9568177,45900000 +48.4277702,9.9568176,34100000 +48.4277661,9.9568178,34100000 +48.4277517,9.95681895,25400000 +48.42773913333334,9.956820633333336,18600000 +48.4277303,9.95682215,33800000 +48.4277216,9.9568239,23800000 +48.4277055,9.9568282,23500000 +48.42767725,9.9568431,28900000 +48.4276687,9.956851066666667,28900000 +48.4276361,9.9568894,32900000 +48.427629,9.9569031,32900000 +48.4276007,9.95697615,25600000 +48.4275837,9.9570604,26800000 +48.4275802,9.957084133333334,26800000 +48.42756335,9.957211,31100000 +48.42754706666667,9.957359233333332,24700000 +48.4275505,9.9573278,24700000 +48.4275303,9.95752455,26100000 +48.42751263333334,9.957706733333334,32700000 +48.42751615,9.957669200000002,32700000 +48.4274931,9.9579166,32600000 +48.42747525,9.95808715,28000000 +48.4274535,9.9582803,33800000 +48.4274476,9.958329133333336,33800000 +48.4274192,9.958566950000002,30500000 +48.4273942,9.95875825,28700000 +48.427387933333335,9.958807333333333,28700000 +48.42735515,9.9590555,21800000 +48.427319966666666,9.959310433333334,20800000 +48.4273271,9.9592593,20800000 +48.42728445,9.95956635,26200000 +48.42724873333333,9.9598231,23100000 +48.4272199,9.9600293,61700000 +48.4272118,9.960081,61700000 +48.4271787,9.96028795,26900000 +48.4271704,9.96034,26900000 +48.4271279,9.96060105,40600000 +48.42708795,9.9608366,25600000 +48.4270522,9.96104655,35000000 +48.427043733333335,9.961099166666664,35000000 +48.4269971,9.96137515,24600000 +48.427008,9.9613094,24600000 +48.4269593,9.9615983,22800000 +48.42695016666666,9.9616506,22800000 +48.4269127,9.9618591,24300000 +48.426903800000005,9.9619112,24300000 +48.426868,9.9621204,24800000 +48.4268593,9.9621729,24800000 +48.426785,9.9625927,51300000 +48.426776200000006,9.9626457,51300000 +48.42676740000001,9.962698866666663,51300000 +48.4267315,9.9629114,24700000 +48.4267223,9.96296485,24700000 +48.42667793333334,9.963233233333334,19800000 +48.42668665,9.9631796,19800000 +48.4266954,9.9631259,19800000 +48.4266445,9.9634467,18800000 +48.42663675,9.9634999,18800000 +48.4266129,9.9636588,32400000 +48.42660495,9.96371155,32400000 +48.4265971,9.9637643,32400000 +48.4265666,9.9639758,18300000 +48.4265595,9.9640285,18300000 +48.4265391,9.9641869,24000000 +48.4265322,9.96423965,24000000 +48.42652536666666,9.9642926,24000000 +48.4264912,9.9645574,28200000 +48.4264979,9.9645043,28200000 +48.4264642,9.96476965,25400000 +48.4264711,9.9647165,25400000 +48.4264574,9.964822933333334,25400000 +48.4264295,9.9650357,25800000 +48.4264227,9.965089,25800000 +48.4264053,9.965222,18600000 +48.4263992,9.9652753,18600000 +48.42639416666666,9.965319666666666,18600000 +48.4263739,9.9655144,23500000 +48.4263694,9.9655671,23500000 +48.42636556666667,9.965610833333336,23500000 +48.42634553333334,9.965879933333332,25500000 +48.426352,9.9657768,25500000 +48.426348700000005,9.9658285,25500000 +48.4263317,9.96613335,26000000 +48.4263342,9.9660839,26000000 +48.4263245,9.9662798,33900000 +48.42632285,9.96632725,33900000 +48.4263212,9.966373866666666,33900000 +48.4263153,9.966558,29100000 +48.42631425,9.9666024,29100000 +48.426303966666666,9.966819633333332,36700000 +48.4263096,9.9667343,36700000 +48.426307,9.9667773,36700000 +48.426284550000005,9.96702615,30900000 +48.4262893,9.9669859,30900000 +48.42625443333333,9.9672237,35400000 +48.426268,9.9671459,35400000 +48.42626165,9.9671852,35400000 +48.4262232,9.9673738,43900000 +48.42621335,9.96740895,43900000 +48.4269631,9.9698013,67600000 +48.426992000000006,9.969795533333334,67600000 +48.42713755,9.9697639,83500000 +48.4274225,9.9696792,123000000 +48.42745315,9.96966745,123000000 +48.4280461,9.9694509,47000000 +48.4280772,9.969442033333332,47000000 +48.42823255,9.96939935,29300000 +48.428355100000005,9.96936845,40000000 +48.4283246,9.9693755,40000000 +48.42849215,9.96934115,82700000 +48.42852249999999,9.9693367,82700000 +48.43193525,9.970317,134400000 +48.43204475,9.9702289,140000000 +48.432084233333335,9.970163,157500000 +48.4321146,9.9700876,79800000 +48.43213433333333,9.9700043,30600000 +48.43214875,9.9699174,36900000 +48.43216073333334,9.969826333333332,122000000 +48.43217175,9.96973045,51200000 +48.4321826,9.969629233333334,19600000 +48.43219305,9.9695231,35100000 +48.43220423333333,9.969411033333332,39600000 +48.432216800000006,9.96929695,64600000 +48.43223236666666,9.969185933333334,69600000 +48.4322511,9.96908185,70400000 +48.4322701,9.9690084,25400000 +48.43227526666666,9.9689914,25400000 +48.4323023,9.96891135,19600000 +48.4323302,9.968850033333334,32100000 +48.4323517,9.96881095,21000000 +48.43236086666667,9.968796133333331,35000000 +48.43236285,9.9687923,20000000 +48.43236533333334,9.968789366666668,16600000 +48.432374300000006,9.968774450000002,27000000 +48.432385366666665,9.968741133333332,27300000 +48.43238785,9.96869145,35700000 +48.43237463333333,9.968628233333332,28200000 +48.4323546,9.968558,24900000 +48.4323333,9.9684801,36800000 +48.4323173,9.96839275,22600000 +48.43230689999999,9.968294666666669,22900000 +48.43229745,9.9681913,29100000 +48.4322876,9.968091766666667,19600000 +48.4322785,9.96799865,31400000 +48.43226906666666,9.9679215,21300000 +48.4322597,9.96785405,27400000 +48.43225,9.967793433333334,28200000 +48.43223875,9.9677267,30800000 +48.432223,9.967642966666666,18000000 +48.43220525,9.96755005,17500000 +48.432187266666666,9.967451033333331,32900000 +48.43216815,9.9673471,23200000 +48.43214836666667,9.967238066666669,23200000 +48.43212895,9.9671289,24800000 +48.43211085,9.96704615,22900000 +48.43210633333334,9.967025766666666,22900000 +48.4320821,9.9669251,17800000 +48.43206245,9.96684505,27900000 +48.43205786666667,9.9668251,27900000 +48.4320329,9.9667221,17500000 +48.43200433333334,9.9666154,46000000 +48.43197855,9.9665116,22700000 +48.43195373333334,9.966408433333331,31200000 +48.431923833333336,9.966293066666667,29600000 +48.4318977,9.9661961,37700000 +48.43187173333334,9.966098766666668,27900000 +48.4318511,9.9660235,27600000 +48.4318459,9.9660049,27600000 +48.4318253,9.9659313,17900000 +48.4318204,9.965912966666666,17900000 +48.4317959,9.96582105,19200000 +48.4317759,9.96574615,26300000 +48.43177083333333,9.9657271,26300000 +48.43174605,9.965629450000002,43500000 +48.4317221,9.965524299999998,33900000 +48.43172715,9.9655465,33900000 +48.4316954,9.96540795,24800000 +48.43167115,9.96531215,20800000 +48.4316651,9.9652885,20800000 +48.4316343,9.965169,38900000 +48.4316092,9.9650702,21500000 +48.43160286666667,9.965045033333332,21500000 +48.4315781,9.9649429,23500000 +48.43157185,9.96491675,23500000 +48.4315465,9.96481035,27900000 +48.431540000000005,9.964783566666666,27900000 +48.4315066,9.96464945,23200000 +48.4315133,9.9646763,23200000 +48.4314795,9.96454105,26900000 +48.43147269999999,9.964513533333331,26900000 +48.4314389,9.9643759,32900000 +48.431407033333336,9.964240466666666,21100000 +48.4313531,9.9640012,31600000 +48.4313531,9.9640012,25950000 +48.43134753333333,9.963974833333332,25950000 +48.4313046,9.96373965,23800000 +48.43130143333334,9.9637148,23800000 +48.43128775,9.9635932,27300000 +48.4312779,9.963475700000002,24700000 +48.43127965,9.9634987,24700000 +48.4312703,9.9633631,24100000 +48.4312712,9.9632787,19400000 +48.43127383333333,9.9632591,19400000 +48.4312892,9.9631735,25500000 +48.431293,9.9631557,25500000 +48.431306,9.9630849,28400000 +48.43130955,9.9630152,26700000 +48.43130773333333,9.962998466666669,26700000 +48.4312915,9.9629196,43400000 +48.4312584,9.962843833333332,36600000 +48.43126615,9.96285965,36600000 +48.43122305,9.9627647,28200000 +48.4312293,9.9627813,28200000 +48.4312,9.96269165,32400000 +48.43119480000001,9.962671,32400000 +48.4311742,9.9625845,31500000 +48.4311694,9.96256075,31500000 +48.4311518,9.9624597,22300000 +48.4311478,9.962432266666667,22300000 +48.4311295,9.96229035,26800000 +48.4311165,9.96216855,22900000 +48.4311137,9.962136666666668,22900000 +48.4311028,9.9620062,43100000 +48.43110025,9.9619719,43100000 +48.431089150000005,9.9618317,20500000 +48.43108623333334,9.961795466666668,20500000 +48.4310741,9.9616489,23000000 +48.4310708,9.96161115,23000000 +48.4310582,9.96145705,26200000 +48.4310552,9.961417333333332,26200000 +48.4310435,9.9612566,25100000 +48.43104095,9.9612151,25100000 +48.43103285,9.96104645,21000000 +48.43103173333333,9.9610033,21000000 +48.43102785,9.9607847,21800000 +48.4310284,9.960829,21800000 +48.431027400000005,9.96060635,18600000 +48.4310281,9.960561533333331,18600000 +48.4310307,9.9603815,21400000 +48.431031,9.9603362,21400000 +48.4310325,9.9602001,16700000 +48.4310326,9.96015465,16700000 +48.43103266666666,9.960109066666666,16700000 +48.4310324,9.9599262,20100000 +48.4310316,9.95988025,20100000 +48.43102655,9.9596962,30900000 +48.43102486666667,9.9596503,30900000 +48.43101245,9.95939675,29900000 +48.4310153,9.9594428,29900000 +48.4309952,9.95917925,40500000 +48.4310006,9.9592363,40500000 +48.4309725,9.9589639,27700000 +48.4309779,9.9590088,27700000 +48.4309464,9.958764,78200000 +48.4309526,9.9588077,78200000 +48.430925,9.9586129,43000000 +48.430916800000006,9.95856065,43000000 +48.4308925,9.9584062,23600000 +48.4308841,9.95835665,23600000 +48.4308576,9.9582099,46000000 +48.4308484,9.95816265,46000000 +48.43080833333334,9.957953533333333,23800000 +48.430815,9.95798855,23800000 +48.4308217,9.9580241,23800000 +48.4307796,9.9577999,23100000 +48.430772700000006,9.95776065,23100000 +48.4307532,9.9576479,32800000 +48.4307475,9.95761395,32800000 +48.4307317,9.9575165,26300000 +48.4307271,9.95748725,26300000 +48.43071085,9.9573806,53500000 +48.4307144,9.957405,53500000 +48.4307011,9.9573122,26300000 +48.43069845,9.9572925,26300000 +48.4306914,9.9572377,79000000 +48.43068945,9.95722305,79000000 +48.430684,9.957184,71000000 +48.4306824,9.9571743,71000000 +48.4306783,9.9571502,23000000 +48.43067755,9.9571458,23000000 +48.4306747,9.9571296,158000000 +48.4306732,9.9571228,158000000 +48.4306623,9.95708755,148000000 +48.4306666,9.9570991,148000000 +48.42809323333333,9.9568941,29000000 +48.4281008,9.956896,29000000 +48.42805835,9.956885,52200000 +48.428029900000006,9.9568775,46400000 +48.4280351,9.95687895,46400000 +48.4280051,9.95687045,95700000 +48.4279838,9.95686495,45900000 +48.42797746666667,9.956863266666666,45900000 +48.4279509,9.9568562,37400000 +48.4279443,9.9568544,37400000 +48.42791925,9.95684755,28000000 +48.42791350000001,9.956846033333331,28000000 +48.42788845,9.9568397,39000000 +48.4278925,9.9568407,39000000 +48.4278746,9.9568364,30000000 +48.42787186666667,9.9568358,30000000 +48.42786155,9.95683365,26700000 +48.42785925,9.9568329,41400000 +48.427859266666665,9.9568328,41400000 +48.427859350000006,9.9568324,38100000 +48.4278595,9.95683235,30400000 +48.42785956666666,9.9568324,30400000 +48.42785985,9.9568325,27800000 +48.42786005,9.95683265,27800000 +48.4278601,9.956832733333334,27800000 +48.4278603,9.9568329,31500000 +48.4278604,9.9568329,31500000 +48.42786075,9.9568329,32200000 +48.4278608,9.956832933333333,32200000 +48.427861,9.956833,23300000 +48.427861,9.95683305,23300000 +48.427861,9.9568333,26600000 +48.42786105,9.95683335,26600000 +48.42786115,9.95683365,23700000 +48.4278612,9.9568337,23700000 +48.4278614,9.9568339,33700000 +48.42786145,9.95683395,33700000 +48.427861766666666,9.956834333333331,20900000 +48.4278621,9.95683485,34700000 +48.427862450000006,9.9568351,31900000 +48.4278625,9.956835233333337,153000000 +48.42786165,9.95683525,45800000 +48.42785763333333,9.956834733333332,56600000 +48.42785955,9.95683505,56600000 +48.42784235,9.95683205,23400000 +48.42781456666668,9.956829733333334,19900000 +48.42778645,9.95683145,41400000 +48.42777835,9.95683285,28500000 +48.42777813333333,9.956832733333334,28500000 +48.4277774,9.95683205,36200000 +48.42777666666667,9.956831133333331,17300000 +48.427776,9.9568305,33200000 +48.4277763,9.9568301,29400000 +48.42778,9.9568289,30000000 +48.427782233333325,9.956828366666665,48100000 +48.42778685,9.95682775,31900000 +48.42779603333333,9.956826333333334,25900000 +48.4278056,9.9568249,36900000 +48.4278075,9.9568247,36900000 +48.4278133,9.956824,70800000 +48.4278155,9.9568237,70800000 +48.42781736666666,9.956823533333331,70800000 +48.42782615,9.95682335,24100000 +48.4278244,9.9568232,24100000 +48.42783433333333,9.9568242,24900000 +48.4278329,9.9568239,24900000 +48.4278395,9.9568253,29600000 +48.42784045,9.9568255,29600000 +48.42784435,9.95682615,26200000 +48.427845133333335,9.956826233333333,26200000 +48.427848,9.95682645,30000000 +48.42784845,9.95682605,25500000 +48.42784853333333,9.956825966666669,25500000 +48.4278489,9.95682555,51100000 +48.427849233333326,9.956825833333331,23700000 +48.4278492,9.9568258,23700000 +48.42784945,9.95682595,44500000 +48.42784963333333,9.956825966666663,32200000 +48.4278496,9.956826,32200000 +48.42784975,9.9568258,24100000 +48.4278497,9.9568258,24100000 +48.4278499,9.95682565,63300000 +48.42785,9.95682545,42200000 +48.42785,9.956825433333334,42200000 +48.42785005,9.95682535,25200000 +48.4278501,9.9568253,27900000 +48.4278501,9.9568253,27900000 +48.42785013333333,9.9568253,27900000 +48.42785035,9.9568253,31000000 +48.4278503,9.9568253,31000000 +48.42785055,9.9568252,30600000 +48.4278506,9.9568252,30600000 +48.4278509,9.9568252,33400000 +48.427851,9.9568252,33400000 +48.4278513,9.9568253,28000000 +48.4278514,9.956825333333333,28000000 +48.4278517,9.9568255,30500000 +48.42785175,9.95682555,30500000 +48.42785196666667,9.9568256,42300000 +48.42785195,9.9568256,42300000 +48.4278521,9.9568256,34000000 +48.42785215,9.9568256,34000000 +48.4278522,9.9568256,43700000 +48.42785225,9.9568256,43700000 +48.427852300000005,9.956825566666668,43700000 +48.4278524,9.9568255,168000000 +48.42785245,9.95682545,168000000 +48.4278526,9.9568253,47100000 +48.42785263333334,9.956825266666668,47100000 +48.4278528,9.9568251,37600000 +48.4278528,9.9568251,37600000 +48.42785293333333,9.956825133333334,51800000 +48.4278529,9.9568251,51800000 +48.427853,9.9568252,24300000 +48.427853,9.9568252,40200000 +48.427853,9.9568252,40200000 +48.427853,9.956825233333332,40200000 +48.4278531,9.9568253,26800000 +48.4278531,9.95682535,26800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568255,38100000 +48.4278531,9.9568255,38100000 +48.4278531,9.956825633333333,35500000 +48.4278531,9.9568256,35500000 +48.4278531,9.9568256,35500000 +48.42785305,9.95682575,18100000 +48.4278531,9.956825966666663,27900000 +48.4278531,9.95682595,27900000 +48.4278531,9.9568261,23200000 +48.4278531,9.9568261,23200000 +48.4278531,9.95682625,30000000 +48.42785306666667,9.956826266666663,30000000 +48.427853,9.9568264,34900000 +48.427853,9.9568264,34900000 +48.4278529,9.9568265,29000000 +48.4278529,9.95682655,29000000 +48.4278529,9.9568266,29000000 +48.42785285,9.95682685,27800000 +48.4278528,9.9568271,20800000 +48.427852650000005,9.9568274,21400000 +48.4278526,9.956827466666669,21400000 +48.4278524,9.9568277,28200000 +48.42785235,9.95682775,28200000 +48.4278522,9.9568279,39000000 +48.42785215,9.956828,39000000 +48.4278519,9.9568281,30600000 +48.4278518,9.95682815,30600000 +48.42785155,9.95682835,41100000 +48.4278516,9.9568283,41100000 +48.42785115,9.95682835,35900000 +48.42785093333333,9.9568283,35900000 +48.4278488,9.9568278,29500000 +48.42784705,9.9568274,29500000 +48.427839,9.9568255,49100000 +48.42783565,9.95682475,49100000 +48.4278242,9.9568225,36600000 +48.42781825,9.95682175,36600000 +48.4278021,9.95682,28000000 +48.42779585,9.9568199,28000000 +48.42776560000001,9.956821533333333,16700000 +48.4277378,9.9568253,20700000 +48.4277213,9.9568286,146000000 +48.427716700000005,9.95682955,146000000 +48.4277027,9.9568332,29300000 +48.42769685,9.9568356,29300000 +48.4276807,9.956844,33900000 +48.427674550000006,9.95684875,33900000 +48.42766796666667,9.956855166666664,33900000 +48.4276389,9.9568948,31600000 +48.42763335,9.9569082,31600000 +48.4276138,9.95697355,45100000 +48.4276182,9.9569521,45100000 +48.427596666666666,9.957080033333334,22800000 +48.4276033,9.9570312,22800000 +48.427599650000005,9.9570569,22800000 +48.4275859,9.9571729,24100000 +48.4275831,9.95720435,24100000 +48.4275737,9.9573042,29300000 +48.42757005,9.9573418,29300000 +48.427558,9.95746,38700000 +48.4275546,9.9574944,38700000 +48.4275402,9.9576374,31700000 +48.4275364,9.9576755,31700000 +48.4275189,9.957851,27400000 +48.427513450000006,9.95790225,27400000 +48.427494800000005,9.95807785,22400000 +48.4274993,9.9580363,22400000 +48.4274805,9.9582034,29800000 +48.4274752,9.9582456,29800000 +48.42746973333334,9.958287933333336,29800000 +48.4274445,9.958479,19900000 +48.42743795,9.95852185,19900000 +48.4274165,9.958651,36700000 +48.4274091,9.95869545,36700000 +48.4273783,9.9588747,22700000 +48.42737126666666,9.958920033333332,22700000 +48.4273354,9.95917145,25100000 +48.4273417,9.9591252,25100000 +48.4273066,9.95936965,22900000 +48.42727515,9.95958385,45400000 +48.42726763333334,9.9596364,45400000 +48.4272838,9.9595237,45400000 +48.4272374,9.9598394,42400000 +48.42723015,9.95988895,42400000 +48.4272087,9.9600385,27000000 +48.4272009,9.9600886,27000000 +48.42719306666667,9.960138966666667,27000000 +48.427157,9.9603663,21700000 +48.42714865,9.9604171,21700000 +48.4271083,9.9606587,23400000 +48.4271192,9.960595,23400000 +48.427076,9.9608501,25400000 +48.4270681,9.9609013,25400000 +48.4270428,9.9610546,29100000 +48.42703475,9.96110585,29100000 +48.4270063,9.9612851,34700000 +48.42699535,9.96134905,34700000 +48.42698603333333,9.961404666666668,34700000 +48.4269504,9.9616187,40000000 +48.42694135,9.96166995,40000000 +48.4269145,9.9618242,17800000 +48.4269035,9.96188865,17800000 +48.4268694,9.9620816,71900000 +48.4268581,9.9621458,71900000 +48.4267311,9.96289585,24200000 +48.426722833333336,9.9629464,24200000 +48.4266826,9.963198899999998,69900000 +48.42665185,9.96340065,20000000 +48.426644366666665,9.9634512,20000000 +48.4266144,9.9636539,32900000 +48.4266076,9.963705,32900000 +48.426580900000005,9.9639091,28700000 +48.4265741,9.9639601,28700000 +48.42654015,9.9642157,43300000 +48.4265067,9.964472766666669,20000000 +48.4265132,9.96442085,20000000 +48.4264743,9.9647327,35100000 +48.4264459,9.9649408,20300000 +48.426438733333335,9.9649929,20300000 +48.4264046,9.96525465,30600000 +48.4263816,9.96546725,33300000 +48.426376866666665,9.9655209,33300000 +48.4263571,9.96577635,41800000 +48.4263598,9.965736,41800000 +48.42634236666667,9.9660219,37700000 +48.4263302,9.966295,31800000 +48.42633225,9.966243,31800000 +48.42632030000001,9.966568866666668,35300000 +48.42631255,9.96677505,40500000 +48.426309333333336,9.966822133333332,40500000 +48.42628925,9.96704875,29300000 +48.42626455,9.9672208,97900000 +48.4262317,9.96737205,63500000 +48.42622203333334,9.967404966666663,63500000 +48.4261682,9.96756645,148000000 +48.42566465,9.9696524,31700000 +48.425721,9.9696786,40300000 +48.42573913333333,9.969685666666669,40300000 +48.4262734,9.9698161,110000000 +48.42636725,9.9698258,26300000 +48.42697616666667,9.969798366666666,140350000 +48.4271045,9.9697749,147000000 +48.4280709,9.969443633333334,49000000 +48.4280142,9.9694611,49000000 +48.4280425,9.96945215,49000000 +48.4281848,9.9694103,97800000 +48.42821355,9.96940255,97800000 +48.42821355,9.96940255,97800000 +48.42835766666666,9.9693662,114000000 +48.42850295,9.9693385,108000000 +48.43104675,9.96992235,38000000 +48.4310245,9.969909,38000000 +48.43115543333334,9.9699877,40600000 +48.4311126,9.969962,40600000 +48.43113415,9.9699749,40600000 +48.4312385,9.9700378,33100000 +48.43125815,9.9700497,33100000 +48.4313151,9.970085,25100000 +48.4313331,9.97009635,25100000 +48.43135053333334,9.970107366666666,25100000 +48.4314187,9.9701507,20900000 +48.431435,9.9701612,20900000 +48.4314989,9.9702015,154000000 +48.43151436666667,9.970211033333332,154000000 +48.43159085,9.970258,144000000 +48.4315759,9.9702489,144000000 +48.4316357,9.9702844,166000000 +48.4316506,9.97029245,166000000 +48.43166539999999,9.970299933333337,166000000 +48.43181473333333,9.970342066666666,126000000 +48.43180015,9.9703417,126000000 +48.43194315,9.9703221,57200000 +48.4319296,9.9703275,57200000 +48.43195626666667,9.970315533333334,57200000 +48.4320614,9.97022195,155000000 +48.432070366666665,9.970206033333334,155000000 +48.4321492,9.9699521,30900000 +48.43215255,9.96993095,30900000 +48.43216683333333,9.969821733333331,22100000 +48.43216435,9.9698443,22100000 +48.4321617,9.9698664,22100000 +48.4321763,9.9697294,78400000 +48.43217855,9.9697058,78400000 +48.4321854,9.9696345,30700000 +48.43218745,9.96961065,30700000 +48.4321896,9.969586766666666,30700000 +48.4321983,9.969491,102000000 +48.432200550000005,9.9694672,102000000 +48.43221423333333,9.969347533333334,42700000 +48.43221125,9.96937125,42700000 +48.4322083,9.9693953,42700000 +48.4322265,9.9692535,37400000 +48.4322301,9.96923085,37400000 +48.432249266666666,9.969121033333332,19000000 +48.4322667,9.9690405,36400000 +48.4322716,9.9690223,36400000 +48.4322873,9.9689704,30700000 +48.43229455,9.9689506,30700000 +48.4323136,9.9689018,18000000 +48.43231985,9.9688886,18000000 +48.4323259,9.968876333333332,18000000 +48.4323557,9.96881905,34700000 +48.4323501,9.9688297,34700000 +48.4323754,9.96877665,20800000 +48.4323783,9.968765666666664,20800000 +48.4323866,9.9687218,16800000 +48.43238665,9.9687105,16800000 +48.4323856,9.9686763,30800000 +48.4323841,9.9686643,30800000 +48.43238226666667,9.9686518,30800000 +48.4323737,9.9686025,27500000 +48.4323706,9.96858985,27500000 +48.43235426666666,9.9685261,26100000 +48.4323608,9.9685518,26100000 +48.43235765,9.96853905,26100000 +48.43233705,9.9684581,40900000 +48.4323408,9.9684724,40900000 +48.4323265,9.968415,21000000 +48.4323234,9.96839995,21000000 +48.432320633333326,9.968384333333333,21000000 +48.4323108,9.9683109,24700000 +48.43231,9.968293,24700000 +48.4323053,9.968199666666663,38400000 +48.4323075,9.9682377,38400000 +48.4323067,9.96821885,38400000 +48.4322971,9.96810345,17100000 +48.4322993,9.9681227,17100000 +48.4322888,9.9680456,17700000 +48.4322856,9.9680266,17700000 +48.43228243333333,9.968007566666666,17700000 +48.4322695,9.9679318,19900000 +48.43226655,9.9679143,19900000 +48.432253133333326,9.9678329,28000000 +48.4322576,9.9678626,28000000 +48.43225535,9.9678473,28000000 +48.43224385,9.9677715,24900000 +48.4322449,9.9677805,24900000 +48.43224116666666,9.967737966666666,21800000 +48.4322416,9.9677483,21800000 +48.4322414,9.9677433,21800000 +48.4322408,9.9677163,19900000 +48.4322411,9.967711,19900000 +48.4322429,9.9676966,19800000 +48.4322439,9.9676923,19800000 +48.43224503333334,9.967688633333331,19800000 +48.4322509,9.9676739,24100000 +48.4322526,9.9676713,24100000 +48.4322577,9.9676646,32400000 +48.43225945,9.96766275,32400000 +48.4322694,9.967654266666663,17800000 +48.4322672,9.9676558,17800000 +48.4322651,9.9676573,17800000 +48.4322792,9.9676475,20700000 +48.43228225,9.96764495,20700000 +48.4322907,9.9676367,20100000 +48.43229325,9.9676334,20100000 +48.43229566666667,9.967629733333334,20100000 +48.4323042,9.9676141,19600000 +48.43230555,9.9676096,19600000 +48.432309833333335,9.967584466666668,18400000 +48.4323089,9.9675953,18400000 +48.4323095,9.96759015,18400000 +48.4323106,9.9675606,34400000 +48.43231,9.9675537,34400000 +48.4323081,9.9675315,20100000 +48.432307300000005,9.96752405,20100000 +48.43230653333334,9.9675166,20100000 +48.4323036,9.967486,16700000 +48.43230295,9.9674785,16700000 +48.4323003,9.96744705,17500000 +48.43229973333333,9.967440233333331,17500000 +48.43229715,9.9674108,17700000 +48.432294766666665,9.967388066666668,22100000 +48.43229565,9.9673927,22100000 +48.4322963,9.9673975,22100000 +48.4322901,9.9673706,24700000 +48.43228845,9.9673669,24700000 +48.4322832,9.967357,22800000 +48.4322811,9.96735415,22800000 +48.432279066666666,9.967351833333334,22800000 +48.4322706,9.9673438,32900000 +48.43226885,9.96734285,32900000 +48.4322634,9.96734,28900000 +48.4322616,9.9673392,28900000 +48.4322598,9.967338633333332,28900000 +48.4322527,9.9673365,17900000 +48.4322534,9.9673369,17900000 +48.4322518,9.9673355,41700000 +48.4322519,9.96733505,41700000 +48.4322516,9.9673338,29800000 +48.4322515,9.96733345,29800000 +48.43225143333333,9.967333466666666,29800000 +48.4322511,9.9673334,17500000 +48.4322509,9.96733345,17500000 +48.4322508,9.9673333,22300000 +48.4322507,9.9673332,22300000 +48.432252950000006,9.96733275,34600000 +48.4322548,9.967332,19600000 +48.43225493333333,9.967331800000002,19600000 +48.4322552,9.9673312,20300000 +48.4322552,9.9673312,20300000 +48.4322553,9.9673311,27200000 +48.432255350000005,9.9673312,27200000 +48.43225543333333,9.967331333333334,27200000 +48.4322558,9.967332,28800000 +48.4322559,9.96733225,28800000 +48.4322558,9.96733315,28900000 +48.43225533333333,9.9673333,28900000 +48.4322537,9.967334,19200000 +48.43225339999999,9.9673342,19200000 +48.432252733333335,9.967335033333333,31100000 +48.43225255,9.96733495,31100000 +48.4322533,9.9673355,22000000 +48.4322535,9.9673356,22000000 +48.4322538,9.967336,29900000 +48.43225395,9.96733625,29900000 +48.4322541,9.967336433333331,29900000 +48.4322546,9.9673371,32600000 +48.4322547,9.9673372,32600000 +48.4322552,9.9673375,22300000 +48.4322554,9.96733755,22300000 +48.43225566666666,9.9673376,22300000 +48.4322568,9.9673377,23500000 +48.43225715,9.96733775,23500000 +48.4322584,9.9673379,23900000 +48.43225855,9.96733785,23900000 +48.4322585,9.967337833333334,23900000 +48.43225855,9.96733795,30800000 +48.4322585,9.9673379,30800000 +48.4322585,9.9673382,19500000 +48.432258450000006,9.9673383,19500000 +48.43225846666667,9.967338366666668,19500000 +48.4322583,9.9673386,26000000 +48.43225825,9.9673386,26000000 +48.43225815,9.96733875,22500000 +48.432258133333335,9.967338833333336,22500000 +48.4322581,9.9673391,34500000 +48.4322581,9.9673392,34500000 +48.432258,9.9673394,23200000 +48.432258,9.96733945,23200000 +48.43225796666667,9.9673395,23200000 +48.4322581,9.9673398,33800000 +48.4322581,9.9673399,33800000 +48.4322583,9.96734015,24900000 +48.432258366666666,9.967340233333331,24900000 +48.4322582,9.9673401,24900000 +48.4322588,9.9673404,20000000 +48.432258950000005,9.96734045,20000000 +48.4322594,9.9673405,28000000 +48.4322595,9.96734045,28000000 +48.4322596,9.9673404,28000000 +48.43226,9.9673403,20600000 +48.4322601,9.96734025,20600000 +48.4322604,9.96734,34400000 +48.43226055,9.96734,34400000 +48.43226066666667,9.967339933333331,34400000 +48.4322613,9.9673398,35100000 +48.4322612,9.9673398,35100000 +48.4322722,9.9673577,23600000 +48.43227225,9.967358,18900000 +48.43227243333334,9.967358333333332,25300000 +48.43227255,9.9673587,27000000 +48.4322727,9.967359,22000000 +48.4322725,9.9673595,18900000 +48.43227265,9.9673597,25700000 +48.432272600000005,9.967359766666666,25700000 +48.432272350000005,9.96736025,32800000 +48.4322725,9.967360266666663,24300000 +48.4322725,9.96736025,24300000 +48.4322726,9.9673604,40600000 +48.4322726,9.96736045,40600000 +48.43227275,9.96736045,31400000 +48.4322728,9.96736055,27500000 +48.432272833333336,9.9673606,27500000 +48.432273050000006,9.9673607,28100000 +48.4322732,9.967360566666663,20800000 +48.4322733,9.9673604,42700000 +48.4322733,9.9673601,29000000 +48.4322734,9.96735975,28300000 +48.43227340000001,9.967359566666667,28700000 +48.43227345,9.9673596,26600000 +48.4322736,9.967359733333334,34000000 +48.432273550000005,9.9673597,16000000 +48.4322735,9.9673596,17800000 +48.4322735,9.967359566666667,17800000 +48.43227345,9.96735955,22700000 +48.4322734,9.9673597,30900000 +48.43227340000001,9.9673597,30900000 +48.4322734,9.9673595,31300000 +48.43227325,9.9673594,23900000 +48.43227295,9.96735965,25000000 +48.432272866666665,9.967359666666663,25000000 +48.4322727,9.9673598,26800000 +48.43227265,9.96735975,26800000 +48.43227285,9.9673597,17400000 +48.432272833333336,9.967359666666669,17400000 +48.43227265,9.96735965,22700000 +48.43227255,9.9673596,19800000 +48.4322725,9.967359566666667,19800000 +48.432272350000005,9.96735945,23500000 +48.43227225,9.9673594,36900000 +48.43227223333333,9.967359366666663,36900000 +48.4322721,9.96735925,21000000 +48.43227205,9.96735915,22000000 +48.43227185000001,9.9673591,35000000 +48.43227183333334,9.967359066666669,35000000 +48.4322718,9.967359,38200000 +48.4322718,9.967359033333333,25300000 +48.4322718,9.96735915,27800000 +48.4322717,9.9673593,25300000 +48.4322715,9.9673593,29900000 +48.43227145,9.9673591,25900000 +48.43227143333333,9.9673591,25900000 +48.4322713,9.967359,54400000 +48.4322713,9.96735895,54400000 +48.43227125,9.96735875,33100000 +48.4322712,9.9673585,37300000 +48.4322712,9.967358366666666,37300000 +48.43227105,9.9673577,22100000 +48.43227099999999,9.967357333333334,27700000 +48.43227085,9.96735705,17800000 +48.43227076666667,9.967356766666668,16800000 +48.43227075,9.9673562,28100000 +48.4322711,9.9673559,25800000 +48.43227116666666,9.967355833333334,25800000 +48.43227175,9.9673558,24700000 +48.4322734,9.96735545,17500000 +48.43227386666666,9.967355233333334,17500000 +48.432276,9.96735345,23500000 +48.43227695,9.9673526,17500000 +48.43227903333334,9.967350366666668,37400000 +48.43228245,9.96734715,39800000 +48.4322847,9.9673429,24800000 +48.4322856,9.9673395,36800000 +48.4322858,9.9673387,36800000 +48.4322881,9.9673358,31400000 +48.43228853333333,9.9673351,31400000 +48.4322902,9.9673315,25900000 +48.43229065,9.96733085,25900000 +48.43229173333333,9.967328133333334,17600000 +48.43229155,9.9673289,17600000 +48.43229295,9.9673242,22600000 +48.4322925,9.9673223,28900000 +48.43229243333334,9.967322466666666,28900000 +48.43229155,9.96732385,17100000 +48.43229005,9.96732495,23400000 +48.4322892,9.96732425,30000000 +48.43228919999999,9.967324366666666,30000000 +48.43228785,9.96732795,22400000 +48.432286233333336,9.967338966666668,40200000 +48.4322858,9.9673531,22900000 +48.43228545,9.9673578,22900000 +48.4322857,9.96737775,21400000 +48.432286066666656,9.967382833333334,21400000 +48.43228755,9.96740885,23800000 +48.4322902,9.96743205,34900000 +48.43229086666667,9.967439766666669,34900000 +48.4322945,9.9674684,28900000 +48.43229465,9.9674746,28900000 +48.432297,9.967499466666666,25000000 +48.43229645,9.9674956,25000000 +48.43229925,9.9675163,27200000 +48.43230145,9.96752795,25600000 +48.43230213333334,9.967530666666669,25600000 +48.432304,9.9675404,20400000 +48.432304,9.9675419,20400000 +48.43230516666667,9.967554133333332,16600000 +48.4323044,9.9675481,16600000 +48.4323049,9.9675508,16600000 +48.43230595,9.9675698,33000000 +48.4323047,9.9675863,17700000 +48.43229985,9.9676008,22000000 +48.43229395,9.9676107,36600000 +48.432292100000005,9.967612566666666,36600000 +48.4322834,9.9676197,19300000 +48.4322774,9.96762315,22200000 +48.432272600000005,9.96762415,21200000 +48.43227166666667,9.9676241,21200000 +48.4322669,9.9676235,18200000 +48.4322678,9.9676236,18200000 +48.43226216666667,9.9676233,22800000 +48.4322647,9.9676233,22800000 +48.4322635,9.96762335,22800000 +48.432256,9.9676222,20800000 +48.4322543,9.96762195,20800000 +48.4322487,9.9676201,32800000 +48.43224635,9.96761855,32800000 +48.43224383333333,9.967616633333334,32800000 +48.4322332,9.967607,30300000 +48.4322305,9.9676034,30300000 +48.43221596666666,9.967575666666669,24900000 +48.43221895,9.96758345,24900000 +48.4322044,9.9675404,31000000 +48.432201250000006,9.9675281,31000000 +48.43218783333333,9.9674632,17800000 +48.4321776,9.9674059,27300000 +48.4321741,9.96738615,27300000 +48.4321619,9.9673148,30400000 +48.43214815,9.9672411,41800000 +48.43214416666667,9.967221766666666,41800000 +48.43212185,9.9671217,33400000 +48.4321027,9.96703475,31800000 +48.432097733333336,9.967012133333332,31800000 +48.4320774,9.9669211,27700000 +48.43207195,9.96689745,27700000 +48.43204396666667,9.966777766666668,20500000 +48.4320216,9.9666811,22900000 +48.4320138,9.9666501,22900000 +48.4319824,9.9665182,28900000 +48.43198815,9.96654315,28900000 +48.4319577,9.9664177,29000000 +48.43195155,9.9663934,29000000 +48.43192975,9.96630245,51100000 +48.43192483333333,9.966282366666666,51100000 +48.4319067,9.9662076,50100000 +48.43190305,9.96619285,50100000 +48.4318905,9.96614275,20900000 +48.43188789999999,9.9661327,20900000 +48.4318756,9.9660846,24200000 +48.43186443333334,9.966040466666666,34100000 +48.431866600000006,9.96604905,34100000 +48.43185415,9.9659983,25500000 +48.43184473333334,9.965958033333337,32900000 +48.4318467,9.9659659,32900000 +48.4318326,9.96591465,23700000 +48.4318356,9.965925,23700000 +48.4318173,9.96586685,21900000 +48.43181273333334,9.965853366666666,21900000 +48.43178815,9.9657812,30100000 +48.4317674,9.96571375,24900000 +48.43176259999999,9.965695166666665,24900000 +48.43173925,9.96559545,33800000 +48.4317439,9.9656171,33800000 +48.4317193,9.96550425,22700000 +48.43171379999999,9.965479533333331,22700000 +48.4316911,9.9653786,36800000 +48.431684700000005,9.96535235,36800000 +48.4316588,9.96524345,24200000 +48.431651933333335,9.9652152,24200000 +48.4316167,9.9650719,24700000 +48.43158073333333,9.964923533333334,31400000 +48.43154315,9.9647722,21400000 +48.43150283333333,9.964612433333334,22500000 +48.4314612,9.9644466,18900000 +48.431423800000005,9.96430375,20300000 +48.43138615,9.96415135,33900000 +48.43137756666667,9.964114866666668,33900000 +48.4313382,9.9639424,31300000 +48.43130793333333,9.963779833333334,23800000 +48.4312897,9.9636201,22900000 +48.4312919,9.9636508,22900000 +48.43128125,9.96350455,19900000 +48.43127963333333,9.9634788,19900000 +48.4312743,9.9633805,23500000 +48.43127395,9.96335875,23500000 +48.431276,9.9632775,22100000 +48.43127863333333,9.9632587,22100000 +48.4312919,9.9631848,26100000 +48.43129715,9.9631633,26100000 +48.4313111,9.9630993,24600000 +48.43131305,9.9630783,24600000 +48.4313109,9.96300025,64800000 +48.4312987,9.9629457,27000000 +48.4312913,9.9629253,27000000 +48.431251566666674,9.9628356,90000000 +48.4312596,9.9628528,90000000 +48.4312218,9.9627646,20900000 +48.4312137,9.9627389,20900000 +48.4311847,9.9626217,28300000 +48.431160250000005,9.96248525,17900000 +48.431144,9.9623714,24000000 +48.43113825,9.96232805,24000000 +48.4311182,9.96215285,20900000 +48.4311225,9.9621971,20900000 +48.4311059,9.9620192,74400000 +48.4311024,9.96197375,74400000 +48.4310873,9.96178815,33100000 +48.43107105,9.9615938,27100000 +48.43105555,9.96139045,21700000 +48.4310426,9.961203650000002,24800000 +48.4310335,9.96099275,36300000 +48.43103145,9.9607761,54400000 +48.4310334,9.96057515,19900000 +48.43103386666667,9.960525733333334,19900000 +48.43103565,9.9602762,25800000 +48.43103565,9.9600783,21800000 +48.43103293333333,9.959829766666669,27700000 +48.4310343,9.95988015,27700000 +48.4310257,9.9596128,23700000 +48.43102365,9.9595665,23700000 +48.43101315,9.95936115,29600000 +48.430997,9.95915245,16600000 +48.4310019,9.9592065,16600000 +48.4309801,9.9589916,32900000 +48.430975,9.95894915,32900000 +48.4309519,9.9587708,29100000 +48.43094536666666,9.9587262,29100000 +48.43090935,9.9584962,69600000 +48.4309162,9.9585361,69600000 +48.4308786,9.95831895,32800000 +48.43084965,9.95815635,28600000 +48.43081845,9.9579903,38900000 +48.43081123333334,9.957951533333333,38900000 +48.43077775,9.9577723,82800000 +48.43075445,9.95764585,40800000 +48.43074946666667,9.9576177,40800000 +48.43072765,9.95748875,87800000 +48.4307181,9.9574258,45500000 +48.43071495,9.95740345,45500000 +48.4307049,9.9573251,145000000 +48.430707,9.9573426,145000000 +48.4306875,9.9571795,33500000 +48.43068685,9.95717365,33500000 +48.4306852,9.957158,42800000 +48.43068475,9.9571547,42800000 +48.430684500000005,9.957152533333334,42800000 +48.430684,9.9571482,29300000 +48.43068405,9.95714805,29300000 +48.4306844,9.957148,59800000 +48.430684500000005,9.957148066666669,59800000 +48.4306851,9.9571485,26000000 +48.4306851,9.9571483,26000000 +48.43068555,9.95714805,42800000 +48.4306862,9.9571483,41400000 +48.43068685,9.95714875,52800000 +48.4306867,9.9571486,52800000 +48.43068696666666,9.957148833333331,52800000 +48.4306875,9.9571491,22400000 +48.43068765,9.95714915,22400000 +48.4306881,9.95714845,101000000 +48.430688,9.9571489,101000000 +48.4306882,9.9571438,50200000 +48.4306877,9.9571395,50200000 +48.4306848,9.9571227,176000000 +48.430681750000005,9.9571131,176000000 +48.4305783,9.9570334,97600000 +48.4305675,9.95703325,97600000 +48.428138950000005,9.95689825,57800000 +48.4281541,9.956902,57800000 +48.4280808,9.95688365,56300000 +48.4280679,9.9568805,56300000 +48.4280195,9.9568692,27200000 +48.42800975,9.9568669,27200000 +48.42797385,9.9568577,43800000 +48.4279664,9.956855766666669,43800000 +48.4279378,9.956848,28400000 +48.427932,9.9568467,28400000 +48.4279177,9.9568434,33900000 +48.4279155,9.9568429,33900000 +48.4279122,9.9568423,38400000 +48.4279121,9.95684235,38400000 +48.4279118,9.9568428,32100000 +48.42791175,9.95684275,32100000 +48.4279115,9.9568425,31300000 +48.42791145,9.95684225,31300000 +48.4279111,9.9568419,22000000 +48.427911,9.9568419,22000000 +48.4279107,9.9568419,24900000 +48.4279104,9.9568418,24700000 +48.42791,9.95684185,17500000 +48.42790975,9.9568421,28600000 +48.4279095,9.95684235,17600000 +48.4279092,9.9568426,29300000 +48.42790905,9.9568426,29300000 +48.42790855,9.95684275,35700000 +48.42790825,9.9568428,35000000 +48.4279079,9.95684295,40100000 +48.427907833333336,9.956842966666663,40100000 +48.4279076,9.956843,29800000 +48.42790755,9.95684295,29800000 +48.42790725,9.95684285,39000000 +48.4279073,9.9568429,39000000 +48.4279072,9.9568428,21300000 +48.42790715,9.95684275,21300000 +48.42790705,9.95684255,20000000 +48.42790695,9.95684235,19200000 +48.427906750000005,9.95684215,25400000 +48.42790655,9.9568419,28400000 +48.42790635,9.95684175,42100000 +48.42790615,9.9568416,62100000 +48.42790595,9.9568416,40900000 +48.4279058,9.9568417,66300000 +48.42790576666666,9.9568417,66300000 +48.4279056,9.9568416,35400000 +48.4279055,9.9568416,35400000 +48.4279053,9.9568416,35100000 +48.42790525,9.95684155,35100000 +48.4279051,9.9568414,30600000 +48.42790506666666,9.956841366666668,30600000 +48.42790485,9.95684115,29900000 +48.42790475,9.956841,39800000 +48.4279047,9.956841,39800000 +48.4279046,9.95684115,32900000 +48.4279046,9.95684135,38600000 +48.4279046,9.9568416,31800000 +48.4279046,9.95684155,31800000 +48.4279046,9.9568418,37200000 +48.4279046,9.9568418,37200000 +48.4279046,9.9568419,39800000 +48.4279046,9.9568419,39800000 +48.4279046,9.9568419,37900000 +48.4279046,9.956841933333337,37900000 +48.4279047,9.9568419,32900000 +48.4279047,9.9568419,32900000 +48.4279047,9.9568419,38500000 +48.4279047,9.9568419,38500000 +48.4279047,9.9568419,16400000 +48.4279047,9.9568419,16400000 +48.4279047,9.95684185,51400000 +48.4279047,9.956841833333334,51400000 +48.4279047,9.9568418,40800000 +48.4279047,9.9568418,40800000 +48.4279047,9.9568418,58900000 +48.4279047,9.95684185,58900000 +48.4279048,9.9568419,40800000 +48.4279048,9.9568419,40800000 +48.4279049,9.9568419,56400000 +48.42790490000001,9.9568419,56400000 +48.427905,9.9568419,28300000 +48.427905,9.9568419,28300000 +48.427905,9.9568419,22200000 +48.427905,9.95684195,21500000 +48.42790495,9.95684205,23700000 +48.4279049,9.9568422,36200000 +48.4279049,9.9568422,36200000 +48.4279049,9.95684235,22200000 +48.42790485,9.95684255,34800000 +48.4279043,9.9568426,38900000 +48.4279037,9.95684245,38900000 +48.4279001,9.95684165,34900000 +48.4278862,9.95683805,45100000 +48.4278658,9.9568327,63700000 +48.42785855,9.95683105,63700000 +48.427829900000006,9.95682565,19000000 +48.4278387,9.9568269,19000000 +48.42778036666667,9.956825233333332,23600000 +48.4277904,9.95682385,23600000 +48.4277225,9.9568426,36900000 +48.4277355,9.9568356,36900000 +48.4276844,9.9568703,26800000 +48.4276726,9.95688515,26800000 +48.4276401,9.9569381,23700000 +48.4276329,9.9569561,23700000 +48.4276065,9.9570484,21800000 +48.42758855,9.9571527,35200000 +48.4275939,9.9571197,35200000 +48.42756775,9.95728055,26900000 +48.42754405,9.95744065,43800000 +48.4275242,9.9576051,39100000 +48.42751933333333,9.957647866666669,39100000 +48.4274963,9.95784805,26500000 +48.42747905,9.958004549999998,21200000 +48.4274748,9.9580446,21200000 +48.4274574,9.9582057,33300000 +48.4274525,9.9582469,33300000 +48.427433750000006,9.95841475,36200000 +48.42742870000001,9.958457833333332,36200000 +48.427402650000005,9.9586777,40100000 +48.4274081,9.9586327,40100000 +48.4273735,9.9589073,32300000 +48.42737985,9.95886045,32300000 +48.4273484,9.9590971,30700000 +48.427342,9.9591458,30700000 +48.42731515,9.95934265,29800000 +48.427308100000005,9.959392933333334,29800000 +48.4272714,9.95964685,25700000 +48.4272488,9.9598022,25300000 +48.4272405,9.95985385,25300000 +48.4272327,9.959905133333336,25300000 +48.4272015,9.9601083,31300000 +48.4271937,9.9601579,31300000 +48.4271715,9.9603057,37900000 +48.42716385,9.9603544,37900000 +48.427156233333335,9.960402833333331,37900000 +48.4271256,9.9605956,29600000 +48.42711795,9.9606435,29600000 +48.42708715,9.9608354,23300000 +48.42707906666666,9.960883166666669,23300000 +48.4270369,9.96112165,25000000 +48.4270456,9.9610739,25000000 +48.4270112,9.961265,39700000 +48.427002650000006,9.9613129,39700000 +48.42696615,9.96152895,35800000 +48.426957833333326,9.961576933333331,35800000 +48.42691635,9.96181705,98800000 +48.42676,9.9627384,26000000 +48.4267517,9.9627873,26000000 +48.42671865,9.9629846,21700000 +48.42671066666666,9.9630347,21700000 +48.4266781,9.9632351,30000000 +48.42667025,9.96328535,30000000 +48.42663935,9.96348765,41800000 +48.42663196666667,9.9635388,41800000 +48.426594300000005,9.9637944,31900000 +48.4266018,9.9637433,31900000 +48.426559133333335,9.964040966666666,22300000 +48.4265649,9.96399855,22300000 +48.42652126666667,9.964328633333333,17300000 +48.4265343,9.9642273,17300000 +48.42652755,9.964278,17300000 +48.4264959,9.9645308,28300000 +48.4264896,9.9645811,28300000 +48.426472,9.9647323,20200000 +48.4264657,9.96478235,20200000 +48.42645933333333,9.9648322,20200000 +48.4264337,9.9650311,16400000 +48.42642715,9.9650804,16400000 +48.4264073,9.9652274,26300000 +48.4264011,9.9652759,26300000 +48.4263949,9.965324066666666,26300000 +48.4263727,9.9655156,21500000 +48.42636845,9.9655631,21500000 +48.4263565,9.9657061,20800000 +48.4263537,9.9657543,20800000 +48.42635056666666,9.965802633333334,20800000 +48.4263386,9.965996,28400000 +48.4263359,9.9660444,28400000 +48.4263261,9.9662381,24500000 +48.42632393333333,9.966286266666666,24500000 +48.4263283,9.9661897,24500000 +48.4263158,9.9664778,32900000 +48.42631365,9.9665247,32900000 +48.4263082,9.9666636,28000000 +48.42630635,9.96670815,28000000 +48.4263042,9.9667517,28000000 +48.4262942,9.966922,28400000 +48.42629105,9.9669618,28400000 +48.42626723333333,9.967151733333331,27300000 +48.42623065,9.9673301,18200000 +48.4255825,9.9696003,19900000 +48.4255917,9.9696093,19900000 +48.4256221,9.9696342,16900000 +48.42563415,9.96964135,16900000 +48.42564686666666,9.969647866666667,16900000 +48.4257003,9.9696726,19900000 +48.42571545,9.969678600000002,19900000 +48.4257789,9.9697033,33000000 +48.4257963,9.969709966666665,33000000 +48.4257622,9.9696969,33000000 +48.4263296,9.9698292,60100000 +48.42799725,9.96947665,82300000 +48.42813700000001,9.9694358,17300000 +48.4282779,9.96939595,18200000 +48.42842305,9.969361,21600000 +48.42858085,9.9693374,17300000 +48.428743,9.9693223,136000000 +48.4321526,9.969906900000002,165000000 +48.4321554,9.969884566666668,165000000 +48.4321807,9.969648,173000000 +48.43217835,9.96967325,173000000 +48.4322072,9.9693917,68700000 +48.43222415,9.96926195,155000000 +48.43224283333333,9.9691492,113000000 +48.43226615,9.96903885,132000000 +48.43228555,9.9689646,23700000 +48.4322919,9.9689463,23700000 +48.4323186,9.9688775,35800000 +48.4323241,9.9688663,35800000 +48.43234755,9.96881805,20000000 +48.43236783333333,9.968759166666668,30800000 +48.4323273,9.9684065,31000000 +48.43233055,9.9684303,31000000 +48.4323344,9.9684568,31000000 +48.4323155,9.9683126,33500000 +48.43231225,9.9682827,33500000 +48.4323017,9.9681897,25800000 +48.43229805,9.968157,25800000 +48.432286,9.9680572,28300000 +48.4322825,9.9680294,28300000 +48.4322678,9.9679309,91000000 +48.43226235,9.9678965,91000000 +48.4322425,9.96777245,35300000 +48.4322479,9.9678062,35300000 +48.4322285,9.967685,102000000 +48.43222285,9.967652,102000000 +48.43221786666667,9.967622766666668,102000000 +48.4321967,9.9674953,28000000 +48.4321904,9.96746,28000000 +48.4321662,9.96732635,88500000 +48.4321712,9.9673545,88500000 +48.4321472,9.9672268,25000000 +48.432141,9.96719885,25000000 +48.4321231,9.9671141,52800000 +48.43211635,9.9670861,52800000 +48.4321101,9.9670586,52800000 +48.4320806,9.9669366,33700000 +48.4320743,9.9669099,33700000 +48.4320518,9.9668172,82600000 +48.4320451,9.96679035,82600000 +48.4320251,9.9667099,22000000 +48.43201665,9.966676,22000000 +48.4319816,9.9665326,94000000 +48.4319949,9.9665873,94000000 +48.4319881,9.96655995,94000000 +48.4319549,9.9664239,29000000 +48.43194795,9.96639685,29000000 +48.4319211,9.96628775,108000000 +48.4319142,9.966260266666666,108000000 +48.4318861,9.9661495,27400000 +48.4318769,9.96611465,27400000 +48.43183833333333,9.965970033333337,70000000 +48.43184575,9.965997300000002,70000000 +48.4318531,9.9660249,70000000 +48.4318052,9.9658482,21500000 +48.43179795,9.96582135,21500000 +48.4317773,9.965741,49400000 +48.4317708,9.96571495,49400000 +48.4317451,9.9656035,17600000 +48.431739,9.9655747,17600000 +48.4317148,9.9654641,43600000 +48.43170905,9.9654366,43600000 +48.43167663333333,9.965300633333332,30900000 +48.43169,9.9653553,30900000 +48.4316833,9.965328,30900000 +48.4316468,9.9651783,35800000 +48.4316386,9.96514465,35800000 +48.4316141,9.9650446,23900000 +48.43160755,9.9650183,23900000 +48.4315878,9.9649392,80900000 +48.43158125,9.9649125,80900000 +48.43154573333334,9.964770033333332,37400000 +48.4315529,9.9647993,37400000 +48.4315612,9.9648328,37400000 +48.4315184,9.9646564,56800000 +48.4315118,9.96462855,56800000 +48.4314916,9.9645452,24900000 +48.4314837,9.9645101,24900000 +48.43141065,9.9642052,24000000 +48.4313769,9.964065866666669,24600000 +48.4313425,9.963913949999998,23300000 +48.4313236,9.9638155,41300000 +48.431319,9.9637872,41300000 +48.431307,9.963702,23400000 +48.43130285,9.9636664,23400000 +48.4312928,9.9635746,27600000 +48.4312892,9.96354005,27600000 +48.4312795,9.9634374,26900000 +48.43127755,9.96340425,26900000 +48.43127735,9.9632814,36800000 +48.43129185,9.9631847,22300000 +48.43130895,9.9631035,38800000 +48.43131375,9.96302435,30600000 +48.4313006,9.962946,38000000 +48.43127135,9.96287485,23000000 +48.4312797,9.9628916,23000000 +48.43123745,9.9627966,37900000 +48.4312467,9.9628221,37900000 +48.4312137,9.9627226,22800000 +48.431207,9.9626957,22800000 +48.4311868,9.9626099,34500000 +48.4311804,9.96257815,34500000 +48.4311625,9.9624782,25600000 +48.43115715,9.96244165,25600000 +48.431142,9.9623276,27900000 +48.43113705,9.96228695,27900000 +48.4311229,9.9621611,22400000 +48.4311188,9.9621167,22400000 +48.4311068,9.96198,43800000 +48.43110305,9.9619321,43800000 +48.4310913,9.9617849,19600000 +48.43108705,9.96173405,19600000 +48.4310696,9.9615278,23000000 +48.4310739,9.9615802,23000000 +48.4310572,9.9613686,20600000 +48.431053,9.9613144,20600000 +48.4310423,9.9611516,25400000 +48.43103965,9.96109705,25400000 +48.4310337,9.9609333,37200000 +48.43103345,9.9608789,37200000 +48.4310337,9.9607152,28200000 +48.43103435,9.96066055,28200000 +48.431036500000005,9.96044315,24000000 +48.4310361,9.9604971,24000000 +48.43103745,9.96022945,27800000 +48.4310371,9.9602825,27800000 +48.4310379,9.9600708,46600000 +48.431037700000005,9.9600181,46600000 +48.4310362,9.9598594,46200000 +48.431035,9.9598063,46200000 +48.4310309,9.9596474,22900000 +48.43102875,9.9595947,22900000 +48.4310176,9.95938525,25300000 +48.4310211,9.9594374,25300000 +48.4310055,9.95923,19700000 +48.43100045,9.9591788,19700000 +48.43098045,9.9589963,21000000 +48.43094826666667,9.9587557,30700000 +48.43095445,9.9587979,30700000 +48.4309211,9.9585756,23600000 +48.43091345,9.9585287,23600000 +48.4308897,9.9583894,24100000 +48.43088315,9.95835335,24100000 +48.4308606,9.9582278,42600000 +48.4308527,9.95818385,42600000 +48.4308291,9.9580533,23500000 +48.43082175,9.9580108,23500000 +48.4308,9.9578858,24400000 +48.43079435,9.9578544,24400000 +48.430775,9.9577492,28400000 +48.43076995,9.9577207,28400000 +48.43074665,9.9575909,18500000 +48.4307526,9.9576241,18500000 +48.43072715,9.95747955,19900000 +48.43071065,9.957373,22800000 +48.43068595,9.9571679,29600000 +48.4306868,9.9571766,29600000 +48.4306828,9.9571418,89100000 +48.43068145,9.95713305,89100000 +48.4306709,9.9570939,58600000 +48.4306527,9.9570617,56700000 +48.4306454,9.95705445,56700000 +48.430637,9.957048333333336,56700000 +48.4305962,9.9570275,38000000 +48.43058295,9.9570249,38000000 +48.4305415,9.9570183,36700000 +48.4305298,9.95701775,36700000 +48.43047145,9.9570209,99900000 +48.4280663,9.9568682,69000000 +48.4280501,9.95686455,69000000 +48.4279933,9.9568519,52500000 +48.4280057,9.9568545,52500000 +48.4279601,9.956844,46300000 +48.42795085,9.9568419,46300000 +48.4279262,9.9568358,29500000 +48.42792025,9.9568342,29500000 +48.427903,9.95682985,22000000 +48.4279057,9.9568304,22000000 +48.427897900000005,9.9568296,71200000 +48.42789735,9.95683075,82100000 +48.4278969,9.9568314,32200000 +48.4278965,9.9568318,30000000 +48.4278965,9.95683205,30000000 +48.4278964,9.9568328,42700000 +48.427896,9.9568329,42700000 +48.427892,9.95683305,40700000 +48.4278939,9.9568332,40700000 +48.4278808,9.9568311,32600000 +48.4278737,9.95682945,32600000 +48.4278501,9.956824,38200000 +48.42784195,9.956822249999998,38200000 +48.4278203,9.9568183,27600000 +48.4278115,9.9568171,27600000 +48.4277817,9.9568148,27100000 +48.42776995,9.956816,27100000 +48.42772225,9.95682835,32700000 +48.427671,9.9568603,33900000 +48.42766076666667,9.956871733333331,33900000 +48.4276173,9.9569314,39800000 +48.4276074,9.95695285,39800000 +48.4275775,9.957047,22800000 +48.4275661,9.957131,34600000 +48.42756325,9.95715675,34600000 +48.4275466,9.957309633333333,21300000 +48.42754975,9.95727985,21300000 +48.4275286,9.95748095,37200000 +48.4275319,9.957448,37200000 +48.4275164,9.9576,41600000 +48.427511800000005,9.957645,41600000 +48.4274972,9.957784,46700000 +48.4274919,9.95783265,46700000 +48.4274783,9.9579623,28900000 +48.4274742,9.95800395,28900000 +48.4274593,9.9581531,36900000 +48.4274532,9.9582082,36900000 +48.42743155,9.95840025,26600000 +48.427426033333326,9.958447233333333,26600000 +48.4274008,9.9586608,27000000 +48.42739325,9.9587205,27000000 +48.4273698,9.9588991,25800000 +48.4273634,9.9589468,25800000 +48.42733495,9.9591609,24600000 +48.4273413,9.9591135,24600000 +48.4273116,9.9593266,29500000 +48.427305,9.959373800000002,29500000 +48.4272987,9.959421133333334,29500000 +48.4272637,9.9596685,21500000 +48.4272723,9.9596099,21500000 +48.427241,9.9598215,26000000 +48.4272323,9.9598804,26000000 +48.4272061,9.9600574,31600000 +48.4271988,9.96010425,31600000 +48.42716495,9.96032805,27300000 +48.4271743,9.9602692,27300000 +48.4271355,9.9605046,29500000 +48.4271259,9.96056375,29500000 +48.4270958,9.9607414,26400000 +48.4270859,9.9608008,26400000 +48.4270563,9.9609792,26300000 +48.42704705,9.96103895,26300000 +48.4270133,9.9612419,40700000 +48.42700355,9.9613021,40700000 +48.4269691,9.96150695,53100000 +48.426977,9.9614587,53100000 +48.42696106666667,9.9615554,53100000 +48.4267623,9.9627448,18400000 +48.42675385,9.96279575,18400000 +48.4267211,9.963,22600000 +48.42671306666666,9.963051433333334,22600000 +48.4267292,9.9629487,22600000 +48.4266806,9.9632579,20100000 +48.4266725,9.96330985,20100000 +48.4266477,9.9634659,31300000 +48.42663233333334,9.963570733333333,31300000 +48.42664005,9.96351835,31300000 +48.426603,9.9637801,23700000 +48.4265958,9.96383225,23700000 +48.4265747,9.9639887,31500000 +48.4265681,9.96404065,31500000 +48.4265613,9.9640926,31500000 +48.4265271,9.9643531,24000000 +48.4265271,9.9643531,24000000 +48.4265335,9.9643007,24000000 +48.42649396666666,9.964613566666667,25500000 +48.4264587,9.96487355,28000000 +48.42642113333333,9.9651333,17400000 +48.42636843333333,9.965660266666667,24100000 +48.4263536,9.9658731,36600000 +48.42635085,9.9659266,36600000 +48.4263426,9.9660874,25800000 +48.4263398,9.96614085,25800000 +48.42633706666666,9.966194033333332,25800000 +48.4263266,9.9664048,30800000 +48.4263237,9.966456399999998,30800000 +48.4263158,9.9666094,24000000 +48.42631335,9.9666591,24000000 +48.426310566666665,9.966707966666666,24000000 +48.42629385,9.96694575,49500000 +48.4262976,9.9669003,49500000 +48.4262806,9.9670781,18100000 +48.4262752,9.9671196,18100000 +48.42626896666667,9.9671604,18100000 +48.42623145,9.96735775,73400000 +48.4262409,9.9673199,73400000 +48.42555583333333,9.9693718,22300000 +48.42555725,9.9693647,22300000 +48.4255512,9.9693942,26600000 +48.42555035,9.969397,26600000 +48.4255492,9.96940145,29100000 +48.42554913333333,9.969401866666669,27100000 +48.42554865,9.96940365,30100000 +48.4255438,9.96942875,67700000 +48.4255436,9.969428733333332,94950000 +48.4255437,9.96942885,94950000 +48.4255432,9.9694282,101000000 +48.42554295,9.9694293,101000000 +48.42554145,9.96944095,103000000 +48.425540833333336,9.9694472,103000000 +48.4255548,9.9695386,159650000 +48.4255605,9.96955005,159650000 +48.4255844,9.9695897,23800000 +48.4255963,9.9696028,23800000 +48.42565275,9.9696483,27200000 +48.4256367,9.9696384,27200000 +48.42571775,9.9696815,24300000 +48.4262023,9.9698153,119000000 +48.42624755,9.9698216,119000000 +48.4263597,9.9698352,83000000 +48.42639415,9.9698379,83000000 +48.4269721,9.969813899999998,164000000 +48.4269356,9.9698199,164000000 +48.4270812,9.9697944,42300000 +48.4271175,9.96978665,42300000 +48.42726235,9.9697495,119000000 +48.4272263,9.9697602,119000000 +48.4273704,9.9697151,148000000 +48.42740635,9.96970175,148000000 +48.427514,9.969659,113000000 +48.42755,9.96964445,113000000 +48.4279962,9.9694781,118000000 +48.42814975,9.969429,25700000 +48.42829755,9.9693874,29800000 +48.42844755,9.9693558,22400000 +48.4287684,9.96932195,135000000 +48.43042575,9.96959305,40500000 +48.4305326,9.9696465,31800000 +48.4305674,9.96966455,31800000 +48.4306705,9.969719,22100000 +48.43070405,9.96973725,22100000 +48.4308356,9.9698101,96700000 +48.430931,9.9698647,163000000 +48.430962,9.9698828,163000000 +48.4310833,9.9699539,24200000 +48.4311693,9.9700051,33500000 +48.4311906,9.97001775,33500000 +48.4312618,9.9700607,25900000 +48.4312805,9.9700719,25900000 +48.43136405,9.97012295,31200000 +48.4314457,9.97017535,83100000 +48.43153133333333,9.970229733333332,71800000 +48.43151465,9.9702196,71800000 +48.431618400000005,9.97028055,142000000 +48.4319786,9.9703072,120000000 +48.43212765,9.97004305,174000000 +48.432149,9.9699328,24500000 +48.4321647,9.96981845,30900000 +48.4321755,9.9697237,106000000 +48.43217803333334,9.969699,106000000 +48.4321874,9.9695999,99000000 +48.4321899,9.969575,99000000 +48.43219965,9.969474,62700000 +48.43220216666666,9.969448133333334,62700000 +48.43221575,9.9693181,19200000 +48.43222995,9.9692144,33800000 +48.43223443333333,9.969189233333331,33800000 +48.4322592,9.96906935,99700000 +48.43228679999999,9.968969033333332,32700000 +48.43228115,9.96898665,32700000 +48.43231505,9.9688899,34500000 +48.4323095,9.9689033,34500000 +48.4323368,9.9688425,36800000 +48.43234176666667,9.968831566666667,36800000 +48.4323639,9.9687764,30400000 +48.43237395,9.96872635,18800000 +48.43237423333333,9.968711733333334,18800000 +48.4323684,9.9686345,33000000 +48.4323548,9.9685565,30000000 +48.43233873333333,9.968464333333332,19200000 +48.4323246,9.9683724,20200000 +48.432314600000005,9.968280466666668,25300000 +48.4323068,9.9682049,26000000 +48.4323045,9.96818535,26000000 +48.43229445,9.9681051,30800000 +48.4322917,9.968084499999998,30800000 +48.43227775,9.96798025,29600000 +48.43226103333333,9.967869899999998,22600000 +48.43224305,9.9677558,25200000 +48.43222336666667,9.967640633333334,25500000 +48.4322048,9.9675351,58100000 +48.43220045,9.96751095,58100000 +48.43217796666666,9.9673901,35000000 +48.4321828,9.96741465,35000000 +48.4321554,9.9672783,40600000 +48.43214995,9.9672529,40600000 +48.43212735,9.9671505,23000000 +48.43210355,9.96704035,27300000 +48.43209733333333,9.9670125,27300000 +48.4320717,9.9668928,21500000 +48.43206665,9.96686795,21500000 +48.43204385,9.9667572,30100000 +48.432021500000005,9.9666623,20400000 +48.432016233333336,9.9666392,20400000 +48.4319949,9.966547,40000000 +48.4319895,9.96652465,40000000 +48.431968100000006,9.96643695,24700000 +48.43196280000001,9.966415833333334,24700000 +48.431934,9.96630195,21500000 +48.4319116,9.9662114,20900000 +48.4319166,9.9662317,20900000 +48.431891750000005,9.9661292,21400000 +48.43188623333334,9.966107233333334,21400000 +48.43185685,9.96599205,29000000 +48.4318632,9.9660162,29000000 +48.4318336,9.9659057,26600000 +48.4318246,9.96587445,26600000 +48.4317933,9.96576255,31900000 +48.4317621,9.96563855,27700000 +48.43173086666667,9.9654963,35700000 +48.43173695,9.965524,35700000 +48.43170145,9.96536195,24600000 +48.4316818,9.9652821,22400000 +48.43167495,9.965255,22400000 +48.4316503,9.9651603,21400000 +48.4316416,9.96512545,21400000 +48.4315985,9.964950766666666,27900000 +48.4316062,9.9649825,27900000 +48.431557,9.9647844,23400000 +48.4315644,9.9648139,23400000 +48.4315315,9.9646803,18900000 +48.43152255,9.96464275,18900000 +48.4314955,9.9645299,22800000 +48.4314881,9.96449945,22800000 +48.4314583,9.9643772,17900000 +48.4314507,9.964346466666669,17900000 +48.4314169,9.9642089,38400000 +48.4314095,9.9641788,38400000 +48.4313804,9.9640594,21400000 +48.43135375,9.96394225,34300000 +48.431347933333335,9.963913866666667,34300000 +48.4313238,9.9637894,32700000 +48.43131955,9.96376365,32700000 +48.4313081,9.963688,29000000 +48.43130455,9.96365835,29000000 +48.4312941,9.9635585,23500000 +48.431292266666674,9.963536933333335,23500000 +48.4312857,9.9634497,24500000 +48.4312848,9.9634338,24500000 +48.4312814,9.9633794,24200000 +48.43127865,9.96333695,23600000 +48.43127813333333,9.9633288,23600000 +48.43127605,9.96329655,16900000 +48.4312753,9.9632912,18400000 +48.4312752,9.9632913,18400000 +48.43127485,9.9632913,17700000 +48.4312749,9.9632913,17700000 +48.43127445,9.96329155,20700000 +48.4312742,9.963291533333331,20700000 +48.4312733,9.9632917,17800000 +48.4312732,9.96329175,17800000 +48.431272500000006,9.9632922,22600000 +48.4312727,9.9632921,22600000 +48.4312719,9.9632925,26700000 +48.43127175,9.9632919,26700000 +48.4312713,9.963288,29600000 +48.4312712,9.96328555,29600000 +48.4312708,9.9632784,22800000 +48.43127045,9.9632772,20000000 +48.43127066666667,9.963265933333332,29200000 +48.4312705,9.96327045,29200000 +48.4312725,9.9632415,23300000 +48.43127425,9.96323165,23300000 +48.431282,9.9631972,18800000 +48.4312853,9.9631857,18800000 +48.4312984,9.9631419,20300000 +48.4313031,9.96312405,20300000 +48.4313144,9.9630675,26800000 +48.43131545,9.96304665,26800000 +48.4313129,9.9629824,35700000 +48.43130795,9.96296115,35700000 +48.4312871,9.9629006,22800000 +48.4312779,9.96288175,22800000 +48.4312495,9.9628249,21400000 +48.4312405,9.9628048,21400000 +48.4312157,9.9627402,16100000 +48.4312087,9.962715500000002,16100000 +48.43118255,9.96260745,19300000 +48.4311888,9.9626368,19300000 +48.43116125,9.9624954,37100000 +48.4311668,9.9625284,37100000 +48.4311453,9.9623927,40800000 +48.43114075,9.96235595,40800000 +48.431129,9.9622576,24700000 +48.4311252,9.96221765,24700000 +48.431110450000006,9.96205225,23700000 +48.4310997,9.961921,31800000 +48.431096,9.96187595,31800000 +48.43108085,9.961695,18300000 +48.4310848,9.9617402,18300000 +48.4310693,9.9615579,26900000 +48.43106555,9.9615111,26900000 +48.4310552,9.9613699,29400000 +48.4310516,9.96132165,29400000 +48.4310414,9.9611757,23400000 +48.4310386,9.9611259,23400000 +48.4310324,9.9609753,16200000 +48.4310318,9.9609241,16200000 +48.4310311,9.9607688,25700000 +48.4310314,9.96071595,25700000 +48.4310333,9.96050155,23600000 +48.4310329,9.9605558,23600000 +48.43103475,9.96028255,20300000 +48.43103565,9.96006255,18800000 +48.43103415,9.95986365,22300000 +48.4310331,9.959815999999998,22300000 +48.431028,9.9596126,27400000 +48.43102595,9.959559,27400000 +48.4310147,9.9593464,26300000 +48.4310184,9.959399,26300000 +48.4309973,9.95914835,20800000 +48.4310016,9.9591896,20800000 +48.4309814,9.9590047,33100000 +48.43097655,9.9589641,33100000 +48.4309583,9.958823,28100000 +48.4309527,9.9587832,28100000 +48.4309268,9.9586145,37100000 +48.4309348,9.9586638,37100000 +48.4308939,9.95841915,21100000 +48.430886533333336,9.9583775,21100000 +48.4308546,9.958199,40100000 +48.43084775,9.9581615,40100000 +48.4308236,9.9580323,23600000 +48.43081545,9.95798775,23600000 +48.4307919,9.9578573,26500000 +48.43078445,9.957817,26500000 +48.43075605,9.9576627,19200000 +48.43073225,9.957529,18000000 +48.4307374,9.9575595,18000000 +48.430718,9.9574427,103000000 +48.43071415,9.957417,103000000 +48.4307039,9.9573432,40900000 +48.43070105,9.95732105,40900000 +48.4306939,9.9572611,75000000 +48.4306922,9.95724535,75000000 +48.4306838,9.957163,24100000 +48.43068285,9.9571544,24100000 +48.4306797,9.9571281,81000000 +48.43067755,9.9571183,81000000 +48.4306671,9.957085,37800000 +48.4306596,9.957073,37800000 +48.4305894,9.9570245,45100000 +48.43057505,9.95702315,45100000 +48.4305143,9.95702565,75800000 +48.4305303,9.9570239,75800000 +48.43044975,9.95703485,124000000 +48.4279508,9.9568418,93800000 +48.4279254,9.95683485,93800000 +48.42783835,9.9568118,51000000 +48.4278546,9.9568159,51000000 +48.4277835,9.9568029,89400000 +48.42776524999999,9.95680405,89400000 +48.4277121,9.9568145,27200000 +48.4276957,9.9568229,27200000 +48.4276494,9.9568567,26600000 +48.427637,9.9568739,26600000 +48.4276036,9.9569308,26100000 +48.4275946,9.9569538,26100000 +48.42756675,9.95706145,18000000 +48.427552250000005,9.957192,18800000 +48.4275553,9.9571584,18800000 +48.4275437,9.9572932,27300000 +48.42754065,9.9573276,27300000 +48.4275311,9.9574324,34000000 +48.42752835,9.9574614,34000000 +48.4275195,9.9575499,24000000 +48.4275152,9.95758825,24000000 +48.427499350000005,9.957733,26900000 +48.42749513333334,9.957770066666669,26900000 +48.4275042,9.9576911,26900000 +48.4274791,9.9579155,25100000 +48.4274739,9.95796155,25100000 +48.4274581,9.958103,18800000 +48.42745355,9.9581422,18800000 +48.4274395,9.9582617,24800000 +48.42743345,9.95831345,24800000 +48.4274145,9.9584719,32900000 +48.42740755,9.958526849999998,32900000 +48.42738215,9.95872995,33900000 +48.4273892,9.9586721,33900000 +48.4273605,9.958906,21200000 +48.427353,9.95896615,21200000 +48.42732375,9.95919675,29100000 +48.4273167,9.9592459,29100000 +48.4272837,9.9594689,28900000 +48.42727625,9.9595197,28900000 +48.42723793333334,9.9597762,22500000 +48.4272458,9.9597248,22500000 +48.4272536,9.9596733,22500000 +48.427206,9.9599813,28200000 +48.42719825,9.9600321,28200000 +48.4271752,9.9601842,31700000 +48.42716795,9.960234,31700000 +48.42716043333333,9.960283733333334,31700000 +48.4271302,9.9604815,32200000 +48.4271219,9.96052995,32200000 +48.427090250000006,9.96072175,42500000 +48.4270982,9.9606741,42500000 +48.42704646666667,9.960978966666666,18500000 +48.42700245,9.96124115,36000000 +48.427012,9.9611845,36000000 +48.4269748,9.9614107,31500000 +48.42696745000001,9.96145605,31500000 +48.4269455,9.9615921,55100000 +48.42693775,9.9616375,55100000 +48.4268234,9.96230005,27600000 +48.42681543333333,9.962347,27600000 +48.426783,9.9625356,46800000 +48.42677545,9.96258315,46800000 +48.4267351,9.962823566666666,23100000 +48.4267433,9.96277495,23100000 +48.4266944,9.9630684,21400000 +48.4266622,9.96326855,20800000 +48.4266546,9.963318666666668,20800000 +48.426623,9.9635193,29300000 +48.4266154,9.96356965,29300000 +48.42658705,9.9637713,19900000 +48.42658036666666,9.963821566666669,19900000 +48.4265478,9.964072,33000000 +48.42651610000001,9.964318666666667,25900000 +48.426522000000006,9.96426985,25900000 +48.42648685,9.9645602,30800000 +48.426482,9.964599533333336,30800000 +48.4264622,9.9647717,25400000 +48.42645585,9.9648178,25400000 +48.42643475,9.9649683,32600000 +48.4264286,9.965011133333332,32600000 +48.4263967,9.9652389,36600000 +48.4264023,9.9651911,36600000 +48.426391566666666,9.965286833333332,36600000 +48.42636855000001,9.96552835,22800000 +48.4263728,9.9654797,22800000 +48.4263535,9.96572405,36200000 +48.42635016666666,9.965773399999998,36200000 +48.4263379,9.9659707,30700000 +48.42633545,9.9660193,30700000 +48.426327150000006,9.96621125,25700000 +48.42632510000001,9.966257733333334,25700000 +48.42631535,9.9664861,42100000 +48.4263171,9.9664416,42100000 +48.42630549999999,9.966706733333334,17800000 +48.4263097,9.9666189,17800000 +48.42630765,9.96666295,17800000 +48.4262952,9.9668806,26300000 +48.4262915,9.96692325,26300000 +48.4262789,9.9670493,43300000 +48.4262734,9.9670902,43300000 +48.426267200000005,9.9671304,43300000 +48.4262386,9.9672886,34700000 +48.4262289,9.9673265,34700000 +48.42617413333334,9.967509466666668,118000000 +48.4261867,9.9674744,118000000 +48.426273,9.9698267,41900000 +48.42686685,9.96982565,36500000 +48.42701935,9.9698017,22800000 +48.4271328,9.9697788,62500000 +48.42716055,9.9697723,62500000 +48.42739695,9.9697024,158100000 +48.42808465,9.9694484,44900000 +48.42821295,9.969411,34000000 +48.4283283,9.9693832,30100000 +48.4284809,9.969353533333337,109000000 +48.4286441,9.96933095,94900000 +48.42877625,9.96932105,144000000 +48.4287482,9.9693222,144000000 +48.43130365,9.970085699999998,31800000 +48.43131696666666,9.9700939,31800000 +48.431386,9.9701368,26200000 +48.43144185,9.9701722,17900000 +48.43145533333333,9.9701807,17900000 +48.431529350000005,9.9702271,109000000 +48.4315159,9.9702185,109000000 +48.4315839,9.970261,53800000 +48.43159776666667,9.970269433333334,53800000 +48.4316753,9.9703137,170000000 +48.4316609,9.9703064,170000000 +48.431876566666666,9.9703496,86400000 +48.4319318,9.9703354,89400000 +48.43194505,9.9703286,89400000 +48.43199915,9.9702899,135000000 +48.43201163333333,9.9702763,135000000 +48.4320998,9.97012865,127000000 +48.432106833333336,9.9701089,127000000 +48.43213675,9.97000575,110000000 +48.4321322,9.9700274,110000000 +48.4321522,9.96991755,154000000 +48.432155300000005,9.9698949,154000000 +48.4321666,9.9698034,114000000 +48.432169,9.9697803,114000000 +48.4321763,9.9697104,142000000 +48.43217855,9.9696868,142000000 +48.4321809,9.9696635,142000000 +48.432202450000005,9.9694581,30000000 +48.43220496666667,9.9694355,30000000 +48.43221925,9.9693243,74700000 +48.4322162,9.969346,74700000 +48.4322327,9.96923885,105000000 +48.43223633333333,9.9692183,105000000 +48.4322517,9.9691373,42500000 +48.43225585,9.96911795,42500000 +48.4322736,9.9690447,64900000 +48.43227836666667,9.969027966666667,64900000 +48.4322977,9.9689631,34000000 +48.4323028,9.96894805,34000000 +48.43232355000001,9.96889255,32300000 +48.4323181,9.9689052,32300000 +48.43232903333334,9.9688805,32300000 +48.4323562,9.968824049999998,27700000 +48.432351,9.9688346,27700000 +48.432376000000005,9.96878205,21100000 +48.43237976666668,9.9687704,21100000 +48.4323909,9.9687221,23700000 +48.43239115,9.968709,23700000 +48.432389,9.9686686,26000000 +48.4323865,9.9686546,26000000 +48.4323833,9.96864,26000000 +48.4323681,9.9685804,24600000 +48.4323635,9.9685642,24600000 +48.43234545,9.96849595,22800000 +48.43234163333333,9.968477166666668,22800000 +48.4323497,9.9685141,22800000 +48.4323286,9.9683996,19000000 +48.43232595,9.96837865,19000000 +48.4323185,9.9683137,31000000 +48.432316400000005,9.96829095,31000000 +48.43231416666666,9.9682677,31000000 +48.4323045,9.9681727,31300000 +48.4323016,9.968148,31300000 +48.4322921,9.9680726,21800000 +48.4322887,9.9680463,21800000 +48.43228516666667,9.9680198,21800000 +48.43226605,9.9678871,15100000 +48.4322701,9.9679139,15100000 +48.432245,9.9677525,29800000 +48.4322534,9.9678065,29800000 +48.43224915,9.96777965,29800000 +48.4322271,9.9676435,32400000 +48.4322225,9.96761595,32400000 +48.4322082,9.9675328,30700000 +48.4322033,9.9675048,30700000 +48.43219833333333,9.967476766666666,30700000 +48.4321781,9.9673647,18600000 +48.43217265,9.96733665,18600000 +48.43214416666666,9.967196266666669,32900000 +48.4321558,9.9672525,32900000 +48.43214995,9.96722425,32900000 +48.4321205,9.9670854,25100000 +48.432114600000006,9.96705795,25100000 +48.4320972,9.9669765,32800000 +48.432091150000005,9.96695015,32800000 +48.43208526666667,9.966924266666666,32800000 +48.4320617,9.9668215,39100000 +48.4320556,9.96679615,39100000 +48.43203125,9.96669455,30400000 +48.432037,9.9667199,30400000 +48.43202513333333,9.9666689,30400000 +48.43199485,9.9665392,26800000 +48.4320009,9.9665653,26800000 +48.43197,9.96643365,28800000 +48.43196366666666,9.966407133333332,28800000 +48.4319763,9.9664602,28800000 +48.4319382,9.9663013,39000000 +48.43193165,9.9662752,39000000 +48.4319119,9.9661961,20500000 +48.431905,9.96616945,20500000 +48.431898100000005,9.966142833333333,20500000 +48.4318673,9.9660241,31800000 +48.4318603,9.96599835,31800000 +48.4318321,9.9658964,20500000 +48.431803,9.9657947,26400000 +48.43179606666666,9.965768933333337,26400000 +48.43176315,9.96563815,29000000 +48.4317689,9.9656649,29000000 +48.4317452,9.9655582,33900000 +48.4317394,9.9655312,33900000 +48.431733433333335,9.965504033333334,33900000 +48.4317096,9.9653944,43300000 +48.4317029,9.9653668,43300000 +48.4316825,9.9652842,36000000 +48.4316738,9.96524975,36000000 +48.4316662,9.96522,36000000 +48.4316373,9.9651048,28900000 +48.4316303,9.9650768,28900000 +48.43160275,9.9649664,31100000 +48.43159616666666,9.964938866666666,31100000 +48.4316095,9.9649939,31100000 +48.4315663,9.9648143,35900000 +48.43155955,9.9647862,35900000 +48.4315351,9.9646887,22700000 +48.4315282,9.96466085,22700000 +48.4315076,9.9645766,38400000 +48.431498950000005,9.9645415,38400000 +48.4314762,9.9644498,42900000 +48.4314691,9.96442175,42900000 +48.43146196666667,9.9643937,42900000 +48.4314272,9.96425265,35600000 +48.4314339,9.9642811,35600000 +48.4313919,9.964101633333334,27100000 +48.43139895,9.96413185,27100000 +48.4314071,9.9641673,27100000 +48.4313634,9.9639744,22100000 +48.43135805,9.96394895,22100000 +48.431343,9.9638741,29800000 +48.4313389,9.96385005,29800000 +48.4313271,9.9637788,20700000 +48.43132365,9.9637554,20700000 +48.4313203,9.963732266666666,20700000 +48.431307,9.9636291,24200000 +48.4313049,9.96360695,24200000 +48.43129665,9.96351255,24200000 +48.4312992,9.9635424,24200000 +48.43128985,9.9634215,20100000 +48.4312913,9.9634447,20100000 +48.4312861,9.96334025,25600000 +48.431286066666665,9.963321266666666,25600000 +48.4312904,9.9632398,23800000 +48.43129345,9.96322245,23800000 +48.4313076,9.9631616,18700000 +48.43131355,9.9631395,18700000 +48.4313287,9.9630719,22800000 +48.4313303,9.9630487,22800000 +48.4313288,9.9629892,23900000 +48.43132375,9.962968,23900000 +48.4312935,9.9628941,29600000 +48.4312935,9.9628941,29600000 +48.431303,9.9629102,29600000 +48.43125625,9.9628276,15500000 +48.4312284,9.9627533,23900000 +48.4312055,9.96266375,35100000 +48.4311778,9.9625236,28800000 +48.4311543,9.96237595,23700000 +48.43113915,9.962262,22100000 +48.43112293333333,9.9620989,24500000 +48.43110705,9.96191555,27600000 +48.43109375,9.9617542,34000000 +48.431079100000005,9.9615797,19400000 +48.431065450000006,9.9614191,17700000 +48.4310412,9.9610655,32500000 +48.4310371,9.9609212,32700000 +48.43103665,9.96087255,32700000 +48.4310361,9.9607457,30800000 +48.4310363,9.96069645,30800000 +48.431036500000005,9.960653533333334,30800000 +48.431036500000005,9.960653533333334,30800000 +48.4310373,9.9604675,25100000 +48.43103785,9.96041705,25100000 +48.4310393,9.9602233,25800000 +48.4310398,9.9600366,17800000 +48.4310376,9.95985955,30700000 +48.4310319,9.959671,36500000 +48.4310213,9.959429033333334,41000000 +48.43100555,9.95919855,63600000 +48.43098915,9.95903215,27700000 +48.4309648,9.9588381,65900000 +48.430930366666665,9.9586033,24500000 +48.4309003,9.9584171,45500000 +48.43089365,9.9583796,45500000 +48.43086555,9.95822435,37700000 +48.43083445,9.9580604,22800000 +48.4308049,9.957903833333331,20000000 +48.43077955,9.95776505,30300000 +48.4307554,9.957624566666668,23800000 +48.4307367,9.95750645,29300000 +48.43072395,9.9574194,56200000 +48.43071175,9.9573325,39500000 +48.43070143333333,9.9572563,92000000 +48.4306926,9.9571918,108000000 +48.4306871,9.9571538,26400000 +48.43067993333333,9.9571153,89400000 +48.43066090000001,9.95706905,28400000 +48.43062745,9.9570375,23300000 +48.430585,9.9570255,42700000 +48.4305432,9.9570245,73600000 +48.4304952,9.9570287,166000000 +48.43041626666667,9.9570438,85800000 +48.43026705,9.9570712,123000000 +48.4291514,9.9570625,118000000 +48.4281123,9.9568889,73100000 +48.4281002,9.956886,73100000 +48.42805535,9.9568746,35900000 +48.4280657,9.9568772,35900000 +48.4280261,9.9568668,66800000 +48.42801745,9.9568646,66800000 +48.42798595,9.95685695,56800000 +48.4279579,9.95684975,24700000 +48.4279406,9.9568453,23400000 +48.42793545,9.95684405,23400000 +48.4279229,9.9568411,31700000 +48.4279206,9.95684055,31700000 +48.4279169,9.9568398,54400000 +48.42791685,9.95683995,54400000 +48.42791665,9.95684045,35000000 +48.42791645,9.956841,34600000 +48.4279164,9.9568412,33800000 +48.42791645,9.95684125,38800000 +48.42791675,9.9568414,43600000 +48.4279173,9.9568414,49600000 +48.4279177,9.9568414,44100000 +48.42791783333333,9.956841433333333,44100000 +48.4279183,9.9568416,76700000 +48.4279184,9.95684165,76700000 +48.4279188,9.95684175,25000000 +48.427919300000006,9.956842033333333,36700000 +48.4279192,9.956842,36700000 +48.4279197,9.9568424,37800000 +48.4279198,9.95684255,37800000 +48.42792,9.9568431,36800000 +48.4279201,9.9568433,36800000 +48.42792035,9.956844,27500000 +48.4279204,9.9568442,27500000 +48.4279206,9.9568449,28100000 +48.4279206,9.95684505,28100000 +48.4279206,9.9568456,35700000 +48.4279206,9.9568461,23500000 +48.4279206,9.956846166666669,23500000 +48.4279206,9.95684655,29800000 +48.42792055,9.9568468,37800000 +48.42792045,9.9568471,27500000 +48.4279204,9.95684735,39700000 +48.4279204,9.956847366666668,39700000 +48.4279204,9.9568475,30800000 +48.4279204,9.95684755,30800000 +48.4279204,9.9568477,43500000 +48.42792035,9.95684775,43500000 +48.4279203,9.9568478,35800000 +48.4279203,9.9568478,35800000 +48.4279202,9.9568479,30600000 +48.4279202,9.9568479,30600000 +48.4279201,9.9568479,33000000 +48.4279201,9.9568479,33000000 +48.4279201,9.9568479,19700000 +48.42792005,9.9568479,19700000 +48.42792,9.9568479,37500000 +48.42792,9.95684785,37500000 +48.42792,9.9568479,38600000 +48.42792,9.9568479,38600000 +48.4279199,9.9568479,45800000 +48.4279199,9.9568479,45800000 +48.42792,9.9568479,35000000 +48.42792,9.9568479,35000000 +48.42792,9.9568479,55700000 +48.42792005,9.9568479,55700000 +48.4279202,9.9568479,44000000 +48.4279202,9.9568479,44000000 +48.42792035,9.956848,71400000 +48.4279205,9.9568481,37100000 +48.42792053333333,9.9568481,37100000 +48.42792075,9.95684815,20900000 +48.4279208,9.95684825,30100000 +48.4279208,9.9568482,30100000 +48.4279209,9.9568483,70000000 +48.42792095,9.95684835,70000000 +48.42792105,9.95684855,58800000 +48.4279211,9.95684865,46900000 +48.4279211,9.9568486,46900000 +48.4279212,9.9568487,32500000 +48.4279212,9.9568487,37400000 +48.4279212,9.95684875,37400000 +48.4279212,9.9568488,57900000 +48.42792125,9.9568488,57900000 +48.42792125,9.9568488,42100000 +48.4279212,9.9568488,24800000 +48.4279211,9.9568489,38200000 +48.42792095,9.9568489,26200000 +48.4279209,9.9568489,44800000 +48.42792085,9.9568489,44800000 +48.42792055,9.95684885,66400000 +48.4279203,9.9568488,66400000 +48.42791455,9.9568471,46800000 +48.4279173,9.9568479,46800000 +48.42789805,9.95684255,51000000 +48.4279035,9.956844,51000000 +48.427879,9.9568374,26000000 +48.4278711,9.95683545,26000000 +48.4278467,9.9568297,58200000 +48.42783885,9.9568281,58200000 +48.4278153,9.9568242,45700000 +48.4278072,9.95682325,45700000 +48.4277773,9.9568214,24800000 +48.4277857,9.9568215,24800000 +48.4277431,9.9568228,31200000 +48.4277518,9.956822,31200000 +48.4277063,9.95683,33700000 +48.4277164,9.9568266,33700000 +48.427673,9.9568467,32000000 +48.4276615,9.9568569,32000000 +48.4276328,9.9568892,27100000 +48.42762195,9.95690745,27100000 +48.4275931,9.9569721,36100000 +48.42758665,9.95699835,36100000 +48.42756725,9.95710995,33500000 +48.4275704,9.9570837,33500000 +48.427554,9.9572282,28700000 +48.427550700000005,9.957261466666669,28700000 +48.4275356,9.9574099,102000000 +48.4275312,9.95745335,102000000 +48.42751545,9.9576062,31900000 +48.42749895,9.9577608,25100000 +48.42749466666667,9.957801466666666,25100000 +48.4274774,9.9579673,22600000 +48.427473,9.95801095,22600000 +48.42745425,9.95818875,18900000 +48.42744919999999,9.958235,18900000 +48.42742225,9.95847125,30900000 +48.4274285,9.9584226,30900000 +48.42739236666666,9.958716099999998,32100000 +48.4273985,9.9586671,32100000 +48.4273671,9.9589114,27500000 +48.4273604,9.95896005,27500000 +48.4273337,9.959155,23500000 +48.427327,9.959204133333332,23500000 +48.427293500000005,9.9594509,23400000 +48.42726555,9.9596519,30000000 +48.42725813333334,9.9597025,30000000 +48.42722015,9.9599571,24600000 +48.42718153333333,9.960215033333332,28800000 +48.4271895,9.9601633,28800000 +48.4271975,9.9601115,28800000 +48.4271472,9.9604221,27400000 +48.427138,9.96047405,27400000 +48.42709346666667,9.960734366666667,17000000 +48.4270438,9.9610203,24800000 +48.42700975,9.9612282,33700000 +48.426972500000005,9.9614485,38000000 +48.42692215,9.9617342,146000000 +48.42678623333333,9.9625347,25900000 +48.4267949,9.9624823,25900000 +48.426804,9.9624297,25900000 +48.4267533,9.9627444,31900000 +48.426745,9.96279645,31900000 +48.4267195,9.9629521,30300000 +48.42671125,9.9630047,30300000 +48.42670316666666,9.9630573,30300000 +48.4266716,9.9632686,17700000 +48.4266633,9.96332165,17700000 +48.4266385,9.9634813,27900000 +48.4266306,9.96353475,27900000 +48.4266226,9.9635884,27900000 +48.42658345,9.96385855,22900000 +48.426591,9.9638041,22900000 +48.4265533,9.96407735,18800000 +48.42654583333333,9.964132466666667,18800000 +48.4265608,9.9640224,18800000 +48.426514,9.9643807,29000000 +48.42650735,9.96443585,29000000 +48.4264872,9.9646016,18400000 +48.42648079999999,9.96465645,18400000 +48.4264741,9.964711233333333,18400000 +48.4264456,9.9649292,16100000 +48.42643745,9.9649826,16100000 +48.4264134,9.9651421,24400000 +48.4264002,9.9652475,24400000 +48.42640655,9.9651949,24400000 +48.4263717,9.96550865,31900000 +48.4263766,9.9654568,31900000 +48.426354700000005,9.9657145,21600000 +48.4263518,9.965765233333334,21600000 +48.4263581,9.9656634,21600000 +48.4263419,9.9659675,31800000 +48.42633905,9.9660304,31800000 +48.4263315,9.9661941,22400000 +48.42632935,9.96624455,22400000 +48.42631836666666,9.966493633333332,31200000 +48.4263225,9.9663949,31200000 +48.42632045,9.96644455,31200000 +48.4263068,9.96673455,31900000 +48.4263094,9.9666878,31900000 +48.4262966,9.9668956,33500000 +48.4262921,9.96695015,33500000 +48.4262792,9.9670882,65300000 +48.42627385,9.96712805,65300000 +48.42626766666667,9.967167033333332,65300000 +48.426229,9.96735665,78800000 +48.4262385,9.9673201,78800000 +48.42555275,9.9694117,23400000 +48.42555313333333,9.969412066666669,19300000 +48.425553050000005,9.969412,19300000 +48.4255534,9.9694123,32600000 +48.4255534,9.9694123,32600000 +48.4255535,9.9694124,38300000 +48.4255535,9.969412433333334,38300000 +48.4255536,9.9694125,27200000 +48.4255536,9.96941255,27200000 +48.4255537,9.96941265,38100000 +48.42555373333334,9.969412666666663,38100000 +48.4255538,9.9694128,22400000 +48.4255538,9.9694128,22400000 +48.4255539,9.9694128,16400000 +48.42555395,9.96941255,27800000 +48.42555389999999,9.9694126,27800000 +48.4255522,9.9694177,77200000 +48.425548500000005,9.969439,79600000 +48.42554783333333,9.969447966666667,79600000 +48.4255478,9.9694894,25700000 +48.4255518,9.9695087,25700000 +48.42557255,9.96956415,28200000 +48.425608350000005,9.96960605,22000000 +48.42561946666667,9.9696148,22000000 +48.42568045,9.96965385,28800000 +48.4257394,9.96967865,74500000 +48.42622613333333,9.969809933333336,138550000 +48.427177633333336,9.969762,114000000 +48.42799565,9.969475200000002,124600000 +48.42812356666667,9.9694347,36400000 +48.4282617,9.9693948,24300000 +48.4283855,9.969365133333334,31300000 +48.4285081,9.96934305,26000000 +48.42862923333333,9.969329,18600000 +48.431455166666666,9.970180066666668,79200000 +48.43152595,9.97022505,69700000 +48.431595833333326,9.970267166666666,155000000 +48.43166775,9.9703082,158000000 +48.43193936666668,9.970345666666669,146000000 +48.43200275,9.9703124,45900000 +48.43205113333334,9.970263166666667,174000000 +48.4320899,9.97020165,25400000 +48.4321397,9.9700545,97200000 +48.43215563333333,9.9699724,61100000 +48.43216795,9.96988755,73800000 +48.43217796666666,9.969799566666666,70700000 +48.43218775,9.96971085,37400000 +48.43219676666666,9.969619366666668,66900000 +48.4322051,9.9695218,42400000 +48.43221305,9.9694379,58000000 +48.43221556666666,9.969416,58000000 +48.4322298,9.9693038,29100000 +48.43224786666666,9.9691877,30900000 +48.43227105,9.9690756,40700000 +48.43229976666667,9.968973966666669,24900000 +48.4323241,9.9689041,27700000 +48.4323302,9.9688901,27700000 +48.4323534,9.96884195,31700000 +48.43235896666666,9.968831766666666,31700000 +48.432384850000005,9.96878075,24000000 +48.43239773333334,9.968719966666669,28800000 +48.43238925,9.96864505,35000000 +48.432369050000005,9.96857885,18800000 +48.43236423333334,9.9685615,18800000 +48.4323433,9.96847235,38100000 +48.43233225,9.9683971,27700000 +48.43233006666667,9.968377166666668,27700000 +48.4323212,9.9682942,22000000 +48.4323191,9.9682728,22000000 +48.43231085,9.9681882,32600000 +48.432308866666666,9.9681674,32600000 +48.4323006,9.9680853,34800000 +48.43229815,9.968065,34800000 +48.4322883,9.96798685,25900000 +48.4322855,9.967968833333332,25900000 +48.432271150000005,9.96788435,24800000 +48.43225963333333,9.967822,24800000 +48.43226145,9.96783165,24800000 +48.4322516,9.9677786,23200000 +48.43224715,9.9677486,14900000 +48.43224676666666,9.967741866666666,14900000 +48.4322466,9.9677136,19000000 +48.4322474,9.9677081,19000000 +48.4322512,9.9676905,18000000 +48.43225315,9.967686,18000000 +48.4322625,9.9676698,21700000 +48.43226533333333,9.9676668,21700000 +48.43228065,9.967652950000002,36100000 +48.4322774,9.9676553,36100000 +48.4322944,9.96764095,23000000 +48.43229753333333,9.967637033333332,23000000 +48.43231115,9.96761385,39800000 +48.43231715,9.96759065,28800000 +48.43231793333334,9.967584366666664,28800000 +48.432319750000005,9.96755305,25500000 +48.432318,9.96752815,20600000 +48.4323173,9.967522066666666,20600000 +48.43231335,9.9674901,30100000 +48.4323141,9.9674969,30100000 +48.43230995,9.9674617,29200000 +48.432311,9.9674703,29200000 +48.4323065,9.96743225,25700000 +48.43230573333333,9.9674256,25700000 +48.43230175,9.9673945,24900000 +48.43229505,9.9673709,23400000 +48.4322924,9.967365633333335,23400000 +48.43227815,9.9673447,39300000 +48.4322688,9.96733855,37700000 +48.4322669,9.9673378,37700000 +48.43225915,9.9673358,24000000 +48.43225465,9.9673354,26900000 +48.432253933333335,9.9673354,26900000 +48.43225235,9.96733595,29600000 +48.43225325,9.96733725,30900000 +48.43225356666667,9.9673378,30900000 +48.4322545,9.9673391,22800000 +48.43225455,9.96733925,22800000 +48.43225485,9.96733975,33300000 +48.43225493333333,9.9673398,33300000 +48.4322553,9.96734,24200000 +48.4322554,9.9673401,24200000 +48.4322561,9.9673403,25900000 +48.43225613333334,9.967340366666669,25900000 +48.4322564,9.96734075,20700000 +48.4322563,9.9673406,20700000 +48.4322568,9.9673412,22100000 +48.43225685,9.96734135,22100000 +48.4322571,9.96734165,30700000 +48.43225723333333,9.9673417,30700000 +48.4322577,9.9673418,33400000 +48.432257750000005,9.9673418,33400000 +48.4322581,9.9673417,25100000 +48.4322583,9.9673417,25100000 +48.43225846666667,9.9673417,25100000 +48.432259,9.9673419,26300000 +48.4322589,9.9673419,26300000 +48.4322587,9.96734145,39000000 +48.43225825,9.9673409,16200000 +48.43225785,9.9673404,20700000 +48.432257033333336,9.967340066666669,30900000 +48.4322548,9.9673402,41800000 +48.4322543,9.9673404,41800000 +48.432253,9.96734075,39800000 +48.432253,9.967340866666667,39800000 +48.4322529,9.96734115,27100000 +48.4322529,9.9673412,27100000 +48.43236426,9.96760118,24500000 +48.43236314,9.96760298,18300000 +48.4323617,9.967604525,22200000 +48.43236012,9.967605600000002,23100000 +48.43235885,9.96760625,29300000 +48.43235803333332,9.967606666666669,30500000 +48.43235785,9.967606675,30500000 +48.43235684,9.9676072,35500000 +48.43235692500001,9.967607175,35500000 +48.432356175,9.9676075,29200000 +48.432355125,9.967607175,22200000 +48.43235502,9.9676071,22200000 +48.432354125,9.9676065,16900000 +48.43235404,9.96760648,16900000 +48.43235353333333,9.967605366666668,19200000 +48.43235062,9.96760276,29600000 +48.432350875,9.967601025,20900000 +48.43234956,9.96759944,21800000 +48.432349775,9.9675995,21800000 +48.432350066666665,9.967599466666666,21800000 +48.43234764,9.96759926,30600000 +48.4323468,9.967599433333334,21600000 +48.432346625,9.96759925,21600000 +48.43234631999999,9.96759888,21600000 +48.43234516666666,9.967593333333332,24200000 +48.4323461,9.96758688,29100000 +48.43234705,9.9675812,23900000 +48.4323477,9.967576375,37100000 +48.432349,9.96757096,25000000 +48.432349575,9.96756835,25500000 +48.43235032,9.96756688,28000000 +48.432350225,9.967566975,28000000 +48.432352,9.9675653,22100000 +48.43235226,9.96756516,22100000 +48.43235508,9.9675639,24800000 +48.432354925,9.96756275,26600000 +48.43235474,9.96756282,26600000 +48.432353420000005,9.96756172,20100000 +48.432353425,9.967562175,20100000 +48.432354575,9.9675596,33700000 +48.43235476,9.96755946,33700000 +48.43235525,9.96755835,26900000 +48.43235526,9.96755828,26900000 +48.43235492,9.967557160000002,22400000 +48.4323558,9.96755538,19000000 +48.43235654,9.96755812,18400000 +48.432356225,9.967555975,27000000 +48.4323561,9.96755546,27000000 +48.4323551,9.967553249999998,25300000 +38.74588408,7.974042599999999,25300000 +29.05941284,5.980531879999999,19200000 +29.05941224,5.980531619999999,19800000 +48.43235198,9.96755278,19300000 +38.74588036,7.974043879999999,30400000 +29.0594115,5.98052888,15500000 +9.6864702,1.99350982,21800000 +38.74587666000001,7.9740441,36200000 +48.43234076,9.96754854,27000000 +48.43234274,9.96753556,25300000 +48.43234555,9.9675242,27600000 +48.4323478,9.967514466666666,24800000 +48.43234815,9.967513625,24800000 +48.432350675,9.9675147,30100000 +48.43235086666667,9.967514266666669,30100000 +48.432349,9.96751495,20400000 +48.43234798,9.96750992,29700000 +48.43234834,9.96750946,35800000 +48.432348860000005,9.96751046,16000000 +48.432346900000006,9.96750912,19000000 +48.43234694,9.967509,25600000 +48.4323442,9.96750988,43900000 +48.43233588,9.9675078,31900000 +48.43233292,9.9675033,32200000 +48.432327575,9.96750575,32700000 +48.4323276,9.967505533333332,32700000 +48.43232782,9.96750554,32700000 +48.43232646,9.96750578,18800000 +48.43232735,9.967505425,18800000 +48.432319975,9.967512125,18400000 +48.43231912,9.9675128,18400000 +48.432312875,9.9675181,31200000 +48.43231281999999,9.96751844,31200000 +48.4323111,9.9675206,27500000 +48.4323105,9.967521,27500000 +36.3242303,7.475643025,28800000 +38.74584562,7.97401908,28800000 +48.432306360000005,9.96752562,18000000 +48.43230622,9.96752666,20200000 +48.43230522,9.96752744,37400000 +48.4323051,9.9675288,38700000 +48.43230522,9.96753114,51500000 +48.432305,9.9675308,51500000 +48.43230655,9.967534675,25300000 +48.43230682,9.967535,25300000 +48.432308575,9.967537175,24600000 +48.43230868,9.967537060000002,24600000 +48.43230928,9.96753726,33400000 +48.43230935,9.967537125,33400000 +48.4323083,9.9675386,25400000 +48.43230831999999,9.96753866,25400000 +48.432309280000005,9.967538520000002,22600000 +48.432310075,9.967540925,28900000 +48.43230989999999,9.96754134,28900000 +48.43230858,9.96754504,25900000 +48.43230791999999,9.9675476,22100000 +48.4323079,9.96754966,24700000 +48.43230735,9.967549825,46400000 +48.4323072,9.967549879999998,46400000 +48.432305375000006,9.96755,41000000 +48.43230530000001,9.96754992,41000000 +48.43230512499999,9.9675485,25500000 +48.43230532,9.96754834,25500000 +48.43230894,9.96754806,43200000 +48.43231412,9.9675476,16200000 +48.432319160000006,9.96755158,20500000 +48.4323234,9.96755828,22800000 +48.43233044,9.967562179999998,44700000 +48.43233544,9.9675637,37800000 +48.43233654,9.96756064,36600000 +48.43233475,9.9675556,25500000 +48.43233508,9.96755492,25500000 +36.324251475,7.475663799999999,27000000 +38.74586692,7.974037299999999,27000000 +32.288206800000005,6.644979199999999,29800000 +36.324230675,7.4755886,29800000 +38.74584346,7.973924460000001,19200000 +36.324227825,7.475555375,19200000 +9.68646058,1.99348028,30300000 +19.37292124,3.9869599,23100000 +48.4323034,9.96738798,23400000 +48.432315120000005,9.96741,35600000 +48.43232326,9.96742632,35100000 +48.43232508,9.96743688,38700000 +48.4323263,9.9674408,25800000 +48.43232695,9.96744115,25800000 +48.432327740000005,9.96744172,25800000 +48.43233445,9.967446175,32700000 +48.43233474,9.96744636,32700000 +48.43233735,9.967447525,27900000 +48.43233738,9.96744806,27900000 +48.432338900000005,9.96745145,28500000 +48.43233912000001,9.967451360000002,28500000 +48.432340275,9.967454,31700000 +48.4323402,9.9674547,31700000 +48.4323374,9.96745984,18100000 +48.43233682,9.96746352,20300000 +48.4323367,9.96746275,20300000 +48.4323393,9.96747104,22800000 +48.43234572000001,9.96747526,21200000 +48.43234814,9.967476260000002,21800000 +48.4323488,9.96747982,17700000 +48.432349480000006,9.9674839,25800000 +48.43235080000001,9.96748472,16400000 +48.43235218,9.96748748,20400000 +48.43235448,9.96749402,21600000 +48.4323562,9.9674991,21000000 +48.432357475,9.967501825,27800000 +48.43235756,9.967501899999998,27800000 +48.43235823333333,9.9675019,28400000 +48.432358325,9.9675018,28400000 +48.43235906,9.967501019999998,29400000 +48.432359025,9.96750105,29400000 +48.43235894,9.96750058,32300000 +48.432358775,9.96750065,22800000 +48.43235828,9.96750058,28200000 +48.4323581,9.96750098,29800000 +48.43235766,9.9675008,32000000 +48.43235732,9.96750156,24300000 +48.43235765000001,9.967501375,17600000 +48.43235766,9.9675012,17600000 +48.43235730000001,9.96749968,18000000 +48.43235742,9.96749944,32900000 +48.432357125,9.967499975,31800000 +48.432357640000006,9.96750226,23200000 +48.432358175,9.967505575,24300000 +48.43235826,9.96750572,24300000 +48.43235926,9.967509240000002,18900000 +48.43235956,9.96751324,17600000 +48.43235962,9.96751182,23100000 +48.43235874,9.96750614,18800000 +48.43235825,9.96750595,24100000 +48.43235824,9.96750606,24100000 +48.43236027499999,9.967508475,28300000 +48.43236042,9.96750854,28300000 +48.43235782,9.9675079,20100000 +48.43235205999999,9.9675093,26400000 +48.43235064,9.96751952,30600000 +48.43234846,9.96752026,20500000 +48.4323421,9.967524780000002,40500000 +48.4323343,9.96752706,26900000 +48.43233065,9.96752795,21800000 +48.43233086666667,9.9675277,21800000 +48.43232852,9.9675292,19900000 +48.43232824,9.96753304,20300000 +48.43232556,9.96753536,66400000 +48.432325775,9.967535175,66400000 +48.43232404,9.967537240000002,26900000 +48.432323725,9.967538325,28900000 +48.43232384,9.9675396,33600000 +48.43232228,9.96754108,25600000 +48.43231925,9.96754255,38000000 +48.4323155,9.96754512,110000000 +48.432312466666666,9.9675476,26600000 +48.43230932,9.96755056,20800000 +48.432306275,9.967553675,38200000 +48.432304325,9.967556,20500000 +48.432304220000006,9.96755616,20500000 +48.43230385,9.96755635,24200000 +48.43230415,9.9675553,24400000 +48.43230434,9.9675546,20500000 +48.4323054,9.967552675,26700000 +48.432307425,9.9675484,20900000 +48.43230872,9.96754412,85800000 +48.432309325,9.967540875,25900000 +48.43231018,9.96753942,66200000 +48.4323108,9.967539725,28900000 +48.43231109999999,9.967539625,17600000 +48.432310925,9.96754005,23100000 +48.43230946666667,9.967543399999998,33400000 +48.4323093,9.96754375,33400000 +48.43230823333334,9.9675461,26500000 +48.4323081,9.9675465,55200000 +48.432308075,9.96754655,55200000 +48.4323081,9.967546866666668,17800000 +48.432308166666665,9.967547466666668,54300000 +48.432308625000005,9.967545,28600000 +48.432309233333335,9.9675354,64700000 +48.43230906666667,9.967522133333333,19000000 +48.43230883333333,9.967504933333334,53100000 +48.432308525,9.967501925,53100000 +48.43230685,9.9674826,26500000 +48.432306366666666,9.967478966666668,26500000 +48.432302400000005,9.967455966666668,53600000 +48.43229775,9.967426625,18000000 +48.43229836666666,9.967430833333331,18000000 +48.432294266666666,9.967398033333334,34700000 +48.4322947,9.967402,34700000 +48.43229046666666,9.9673753,20300000 +48.4322865,9.967353133333337,33500000 +48.43228595,9.96734945,33500000 +48.4322826,9.9673236,26900000 +48.43227883333333,9.9673022,34400000 +48.432275175,9.967278825,20100000 +48.4322763,9.9672855,20100000 +48.43227573333333,9.967282133333333,20100000 +48.43227215,9.96725985,32100000 +48.43227146666667,9.9672569,32100000 +48.43226715,9.9672433,35600000 +48.4322663,9.967240966666669,35600000 +48.432260500000005,9.967229033333332,35900000 +48.43225915,9.967227375,35900000 +48.43225013333333,9.967216766666668,24400000 +48.43225145,9.96721785,24400000 +48.43224306666667,9.9672124,23100000 +48.4322408,9.9672115,39600000 +48.4322412,9.9672117,39600000 +48.43223775,9.96720955,27500000 +48.43223699999999,9.967208733333331,27500000 +48.43223226666667,9.967205733333332,29000000 +48.432226425,9.967203525,34100000 +48.43222355,9.96720115,24300000 +48.432223533333335,9.967201033333334,24300000 +48.4322233,9.96720045,29800000 +48.4322233,9.9672003,29800000 +48.43222305,9.9671995,30900000 +48.4322231,9.967199566666666,30900000 +48.4322228,9.9671989,37600000 +48.432222466666666,9.9671961,18200000 +48.43222265,9.967196,18200000 +48.43222406666666,9.967196066666668,26600000 +48.43222596666667,9.967196666666666,31400000 +48.432226175,9.9671969,31400000 +48.432228,9.967197933333331,32000000 +48.432230125,9.967198425,24900000 +48.4322299,9.967198166666666,24900000 +48.4322296,9.9671979,24900000 +48.43223135,9.96719975,38500000 +48.4322317,9.967199933333331,38500000 +48.43223375,9.9672009,41200000 +48.432234,9.967200933333332,41200000 +48.43223493333334,9.967200566666667,25200000 +48.432235175,9.967200625,25200000 +48.43223655,9.96720125,22900000 +48.43223673333333,9.967201466666667,22900000 +48.43223983333333,9.967201933333332,27400000 +48.432241866666665,9.967202933333333,24700000 +48.43224205,9.9672032,24700000 +48.43224356666666,9.967203966666666,30800000 +48.4322446,9.9672042,22300000 +48.43224486666667,9.9672042,22300000 +48.432246033333335,9.967205,42600000 +48.432246175,9.967205225,42600000 +48.43224745,9.9672064,23500000 +48.43224763333333,9.967206433333333,23500000 +48.4322489,9.967206766666669,17500000 +48.432250100000005,9.96720665,15500000 +48.432250833333335,9.9672065,26100000 +48.43225150000001,9.967206133333333,27500000 +48.43225315,9.967207125,21800000 +48.43225435,9.96720755,27800000 +48.432254666666665,9.9672076,27800000 +48.43225623333333,9.967207066666663,37600000 +48.43225685,9.9672066,17000000 +48.4322575,9.967207066666669,20400000 +48.43225835,9.96720725,18100000 +48.43225806666666,9.9672077,22400000 +48.43225786666667,9.967207666666663,16700000 +48.432257666666665,9.967208266666669,32100000 +48.432257625,9.96720835,32100000 +48.432256200000005,9.967209833333332,39600000 +48.43225223333334,9.967212599999998,25600000 +48.432248900000005,9.967215375,33100000 +48.4322475,9.967217533333333,40200000 +48.432247375,9.9672176,18600000 +48.4322473,9.967217366666668,19500000 +48.432246433333326,9.967215533333333,30100000 +48.432245075,9.9672134,26000000 +48.4322439,9.9672096,27600000 +48.43224469999999,9.9672064,19300000 +48.432246675,9.96720185,27400000 +48.432247966666665,9.967199966666668,18300000 +48.43224775,9.967196775,18000000 +48.43224773333333,9.967197433333332,18000000 +48.43224803333334,9.9671916,23900000 +48.43224789999999,9.967187966666666,20200000 +48.432246175,9.9671877,35000000 +48.43224303333333,9.9671982,25600000 +48.43223966666667,9.9672114,34900000 +48.432239375,9.96721365,34900000 +48.43223816666667,9.967231666666668,32000000 +48.4322382,9.9672288,32000000 +48.432239466666665,9.967250333333334,25200000 +48.432243775,9.967276025,32700000 +48.43224296666667,9.967271933333334,32700000 +48.43225053333333,9.9673066,23900000 +48.4322567,9.9673348,26600000 +48.432262475,9.967377,20900000 +48.43226946666667,9.967422166666667,33100000 +48.43227412499999,9.967461675,33300000 +48.4322789,9.967494899999998,45100000 +48.4322794,9.9674991,45100000 +48.432283600000005,9.967525733333334,24700000 +48.43228425,9.967529375000002,24700000 +48.43228835,9.967551275,29700000 +48.432288,9.9675497,29700000 +48.4322909,9.967562866666666,32200000 +48.432291025,9.967564775,32200000 +48.43229110000001,9.967576766666664,22900000 +48.43229075000001,9.9675785,22900000 +48.4322881,9.967590866666669,22300000 +48.432282775,9.967604425,24100000 +48.4322738,9.96761626,36700000 +48.4322649,9.967622566666668,30100000 +48.43226385,9.967623175,30100000 +48.43226625,9.9676218,30100000 +48.43225785,9.96762665,23600000 +48.43225693333333,9.9676272,23600000 +48.43225066666667,9.967629533333334,25200000 +48.432249825,9.96762975,25200000 +48.4322437,9.967631166666669,32400000 +48.4322428,9.96763115,32400000 +48.43223465999999,9.96763076,23200000 +48.4322355,9.967630725,23200000 +48.432225,9.9676272,23800000 +48.43222643333333,9.967628233333334,23800000 +48.43221325,9.967616799999998,19700000 +48.43220285,9.96759955,29300000 +48.432193325,9.9675725,34000000 +48.43218115,9.9675215,25200000 +48.432172,9.9674762,32000000 +48.43217036666667,9.967468066666669,32000000 +48.4321689,9.9674608,32000000 +48.43215726666667,9.967397,22300000 +48.432144425,9.967327675,35200000 +48.432127475,9.967236575,23500000 +48.43213003333333,9.967250066666669,23500000 +48.43211156666666,9.967151766666667,21900000 +48.432109275,9.9671408,21900000 +48.432090275,9.96705235,32200000 +48.432071875,9.966960475,35000000 +48.43204758,9.96685518,19100000 +48.43202466666667,9.966757,27400000 +48.432021275,9.96674315,27400000 +48.431995825,9.966636325,20400000 +48.431998666666665,9.9666486,20400000 +48.43197426666666,9.966542066666667,18600000 +48.4319709,9.9665276,18600000 +48.43194436,9.96641414,23000000 +48.431918800000005,9.966302075000002,29100000 +48.431915880000005,9.966289280000002,29100000 +48.4318873,9.966170725,29800000 +48.43186136,9.966072120000002,31300000 +48.431832625000006,9.9659618,34700000 +48.43180365,9.965854625,27600000 +48.43177232,9.96573932,29000000 +48.431743625,9.965623099999998,21700000 +48.43172396666666,9.965532933333334,15700000 +48.43172115,9.965520075,15700000 +48.43171842,9.9655075,15700000 +48.43169516666666,9.9654006,36000000 +48.43169215,9.96538745,36000000 +48.43166706666667,9.965277899999998,28300000 +48.4316638,9.965264524999998,28300000 +48.43163254,9.96513934,30700000 +48.431635875,9.965152775,30700000 +48.4316036,9.965024633333334,31100000 +48.431600025,9.965010175,31100000 +48.43157396666667,9.964903366666666,26300000 +48.431570425,9.964888425,26300000 +48.43153815,9.964761175,24500000 +48.43153446,9.96474748,24500000 +48.431499375,9.964613675,28100000 +48.43149574,9.964599240000002,28100000 +48.4314606,9.96445752,35000000 +48.43146405,9.964471525,35000000 +48.43142345,9.964309875,27700000 +48.43142743333334,9.9643268,27700000 +48.431392200000005,9.964176666666669,29300000 +48.43136536666666,9.964055233333331,22200000 +48.43136075,9.964033625,22200000 +48.4313382,9.9639265,28600000 +48.4313343,9.9639056,28600000 +48.43133053333333,9.963885166666666,28600000 +48.431312,9.963770466666666,27700000 +48.4313098,9.963753575,27700000 +48.43131405,9.96378535,27700000 +48.4312986,9.96365975,28700000 +48.43129676666666,9.9636414,28700000 +48.431286666666665,9.963537566666666,17500000 +48.4312855,9.9635252,17500000 +48.43127746666667,9.963430466666669,29400000 +48.4312769,9.9634184,29400000 +48.431276725,9.963318,17800000 +48.43127613333333,9.963327766666666,17800000 +48.43127746,9.96330872,17800000 +48.4312888,9.963226175,28200000 +48.43128686666666,9.963234466666668,28200000 +48.43130405,9.96316455,24400000 +48.4313062,9.96315578,24400000 +48.43132153333334,9.963078766666666,24800000 +48.431321975,9.96307035,24800000 +48.4313193,9.96300875,31100000 +48.43131723333333,9.962999333333334,31100000 +48.43131495,9.96299075,31100000 +48.431290366666666,9.962923166666664,29000000 +48.4312945,9.9629314,29000000 +48.4312657,9.96287585,29200000 +48.43126033333333,9.962865666666666,29200000 +48.43125595,9.962857125,29200000 +48.43122865,9.9627984,35700000 +48.43122523333333,9.962789166666669,35700000 +48.4312216,9.962778175,35700000 +48.43120005,9.96270405,19900000 +48.43119670000001,9.962689466666664,19900000 +48.4311747,9.96258215,22700000 +48.43115616666668,9.9624709,25500000 +48.4311584,9.9624855,25500000 +48.4311613,9.962504,25500000 +48.4311421,9.962371433333333,31000000 +48.43114015,9.962355425,31000000 +48.431125400000006,9.962225466666668,34700000 +48.431123775,9.9622093,34700000 +48.431112600000006,9.96209125,34500000 +48.43111046666667,9.962067533333334,34500000 +48.431108675,9.9620476,34500000 +48.431094125,9.961880175,27000000 +48.43109626666666,9.961905333333334,27000000 +48.43109845,9.96193025,27000000 +48.431081500000005,9.9617275,20000000 +48.43107926666667,9.961701466666666,20000000 +48.431068100000005,9.9615698,21000000 +48.431065933333336,9.961542933333334,21000000 +48.43105333333333,9.961379433333336,28000000 +48.4310516,9.9613563,28000000 +48.43104085,9.9612026,38400000 +48.43103920000001,9.961174266666667,38400000 +48.4310305,9.960973375,23700000 +48.43103215,9.9610315,23700000 +48.43103123333333,9.961002533333334,23700000 +48.43102785,9.9607972,31400000 +48.431028,9.960767366666667,31400000 +48.4310297,9.96061765,30700000 +48.431030166666666,9.960594166666668,30700000 +48.431030725,9.96056725,30700000 +48.4310337,9.96039475,30300000 +48.43103383333334,9.9603639,30300000 +48.4310348,9.96020865,25300000 +48.43103490000001,9.960177233333331,25300000 +48.4310341,9.9599879,37700000 +48.431033525,9.959956,37700000 +48.43102955,9.95978525,22500000 +48.43102876666666,9.9597602,22500000 +48.431027875,9.959731525,22500000 +48.43101993333334,9.959517366666669,30400000 +48.4310215,9.95954935,30400000 +48.431006025,9.959299175000002,40700000 +48.431008166666665,9.959325733333335,40700000 +48.4310106,9.9593576,40700000 +48.4309905,9.95912425,31600000 +48.43098716666666,9.959092566666667,31600000 +48.430961375,9.958883275,19100000 +48.43093575,9.9587084,54200000 +48.430932033333335,9.958684733333332,54200000 +48.43092855,9.958662775,54200000 +48.430898525,9.95848235,33200000 +48.43090226666667,9.958503733333332,33200000 +48.4309063,9.9585269,33200000 +48.4308711,9.9583275,25300000 +48.430866525,9.95830185,25300000 +48.4308267,9.95809155,27500000 +48.43083106666668,9.958113833333334,27500000 +48.4308364,9.95814085,27500000 +48.4307994,9.95794745,39200000 +48.4307959,9.957927966666666,39200000 +48.4307927,9.9579102,39200000 +48.430771,9.95778685,22400000 +48.43076706666667,9.957764766666664,22400000 +48.4307484,9.9576582,31900000 +48.430745,9.957638533333334,31900000 +48.430727100000006,9.957530166666666,83800000 +48.43072492500001,9.95751475,83800000 +48.4307117,9.9574201,64600000 +48.43071016666667,9.9574081,64600000 +48.4307085,9.957394925,64600000 +48.43069723333334,9.957304,131000000 +48.4306986,9.957316,131000000 +48.43068923333334,9.957239566666663,32100000 +48.4306904,9.9572488,32100000 +48.43068353333334,9.9571941,32400000 +48.430682625,9.95718775,32400000 +48.4305497,9.957048333333333,99500000 +48.430542275,9.957048325,99500000 +48.43049476666667,9.957051066666669,145000000 +48.430487075,9.9570522,145000000 +48.4304268,9.957062133333332,22900000 +48.430366475,9.957074675,20700000 +48.43029403333333,9.957087966666666,25100000 +48.42810625,9.9569019,99000000 +48.42810136666666,9.9569005,99000000 +48.4280723,9.956892433333332,126000000 +48.42804216666667,9.956884566666666,84900000 +48.428036875,9.9568833,84900000 +48.42799879999999,9.956874,111000000 +48.4280043,9.9568754,111000000 +48.427968,9.9568658,75900000 +48.427943166666665,9.956859066666668,32700000 +48.427940025,9.9568582,32700000 +48.427921833333336,9.9568534,30400000 +48.42792355,9.9568538,30400000 +48.42791536666667,9.956851633333336,28400000 +48.427915000000006,9.956851066666664,38500000 +48.427915075,9.956851,38500000 +48.42791555,9.95685065,37700000 +48.4279156,9.9568506,37700000 +48.4279157,9.9568505,29000000 +48.4279157,9.9568505,29000000 +48.4279157,9.9568505,39000000 +48.4279157,9.9568505,39000000 +48.4279157,9.9568505,37200000 +48.4279157,9.9568505,37200000 +48.4279157,9.9568505,41400000 +48.4279157,9.9568505,44000000 +48.4279157,9.9568505,44000000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,58900000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,58900000 +48.4279157,9.9568505,34600000 +48.4279157,9.9568505,34600000 +48.4279157,9.9568505,28300000 +48.4279157,9.9568505,41500000 +48.4279157,9.9568505,41500000 +48.4279157,9.9568505,19800000 +48.4279157,9.9568505,19800000 +48.4279157,9.9568505,33200000 +48.4279157,9.9568505,28900000 +48.4279157,9.9568505,28900000 +48.4279157,9.9568505,52000000 +48.4279157,9.9568505,52000000 +48.4279157,9.9568505,21200000 +48.4279157,9.9568505,24900000 +48.4279157,9.9568505,24900000 +48.4279157,9.9568505,43200000 +48.4279157,9.9568505,43200000 +48.4279157,9.9568505,29300000 +48.4279157,9.9568505,29300000 +48.4279157,9.9568505,57700000 +48.4279157,9.9568505,38700000 +48.4279157,9.9568505,38700000 +48.4279157,9.9568505,30800000 +48.4279157,9.9568505,33600000 +48.4279157,9.9568505,33600000 +48.42791575,9.95685015,85400000 +48.42791546666666,9.9568499,85400000 +48.42791546666666,9.9568499,52450000 +48.427915075,9.956849625,52450000 +48.42790873333334,9.956846633333331,49300000 +48.4279068,9.956845975,49300000 +48.427886,9.956839700000002,45900000 +48.4278593,9.956832566666668,30200000 +48.4278537,9.9568316,30200000 +48.427807475,9.956828675,36600000 +48.42781466666667,9.956828166666666,36600000 +48.42775576666667,9.956838633333334,27700000 +48.42771403333334,9.9568583,33000000 +48.427707375,9.9568627,33000000 +48.427707375,9.9568627,33000000 +48.4276076,9.9569755,26500000 +48.4276076,9.9569755,26500000 +48.4275772,9.95705945,24500000 +48.42755718,9.95717212,30000000 +48.4275449,9.95729635,37800000 +48.427520975,9.957556625,39850000 +48.427504525,9.95771265,34600000 +48.42748738,9.95788606,26000000 +48.427468325,9.958075575,26500000 +48.4274477,9.958259,22900000 +48.4274263,9.958450966666666,18600000 +48.42737145,9.9588445,17500000 +48.427313425,9.959258375,34800000 +48.42731975,9.95921275,34800000 +48.4273242,9.9591823,34800000 +48.427316600000005,9.959236433333333,34800000 +48.42728327499999,9.959465225,29300000 +48.4272939,9.9593845,29300000 +48.4272898,9.95941475,29300000 +48.42728686666666,9.9594383,29300000 +48.4272628,9.9596068,24100000 +48.4272596,9.9596273,24100000 +48.42725623333333,9.959647833333332,24100000 +48.427253225,9.959668425,24100000 +48.427234266666666,9.9598139,33400000 +48.4272314,9.959834875,33400000 +48.42722852000001,9.9598559,33400000 +48.42723695,9.9597929,33400000 +48.42719875,9.9600679,24400000 +48.4271645,9.96030675,22300000 +48.4271304,9.96052945,21300000 +48.4270929,9.960756133333334,19700000 +48.427056,9.960972425,18300000 +48.4270681,9.96090405,18300000 +48.4270621,9.960938233333332,18300000 +48.4270258,9.9611435,25800000 +48.42702,9.9611777,25800000 +48.4270142,9.9612119,25800000 +48.4269956,9.9613261,38000000 +48.42698985,9.96136045,38000000 +48.42697795,9.961429175,38000000 +48.42698396666666,9.9613948,38000000 +48.426952,9.9615781,41700000 +48.42694615,9.9616126,41700000 +48.42694073333333,9.961647133333337,41700000 +48.426936225,9.961675925000002,41700000 +48.4269108,9.9618316,27600000 +48.4269046,9.96186635,27600000 +48.42689846666667,9.9619011,27600000 +48.4267752,9.962604025,25200000 +48.426735,9.96284285,28500000 +48.42669396666667,9.963084833333332,25400000 +48.426655475,9.9633299,25500000 +48.42648274,9.96457978,24200000 +48.4264565,9.9647958,27900000 +48.426451500000006,9.9648324,27900000 +48.42642995,9.96498995,27300000 +48.426426,9.965017966666666,27300000 +48.42642225,9.965043925,27300000 +48.4264186,9.96506902,27300000 +48.42638566666667,9.965311033333334,23100000 +48.4263939,9.9652403,23100000 +48.4263896,9.96527575,23100000 +48.426370250000005,9.96546325,32100000 +48.42636720000001,9.965498166666665,32100000 +48.42636432500001,9.965533,32100000 +48.4263517,9.96571845,29000000 +48.4263499,9.965745266666667,29000000 +48.42634825,9.96577015,29000000 +48.426335375,9.9659601,23700000 +48.42633673333333,9.965937133333332,23700000 +48.4263342,9.96598302,23700000 +48.42632456666667,9.966180233333333,29900000 +48.42632352500001,9.966204425,29900000 +48.42632254000001,9.966227659999998,29900000 +48.42631403333333,9.9664201,16300000 +48.4263131,9.96644275,16300000 +48.42631515,9.9663955,16300000 +48.4263051,9.966628225,32700000 +48.42630414,9.96664946,32700000 +48.42630613333333,9.966606233333335,32700000 +48.42629765,9.96680405,28600000 +48.426296400000005,9.966827233333332,28600000 +48.4262952,9.9668487,28600000 +48.4262862,9.9669807,36400000 +48.42628316666667,9.967009133333336,36400000 +48.42627985,9.96703725,36400000 +48.4262523,9.967224925,42700000 +48.4262559,9.967205833333333,42700000 +48.426264,9.9671581,42700000 +48.426259650000006,9.96718505,42700000 +48.4262337,9.9673162,72300000 +48.42622735,9.9673412,72300000 +48.4262207,9.967365766666669,72300000 +48.42621345,9.967389825,72300000 +48.42576115,9.96830085,160000000 +48.4257565,9.96831538,160000000 +48.425716566666665,9.9684543,158000000 +48.42571255,9.968469875,158000000 +48.4257551,9.9696922,42400000 +48.42576695,9.96969685,42400000 +48.4257763,9.969700466666668,42400000 +48.4262831,9.9698235,46200000 +48.42626465,9.96982135,46200000 +48.426409375,9.96983575,16100000 +48.4269982,9.969807374999998,136000000 +48.42698066666667,9.969810333333331,136000000 +48.4269455,9.969816,136000000 +48.4269606,9.9698136,136000000 +48.4271112,9.9697862,66100000 +48.42713136666666,9.969781466666667,66100000 +48.427149075,9.96977705,66100000 +48.42728353333334,9.969739833333334,60800000 +48.427301400000005,9.969734175,60800000 +48.42742385,9.9696931,55000000 +48.4274009,9.9697014,55000000 +48.42744173333333,9.969686633333334,55000000 +48.427582725,9.969633875,159000000 +48.42756296666667,9.969641433333337,159000000 +48.4278533,9.96953145,178000000 +48.42787523333334,9.969523633333331,178000000 +48.4278935,9.9695172,178000000 +48.4280168,9.9694759,30600000 +48.4280364,9.969469749999998,30600000 +48.42818356666667,9.969426233333332,30700000 +48.428313025,9.969394025,25100000 +48.42832864,9.96939054,25100000 +48.4284707,9.969361933333332,64700000 +48.42845075,9.969365150000002,64700000 +48.4286006,9.969343533333332,49100000 +48.42862315,9.9693412,49100000 +48.42985590000001,9.969413733333331,42400000 +48.42987585,9.96941805,42400000 +48.429832000000005,9.9694087,42400000 +48.43003133333334,9.969454233333334,30900000 +48.430007450000005,9.96944805,30900000 +48.43015005,9.9694881,63300000 +48.43016833333333,9.969494266666668,63300000 +48.4301892,9.9695017,63300000 +48.43034446666667,9.969562933333334,19300000 +48.43046563333333,9.969619233333336,37900000 +48.430484175,9.969628375,37900000 +48.43062656666667,9.969700233333333,31900000 +48.43073155,9.96975595,42300000 +48.43075163333334,9.9697671,42300000 +48.43077135,9.969778175,42300000 +48.4309911,9.969906,24400000 +48.43100736666667,9.969915733333332,24400000 +48.431020700000005,9.969923775,24400000 +48.4311056,9.96997585,32900000 +48.43111976666668,9.9699849,32900000 +48.431204125,9.97003955,39000000 +48.43119173333333,9.970031399999998,39000000 +48.43127705,9.97008705,29800000 +48.43128853333334,9.970094333333334,29800000 +48.43134623333333,9.9701308,25200000 +48.43135605,9.97013685,25200000 +48.4314255,9.970178966666667,28800000 +48.4314331,9.970183525,28800000 +48.431497533333335,9.970222866666669,176000000 +48.431568125,9.970263275,123000000 +48.43155873333333,9.970257733333332,123000000 +48.43163895,9.970304575,174000000 +48.43186483333333,9.970360433333331,136000000 +48.43191505,9.9703508,60500000 +48.43192466666667,9.9703472,60500000 +48.43197876666667,9.970318866666668,95200000 +48.431985175,9.97031385,95200000 +48.432093475,9.9701683,177000000 +48.43215005,9.969971725,20000000 +48.432165775,9.969856025,156000000 +48.43216707999999,9.96984308,156000000 +48.43217926666667,9.969714433333332,103000000 +48.432202925,9.969463875,90900000 +48.4322043,9.96944978,90900000 +48.432217425000005,9.969327774999998,162000000 +48.43221914000001,9.969314959999998,162000000 +48.4322362,9.969201775,29000000 +48.43223856,9.96918992,29000000 +48.43226000000001,9.969092266666664,20200000 +48.4322628,9.969081375,20200000 +48.432287175,9.968994225,29900000 +48.432314725,9.968914125,26200000 +48.43231086666666,9.968923433333334,26200000 +48.43233713333333,9.968864133333334,34900000 +48.43233975,9.968859225,34900000 +48.43235453333333,9.9688326,33500000 +48.4323578,9.968827625,35200000 +48.4323584,9.96882735,28600000 +48.43235885,9.968827,36300000 +48.4323589,9.968827,37300000 +48.4323589,9.968827,37300000 +48.4323589,9.968827,33800000 +48.4323589,9.968827,33800000 +48.4323605,9.9688274,37000000 +48.4323626,9.9688279,19400000 +48.43236265,9.968827925,19400000 +48.4323628,9.968828,26100000 +48.4323639,9.96882745,32300000 +48.4323635,9.968827766666664,32300000 +48.43236819999999,9.968822,29300000 +48.43237516666667,9.968809166666666,36000000 +48.432377075,9.96880525,36000000 +48.43239093333333,9.968771166666668,28500000 +48.43239225,9.968765575,28500000 +48.432397175000006,9.968704725,33200000 +48.43238605,9.9686297,31000000 +48.43236943333333,9.968557466666669,19800000 +48.4323525,9.968475275,18300000 +48.432337025,9.968370825,45900000 +48.43232603333333,9.9682657,20000000 +48.4323144,9.968156466666668,36000000 +48.432312025,9.96813725,36000000 +48.4322956,9.968007533333331,17600000 +48.432293625,9.9679915,17600000 +48.432277633333335,9.967880766666664,32500000 +48.432274625,9.96786325,32500000 +48.43225290000001,9.9677329,61300000 +48.43225580000001,9.96775,61300000 +48.43223343333333,9.967617533333334,26200000 +48.432230725,9.967601425000002,26200000 +48.4322111,9.967489933333333,82800000 +48.432185100000005,9.967354725,27500000 +48.43215673333333,9.967220666666668,23700000 +48.432128125,9.96709735,26300000 +48.432094675,9.966953575,22200000 +48.432060500000006,9.9668091,31100000 +48.432056125,9.96679095,31100000 +48.43202483333334,9.966660466666667,104000000 +48.4319955,9.966534700000002,22500000 +48.431961400000006,9.966380925,59400000 +48.43193043333334,9.9662453,24100000 +48.43189875,9.9661172,99300000 +48.43186426666667,9.965976433333331,25900000 +48.43183123333333,9.965853833333334,40900000 +48.43179736666667,9.965732933333332,28400000 +48.431792575,9.96571295,28400000 +48.4317617,9.9655772,65900000 +48.4317586,9.965562525,65900000 +48.4317338,9.965442633333334,27100000 +48.43170716666666,9.965334,54300000 +48.43170205,9.96531455,54300000 +48.4316667,9.9651753,34000000 +48.4316305,9.965033625,83600000 +48.4315944,9.964894733333333,22400000 +48.43156059999999,9.964762,38500000 +48.43152155,9.964600075,26900000 +48.4314905,9.96446695,83600000 +48.43148573333334,9.964446266666668,83600000 +48.4314537,9.964315066666666,33300000 +48.43144815,9.964292775,33300000 +48.43141485,9.9641601,61400000 +48.43140929999999,9.964138466666666,61400000 +48.43137843333333,9.964009033333332,32500000 +48.43135123333334,9.9638801,64100000 +48.43134735,9.9638588,64100000 +48.431323633333335,9.963710933333331,25300000 +48.431311533333336,9.963592566666668,29400000 +48.4313034,9.9634778,24700000 +48.431298266666666,9.963381666666663,28600000 +48.4312978,9.96331695,24900000 +48.43129816666666,9.9633041,24900000 +48.4313036,9.963226866666666,36100000 +48.431305725,9.963214225,36100000 +48.4313195,9.96313935,22800000 +48.43132193333333,9.9631271,22800000 +48.43133286666667,9.963050833333332,31100000 +48.4313256,9.962959825,19400000 +48.4312956,9.962874466666667,20100000 +48.431261500000005,9.9628047,17600000 +48.4312277,9.962715325,30000000 +48.43123173333333,9.962729700000002,30000000 +48.43120103333334,9.962607333333333,24600000 +48.43118066666667,9.9624984,31900000 +48.43116179999999,9.9623757,17500000 +48.43115895,9.9623538,17500000 +48.43113963333334,9.962197066666668,34300000 +48.4311256,9.962057033333334,24000000 +48.43111413333335,9.961913166666667,26800000 +48.431112275,9.9618886,26800000 +48.431096966666665,9.961714566666666,23100000 +48.43108226666667,9.9615624,29000000 +48.431067175,9.96138,26800000 +48.43106906666666,9.961406633333334,26800000 +48.43105685,9.96121855,25800000 +48.43105543333333,9.961191066666666,25800000 +48.43104935,9.9610524,33400000 +48.43104853333333,9.9610243,33400000 +48.43104603333333,9.9608537,98900000 +48.431046075,9.9608247,98900000 +48.4310468,9.96064945,19700000 +48.431047,9.960619733333331,19700000 +48.43104763333333,9.960439766666669,25000000 +48.431048975,9.960224725,20700000 +48.431049400000006,9.960005699999998,90900000 +48.43104753333333,9.959816466666666,46400000 +48.43104175,9.959593175,29700000 +48.431030066666665,9.9593678,23500000 +48.4310323,9.959399950000002,23500000 +48.431017350000005,9.9592071,20600000 +48.43101416666667,9.959175133333334,20600000 +48.4309927,9.958984466666664,22700000 +48.43098865,9.958953025,22700000 +48.43096345,9.95876515,25000000 +48.430958833333335,9.958734133333332,25000000 +48.430930466666666,9.958549433333332,19600000 +48.43090006666667,9.958368333333333,34900000 +48.43089487500001,9.95833885,34900000 +48.4308581,9.958136166666668,24500000 +48.4308274,9.9579739,32000000 +48.4308009,9.957824866666668,29800000 +48.430796975,9.957802,29800000 +48.43077073333333,9.957652333333334,22900000 +48.430751,9.957539425,33900000 +48.43073565,9.9574469,25700000 +48.43073376666666,9.957432833333334,25700000 +48.4307245,9.95736615,85700000 +48.43072279999999,9.957354066666666,85700000 +48.43071369999999,9.957285466666669,65900000 +48.430712525,9.95727535,65900000 +48.4307048,9.957210066666669,45200000 +48.43069926666666,9.957167633333334,31600000 +48.430696350000005,9.9571451,36400000 +48.43069593333334,9.957142333333334,36400000 +48.43069555,9.957139475,36400000 +48.43069245,9.9571212,60300000 +48.43069143333333,9.957117533333331,60300000 +48.43068076666666,9.957090533333334,86900000 +48.430604466666665,9.957029866666666,154000000 +48.43056555,9.9570239,105000000 +48.43055733333333,9.957024,105000000 +48.430496575,9.9570305,19700000 +48.43042843333333,9.9570412,35700000 +48.4280143,9.956865733333332,145000000 +48.428009275,9.95686455,145000000 +48.4279363,9.9568456,28900000 +48.4279339,9.956844933333334,28900000 +48.4279317,9.956844325,28900000 +48.42791943333333,9.956841,77900000 +48.4279145,9.9568399,31400000 +48.427913966666665,9.956839766666668,31400000 +48.427912325,9.956839725,37300000 +48.42791243333334,9.956839666666664,37300000 +48.42791255,9.95683965,37300000 +48.427911550000005,9.95684015,26600000 +48.42791143333333,9.956840233333336,26600000 +48.4279112,9.9568404,44200000 +48.4279112,9.9568404,44200000 +48.4279112,9.9568404,41200000 +48.4279112,9.9568404,41200000 +48.4279112,9.9568404,50500000 +48.4279112,9.9568404,50500000 +48.4279112,9.9568404,18500000 +48.4279112,9.9568404,18500000 +48.4279112,9.9568404,31100000 +48.4279112,9.9568404,31100000 +48.4279112,9.9568404,42300000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,36400000 +48.4279112,9.9568404,36400000 +48.4279112,9.9568404,41100000 +48.4279112,9.9568404,41100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,24600000 +48.4279112,9.9568404,45000000 +48.4279112,9.9568404,45000000 +48.4279112,9.9568404,36300000 +48.4279112,9.9568404,36300000 +48.4279112,9.9568404,31700000 +48.4279112,9.9568404,31700000 +48.4279112,9.9568404,61800000 +48.4279112,9.9568404,61800000 +48.4279112,9.9568404,47600000 +48.4279112,9.9568404,47600000 +48.4279112,9.9568404,40300000 +48.4279112,9.9568404,56200000 +48.4279112,9.9568404,56200000 +48.4279112,9.9568404,27500000 +48.4279112,9.9568404,27500000 +48.4279112,9.9568404,65300000 +48.4279112,9.9568404,65300000 +48.4279112,9.9568404,32300000 +48.4279112,9.9568404,32300000 +48.4279112,9.9568404,34200000 +48.4279112,9.9568404,34200000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,38500000 +48.4279112,9.9568404,38500000 +48.4279112,9.9568404,46800000 +48.4279112,9.9568404,46800000 +48.42791116666666,9.956839733333332,29100000 +48.427910975,9.956839475,29100000 +48.427908200000005,9.95683805,39600000 +48.42790693333334,9.9568377,39600000 +48.42789643333333,9.956835033333332,31100000 +48.42787813333334,9.956829933333331,22000000 +48.42787365,9.956828675,22000000 +48.42784255,9.9568205,38800000 +48.42783573333333,9.9568192,38800000 +48.42778986666666,9.956815233333332,23700000 +48.42779845,9.95681465,23700000 +48.4277458,9.95682345,32300000 +48.42773703333333,9.956827366666667,32300000 +48.427728325,9.9568321,32300000 +48.42767635,9.95686765,25200000 +48.42766786666667,9.9568766,25200000 +48.42762755,9.9569285,37800000 +48.42762059999999,9.9569419,37800000 +48.42761517499999,9.956953675,37800000 +48.42758103333333,9.9570552,33200000 +48.4275846,9.9570378,33200000 +48.42756216666667,9.957164466666669,32400000 +48.427547633333326,9.9572892,30400000 +48.427545475,9.957311825,30400000 +48.4275306,9.957471166666666,42400000 +48.42751975,9.95758725,28900000 +48.42751733333333,9.957613833333331,28900000 +48.427514725,9.957640775,28900000 +48.4274982,9.957809833333334,31400000 +48.4274956,9.957835625,31400000 +48.42750035,9.95778745,31400000 +48.42747593333333,9.9580341,34700000 +48.42747875,9.9580033,34700000 +48.42745995,9.95819075,17000000 +48.42745663333333,9.958222966666666,17000000 +48.42743885,9.95838445,36500000 +48.4274351,9.958417233333334,36500000 +48.42743122500001,9.958450375,36500000 +48.42740595,9.9586527,31500000 +48.42740176666666,9.958687866666668,31500000 +48.4273799,9.9588655,18000000 +48.427375266666665,9.958901766666663,18000000 +48.4273388,9.95915885,36000000 +48.42734413333333,9.959121566666669,36000000 +48.42730635,9.95938275,30300000 +48.427301,9.9594202,30300000 +48.42726696666667,9.9596458,26700000 +48.42722565,9.95991215,18700000 +48.4271853,9.960182166666668,39600000 +48.4271541,9.9603764,21800000 +48.427147733333335,9.960415333333332,21800000 +48.427102325,9.960687825,27700000 +48.427109,9.960649000000002,27700000 +48.42705583333333,9.960959233333334,22400000 +48.42706225,9.96092045,22400000 +48.4270228,9.9611533,38300000 +48.42701616666667,9.961192,38300000 +48.42697486666666,9.9614234,35300000 +48.4269682,9.961461925,35300000 +48.42674348,9.96276636,30400000 +48.42675156666667,9.9627136,30400000 +48.4267475,9.96274,30400000 +48.4267122,9.9629635,30100000 +48.42670623333333,9.963002966666666,30100000 +48.426664525,9.96327245,25300000 +48.4266324,9.9634891,23100000 +48.42662603333334,9.963528133333334,23100000 +48.42659166666667,9.9637428,23500000 +48.42658715,9.96377245,23500000 +48.4265519,9.9640124,19600000 +48.42654685,9.96404965,19600000 +48.42651503333334,9.964283566666667,25500000 +48.4265195,9.9642471,25500000 +48.4264892,9.964491966666666,30100000 +48.426485275000005,9.96452335,30100000 +48.42645836666667,9.964733233333334,20700000 +48.4264543,9.96476215,20700000 +48.4264245,9.9649808,30900000 +48.42642107499999,9.965006025,30900000 +48.4263946,9.9651911,30800000 +48.426390575,9.965222425,30800000 +48.42636158,9.96547742,33500000 +48.426363825,9.96545245,33500000 +48.42636636666666,9.9654267,33500000 +48.426343300000006,9.965696766666667,38400000 +48.426340875,9.96572675,38400000 +48.42632635,9.965925250000002,34800000 +48.4263248,9.965953400000002,34800000 +48.426323525,9.965979525000002,34800000 +48.42631505,9.96615385,35200000 +48.42631373333333,9.9661854,35200000 +48.426312575,9.966212825,35200000 +48.42630413333334,9.966409733333334,30800000 +48.42630565,9.96637565,30800000 +48.426293625,9.966638425,17500000 +48.426281450000005,9.966852975,20100000 +48.42626363333333,9.967054766666664,16400000 +48.426232,9.96725705,32500000 +48.425771775,9.968269525,156000000 +48.4257098,9.9696798,19700000 +48.4257202,9.96968355,19700000 +48.42573086666667,9.969687333333331,19700000 +48.42577885,9.9697042,61500000 +48.425790766666665,9.9697084,61500000 +48.425803,9.969712625,61500000 +48.4262988,9.969825,50100000 +48.42631336666667,9.969826533333334,50100000 +48.4263301,9.969828175,50100000 +48.42707895,9.969787775,33600000 +48.42720066666666,9.969759833333333,50000000 +48.42734093999999,9.969719219999998,60000000 +48.42747145,9.9696726,70000000 +48.42760549999999,9.96962048,110000000 +48.4279875,9.9694813,40000000 +48.428124875,9.969437875,24900000 +48.4282637,9.969399066666666,19400000 +48.42838476666666,9.9693719,21100000 +48.4285221,9.969348425,32300000 +48.42866306666667,9.969330866666668,43600000 +48.429701375,9.969378725,36100000 +48.42985383333333,9.969407833333332,39200000 +48.429999725,9.96944115,26700000 +48.430136,9.969480333333332,41200000 +48.4302597,9.969524866666667,19500000 +48.430395825,9.96958385,25500000 +48.4305272,9.9696472,30500000 +48.43065855,9.9697168,42100000 +48.43078439999999,9.969784833333334,33700000 +48.43100307499999,9.969910375,26200000 +48.43110823333333,9.969973033333334,20600000 +48.43119096666666,9.970022133333336,25700000 +48.4312814,9.97007685,25700000 +48.43136676666666,9.97013,39700000 +48.43143896666667,9.970175966666666,72400000 +48.431522675,9.970228675,141000000 +48.43160446666667,9.970279433333332,173000000 +48.4317554,9.970347425,130000000 +48.431907525,9.970345625,106000000 +48.43198006666668,9.970308566666668,108000000 +48.432128950000006,9.970059375,179000000 +48.432154700000005,9.969940266666669,78000000 +48.4321725,9.96980935,119000000 +48.43218636666666,9.969675866666668,94100000 +48.43219905,9.969542175,141000000 +48.432211975,9.96941645,105000000 +48.4322291,9.969282875,143000000 +48.43224696666667,9.969175433333334,36000000 +48.432270225,9.969065575,17300000 +48.43229695,9.9689705,25300000 +48.432328850000005,9.968887025,35800000 +48.43236006666666,9.968822933333334,28200000 +48.432382625,9.968762575,24800000 +48.4323877,9.9686888,34900000 +48.43237573333334,9.96862,27200000 +48.4323732,9.9686087,27200000 +48.432353875,9.968519925,32200000 +48.43233675,9.9684149,34900000 +48.43232533333333,9.968314366666666,23400000 +48.4323155,9.968203225,36200000 +48.43230028,9.96806676,18800000 +48.432279875,9.967927125,22900000 +48.432258025,9.9678011,31800000 +48.432238725000005,9.967684375,42900000 +48.432217775,9.9675629,17500000 +48.43219366666667,9.9674344,29700000 +48.432190275,9.967416625,29700000 +48.432165966666666,9.967289266666668,36100000 +48.4321408,9.9671614,35200000 +48.432110475,9.9670241,23400000 +48.432082666666666,9.9668998,30200000 +48.432051650000005,9.966768125000002,29900000 +48.4320194,9.966634475,19900000 +48.43198855,9.9665094,17300000 +48.43195595,9.966377075,17100000 +48.4319274,9.9662599,20700000 +48.43189445,9.966125975,30600000 +48.431862425,9.9659991,34600000 +48.431829775,9.9658745,21000000 +48.431792875,9.96573885,17900000 +48.43176246666667,9.9656112,36600000 +48.43173635,9.965491875,24900000 +48.431699900000005,9.965339725,26800000 +48.43166623333334,9.965206533333337,26600000 +48.43163446666667,9.9650808,27200000 +48.431596025000005,9.9649303,34800000 +48.43155593333333,9.9647749,29500000 +48.4315193,9.964637133333332,24700000 +48.43147565,9.964473575,22900000 +48.43143386666666,9.9643089,21700000 +48.4313999,9.964169466666666,19900000 +48.431363,9.964015775,33100000 +48.43133473333333,9.963867633333331,32400000 +48.43131595,9.963728575,42500000 +48.43130443333334,9.9635887,23200000 +48.4312974,9.963477866666668,20100000 +48.431291425,9.963359575,23800000 +48.43129436666667,9.963254166666667,23600000 +48.43130863333332,9.9631767,33400000 +48.431325675,9.963095475,18500000 +48.43133079999999,9.963014566666669,33100000 +48.43131843333333,9.962947733333332,23800000 +48.431287525,9.962874825,25000000 +48.4312505,9.9627987,23800000 +48.43122273333333,9.962718833333334,27000000 +48.43119535,9.962603825,24100000 +48.431170066666674,9.9624677,27100000 +48.43115143333333,9.962334,38200000 +48.431132425,9.962162975,32600000 +48.43111643333333,9.961979933333332,23100000 +48.43110336666666,9.961814,18500000 +48.43108705,9.961613175,19700000 +48.43107063333333,9.961403166666669,20400000 +48.43105740000001,9.961218666666666,35700000 +48.431046975,9.960999825,30500000 +48.43104443333333,9.9607764,25600000 +48.4310458,9.960581333333334,26500000 +48.431047325,9.96035055,39500000 +48.43104906666667,9.960117966666669,29500000 +48.43104803333333,9.9599171,21900000 +48.4310433,9.959687325,42200000 +48.43103463333333,9.959466966666668,49200000 +48.431018375,9.959230725,29000000 +48.43099633333333,9.958998033333334,20300000 +48.430971925,9.9587952,28500000 +48.43094120000001,9.958582366666668,31000000 +48.4309107,9.9584098,26200000 +48.430870625,9.958204925,40100000 +48.430836766666665,9.9580394,32200000 +48.43080825,9.95788895,31700000 +48.43078006666667,9.9577337,34900000 +48.4307588,9.957611166666666,27000000 +48.430738525,9.957479200000002,41600000 +48.43072273333334,9.9573577,95300000 +48.43071246666667,9.957269966666669,149000000 +48.430703300000005,9.95719875,30500000 +48.430696600000005,9.957157066666667,24700000 +48.43069303333333,9.957139333333332,17700000 +48.4306923,9.95713685,16300000 +48.43069233333333,9.957135933333332,27700000 +48.430692225,9.957133025,152000000 +48.43067605,9.957087025,108000000 +48.430597075,9.9570299,85300000 +48.43053893333333,9.957026133333336,57000000 +48.42811102499999,9.956895725,109000000 +48.42811879999999,9.9568975,109000000 +48.42806635,9.9568851,128000000 +48.428059700000006,9.9568834,128000000 +48.428021900000005,9.956873966666668,111000000 +48.427984825,9.956863925,108000000 +48.4279584,9.9568556,73000000 +48.4279545,9.956854466666668,73000000 +48.42793695,9.9568493,94000000 +48.42793426666666,9.956848466666663,94000000 +48.427920275,9.956844625,32100000 +48.4279216,9.956844966666669,32100000 +48.42791466666667,9.9568429,31300000 +48.4279147,9.95684305,20000000 +48.42791453333333,9.9568432,69300000 +48.42791450000001,9.9568432,44700000 +48.4279145,9.9568432,59400000 +48.42791450000001,9.9568432,59700000 +48.42791450000001,9.9568432,95300000 +48.4279145,9.9568432,38200000 +48.42791450000001,9.9568432,38200000 +48.42791450000001,9.9568432,101000000 +48.42791450000001,9.9568432,61200000 +48.42791450000001,9.9568432,31400000 +48.4279145,9.9568432,31400000 +48.42791450000001,9.9568432,29600000 +48.4279145,9.9568432,29100000 +48.42791450000001,9.9568432,42500000 +48.4279145,9.9568432,52000000 +48.42791450000001,9.9568432,52000000 +48.42791450000001,9.9568432,54800000 +48.4279145,9.9568432,54800000 +48.42791450000001,9.9568432,92800000 +48.4279145,9.9568432,92800000 +48.42791450000001,9.9568432,37200000 +48.427914433333335,9.956843333333332,35500000 +48.427914175,9.95684345,35500000 +48.42791063333334,9.956843566666668,45300000 +48.4279038,9.956841966666667,37400000 +48.42790175,9.95684135,37400000 +48.42788406666667,9.956835833333336,54100000 +48.427860466666665,9.956828933333334,24600000 +48.4278206,9.956819825,29300000 +48.42777196666666,9.9568158,29500000 +48.4277312,9.9568225,37500000 +48.42772289999999,9.956825666666669,37500000 +48.42767510000001,9.956851866666666,19200000 +48.42766805000001,9.956857975,19200000 +48.42762915,9.95689725,30000000 +48.42762393333334,9.956904766666668,30000000 +48.427596066666666,9.956956433333332,23800000 +48.4275756,9.957031166666669,29900000 +48.4275731,9.957047525,29900000 +48.4275581,9.957176633333331,31500000 +48.42754543333333,9.957310866666669,31300000 +48.427528375,9.9574875,22600000 +48.427508875,9.95769805,18300000 +48.42748845,9.957891725,24600000 +48.427467225,9.958098775,40300000 +48.427446833333335,9.958285633333332,27300000 +48.4274434,9.958314475,27300000 +48.427413425,9.958572925,21500000 +48.42738885,9.95877275,42200000 +48.42738366666666,9.9588096,42200000 +48.427353466666666,9.9590328,23300000 +48.427317325,9.95929185,30000000 +48.42728226666667,9.959541433333332,25600000 +48.42724956666667,9.959766533333331,25200000 +48.4272442,9.95980145,25200000 +48.42720806666667,9.960028766666667,25900000 +48.427203325,9.960057225,25900000 +48.427198780000005,9.96008478,25900000 +48.427151,9.960371375,23800000 +48.4271153,9.960577966666667,35200000 +48.427109675,9.9606127,35200000 +48.42706983333333,9.960855466666668,26100000 +48.4270756,9.96082085,26100000 +48.427030433333336,9.9610805,30000000 +48.4270235,9.961119425,30000000 +48.4269764,9.9613828,24200000 +48.42697125,9.961410575,24200000 +48.42693366666666,9.9616214,30300000 +48.42692805,9.96165305,30300000 +48.42688613333333,9.961889466666667,32900000 +48.426881425,9.961916275,32900000 +48.42675945999999,9.96262108,21300000 +48.4267212,9.9628414,23700000 +48.426680925,9.963082475,36100000 +48.42663858,9.963345040000002,29100000 +48.42659935,9.963613700000002,25600000 +48.4265688,9.96384165,35500000 +48.426540225,9.964057475,26100000 +48.4265367,9.96408334,26100000 +48.426502340000006,9.96433422,16700000 +48.4264734,9.964555875,21500000 +48.42643874,9.96482116,23800000 +48.426400625,9.96507675,19100000 +48.42637185,9.965309325,22100000 +48.42634616,9.9655558,28300000 +48.4263252,9.965820325,18100000 +48.42630944999999,9.96607715,19800000 +48.426299425,9.966301025,35100000 +48.42629050000001,9.96652492,20400000 +48.42628168,9.96677746,31700000 +48.426267,9.966994975,63700000 +48.42624335,9.96718355,66500000 +48.42620338,9.96736856,58300000 +48.426152325,9.96752785,128000000 +48.425746540000006,9.96833356,153000000 +48.42604115,9.9697976,180000000 +48.42606353333334,9.9698025,180000000 +48.42617835,9.9698247,32500000 +48.426297866666665,9.969840266666669,37800000 +48.4262737,9.96983775,37800000 +48.42666765,9.96985555,134000000 +48.4270445,9.969811,103750000 +48.42718255,9.96978215,76700000 +48.4272819,9.96975535,69200000 +48.427404033333325,9.969715666666666,66000000 +48.4276431,9.969624,113000000 +48.42799815,9.9694965,25600000 +48.428123,9.9694558,20200000 +48.428243300000005,9.96941955,27700000 +48.4283366,9.96939515,32000000 +48.42836,9.9693899,32000000 +48.428597,9.969350066666664,115000000 +48.42871845,9.96933835,104000000 +48.42961963333333,9.969372133333335,27000000 +48.42975305,9.9693934,27900000 +48.42986685,9.96941345,17700000 +48.43013865,9.9694814,31900000 +48.4302706,9.969532466666664,58800000 +48.4304029,9.9695913,27100000 +48.43053593333333,9.969655133333331,35000000 +48.43066725,9.9697226,52000000 +48.43079349999999,9.969792466666666,43900000 +48.4309147,9.9698616,113000000 +48.43102993333333,9.969930033333334,65200000 +48.43113705,9.9699957,24500000 +48.43122923333333,9.970054333333332,27500000 +48.4313116,9.9701065,19400000 +48.431388133333336,9.970154833333334,72300000 +48.4314642,9.9702018,34600000 +48.4316201,9.97029345,164000000 +48.431775,9.9703547,142000000 +48.43184829999999,9.970358866666666,170000000 +48.4319193,9.9703438,133000000 +48.4319868,9.970306333333337,38600000 +48.43204755,9.9702485,130000000 +48.43212605,9.97008225,87800000 +48.4321492,9.969974533333334,26000000 +48.4321662,9.9698525,167000000 +48.432178933333326,9.969722366666668,56300000 +48.43219195,9.96958875,106000000 +48.4322055,9.969452733333334,135000000 +48.432223,9.969315966666668,68400000 +48.43224155,9.96920455,82000000 +48.43226416666666,9.9690968,86300000 +48.43228965,9.96900145,38000000 +48.43231903333333,9.968920966666667,32600000 +48.4323508,9.96885375,30800000 +48.43237576666667,9.9687912,25900000 +48.43238685,9.9687236,35900000 +48.43237919999999,9.968645666666667,30200000 +48.4323586,9.96855715,22600000 +48.4323406,9.968456966666666,38900000 +48.43232805,9.9683457,34500000 +48.432315933333335,9.9682269,20100000 +48.43230095,9.96810505,44500000 +48.4322843,9.967981633333332,27600000 +48.4322643,9.9678558,34700000 +48.43224406666667,9.967731033333331,23000000 +48.43222275,9.96761,22100000 +48.43220313333333,9.967495033333334,25000000 +48.43218125,9.96737605,24300000 +48.432161533333336,9.967275033333332,24800000 +48.43214085,9.9671747,26600000 +48.432117266666666,9.9670703,34100000 +48.4320911,9.9669606,37300000 +48.4320617,9.966844466666666,36400000 +48.43202965,9.96672195,26900000 +48.43199753333334,9.966593833333334,27400000 +48.4319652,9.966462,23800000 +48.43193213333333,9.966324033333334,45100000 +48.4318984,9.9661839,19400000 +48.43186433333333,9.9660474,18300000 +48.4318284,9.9659046,28500000 +48.43179805,9.9657904,27000000 +48.4317629,9.965653733333331,22900000 +48.43173,9.9655141,17500000 +48.43169593333332,9.9653719,33600000 +48.4316595,9.9652269,37000000 +48.4316208,9.965079133333331,21500000 +48.431578,9.96491245,25700000 +48.43154225,9.9647727,25100000 +48.43150206666667,9.9646134,22400000 +48.43146165,9.96445365,33900000 +48.4314225,9.9642968,32400000 +48.43138495,9.96414225,19500000 +48.4313512,9.963990266666668,37100000 +48.431322300000005,9.96384305,28200000 +48.4313018,9.9636996,19000000 +48.4312888,9.963561,25200000 +48.43128093333333,9.963422799999998,24900000 +48.43127965,9.96329875,17700000 +48.4312918,9.963198466666666,24800000 +48.4313121,9.9631149,18600000 +48.4313223,9.96305045,24700000 +48.4313172,9.9629754,22900000 +48.43129625,9.96291195,21100000 +48.43126196666666,9.962844566666666,20700000 +48.43122700000001,9.96276195,25100000 +48.4311986,9.962654066666667,20800000 +48.43117315,9.9625297,30000000 +48.431151,9.962381866666668,41200000 +48.43113185,9.9622288,30900000 +48.43111945,9.9621032,27000000 +48.431103666666665,9.961912833333333,32700000 +48.431091,9.96174045,28800000 +48.43107845,9.9615901,29100000 +48.43106349999999,9.9614196,21100000 +48.43105005,9.9612413,24700000 +48.4310422,9.9610556,23500000 +48.4310384,9.9607508,31200000 +48.43103855,9.9607021,31200000 +48.43103873333333,9.960659633333334,31200000 +48.4310398,9.9604755,32200000 +48.43104035,9.96043555,32200000 +48.4310416,9.9603149,31000000 +48.431042000000005,9.9602743,31000000 +48.4310431,9.9601512,31200000 +48.43104305,9.9600995,31200000 +48.4310429,9.960054433333331,31200000 +48.4310409,9.9598812,44600000 +48.4310395,9.95983905,44600000 +48.43103216666666,9.959625466666669,22700000 +48.43103395,9.9596686,22700000 +48.4310358,9.9597115,22700000 +48.4310245,9.9594526,35600000 +48.431021900000005,9.95940925,35600000 +48.4310128,9.9592793,37900000 +48.4310093,9.95923575,37900000 +48.431005166666665,9.9591924,37900000 +48.4309876,9.9590194,29400000 +48.43098235,9.9589762,29400000 +48.4309657,9.958847,47500000 +48.4309597,9.95880425,47500000 +48.43095350000001,9.958761633333332,47500000 +48.43092125,9.9585503,35800000 +48.4309281,9.958592,35800000 +48.4309008,9.9584261,23600000 +48.4308937,9.9583851,23600000 +48.430886433333335,9.958344933333334,23600000 +48.4308571,9.958185,17400000 +48.43085005,9.9581461,17400000 +48.430816033333336,9.957963833333332,22300000 +48.4308223,9.9579983,22300000 +48.4308288,9.9580341,22300000 +48.4307916,9.957831,19400000 +48.430786,9.9578005,19400000 +48.43075996666666,9.957658033333333,27800000 +48.4307649,9.95768505,27800000 +48.4307699,9.9577126,27800000 +48.4307375,9.95752885,43500000 +48.4307413,9.9575535,43500000 +48.430727,9.9574587,45300000 +48.43072405,9.95743715,45300000 +48.4307213,9.957416533333337,45300000 +48.430708550000006,9.9573184,87300000 +48.4307109,9.9573367,87300000 +48.43069095,9.9571726,59500000 +48.4306919,9.9571818,59500000 +48.4306874,9.9571467,22800000 +48.43068605,9.9571383,22800000 +48.4306842,9.957129866666667,22800000 +48.4306746,9.9570966,93100000 +48.43067055,9.95708785,93100000 +48.4306061,9.9570319,180000000 +48.43059705,9.95703,180000000 +48.4305641,9.9570255,155000000 +48.43055295,9.9570259,155000000 +48.430490633333335,9.957032033333332,62800000 +48.4305177,9.9570281,62800000 +48.430490633333335,9.957032033333332,62800000 +48.43050435000001,9.95703,62800000 +48.4290966,9.9570521,93800000 +48.4290773,9.9570493,93800000 +48.4323559,9.9674727,18100000 +48.4323559,9.9674727,21800000 +48.4323559,9.9674727,19700000 +48.4323559,9.9674727,24700000 +48.4323559,9.9674727,24700000 +48.4323559,9.9674727,28000000 +48.4323559,9.9674727,28000000 +48.4323559,9.9674727,28000000 +48.4323559,9.9674727,36000000 +48.4323559,9.9674727,36000000 +48.4323559,9.9674727,19400000 +48.4323559,9.9674727,19400000 +48.4323559,9.9674727,27800000 +48.4323559,9.9674727,27800000 +48.4323559,9.9674727,27800000 +48.4323559,9.9674727,33400000 +48.4323559,9.9674727,33400000 +48.4323559,9.9674727,26200000 +48.4323559,9.9674727,26200000 +48.4323559,9.9674727,26200000 +48.4323559,9.9674727,20700000 +48.4323559,9.9674727,21500000 +48.4323559,9.9674727,21500000 +48.4323559,9.9674727,23200000 +48.4323559,9.9674727,23200000 +48.4323559,9.9674727,23200000 +48.4323559,9.9674727,31900000 +48.4323559,9.9674727,31900000 +48.4323559,9.9674727,38600000 +48.4323559,9.9674727,38600000 +48.4323559,9.9674727,28500000 +48.4323559,9.9674727,28500000 +48.4323559,9.9674727,20400000 +48.4323559,9.9674727,20400000 +48.4323559,9.9674727,34000000 +48.4323559,9.9674727,34000000 +48.4323559,9.9674727,24400000 +48.4323559,9.9674727,24400000 +48.4323559,9.9674727,24400000 +48.4323559,9.9674727,16400000 +48.4323559,9.9674727,16400000 +48.4323559,9.9674727,19500000 +48.4323559,9.9674727,19500000 +48.4323559,9.9674727,30100000 +48.4323559,9.9674727,30100000 +48.4323559,9.9674727,30100000 +48.4323559,9.9674727,24100000 +48.4323559,9.9674727,24100000 +48.4323559,9.9674727,26300000 +48.4323559,9.9674727,26300000 +48.4323559,9.9674727,24200000 +48.4323559,9.9674727,24200000 +48.4323559,9.9674727,21400000 +48.4323559,9.9674727,21400000 +48.4323559,9.9674727,26800000 +48.4323559,9.9674727,26800000 +48.4323559,9.9674727,22900000 +48.4323559,9.9674727,22900000 +48.4323559,9.9674727,33300000 +48.4323559,9.9674727,33300000 +48.4323559,9.9674727,29600000 +48.4323559,9.9674727,29600000 +48.4323559,9.9674727,18300000 +48.4323559,9.9674727,18300000 +48.4323559,9.9674727,26000000 +48.4323559,9.9674727,26000000 +48.4323559,9.9674727,26000000 +48.4323559,9.9674727,30900000 +48.4323559,9.9674727,30900000 +48.4323559,9.9674727,19600000 +48.4323559,9.9674727,19600000 +48.4323559,9.9674727,27900000 +48.4323559,9.9674727,27900000 +48.4323557,9.96747285,29400000 +48.4323559,9.9674727,29400000 +48.4323529,9.9674754,27100000 +48.43235155,9.9674768,27100000 +48.4323469,9.96748,28700000 +48.43234475,9.9674819,28700000 +48.4323391,9.9674876,32500000 +48.43233705,9.9674902,32500000 +48.43232975,9.9674987,19200000 +48.4323315,9.9674966,19200000 +48.43232846666666,9.967501066666664,19200000 +48.4323245,9.9675117,21600000 +48.4323238,9.96751445,21600000 +48.4323211,9.9675236,24600000 +48.432320450000006,9.967527,24600000 +48.43231613333334,9.9675429,32800000 +48.432317100000006,9.96753985,32800000 +48.4323116,9.9675545,24600000 +48.43231015,9.967557,24600000 +48.43230345,9.9675665,22800000 +48.4323017,9.967568433333334,22800000 +48.4323055,9.9675642,22800000 +48.43229285,9.9675765,29500000 +48.4322947,9.9675752,29500000 +48.43228243333333,9.967582366666669,19300000 +48.4322846,9.96758155,19300000 +48.4322866,9.9675805,19300000 +48.43227115,9.967585199999998,20800000 +48.4322734,9.9675848,20800000 +48.4322645,9.9675861,26100000 +48.43225963333334,9.967585866666669,26100000 +48.432262050000006,9.967586,26100000 +48.432249,9.967584,21100000 +48.4322468,9.96758295,21100000 +48.4322402,9.9675786,26500000 +48.4322418,9.96758,26500000 +48.4322353,9.9675737,16500000 +48.43223325,9.96757165,16500000 +48.4322241,9.96756015,25700000 +48.43221216666666,9.9675365,23000000 +48.4322146,9.96754275,23000000 +48.4321976,9.9674921,26700000 +48.4322003,9.9675018,26700000 +48.432189,9.9674579,27900000 +48.43218525,9.9674425,27900000 +48.43216636666667,9.967360666666666,26900000 +48.43216995,9.967377,26900000 +48.4321735,9.9673927,26900000 +48.4321518,9.9672909,39000000 +48.4321481,9.9672713,39000000 +48.43212815,9.9671748,46800000 +48.4321337,9.9672015,46800000 +48.4321065,9.96706665,28300000 +48.4321119,9.9670932,28300000 +48.4320842,9.9669583,41200000 +48.4320903,9.9669855,41200000 +48.432058966666666,9.966843499999998,27300000 +48.4320639,9.966865599999998,27300000 +48.4320691,9.9668874,27300000 +48.4320357,9.9667431,25300000 +48.43202995,9.96672045,25300000 +48.43200805,9.96662825,19100000 +48.4319819,9.966507966666668,57200000 +48.4319874,9.96653215,57200000 +48.43195165,9.96637635,30900000 +48.4319571,9.9663999,30900000 +48.4319273,9.96627255,26600000 +48.4319327,9.9662951,26600000 +48.4319053,9.9661772,30600000 +48.4319117,9.9662049,30600000 +48.431876466666665,9.9660544,26400000 +48.4318814,9.96607485,26400000 +48.431849,9.9659443,21900000 +48.4318541,9.9659639,21900000 +48.4318231,9.9658495,20400000 +48.4318305,9.9658749,20400000 +48.431793850000005,9.96574605,25500000 +48.431801,9.9657722,25500000 +48.4317662,9.9656405,20300000 +48.4317726,9.9656674,20300000 +48.4317502,9.965569,22200000 +48.43174545,9.9655458,22200000 +48.43174063333333,9.9655221,22200000 +48.4317182,9.9654149,33400000 +48.43171275,9.9653903,33400000 +48.4316949,9.9653169,38300000 +48.43168895,9.9652922,38300000 +48.4316709,9.965217,27700000 +48.4316628,9.96518485,27700000 +48.4316316,9.96506,33700000 +48.43162496666667,9.9650328,33700000 +48.4315889,9.9648798,27500000 +48.4315956,9.9649084,27500000 +48.43155875,9.96474975,22200000 +48.4315656,9.9647793,22200000 +48.4315288,9.9646233,20600000 +48.4315025,9.96451,28800000 +48.43149325,9.9644718,28800000 +48.4314646,9.9643572,28900000 +48.43145535,9.96431965,28900000 +48.4314286,9.9642076,31300000 +48.43141955,9.9641705,31300000 +48.4313945,9.96406,26300000 +48.431387150000006,9.9640234,26300000 +48.4313656,9.9639164,29200000 +48.43135825,9.96388295,29200000 +48.43135243333334,9.963853666666669,29200000 +48.4313289,9.9637287,38200000 +48.43132525,9.96370175,38200000 +48.4313138,9.9636078,33900000 +48.43131095,9.9635814,33900000 +48.4313029,9.9635017,23500000 +48.4313002,9.9634686,23500000 +48.431292850000006,9.9633387,20500000 +48.43129795,9.96322525,20900000 +48.431316,9.96312895,33800000 +48.431311,9.963152,33800000 +48.43132913333334,9.963023133333332,23100000 +48.431329000000005,9.963041,23100000 +48.4313275,9.9630621,23100000 +48.4313197,9.96293615,16600000 +48.4313235,9.9629497,16600000 +48.4312996,9.96288255,24700000 +48.4313056,9.9628956,24700000 +48.4323332,9.9675061,24300000 +48.4323332,9.9675061,31400000 +48.4323332,9.9675061,21900000 +48.4323332,9.9675061,22100000 +48.4323332,9.9675061,20600000 +48.4323332,9.9675061,24800000 +48.4323332,9.9675061,37700000 +48.4323332,9.9675061,26200000 +48.4323332,9.9675061,22900000 +48.4323332,9.9675061,21800000 +48.4323332,9.9675061,24100000 +48.4323332,9.9675061,28300000 +48.4323332,9.9675061,31300000 +48.4323332,9.9675061,23600000 +48.4323332,9.9675061,20800000 +48.4323332,9.9675061,23800000 +48.4323332,9.9675061,25800000 +48.4323332,9.9675061,35400000 +48.4323332,9.9675061,26500000 +48.4323332,9.9675061,16700000 +48.4323332,9.9675061,16700000 +48.4323332,9.9675061,20100000 +48.4323332,9.9675061,20100000 +48.4323332,9.9675061,38500000 +48.4323332,9.9675061,38500000 +48.4323332,9.9675061,38500000 +48.4323332,9.9675061,25700000 +48.4323332,9.9675061,25700000 +48.4323332,9.9675061,23500000 +48.4323332,9.967505866666666,23500000 +48.4323332,9.9675061,23500000 +48.4323315,9.9675058,34300000 +48.4323304,9.967506,34300000 +48.4323267,9.9675069,25200000 +48.4323253,9.96750785,25200000 +48.43232373333333,9.967508933333333,25200000 +48.43232373333333,9.967508933333333,25200000 +48.432314950000006,9.9675131,37600000 +48.43230793333333,9.967518166666666,25500000 +48.43230375,9.9675222,22100000 +48.4323005,9.9675289,24200000 +48.43229445,9.96754065,25700000 +48.43228963333333,9.9675569,18800000 +48.43228485,9.96757005,17000000 +48.43228,9.96758095,30400000 +48.43227833333333,9.9675834,30400000 +48.4322701,9.967593399999998,34100000 +48.43226495,9.9675969,29600000 +48.4322583,9.967599866666667,45100000 +48.43225295,9.9676032,28800000 +48.43225113333333,9.967604799999998,25800000 +48.43225155,9.9676053,27900000 +48.432252000000005,9.967606633333332,21000000 +48.43225205,9.96760725,24600000 +48.4322523,9.9676084,26200000 +48.4322523,9.9676084,23000000 +48.4322523,9.9676084,23000000 +48.432252250000005,9.96760845,24100000 +48.432248400000006,9.96760955,15800000 +48.43223556666667,9.9676065,24100000 +48.4322204,9.96759455,17100000 +48.432206400000005,9.967566933333332,23300000 +48.43219395,9.9675261,20100000 +48.43218013333333,9.967465766666669,26600000 +48.4321619,9.9673741,36700000 +48.43214445,9.9672817,25900000 +48.43212555,9.96718205,20600000 +48.4321094,9.9671046,17700000 +48.43210365,9.96707775,17700000 +48.43208275,9.9669812,19200000 +48.4320593,9.9668708,27500000 +48.4320352,9.966757,35800000 +48.432009,9.9666413,25800000 +48.4319867,9.9665401,21600000 +48.43196245,9.9664382,24000000 +48.43193295,9.96631655,37500000 +48.4319266,9.966289933333334,37500000 +48.43189225,9.9661476,29000000 +48.43186575,9.966044,43000000 +48.43183595,9.96593285,18300000 +48.4318079,9.9658294,25600000 +48.43178335,9.96573645,20500000 +48.43175845,9.96562765,24900000 +48.4317263,9.965489433333332,27400000 +48.4317004,9.9653748,21000000 +48.4316944,9.96534945,21000000 +48.4316653,9.9652281,23700000 +48.4316733,9.9652602,23700000 +48.4316401,9.9651309,24900000 +48.43163165,9.96509715,24900000 +48.43159705,9.9649616,21500000 +48.43156105,9.964822300000002,50900000 +48.4315251,9.9646794,28600000 +48.43148995,9.9645372,89100000 +48.43145615,9.964394,32200000 +48.43142485,9.96425865,21600000 +48.431399600000006,9.9641467,25000000 +48.43139366666667,9.964119433333334,25000000 +48.4313627,9.96397615,29600000 +48.43134310000001,9.96387945,29800000 +48.43132306666666,9.9637617,73900000 +48.4313074,9.9636266,26800000 +48.4312975,9.9635115,51300000 +48.43129145,9.9633996,19900000 +48.4312926,9.96329435,27200000 +48.4312908,9.9633192,27200000 +48.43130545,9.9632008,18000000 +48.43132225,9.9631187,24500000 +48.43132975,9.96304555,21400000 +48.43132195,9.9629749,63300000 +48.4313017,9.962916,27800000 +48.4312727,9.96285805,71400000 +48.4312464,9.962799,20500000 +48.43122065,9.9627207,50600000 +48.43119655,9.96262565,19000000 +48.43117013333333,9.962485866666666,22800000 +48.4311482,9.9623249,21600000 +48.4311528,9.9623615,21600000 +48.43113075,9.9621705,67400000 +48.4311348,9.962211,67400000 +48.4311156,9.96200075,34300000 +48.4311193,9.962045,34300000 +48.43110025,9.96181695,51500000 +48.4311042,9.9618646,51500000 +48.4310838,9.96161855,18400000 +48.4310664,9.96140505,61000000 +48.43105065,9.961187,25900000 +48.4310424,9.96096755,35300000 +48.4310407,9.960747,19500000 +48.43104205,9.9605272,38200000 +48.43104505,9.96031045,22500000 +48.4310469,9.9601506,32600000 +48.4310472,9.960097950000002,32600000 +48.4310459,9.95988695,23200000 +48.43104035,9.95967755,78900000 +48.431031700000005,9.95946835,33800000 +48.4310175,9.95926065,28400000 +48.43099735,9.959055,17200000 +48.4309724,9.9588489,46400000 +48.4309504,9.958694,40100000 +48.4309426,9.9586427,40100000 +48.4309131,9.9584594,37600000 +48.4308788,9.95826015,24400000 +48.43084465,9.958068099999998,45400000 +48.4308132,9.9578922,19900000 +48.4307847,9.95773485,44400000 +48.43076000000001,9.95759245,36400000 +48.43073975,9.95746695,83900000 +48.430725,9.95736105,46400000 +48.43071505,9.95728395,23600000 +48.43070725,9.9572211,35800000 +48.43070225,9.95718345,37000000 +48.4306977,9.9571537,29000000 +48.4306902,9.95712245,115000000 +48.43051165,9.95703375,96300000 +48.4304343,9.95704555,71900000 +48.4290791,9.95705635,174000000 +48.42808345,9.9568918,68800000 +48.4280956,9.9568949,68800000 +48.4280388,9.95687985,89100000 +48.42800435,9.95687075,55700000 +48.4279974,9.956868933333334,55700000 +48.4279728,9.9568626,22000000 +48.4279677,9.95686155,22000000 +48.42794725,9.9568569,60800000 +48.42793175,9.9568534,24700000 +48.42791945,9.9568508,21000000 +48.42791483333334,9.956850266666669,47500000 +48.42791495,9.95685015,47500000 +48.4279148,9.9568512,32300000 +48.42791485,9.956851449999998,32300000 +48.427914900000005,9.95685195,106000000 +48.4279148,9.95685205,35900000 +48.4279148,9.9568521,35900000 +48.4279148,9.9568522,43600000 +48.4279148,9.9568522,43600000 +48.4279148,9.9568522,49100000 +48.4279148,9.9568522,64500000 +48.4279148,9.9568522,64500000 +48.4279148,9.9568522,19100000 +48.4279148,9.9568522,21900000 +48.4279148,9.9568522,41500000 +48.4279148,9.9568522,41500000 +48.4279148,9.9568522,33000000 +48.4279148,9.9568522,33000000 +48.4279148,9.9568522,34000000 +48.4279148,9.9568522,34000000 +48.4279148,9.9568522,49100000 +48.4279148,9.9568522,49100000 +48.4279148,9.9568522,37700000 +48.4279148,9.9568522,37700000 +48.4279148,9.9568522,30700000 +48.4279148,9.9568522,32300000 +48.4279148,9.9568522,32300000 +48.4279148,9.9568522,37700000 +48.4279148,9.9568522,37700000 +48.42790505,9.95684855,24900000 +48.4278723,9.9568421,17900000 +48.427810566666665,9.956835166666668,24700000 +48.4277614,9.9568405,22200000 +48.4277469,9.95684715,22200000 +48.42769095,9.95689105,23800000 +48.4277041,9.9568759,23800000 +48.4276466,9.9569612,23700000 +48.42761775,9.9570401,21700000 +48.42761226666666,9.957063533333333,21700000 +48.4275881,9.95720215,28000000 +48.42757425,9.9573199,45000000 +48.427555600000005,9.9574859,55200000 +48.427535250000005,9.9576661,24800000 +48.4275125,9.957867533333332,20300000 +48.4274868,9.95808995,25200000 +48.4274648,9.9582837,27100000 +48.42745853333333,9.958333366666666,27100000 +48.4274241,9.9585934,36200000 +48.42739725,9.9588021,20000000 +48.4273907,9.9588511,20000000 +48.4273583,9.95909555,34000000 +48.4273302,9.9593022,32000000 +48.427293600000006,9.959555766666666,34900000 +48.42725715,9.9597959,31500000 +48.42721963333333,9.9600353,33100000 +48.4271822,9.96027375,24200000 +48.42714216666667,9.960511366666667,27000000 +48.42709695,9.96077255,33200000 +48.4270617,9.96097455,28700000 +48.42702565,9.9611765,37000000 +48.42698525,9.9614147,33400000 +48.4269769,9.961462433333333,33400000 +48.4269346,9.9617013,19000000 +48.42681125,9.9623772,24000000 +48.426802433333336,9.962426166666669,24000000 +48.4267683,9.9626227,24600000 +48.4267597,9.962672,24600000 +48.42671706666667,9.962919533333334,29800000 +48.4267254,9.96286955,29800000 +48.4266847,9.9631204,18900000 +48.4266767,9.96317075,18900000 +48.426645050000005,9.9633702,23500000 +48.42663743333333,9.963419433333334,23500000 +48.4266024,9.9636398,25200000 +48.42659525,9.9636883,25200000 +48.42655980000001,9.963929866666666,26600000 +48.4265739,9.9638332,26600000 +48.4265668,9.9638815,26600000 +48.4265319,9.9641236,22800000 +48.42652515,9.9641722,22800000 +48.4265056,9.9643182,20900000 +48.42649935,9.96436705,20900000 +48.42649316666667,9.964416,20900000 +48.426467,9.9646121,24700000 +48.42646035,9.96466135,24700000 +48.42643635,9.96485745,25000000 +48.4264429,9.9648085,25000000 +48.42642973333333,9.964906333333332,25000000 +48.426403,9.9651016,21500000 +48.42639655,9.9651503,21500000 +48.42636723333334,9.965394466666666,28000000 +48.426372650000005,9.96534565,28000000 +48.4263787,9.9652969,28000000 +48.4263403,9.96563945,28100000 +48.4263281,9.965788,29100000 +48.42632405,9.965838,29100000 +48.426320833333335,9.965888133333332,29100000 +48.4263069,9.9661139,24800000 +48.4263042,9.9661637,24800000 +48.42629445,9.9663603,20700000 +48.4262966,9.966312,20700000 +48.4262859,9.9665481,21100000 +48.42628356666666,9.966592933333333,21100000 +48.4262717,9.9667899,27000000 +48.42626835,9.96683155,27000000 +48.4262562,9.9669535,36700000 +48.4262512,9.9669929,36700000 +48.42624549999999,9.9670319,36700000 +48.4262205,9.9671858,75200000 +48.4262126,9.9672225,75200000 +48.4261784,9.967365999999998,172000000 +48.42616806666666,9.967400433333331,172000000 +48.4258165,9.9697246,92500000 +48.4263527,9.9698397,50400000 +48.4269014,9.969812966666666,68700000 +48.4270371,9.9697934,154000000 +48.42727825,9.96972255,27600000 +48.4273982,9.969678833333331,95900000 +48.42751745,9.9696333,100000000 +48.42776975,9.96954455,24700000 +48.42790223333333,9.969509233333332,23000000 +48.42821455,9.96942925,14500000 +48.4284908,9.9693628,33700000 +48.4286285,9.9693447,75900000 +48.431373050000005,9.97012385,17500000 +48.43145443333333,9.970174866666667,25500000 +48.431554000000006,9.97023955,46700000 +48.4316297,9.97028275,105000000 +48.43171733333333,9.970317266666669,159000000 +48.431805700000005,9.970327566666668,91900000 +48.43189205,9.970311,107000000 +48.43195545,9.97027345,58200000 +48.4320306,9.9701996,127000000 +48.432095700000005,9.9700197,109000000 +48.43211736666667,9.969910666666664,39000000 +48.43213,9.9698072,55500000 +48.43213956666667,9.9696959,41500000 +48.43215585,9.9695671,172000000 +48.4321788,9.9694402,75700000 +48.43220223333333,9.969304800000002,114000000 +48.4322259,9.9691889,20400000 +48.43225443333333,9.969085833333333,33500000 +48.4322807,9.96900795,21500000 +48.432307,9.968937433333332,31400000 +48.4323357,9.96887035,26000000 +48.4323593,9.9688001,33100000 +48.4323679,9.96873795,35500000 +48.4323581,9.9686578,31000000 +48.43234315,9.96856795,32900000 +48.4323313,9.968468633333334,30100000 +48.432317133333335,9.968338,27100000 +48.4323029,9.9681966,25000000 +48.432291266666674,9.968067066666666,16600000 +48.43227705,9.96795795,20200000 +48.43225513333334,9.967826466666668,24600000 +48.432230950000005,9.9676853,25900000 +48.43220829999999,9.967554633333334,25600000 +48.432179700000006,9.96743335,19100000 +48.432149466666665,9.967288866666667,33400000 +48.432119,9.96712385,25900000 +48.4320924,9.967000166666669,44400000 +48.432066500000005,9.966875,31900000 +48.4320425,9.966752933333334,29800000 +48.43201926666666,9.966619933333334,33200000 +48.4319988,9.96652115,36500000 +48.431977,9.966422433333332,31000000 +48.431956150000005,9.96632525,20400000 +48.43193796666666,9.9662359,37300000 +48.43191335,9.9661351,27900000 +48.4318611,9.9659332,21200000 +48.43185515,9.9659145,21200000 +48.431848533333344,9.9658963,21200000 +48.4318198,9.9657882,32100000 +48.4318253,9.9658131,32100000 +48.4318036,9.9657128,33100000 +48.4317987,9.9656853,33100000 +48.4317935,9.9656582,33100000 +48.4317661,9.9655214,20400000 +48.4317437,9.96542555,15400000 +48.4317387,9.965401433333332,15400000 +48.4317154,9.9652989,16600000 +48.4317086,9.96527165,16600000 +48.4316888,9.9651895,30400000 +48.4316815,9.96516055,30400000 +48.43167433333334,9.9651321,30400000 +48.4316414,9.96499005,25800000 +48.431634900000006,9.9649675,25800000 +48.4316468,9.9650145,25800000 +48.4316076,9.9648694,27900000 +48.43159985,9.96484005,27900000 +48.4315764,9.9647518,20500000 +48.43156895,9.9647217,20500000 +48.43156153333333,9.964691566666668,20500000 +48.43156153333333,9.964691566666668,20500000 +48.43152425,9.9645433,32900000 +48.43148879999999,9.9644227,24000000 +48.43145195,9.96429015,29500000 +48.43141976666666,9.9641459,22800000 +48.43139010000001,9.963981166666668,25900000 +48.4313725,9.9638558,21000000 +48.43135913333334,9.9637228,28300000 +48.4313488,9.96359795,23400000 +48.4313439,9.9635018,31200000 +48.43134195,9.9634096,32500000 +48.4313521,9.963338,29600000 +48.43136355,9.963273,27200000 +48.431374000000005,9.963219,20300000 +48.4313755,9.96314675,20800000 +48.43136265,9.9630891,20700000 +48.43134356666667,9.963013466666666,17200000 +48.43131116666667,9.962930033333334,27600000 +48.4312834,9.96284375,20200000 +48.43126013333333,9.962737066666667,29200000 +48.4312383,9.96262825,35400000 +48.43121703333333,9.962484033333332,36300000 +48.4311852,9.96215475,25400000 +48.431182166666666,9.9621207,25400000 +48.4311674,9.96193455,22400000 +48.4311708,9.961975,22400000 +48.4311674,9.96193455,22400000 +48.4311506,9.961729433333334,23800000 +48.43112920000001,9.9614874,25200000 +48.4311151,9.96130145,21700000 +48.4311068,9.9609329,28900000 +48.43110635,9.96089105,28900000 +48.4311021,9.9607648,27600000 +48.43110235,9.96073255,27600000 +48.43110213333333,9.960695766666666,27600000 +48.4311024,9.9605417,24100000 +48.43110215,9.96050005,24100000 +48.4311017,9.9603748,33700000 +48.4311014,9.96033275,33700000 +48.4311012,9.9602907,33700000 +48.43109773333333,9.9600414,23200000 +48.4310986,9.9600783,23200000 +48.4310997,9.960122,23200000 +48.4310939,9.9598881,31700000 +48.43109325,9.959848050000002,31700000 +48.4310902,9.9597237,19800000 +48.4310883,9.9596803,19800000 +48.431086066666666,9.959636799999998,19800000 +48.4310756,9.9594622,42300000 +48.431072,9.959419,42300000 +48.43105615,9.9592543,29900000 +48.4310598,9.9592898,29900000 +48.43105173333333,9.959218333333334,29900000 +48.43102955,9.9590281,71400000 +48.4310352,9.9590693,71400000 +48.430999533333335,9.958823533333332,20000000 +48.4310126,9.9589052,20000000 +48.43100615,9.95886405,20000000 +48.4309679,9.9586432,19600000 +48.430961,9.95860475,19600000 +48.4309422,9.9585026,32900000 +48.43093515,9.9584716,32900000 +48.4309298,9.958439366666669,32900000 +48.4309058,9.9583071,32500000 +48.43089965,9.9582742,32500000 +48.430882,9.9581789,19000000 +48.43087655,9.95814835,19000000 +48.43087116666666,9.958118366666667,19000000 +48.4308497,9.9580012,32800000 +48.4308407,9.957955166666666,32800000 +48.43084555,9.95797785,32800000 +48.4308188,9.957834900000002,23000000 +48.4308064,9.9577601,39600000 +48.430802,9.9577374,39600000 +48.43079773333333,9.9577156,39600000 +48.4307811,9.9576314,49600000 +48.4307782,9.9576128,49600000 +48.4307705,9.9575622,81800000 +48.4307687,9.95754915,81800000 +48.430766766666665,9.9575345,81800000 +48.43075075,9.9574203,157000000 +48.43074926666667,9.957412933333332,157000000 +48.4307529,9.9574304,157000000 +48.43074276666667,9.957379433333337,114000000 +48.4307442,9.9573873,114000000 +48.4307435,9.9573834,114000000 +48.43073843333334,9.957357833333331,21100000 +48.43073223333334,9.957339833333334,21900000 +48.43072585,9.9573204,40900000 +48.4307241,9.9573146,40900000 +48.430721775,9.957307875,40900000 +48.426958,9.9616324,25200000 +48.4269511,9.96167935,25200000 +48.42694333333333,9.9617265,25200000 +48.42690495,9.96196265,32400000 +48.4269134,9.9619154,32400000 +48.42682046666666,9.962460566666666,26200000 +48.42677965,9.9627033,23900000 +48.42674043333333,9.9629451,30800000 +48.42670375,9.9631715,31700000 +48.4266645,9.963417533333336,22100000 +48.4266223,9.9636841,33400000 +48.42658753333333,9.963938666666666,24300000 +48.4265539,9.9641847,24000000 +48.4265203,9.9644459,23000000 +48.42648166666667,9.964741566666666,16400000 +48.4264503,9.9649594,26100000 +48.426416466666666,9.965208266666666,54300000 +48.4263862,9.9654566,18600000 +48.426368,9.965689166666666,82900000 +48.426347,9.965968333333334,30700000 +48.4263312,9.96620745,48300000 +48.42631953333333,9.966421366666667,20700000 +48.42630673333334,9.966643,26200000 +48.4262932,9.96683585,37200000 +48.42627436666667,9.967013,31600000 +48.42625245,9.9671681,46300000 +48.42621553333333,9.9673295,122000000 +48.42623005,9.96980895,91900000 +48.4262575,9.9698126,91900000 +48.42698525,9.9697997,83100000 +48.42701656666667,9.969793133333331,83100000 +48.4271416,9.96976525,49100000 +48.4271711,9.969757866666669,49100000 +48.4272913,9.9697248,64300000 +48.427322,9.9697143,64300000 +48.42744385,9.9696704,175000000 +48.427473733333336,9.969659,175000000 +48.4278819,9.9695067,45500000 +48.42790886666668,9.969498066666668,45500000 +48.4278546,9.9695158,45500000 +48.428016,9.9694648,27000000 +48.4280418,9.96945695,27000000 +48.42813315,9.9694303,20400000 +48.4281569,9.969423933333331,20400000 +48.4281093,9.9694361,20400000 +48.4282553,9.9693978,41900000 +48.42828105,9.9693915,41900000 +48.42841046666667,9.969364266666668,52800000 +48.428384300000005,9.96936875,52800000 +48.4285366,9.96934535,116000000 +48.42856033333334,9.9693431,116000000 +48.4286591,9.9693342,128000000 +48.4286856,9.9693327,128000000 +48.43185843333333,9.9703541,120000000 +48.4318444,9.97035725,120000000 +48.4318297,9.9703571,120000000 +48.43193055,9.9703243,26800000 +48.431991966666665,9.970262333333332,17900000 +48.43203565,9.9701917,128000000 +48.43204063333334,9.9701815,128000000 +48.4320603,9.9701307,91500000 +48.43206695000001,9.97011185,91500000 +48.43209563333334,9.9700114,35300000 +48.43209095,9.970033,35300000 +48.43211895,9.96989945,170000000 +48.432122266666674,9.969883533333332,170000000 +48.4321358,9.9697959,112000000 +48.43213826666666,9.969771833333334,112000000 +48.4321483,9.9696735,32900000 +48.43215045,9.9696543,32900000 +48.43215276666667,9.9696348,32900000 +48.43216495,9.969535700000002,16900000 +48.43216773333334,9.969510966666668,16900000 +48.4321826,9.9693882,15700000 +48.43218533333334,9.9693687,15700000 +48.432199350000005,9.96927315,17900000 +48.4322025,9.969255033333331,17900000 +48.43222513333333,9.969139166666666,22900000 +48.43225183333333,9.969041066666666,21900000 +48.4322809,9.96895995,28800000 +48.43230765,9.96890115,18600000 +48.4323143,9.968887833333334,18600000 +48.43234425,9.9688239,49100000 +48.432348366666666,9.968810866666669,49100000 +48.4323611,9.9687559,28100000 +48.43236125,9.96874435,28100000 +48.432360933333335,9.9687328,28100000 +48.4323577,9.9686786,38900000 +48.43235515,9.96866265,38900000 +48.432342,9.968587499999998,32000000 +48.43232825,9.96849485,33800000 +48.4323216,9.9684324,41000000 +48.4323203,9.96841055,41000000 +48.43231883333333,9.9683915,41000000 +48.43230883333333,9.968256233333332,19900000 +48.4323124,9.9683055,19900000 +48.43231075,9.9682811,19900000 +48.4323019,9.968167,29600000 +48.4323001,9.9681473,29600000 +48.432298,9.968127733333333,29600000 +48.43228625,9.9680232,32100000 +48.43228336666667,9.968001133333331,32100000 +48.43226795,9.9678909,24600000 +48.43226396666666,9.967864433333334,24600000 +48.4322481,9.9677553,42300000 +48.432241950000005,9.96773115,42300000 +48.432220650000005,9.96763485,48700000 +48.43221643333334,9.967608333333333,48700000 +48.4321954,9.96747355,30000000 +48.432172,9.967339266666668,16700000 +48.43214965,9.967211,22200000 +48.4321355,9.9671363,18200000 +48.43213035,9.96711175,18200000 +48.432126366666665,9.9670919,18200000 +48.432108,9.9670059,27000000 +48.43210295,9.96698285,27000000 +48.43209833333333,9.966964433333333,27000000 +48.4320771,9.9668857,33600000 +48.43207195,9.9668634,33600000 +48.4320534,9.96678445,23900000 +48.432047866666665,9.966760866666666,23900000 +48.43202205,9.9666517,34800000 +48.43201716666667,9.966630266666668,34800000 +48.43198580000001,9.966492,23300000 +48.4319544,9.966354466666669,21900000 +48.43195945,9.96637645,21900000 +48.43192835,9.966238,24000000 +48.431904450000005,9.966140500000002,30000000 +48.43189736666667,9.966114633333335,30000000 +48.4318654,9.96599405,21400000 +48.4318597,9.965971266666669,21400000 +48.4318308,9.965857,35000000 +48.43182586666666,9.965838066666668,35000000 +48.4318019,9.96574285,26200000 +48.4317964,9.965719533333331,26200000 +48.43176846666666,9.965595066666667,18700000 +48.43174133333334,9.9654717,19400000 +48.43171325,9.96535485,18400000 +48.43170696666667,9.965332433333334,18400000 +48.43166443333333,9.965181066666666,36700000 +48.43167055,9.96520485,36700000 +48.4316377,9.9650752,15300000 +48.43163235,9.9650533,15300000 +48.43162706666666,9.9650313,15300000 +48.43159625,9.96490525,22200000 +48.4315905,9.9648825,22200000 +48.4315632,9.9647753,20400000 +48.4315552,9.964744,20400000 +48.43152375,9.9646196,18900000 +48.43151613333333,9.964588466666669,18900000 +48.4314858,9.9644647,31900000 +48.43147835,9.96443425,31900000 +48.4314495,9.96431275,24600000 +48.431442833333335,9.964282466666669,24600000 +48.43141095,9.96413275,23700000 +48.431383100000005,9.9639899,32000000 +48.4313881,9.9640177,32000000 +48.4313614,9.9638533,19400000 +48.4313519,9.9637749,29800000 +48.431349,9.9637491,29800000 +48.43134626666667,9.963723666666668,29800000 +48.4313365,9.9636231,20100000 +48.431335,9.96359885,20100000 +48.4313308,9.9635277,22100000 +48.43132955,9.96350575,22100000 +48.4313288,9.9634844,22100000 +48.43132735,9.96338375,22900000 +48.43133145,9.96331265,22100000 +48.43133396666667,9.963296333333332,22100000 +48.43135005,9.96321915,27800000 +48.4313463,9.9632334,27800000 +48.4313645,9.9631637,30500000 +48.43136706666667,9.963149533333333,30500000 +48.4313733,9.9630924,26500000 +48.4313725,9.9630784,26500000 +48.4313668,9.9630373,32400000 +48.4313628,9.9630248,32400000 +48.43135803333333,9.963012333333332,32400000 +48.4313363,9.962962,31700000 +48.4313297,9.9629488,31700000 +48.4313024,9.9628918,34300000 +48.431296,9.962875000000002,34300000 +48.43126645,9.9627826,23100000 +48.431272,9.9628035,23100000 +48.4312404,9.962668466666663,28800000 +48.4312453,9.96269305,28800000 +48.4312219,9.9625666,35800000 +48.4312178,9.96253895,35800000 +48.4312059,9.9624538,33300000 +48.43120225,9.96242415,33300000 +48.431198566666666,9.962393733333334,33300000 +48.431181550000005,9.962237,19700000 +48.4311695,9.96210125,29500000 +48.4311723,9.9621365,29500000 +48.4311665,9.9620649,29500000 +48.4311546,9.9619155,29200000 +48.43115095,9.96187585,29200000 +48.4311365,9.96171535,22800000 +48.43113313333333,9.961674933333333,22800000 +48.43111745,9.9614728,41100000 +48.4311206,9.9615133,41100000 +48.431107100000006,9.9613098,34500000 +48.431105,9.961268833333332,34500000 +48.43109755,9.96106285,27500000 +48.4310981,9.9611044,27500000 +48.4310971,9.96089615,18400000 +48.43109736666667,9.9608541,18400000 +48.4310988,9.9606856,20500000 +48.4310989,9.960643,20500000 +48.431099,9.96047185,26500000 +48.43109936666667,9.960428633333336,26500000 +48.4311006,9.9602556,24000000 +48.43110055,9.96021205,24000000 +48.4311003,9.9600808,74300000 +48.4310999,9.960037,74300000 +48.43109913333333,9.959993033333332,74300000 +48.43109345,9.9597729,106000000 +48.4310949,9.9598171,106000000 +48.4310841,9.959550933333333,32300000 +48.43108665,9.95959555,32300000 +48.43106785,9.95932765,18100000 +48.4310719,9.9593724,18100000 +48.43104506666666,9.9591065,26500000 +48.43105015,9.95915045,26500000 +48.43101765,9.95888915,68200000 +48.4310235,9.958932,68200000 +48.43099445,9.9587234,22400000 +48.4309884,9.958684533333331,22400000 +48.43095795,9.95849655,19500000 +48.4309636,9.9585327,19500000 +48.4309286,9.958321233333333,18300000 +48.4309405,9.95839,18300000 +48.43093455,9.9583554,18300000 +48.43090024999999,9.9581545,18200000 +48.4309057,9.9581866,18200000 +48.4308841,9.9580591,25200000 +48.430878,9.95802875,25200000 +48.4308721,9.957998933333334,25200000 +48.4308497,9.9578815,24500000 +48.43084485,9.95785395,24500000 +48.43082126666667,9.957725233333331,30900000 +48.43082605,9.9577492,30900000 +48.4308026,9.9576307,20900000 +48.4307998,9.95761335,20900000 +48.430787,9.9575321,125000000 +48.4307841,9.957512233333333,125000000 +48.4307736,9.957436,41400000 +48.4307714,9.95741905,41400000 +48.43076295,9.95735585,81400000 +48.43076133333333,9.9573425,81400000 +48.4307542,9.9572837,135000000 +48.4307553,9.9572934,135000000 +48.43074955,9.9572497,22700000 +48.430748300000005,9.9572428,22700000 +48.430743,9.9572157,17200000 +48.43074125,9.95720855,17200000 +48.4306354,9.9571223,104000000 +48.4306163,9.9571296,104000000 +48.4306259,9.95712595,104000000 +48.4305672,9.9571492,82400000 +48.4305137,9.9571672,113000000 +48.43050397499999,9.957170475,113000000 +48.4304374,9.95719215,79600000 +48.42797463333333,9.956891466666669,23500000 +48.427904866666665,9.956874399999998,26100000 +48.42784225,9.9568571,27200000 +48.42778669999999,9.956847933333334,16800000 +48.4277546,9.9568446,19500000 +48.4277454,9.95684525,19500000 +48.42773593333334,9.956846166666669,19500000 +48.4276879,9.9568574,25500000 +48.4276975,9.9568529,25500000 +48.427642600000006,9.9568952,23600000 +48.42766,9.9568753,23600000 +48.427651100000006,9.95688425,23600000 +48.4276099,9.9569464,23000000 +48.427604200000005,9.95696125,23000000 +48.42759813333333,9.9569745,23000000 +48.4275765,9.9570382,22300000 +48.42757275,9.95706015,22300000 +48.42756035,9.95715195,19300000 +48.4275576,9.9571767,19300000 +48.4275435,9.95730705,19000000 +48.4275463,9.957279,19000000 +48.42754163333333,9.9573265,19000000 +48.4275296,9.9574498,38800000 +48.4275326,9.9574201,38800000 +48.42752,9.9575432,28700000 +48.4275165,9.95757645,28700000 +48.42751289999999,9.9576103,28700000 +48.427498,9.9577488,43500000 +48.4274945,9.9577852,43500000 +48.4274832,9.9578983,43200000 +48.4274798,9.9579289,43200000 +48.42747683333334,9.957963766666666,43200000 +48.4274623,9.9581116,21300000 +48.42745785,9.9581525,21300000 +48.42743453333333,9.9583652,29900000 +48.42740466666666,9.958621033333332,18200000 +48.42737336666666,9.9588607,19300000 +48.42734175,9.95908995,23700000 +48.427315,9.95929185,21800000 +48.4273221,9.9592412,21800000 +48.42730743333333,9.959342833333332,21800000 +48.4272727,9.959578033333337,35300000 +48.4272798,9.9595337,35300000 +48.4272361,9.9598418,20200000 +48.4272458,9.9597667,20200000 +48.4272407,9.95980415,20200000 +48.4272128,9.9600172,25400000 +48.42720535,9.96006705,25400000 +48.42719876666666,9.9601086,25400000 +48.42717005,9.9602907,28400000 +48.42716403333333,9.960331033333333,28400000 +48.4271357,9.9605101,32600000 +48.42712755,9.9605595,32600000 +48.4270956,9.9607575,29100000 +48.4270875,9.960807166666669,29100000 +48.4271042,9.9607079,29100000 +48.4270575,9.9609812,29000000 +48.42705285,9.9610068,29000000 +48.42704739999999,9.961039233333333,29000000 +48.42704132499999,9.9610734,29000000 +48.4270052,9.9612741,23800000 +48.42699645,9.9613232,23800000 +48.42696815,9.96148325,28300000 +48.4269748,9.9614461,28300000 +48.426961266666666,9.9615203,28300000 +48.4269174,9.961752566666668,32800000 +48.426910125,9.961793375,32800000 +48.42692315,9.96171985,32800000 +48.42686135,9.96206605,22600000 +48.42678665,9.96246665,28400000 +48.426779333333336,9.962506866666669,28400000 +48.426772725,9.96254495,28400000 +48.4267376,9.9627571,17700000 +48.4267298,9.96280585,17700000 +48.4266983,9.96300065,19300000 +48.42669003333333,9.963049766666666,19300000 +48.4267062,9.9629517,19300000 +48.4266575,9.9632467,17700000 +48.42664905,9.9632963,17700000 +48.4266436,9.963329966666668,17700000 +48.42661635,9.96351905,21700000 +48.4265943,9.9636677,23800000 +48.426587,9.96371775,23800000 +48.42657979999999,9.963767866666666,23800000 +48.42654605,9.964007,17900000 +48.42654006666667,9.964053366666668,17900000 +48.426522,9.964199,19200000 +48.42651585,9.9642482,19200000 +48.42651093333333,9.964289666666668,19200000 +48.426485,9.964500050000002,25500000 +48.4264786,9.964551033333334,25500000 +48.4264527,9.9647549,31200000 +48.4264426,9.964831933333334,31200000 +48.4264477,9.9647931,31200000 +48.4264251,9.9649621,23500000 +48.42641666666666,9.965036533333333,23500000 +48.4264212,9.96499925,23500000 +48.4263974,9.9651872,27700000 +48.42639085,9.96523805,27700000 +48.42638553333334,9.965280533333331,27700000 +48.4263658,9.9654423,38400000 +48.4263605,9.96549345,38400000 +48.4263564,9.9655363,38400000 +48.42633485,9.965803925,36900000 +48.42634005,9.9657279,36900000 +48.4263377,9.965761633333331,36900000 +48.4263197,9.9660324,34900000 +48.4263172,9.966083,34900000 +48.4263103,9.9662331,26300000 +48.42630844999999,9.9662819,26300000 +48.426306633333326,9.966330066666666,26300000 +48.4262966,9.9665531,20900000 +48.42629506666666,9.966579766666666,20900000 +48.4262858,9.96673705,32000000 +48.42628273333333,9.966777166666668,32000000 +48.42626625,9.9669716,42800000 +48.4262702,9.9669347,42800000 +48.4262413,9.967151275,28400000 +48.42625015,9.96709805,28400000 +48.42624536666667,9.967127566666669,28400000 +48.4262554,9.9670625,28400000 +48.4262185,9.967273,28900000 +48.42621065,9.9673064,28900000 +48.426203533333336,9.967334033333334,28900000 +48.4255081,9.9694046,152000000 +48.425507933333336,9.969407433333334,152000000 +48.425507825,9.9694102,152000000 +48.4255077,9.96941296,152000000 +48.4255065,9.969440566666668,171000000 +48.425506725000005,9.9694456,171000000 +48.425513275,9.9694981,16600000 +48.42553996666666,9.969564933333332,29900000 +48.425585,9.9696192,27100000 +48.4255732,9.9696093,27100000 +48.4256342,9.969649,98100000 +48.42564783333333,9.969655366666666,98100000 +48.425658625,9.9696603,98100000 +48.4257332,9.96968875,87300000 +48.4262528,9.9698248,79800000 +48.42627995,9.9698276,79800000 +48.42630276666667,9.969829699999998,79800000 +48.4269894,9.9698055,37400000 +48.42702045,9.96979935,37400000 +48.4271799,9.969763166666668,107000000 +48.427147000000005,9.96977185,107000000 +48.4273419,9.9697158,58900000 +48.4274831,9.969665566666666,153000000 +48.42796553333333,9.969491566666669,31900000 +48.42809235,9.9694545,35800000 +48.4282413,9.969414766666668,34500000 +48.42841246666666,9.969377633333336,122000000 +48.4285424,9.96935795,104000000 +48.4309298,9.969917933333331,30100000 +48.43102645,9.969976175,20800000 +48.43112005,9.97003325,39300000 +48.43119833333333,9.970080766666667,35500000 +48.43129173333333,9.9701378,82100000 +48.4313804,9.97019315,79100000 +48.43146796666667,9.970248566666667,85200000 +48.43155415,9.970301849999998,176000000 +48.43172843333334,9.970369466666666,175000000 +48.43180755,9.9703681,131000000 +48.431881800000006,9.9703423,34600000 +48.431946,9.97029735,143000000 +48.43206206666667,9.970047133333331,91400000 +48.432075,9.9699452,90800000 +48.4320857,9.969848766666669,95700000 +48.43209295,9.96973745,146000000 +48.4321017,9.9696207,90700000 +48.4321152,9.9695032,146000000 +48.43214786666667,9.9692685,22000000 +48.43217263333333,9.969145166666666,25800000 +48.43219825,9.9690584,51700000 +48.432203566666665,9.969042066666669,51700000 +48.4321939,9.9690716,51700000 +48.4322269,9.9689762,41000000 +48.43223325,9.96896045,41000000 +48.4322529,9.9689166,42400000 +48.43225975,9.9689047,42400000 +48.43226643333333,9.968893566666669,42400000 +48.43230183333333,9.968837533333334,44600000 +48.432297250000005,9.9688444,44600000 +48.4322925,9.9688512,44600000 +48.4323212,9.9688055,19300000 +48.43232465,9.9687984,19300000 +48.432339975,9.968745625,36800000 +48.432338833333326,9.968754766666668,36800000 +48.43234133333333,9.968675133333331,16100000 +48.4323429,9.96868765,16100000 +48.4323438,9.9686978,16100000 +48.4323331,9.9686293,30800000 +48.4323301,9.968615,30800000 +48.43231645,9.9685536,22900000 +48.43231373333333,9.9685369,22900000 +48.43230199999999,9.968443666666667,44500000 +48.4323036,9.96846195,44500000 +48.43229446666667,9.968337166666666,38000000 +48.432297,9.9683762,38000000 +48.4322956,9.96835495,38000000 +48.4322889,9.9682571,22000000 +48.43228735,9.96823985,22000000 +48.43228563333334,9.968218166666666,22000000 +48.43228563333334,9.968218166666666,22000000 +48.43227273333333,9.9680903,25200000 +48.43226033333334,9.967977333333332,26600000 +48.43224593333334,9.967864466666668,19200000 +48.4322262,9.967725733333332,20700000 +48.4322071,9.967594933333332,32900000 +48.432188,9.967463533333332,20300000 +48.4321642,9.9673233,40300000 +48.43214335,9.96720655,27400000 +48.432119633333336,9.967084,24200000 +48.43209389999999,9.966957366666668,25300000 +48.43206746666667,9.9668219,54400000 +48.432046766666666,9.966713533333332,36000000 +48.43201885,9.966585300000002,26000000 +48.43198923333333,9.966453833333334,27700000 +48.43196043333333,9.9663303,24600000 +48.4319294,9.966200833333334,19300000 +48.4318961,9.9660644,33800000 +48.4318632,9.9659324,19000000 +48.431830133333335,9.965798033333334,20500000 +48.4317994,9.965663266666668,21100000 +48.43176836666667,9.965520233333336,18200000 +48.43173833333333,9.965384666666669,27500000 +48.431706600000005,9.965244133333334,28900000 +48.4316736,9.965094266666668,34400000 +48.431636275,9.964930625,20900000 +48.43159773333333,9.9647716,31400000 +48.431561833333326,9.964619433333333,31100000 +48.43153006666666,9.964482833333332,19900000 +48.431493425,9.96432685,20500000 +48.431459,9.964170566666668,27100000 +48.4314296,9.9640177,29600000 +48.43140756666667,9.963880533333333,25900000 +48.43139395,9.96374905,25200000 +48.4313889,9.963639133333333,19100000 +48.4313847,9.963502333333333,31200000 +48.431385250000005,9.96352455,31200000 +48.431384300000005,9.963393,27300000 +48.43139466666667,9.963301833333333,25800000 +48.4314198,9.96321275,15600000 +48.431440333333335,9.963139333333332,29800000 +48.43144315,9.9630689,19700000 +48.4314278,9.963009133333331,24500000 +48.4314006,9.9629574,28300000 +48.431368600000006,9.96289,36700000 +48.431339300000005,9.96279365,23800000 +48.43131216666668,9.962663166666667,32000000 +48.43128855,9.96250885,33100000 +48.43126703333333,9.962333266666668,23600000 +48.43124925,9.96213985,22000000 +48.43123656666666,9.961927533333332,24500000 +48.4312223,9.96171415,23900000 +48.43120646666667,9.961500266666668,30500000 +48.43119385,9.9612843,22900000 +48.43109783333333,9.9610449,22400000 +48.43107156666667,9.960792366666668,31700000 +48.4310578,9.96057665,42600000 +48.43104426666667,9.9603471,17400000 +48.4310336,9.96012175,19000000 +48.431030433333326,9.959906566666666,20300000 +48.43100999999999,9.959679166666668,19200000 +48.4309932,9.95948085,27800000 +48.430970300000006,9.959263333333332,29800000 +48.43094083333333,9.959014766666668,30000000 +48.4309157,9.95883425,28600000 +48.43088006666667,9.958628533333334,29200000 +48.4308449,9.9584312,36300000 +48.430812366666665,9.9582575,32600000 +48.430775366666666,9.958066966666664,19800000 +48.43074705,9.9579159,20300000 +48.43072373333333,9.957777533333331,24800000 +48.4307055,9.95765455,24900000 +48.43068743333333,9.957546166666669,80800000 +48.4306679,9.957444266666668,107000000 +48.43065395,9.957361850000002,98600000 +48.4306454,9.95730395,60100000 +48.43064366666667,9.957292533333332,60100000 +48.4306356,9.95724285,16100000 +48.430628125,9.957206325,158000000 +48.4305013,9.95709725,175000000 +48.42917785,9.95714595,120500000 +48.4290663,9.9571291,111000000 +48.4281149,9.9569716,132000000 +48.4281037,9.95696845,132000000 +48.4281037,9.95696845,87950000 +48.42809283333333,9.956965433333332,87950000 +48.42804235,9.95695315,58700000 +48.4280362,9.9569517,58700000 +48.42800145,9.95694555,113000000 +48.4280092,9.9569475,113000000 +48.42797225,9.9569372,35300000 +48.427966,9.956935033333332,35300000 +48.42793915,9.95692565,50000000 +48.4279437,9.9569269,50000000 +48.42792106666667,9.9569248,90700000 +48.427918925,9.9569247,90700000 +48.4279042,9.9569221,79800000 +48.4279026,9.95692175,79800000 +48.42789478,9.95692086,89700000 +48.42789255,9.956922675,61000000 +48.4278928,9.95692314,61000000 +48.42789512499999,9.956926675,45400000 +48.42789489999999,9.9569265,45400000 +48.42789663333334,9.956927333333333,43900000 +48.4278968,9.956927325,43900000 +48.427896625,9.95692685,63300000 +48.4278964,9.95692674,63300000 +48.427894,9.956925233333331,40500000 +48.4278936,9.9569248,40500000 +48.427890875,9.956920425,29900000 +48.42789076,9.95692002,29900000 +48.42789033333333,9.9569174,29900000 +48.42789035,9.95691725,29900000 +48.42789046666667,9.956916133333335,42700000 +48.42789045,9.956915825,42700000 +48.4278903,9.9569142,79800000 +48.4278903,9.9569142,56000000 +48.4278903,9.9569142,56000000 +48.4278903,9.9569142,39700000 +48.4278903,9.9569142,39700000 +48.4278903,9.9569114,48300000 +48.427890100000006,9.9569103,59400000 +48.42788988,9.95690994,59400000 +48.427887133333336,9.956907,34800000 +48.4278866,9.956906624999998,34800000 +48.427879825,9.956903375,71900000 +48.42787858,9.95690304,71900000 +48.4278638,9.95689895,22200000 +48.42786593333333,9.956899533333331,22200000 +48.42784175,9.956892575,39000000 +48.42783816,9.95689152,39000000 +48.4278022,9.956882166666666,26400000 +48.42776235,9.95688175,43000000 +48.42775043333334,9.956884066666667,43000000 +48.4276883,9.956907650000002,34900000 +48.42764005,9.9569516,32300000 +48.4276293,9.956968133333334,32300000 +48.42758405,9.9570507,29700000 +48.4275768,9.957069066666667,29700000 +48.4275512,9.9571563,42700000 +48.427546750000005,9.95718365,42700000 +48.42753025,9.95729885,24000000 +48.42752653333334,9.957331133333334,24000000 +48.42751005,9.95748525,58900000 +48.42750726666666,9.9575156,58900000 +48.4274932,9.9576528,29200000 +48.42748885,9.9576938,29200000 +48.4274715,9.95786685,27800000 +48.42746706666666,9.9579135,27800000 +48.42744185,9.9581555,18600000 +48.4274381,9.958190066666669,18600000 +48.42741175,9.95841135,23700000 +48.4274182,9.9583606,23700000 +48.4273857,9.95861525,24700000 +48.427378866666665,9.958666,24700000 +48.4273518,9.9588689,22300000 +48.427345,9.95891975,22300000 +48.4273177,9.9591228,26500000 +48.4273109,9.959173266666664,26500000 +48.427277700000005,9.9593983,19100000 +48.4272722,9.959439266666664,19100000 +48.42724,9.95966755,33100000 +48.42721215,9.9598668,33900000 +48.4272051,9.9599165,33900000 +48.4271748,9.9601151,23700000 +48.42716660000001,9.9601647,23700000 +48.4271341,9.960337849999998,33700000 +48.4271274,9.960378266666666,33700000 +48.427080366666665,9.9606543,38300000 +48.4270886,9.9606049,38300000 +48.4270464,9.9608525,17000000 +48.42703795,9.960902,17000000 +48.42700335,9.9610997,30400000 +48.426994,9.961149,30400000 +48.4269531,9.9613723,38300000 +48.42691979999999,9.96156605,25700000 +48.42691096666666,9.961615466666666,25700000 +48.4268672,9.961863,44200000 +48.4267736,9.96238845,19600000 +48.4266937,9.9628488,29800000 +48.4266937,9.9628488,27350000 +48.42668515,9.96290015,27350000 +48.42665125,9.96310685,28600000 +48.42664293333333,9.963158833333331,28600000 +48.42660445,9.96339325,24400000 +48.42659776666667,9.963435633333331,24400000 +48.42652383333333,9.963927033333333,27500000 +48.426531100000005,9.963876,27500000 +48.4265386,9.9638251,29800000 +48.426531100000005,9.963876,29800000 +48.4264971,9.9641306,23800000 +48.42649025,9.96418065,23800000 +48.42643785,9.9646185,35000000 +48.42643213333333,9.964666,35000000 +48.4264091,9.9648543,33900000 +48.4264031,9.96490045,33900000 +48.42637153333334,9.965128133333332,30400000 +48.4263463,9.9653073,25200000 +48.42634095,9.96535185,25200000 +48.42632315,9.9655303,31900000 +48.426320466666674,9.965575566666669,31900000 +48.4263089,9.965758,34100000 +48.4263069,9.96580455,34100000 +48.42629625,9.9659919,32300000 +48.426292966666665,9.9660396,32300000 +48.4262991,9.9659446,32300000 +48.426284,9.966184,40800000 +48.426282150000006,9.966219,40800000 +48.426280166666665,9.966261433333331,40800000 +48.4262705,9.966499933333331,23300000 +48.4262647,9.9666638,27700000 +48.42626315,9.966706299999998,27700000 +48.426261333333336,9.966740966666665,27700000 +48.4262529,9.9668896,26000000 +48.4262491,9.9669277,26000000 +48.4262314,9.9670651,39200000 +48.4262279,9.967085933333331,39200000 +48.4262241,9.967109224999998,39200000 +48.4261907,9.96728075,23500000 +48.4261985,9.9672473,23500000 +48.42614786666667,9.9674344,46400000 +48.4261573,9.9674048,46400000 +48.4261648,9.9673805,46400000 +48.42608943333334,9.967594433333334,121000000 +48.42566995,9.96837985,159000000 +48.4254972,9.969293133333334,88400000 +48.42549525,9.96934765,16700000 +48.42550248,9.96938558,36600000 +48.42550674,9.96941822,44700000 +48.4255091,9.9694509,35600000 +48.4255085,9.969446133333332,35600000 +48.425516825,9.969495325,103000000 +48.42551886,9.96950228,103000000 +48.4255413,9.969560966666668,30300000 +48.425572,9.9696051,21000000 +48.42558133333333,9.969614166666666,21000000 +48.42563365,9.96965465,25400000 +48.42568663333333,9.969680533333332,21300000 +48.42569639999999,9.969684175,21300000 +48.4257654,9.96971165,52500000 +48.42618866666667,9.969821766666668,120000000 +48.4261646,9.96981805,120000000 +48.42631945,9.969838500000002,43800000 +48.42702026666666,9.9697999,59800000 +48.42717640000001,9.969761633333333,118000000 +48.427320550000005,9.9697191,146000000 +48.42747233333333,9.969664233333331,45000000 +48.4276187,9.969608,126000000 +48.42776896666667,9.969550766666666,121000000 +48.4279383,9.969491933333332,44400000 +48.4281032,9.969441000000002,22000000 +48.42824955,9.9694029,20000000 +48.428398433333335,9.9693737,34300000 +48.4285441,9.96935425,80700000 +48.42868426666666,9.969343,45200000 +48.43106125,9.9700059,22200000 +48.43117276666666,9.9700756,32300000 +48.43127835,9.9701429,20000000 +48.43137646666667,9.970205566666666,24400000 +48.43146665,9.9702631,74500000 +48.4315493,9.970313333333335,125000000 +48.43170343333333,9.970387100000002,117000000 +48.43184383333334,9.970389166666664,64000000 +48.4319084,9.97035935,26600000 +48.4320347,9.9701869,129000000 +48.432041,9.9701675,129000000 +48.43204643333333,9.9701472,129000000 +48.4320696,9.9700504,57800000 +48.43207335,9.970027,57800000 +48.432186,9.9691421,93700000 +48.432191200000005,9.9691213,93700000 +48.432196366666666,9.969101466666666,93700000 +48.43222365,9.9690098,29300000 +48.4322182,9.9690265,29300000 +48.43224,9.9689619,35600000 +48.43224525,9.96894735,35600000 +48.432250833333335,9.968934133333336,35600000 +48.4322731,9.9688844,25200000 +48.4322786,9.96887405,25200000 +48.4322947,9.9688448,40100000 +48.4323,9.96883625,40100000 +48.4323051,9.968828033333333,40100000 +48.4323242,9.9687948,24600000 +48.4323283,9.968785,24600000 +48.43234115,9.9687375,34600000 +48.4323391,9.9687513,34600000 +48.43234196666666,9.968723066666668,34600000 +48.4323379,9.96864715,31100000 +48.4323405,9.968663,31100000 +48.4323278,9.9685979,33700000 +48.432323100000005,9.96857975,33700000 +48.43231886666667,9.968561466666666,33700000 +48.43231886666667,9.968561466666666,33700000 +48.43229655,9.9684529,31500000 +48.43228226666667,9.968337433333334,24700000 +48.43227145,9.96821195,41200000 +48.4322601,9.968078,26500000 +48.4322453,9.9679399,21100000 +48.43222566666666,9.9677973,41200000 +48.43220145,9.96765455,38800000 +48.4321806,9.9675131,35900000 +48.43215605,9.96736195,24600000 +48.43213625,9.96725675,28400000 +48.43211110000001,9.967128266666665,29000000 +48.4320623,9.96689645,19400000 +48.4320568,9.9668703,19400000 +48.432034,9.9667654,38400000 +48.432028200000005,9.966739,38400000 +48.4320108,9.9666593,24200000 +48.4320051,9.9666323,24200000 +48.43199883333333,9.9666054,24200000 +48.4319753,9.9664978,25600000 +48.43196895,9.96647075,25600000 +48.4319504,9.9663884,42600000 +48.43194425,9.96636075,42600000 +48.431938300000006,9.966332933333334,42600000 +48.43190805,9.96619325,45900000 +48.4319144,9.966221,45900000 +48.4318895,9.9661108,32900000 +48.43188345,9.9660836,32900000 +48.43187736666667,9.966056733333334,32900000 +48.4318533,9.9659498,24100000 +48.43184655,9.96592415,24100000 +48.4318258,9.9658479,23300000 +48.43181885,9.965823,23300000 +48.431811933333336,9.9657982,23300000 +48.4317853,9.9656982,34400000 +48.43177895,9.965673,34400000 +48.4317602,9.9655959,22200000 +48.4317541,9.9655694,22200000 +48.43174823333334,9.965542999999998,22200000 +48.4317178,9.9654107,33000000 +48.4317243,9.9654373,33000000 +48.4316978,9.9653311,22600000 +48.43169095,9.96530465,22600000 +48.431684100000005,9.965277866666666,22600000 +48.4316568,9.9651698,24800000 +48.4316504,9.96514175,24800000 +48.431631,9.9650569,30800000 +48.431624600000006,9.9650282,30800000 +48.431617933333335,9.9649995,30800000 +48.4315908,9.9648837,38500000 +48.43158375,9.96485425,38500000 +48.43154646666667,9.964697433333336,23200000 +48.431554000000006,9.96472895,23200000 +48.4315628,9.9647658,23200000 +48.4315177,9.9645767,29300000 +48.4315109,9.9645476,29300000 +48.4314905,9.9644604,28600000 +48.4314837,9.96443175,28600000 +48.43147673333333,9.9644033,28600000 +48.431449,9.9642893,102000000 +48.4314422,9.9642613,102000000 +48.4314225,9.9641773,33900000 +48.43141595,9.964149549999998,33900000 +48.4314097,9.964122199999998,33900000 +48.4313859,9.9640164,19700000 +48.431380950000005,9.9639907,19700000 +48.43135973333333,9.963862233333334,33300000 +48.4313673,9.9639137,33300000 +48.4313633,9.963888,33300000 +48.4313469,9.9637591,27200000 +48.43134415,9.963734,27200000 +48.43134415,9.963734,27200000 +48.4313345,9.963610666666666,32100000 +48.43132845,9.96349335,17000000 +48.43132425,9.96339935,26900000 +48.43132666666667,9.963296466666666,27500000 +48.4313405,9.9632178,22200000 +48.43136053333333,9.963153033333333,38600000 +48.4313764,9.96309105,23100000 +48.43137886666667,9.963023166666666,30500000 +48.43136475,9.96295655,24100000 +48.43133423333334,9.962890566666667,34900000 +48.4312984,9.9628179,31500000 +48.43126866666666,9.9627255,30500000 +48.43124405,9.9626141,18800000 +48.4312233,9.962486166666666,75600000 +48.43120625,9.9623443,16600000 +48.43118966666668,9.9621893,24800000 +48.43117305,9.96202515,30300000 +48.43115923333334,9.961850366666669,39000000 +48.4311456,9.96166875,23200000 +48.4311304,9.9614786,73900000 +48.4311147,9.96128045,33600000 +48.4311028,9.9610738,58600000 +48.43109955,9.96085925,19000000 +48.43110216666667,9.960636533333334,22200000 +48.43110595,9.96040975,45400000 +48.43110843333334,9.9601759,52900000 +48.43110905,9.95993975,21800000 +48.4311049,9.959705833333333,60300000 +48.4310964,9.9594752,21300000 +48.4310807,9.959248533333334,56600000 +48.43105885,9.95902745,32600000 +48.43103166666666,9.958811733333333,25800000 +48.43100025,9.9586019,36600000 +48.43096546666667,9.9584007,52300000 +48.430931150000006,9.95821105,38900000 +48.43089843333333,9.9580379,58000000 +48.43086865,9.95788065,28200000 +48.43084279999999,9.957742633333334,30900000 +48.430817,9.957604333333332,26200000 +48.430798300000006,9.95749795,74700000 +48.43078326666667,9.957400566666664,39900000 +48.4307729,9.95732535,141000000 +48.43075825,9.95721875,51400000 +48.430753333333335,9.957195733333334,29100000 +48.43074865,9.95718465,23500000 +48.43074586666666,9.957184266666667,20100000 +48.4307425,9.95717675,37900000 +48.43073183333333,9.9571495,129000000 +48.430598,9.957078433333333,80600000 +48.43053556666667,9.957086433333336,84900000 +48.4304565,9.957103933333334,138000000 +48.42799656666667,9.956933866666668,22100000 +48.4279765,9.956930150000002,29500000 +48.42796345,9.956927,24200000 +48.42796073333333,9.9569263,24200000 +48.42794595,9.9569211,119000000 +48.42794606666666,9.956921066666666,119000000 +48.4279486,9.9569224,41400000 +48.4279486,9.9569226,41400000 +48.4279486,9.9569228,100000000 +48.4279486,9.9569228,100000000 +48.4279486,9.9569228,88300000 +48.4279486,9.9569228,53700000 +48.4279486,9.9569228,53700000 +48.4279486,9.9569228,21600000 +48.4279486,9.9569228,36100000 +48.4279486,9.9569228,36100000 +48.4279486,9.9569228,32200000 +48.42794813333334,9.956921733333331,41600000 +48.427948150000006,9.95692185,41600000 +48.4279481,9.9569215,34900000 +48.4279481,9.9569215,34900000 +48.4279481,9.9569215,157000000 +48.4279481,9.9569215,157000000 +48.4279481,9.9569215,63600000 +48.4279481,9.9569215,19100000 +48.4279481,9.9569215,36600000 +48.4279476,9.95692,24700000 +48.4279444,9.9569191,24700000 +48.4279253,9.9569152,40100000 +48.42791755,9.9569138,40100000 +48.4278694,9.956909133333331,27000000 +48.42788075,9.956909,27000000 +48.4278205,9.9569156,31800000 +48.4278072,9.9569214,31800000 +48.42775215,9.95695785,32000000 +48.42773786666667,9.956975366666668,32000000 +48.4276888,9.9570526,35600000 +48.42768015,9.95707685,35600000 +48.4276501,9.95718615,29100000 +48.42764486666667,9.9572165,29100000 +48.4276279,9.9573422,38600000 +48.42762535,9.9573757,38600000 +48.42761193333333,9.9575468,28400000 +48.42761465,9.95751155,28400000 +48.4275969,9.9577273,45700000 +48.4276002,9.9576901,45700000 +48.4275829,9.95788125,45200000 +48.42757876666667,9.957921233333332,45200000 +48.4275617,9.9580833,31100000 +48.42755755,9.9581251,31100000 +48.4275444,9.9582523,27600000 +48.42753965,9.9582968,27600000 +48.427534433333335,9.9583414,27600000 +48.4275131,9.9585226,37600000 +48.4275073,9.9585689,37600000 +48.42748335,9.958758,25900000 +48.42747713333333,9.9588072,25900000 +48.42744415,9.9590543,23200000 +48.4274511,9.9590047,23200000 +48.427416050000005,9.9592519,20000000 +48.42740956666668,9.9593015,20000000 +48.4273839,9.9595009,29000000 +48.42737785,9.95955175,29000000 +48.42735435,9.9597291,20900000 +48.427347,9.959780833333332,20900000 +48.4273102,9.96004135,25100000 +48.4272793,9.9602521,34100000 +48.4272723,9.9602955,34100000 +48.42723575,9.96051425,36800000 +48.42722763333333,9.960558033333331,36800000 +48.4271856,9.96077475,21300000 +48.42717523333334,9.960827066666663,21300000 +48.42712505,9.96108895,24400000 +48.4271353,9.9610371,24400000 +48.42708145,9.9612941,32400000 +48.42707136666667,9.961345533333336,32400000 +48.42702295,9.9616185,19200000 +48.4269888,9.9618147,18800000 +48.42697943333334,9.961866533333334,18800000 +48.426942,9.9620739,26600000 +48.4269325,9.96212605,26600000 +48.4267976,9.9628707,19100000 +48.42679125,9.9629095,19100000 +48.42678453333334,9.962948366666668,19100000 +48.42674473333333,9.963178833333332,22000000 +48.4267517,9.96314065,22000000 +48.42671085,9.96338535,16400000 +48.42670246666666,9.963437,16400000 +48.4266676,9.9636433,26100000 +48.42665975,9.9636954,26100000 +48.4266279,9.96390235,29000000 +48.4266201,9.9639539,29000000 +48.42658525,9.96419815,18000000 +48.42657926666667,9.964236166666668,18000000 +48.4265509,9.9644282,35100000 +48.42654579999999,9.9644667,35100000 +48.42652035,9.964658,28000000 +48.42651516666666,9.9646962,28000000 +48.4264799,9.964962425,29400000 +48.4264848,9.9649245,29400000 +48.4264546,9.9651513,21800000 +48.4264483,9.9652016,21800000 +48.42644276666667,9.965243366666668,21800000 +48.4264167,9.96543965,28200000 +48.426412133333336,9.965476966666666,28200000 +48.4263865,9.9656898,19300000 +48.426382366666665,9.965727233333332,19300000 +48.4263635,9.9659253,38900000 +48.42636036666666,9.9659662,38900000 +48.4263459,9.9661822,50900000 +48.42634386666666,9.966218166666666,50900000 +48.42633116666667,9.966454666666666,26500000 +48.42633385,9.96640835,26500000 +48.426321,9.96667005,33600000 +48.42631983333334,9.9667022,33600000 +48.4263142,9.9668594,39200000 +48.42631283333333,9.9668898,39200000 +48.4263035,9.967057400000002,22900000 +48.42630086666667,9.9670853,22900000 +48.42628735,9.9672257,84000000 +48.4262836,9.967253566666669,84000000 +48.42626045,9.9674007,32400000 +48.42625413333334,9.9674302,32400000 +48.425531766666666,9.969507366666669,20100000 +48.42553169999999,9.96953925,100000000 +48.425532633333326,9.9695488,100000000 +48.4255314,9.969532,100000000 +48.4255397,9.9695912,135000000 +48.4255432,9.96960315,135000000 +48.4255581,9.9696412,21100000 +48.4255654,9.96965365,21100000 +48.42557406666666,9.969665566666666,21100000 +48.4256132,9.969709,22500000 +48.4256224,9.9697154,22500000 +48.4256574,9.9697365,26800000 +48.4256724,9.9697427,26800000 +48.42568803333333,9.969748833333334,26800000 +48.42577085,9.9697805,39000000 +48.4257528,9.9697746,39000000 +48.425864966666666,9.969810666666666,51600000 +48.4258453,9.9698045,51600000 +48.4262941,9.9699083,29200000 +48.4263191,9.96991175,29200000 +48.42642125,9.9699235,81700000 +48.426447333333336,9.969925333333334,81700000 +48.4271209,9.9698798,56400000 +48.4271425,9.9698757,56400000 +48.4272215,9.9698594,128000000 +48.427250150000006,9.9698519,128000000 +48.42727870000001,9.9698438,128000000 +48.4273921,9.969809,171000000 +48.4274199,9.96979935,171000000 +48.42755756666667,9.9697494,36100000 +48.42769375,9.96969525,24600000 +48.4276663,9.969706,24600000 +48.42784123333333,9.969638433333332,182000000 +48.42781105,9.9696495,182000000 +48.4277762,9.9696626,182000000 +48.427957,9.9695962,72200000 +48.42798465,9.969587,72200000 +48.4280686,9.9695593,23500000 +48.4280967,9.96955015,23500000 +48.42812486666666,9.969541433333331,23500000 +48.4282372,9.9695075,16100000 +48.428265,9.96950015,16100000 +48.42840279999999,9.9694646,23300000 +48.4285484,9.96943525,21700000 +48.42866745,9.9694201,23800000 +48.4310798,9.970047,26600000 +48.43110015,9.97005835,26600000 +48.4311607,9.9700936,31400000 +48.4311801,9.9701065,31400000 +48.43119656666666,9.970118166666667,31400000 +48.4312648,9.9701569,32100000 +48.4312814,9.97016795,32100000 +48.4314328,9.9702639,46300000 +48.4314497,9.9702733,46300000 +48.43153626666666,9.970316666666667,138000000 +48.43152125,9.9703095,138000000 +48.4316958,9.9703825,117000000 +48.4317112,9.97038535,117000000 +48.431772550000005,9.9703896,143000000 +48.43178756666666,9.970387533333334,143000000 +48.43185145,9.9703702,37500000 +48.4318621,9.9703659,37500000 +48.4319074,9.9703385,139000000 +48.4319199,9.97032665,139000000 +48.43197743333334,9.970253866666669,98700000 +48.4319671,9.9702703,98700000 +48.431956,9.9702862,98700000 +48.4320586,9.9700868,27600000 +48.43206455,9.970068,27600000 +48.4321093,9.9698652,84300000 +48.43211305,9.96983795,84300000 +48.4321313,9.9697272,93200000 +48.43213566666666,9.969702566666667,93200000 +48.432154350000005,9.96957345,54100000 +48.4321509,9.9696007,54100000 +48.4321574,9.969545833333331,54100000 +48.4321698,9.9694353,29000000 +48.4321736,9.96940855,29000000 +48.43219413333333,9.969280333333332,43900000 +48.43218975,9.9693048,43900000 +48.4322125,9.9691859,117000000 +48.43221795,9.9691647,117000000 +48.4322393,9.96908445,18900000 +48.43224503333334,9.9690667,18900000 +48.4322682,9.9689991,41200000 +48.43227435,9.96898465,41200000 +48.4322929,9.9689439,27000000 +48.432299,9.9689323,27000000 +48.4323051,9.968921166666666,27000000 +48.4323285,9.9688776,41400000 +48.4323334,9.9688674,41400000 +48.43234925,9.9688251,44000000 +48.4323508,9.9688132,44000000 +48.4323468,9.9688359,44000000 +48.4323544,9.9687641,37500000 +48.4323542,9.96875135,37500000 +48.4323512,9.96870875,31200000 +48.43234916666666,9.968695733333334,31200000 +48.4323347,9.96862745,61800000 +48.43233106666667,9.968610866666667,61800000 +48.4323184,9.9685406,16900000 +48.4323156,9.968520600000002,16900000 +48.4323087,9.9684687,18700000 +48.4323068,9.96844665,18700000 +48.43230493333333,9.9684242,18700000 +48.432295550000006,9.9683071,31700000 +48.4322974,9.9683318,31700000 +48.43228473333334,9.968176933333332,23000000 +48.43228745,9.9682039,23000000 +48.4322741,9.9680699,30400000 +48.43227055,9.9680439,30400000 +48.4322545,9.96793915,28500000 +48.4322512,9.967916233333334,28500000 +48.4322353,9.96780715,22200000 +48.43223136666666,9.967780866666663,22200000 +48.4322151,9.9676733,17100000 +48.4322103,9.96764575,17100000 +48.43219135,9.9675342,25300000 +48.43218626666666,9.967506233333332,25300000 +48.4321652,9.9673957,76900000 +48.432159850000005,9.9673689,76900000 +48.4321309,9.967236233333333,27600000 +48.4321369,9.9672625,27600000 +48.4321435,9.967288,27600000 +48.4321075,9.967129,84100000 +48.4321016,9.96710175,84100000 +48.43209686666666,9.967078866666668,84100000 +48.4320763,9.9669805,31300000 +48.43207345,9.9669661,31300000 +48.43206916666667,9.9669482,31300000 +48.4320493,9.9668596,99900000 +48.43204335,9.96683195,99900000 +48.432019,9.9667211,27900000 +48.43201313333333,9.9666939,27900000 +48.43198279999999,9.966553933333332,65900000 +48.43198735,9.96657475,65900000 +48.431993,9.9666003,65900000 +48.4319633,9.966465,28800000 +48.43195845,9.96644305,28800000 +48.4319445,9.9663806,36300000 +48.4319404,9.966362,36300000 +48.43193776666667,9.966344466666667,36300000 +48.431929,9.966292,25100000 +48.43192605,9.96627955,25100000 +48.431923133333335,9.966267266666668,25100000 +48.4319122,9.9662203,106000000 +48.43191,9.9662106,106000000 +48.431902,9.966183,24700000 +48.43190015,9.9661746,24700000 +48.43189843333334,9.966166799999998,24700000 +48.43189085,9.96613135,27800000 +48.4318922,9.9661375,27800000 +48.4318871,9.9661142,24200000 +48.4318861,9.96610975,24200000 +48.43188476666666,9.966105533333334,24200000 +48.4318803,9.9660907,37200000 +48.4318795,9.9660881,37200000 +48.4318773,9.9660811,19200000 +48.4318767,9.9660795,19200000 +48.4318778,9.9660794,19200000 +48.431879050000006,9.9660765,26000000 +48.43187463333334,9.966057533333334,27100000 +48.43186216666667,9.9660145,21600000 +48.4318426,9.96595525,22200000 +48.4318472,9.965969,22200000 +48.4318277,9.9659111,37000000 +48.43182315,9.96589345,37000000 +48.43181963333333,9.965881866666663,37000000 +48.4318049,9.9658335,21900000 +48.4317995,9.9658147,21900000 +48.43179406666667,9.965794666666666,21900000 +48.4317731,9.9657103,45300000 +48.4317685,9.965687,45300000 +48.43176450000001,9.965667266666664,45300000 +48.4317465,9.965578,40800000 +48.43174275,9.96555855,40800000 +48.431714866666674,9.965432166666666,49400000 +48.4317216,9.9654597,49400000 +48.4317279,9.9654865,49400000 +48.4316867,9.9653201,25900000 +48.4316786,9.96529125,25900000 +48.4316558,9.9652031,44600000 +48.4316485,9.9651733,44600000 +48.43164093333333,9.965142933333333,44600000 +48.4316106,9.9650205,20700000 +48.4316025,9.96498925,20700000 +48.4316025,9.96498925,20700000 +48.43156386666667,9.9648397,56900000 +48.43151989999999,9.964671100000002,26800000 +48.4314803,9.96450905,30500000 +48.43144096666666,9.9643527,17600000 +48.431399766666665,9.9641868,44100000 +48.4313724,9.9640578,30700000 +48.43134623333333,9.963914133333333,18500000 +48.43132455,9.96377075,26900000 +48.43129615,9.9634996,18900000 +48.431290450000006,9.96341205,23700000 +48.4312897,9.9633926,23700000 +48.4312892,9.9633188,24100000 +48.431290950000005,9.96330265,24100000 +48.431290950000005,9.96330265,24100000 +48.4313152,9.9631729,24700000 +48.43131705,9.96315855,24700000 +48.43131705,9.96315855,24700000 +48.4313018,9.9630277,21200000 +48.43129625,9.9630137,21200000 +48.431263033333344,9.962947066666668,30600000 +48.4312777,9.9629732,30600000 +48.431270100000006,9.9629599,30600000 +48.431238,9.962899,22400000 +48.4312313,9.96288765,22400000 +48.43122486666667,9.962873866666667,22400000 +48.4312003,9.9628129,31200000 +48.43119485,9.9627944,31200000 +48.4311798,9.9627363,18000000 +48.4311748,9.9627147,18000000 +48.43116993333334,9.962692166666663,18000000 +48.4311464,9.96257245,28700000 +48.4311509,9.9625982,28700000 +48.4311243,9.962434166666666,19000000 +48.4311243,9.962434166666666,19000000 +48.4311327,9.9624921,19000000 +48.4311284,9.96246355,19000000 +48.4311039,9.96228145,28700000 +48.4310743,9.9619748,31700000 +48.43107135,9.9619393,31700000 +48.43107135,9.9619393,31700000 +48.43105503333334,9.961759933333331,21600000 +48.43103775,9.961575750000002,25900000 +48.431021066666666,9.961384366666666,30800000 +48.4310072,9.96118675,29300000 +48.43100063333333,9.9609827,19100000 +48.4309992,9.96077415,29200000 +48.43100046666666,9.960563166666669,21800000 +48.43100065,9.9603504,26400000 +48.4310001,9.960133366666668,26500000 +48.43099745000001,9.9599134,20400000 +48.43099083333334,9.959692366666667,25500000 +48.43098055,9.9594695,34200000 +48.4309641,9.959246066666664,23900000 +48.43094655,9.9590389,36000000 +48.43092263333333,9.958843233333331,27400000 +48.43089235,9.95864175,32200000 +48.430857366666665,9.958448033333331,30700000 +48.430819500000005,9.958233366666668,38800000 +48.43079295,9.9580765,23300000 +48.4307655,9.957918066666666,27700000 +48.4307403,9.95777445,19100000 +48.43071990000001,9.957648966666667,42100000 +48.4307026,9.9575356,46800000 +48.4306894,9.957434733333336,48400000 +48.4306775,9.95734935,92500000 +48.43066175,9.9572371,30100000 +48.43065723333333,9.957207833333332,30600000 +48.4306508,9.95717975,36800000 +48.430632800000005,9.957137233333333,47300000 +48.43055056666666,9.957085466666667,63000000 +48.430493850000005,9.95709545,69000000 +48.43042753333333,9.9571073,98900000 +48.4299627,9.9571827,119000000 +48.4278829,9.95693845,22600000 +48.4278781,9.9569368,61500000 +48.42787745,9.9569365,61500000 +48.42787723333333,9.956936399999998,61500000 +48.4278767,9.9569364,146000000 +48.4278768,9.95693655,146000000 +48.42787773333333,9.956938,126000000 +48.4278774,9.9569376,126000000 +48.4278775,9.9569362,60600000 +48.42787775,9.95693635,60600000 +48.4278785,9.956937,65700000 +48.4278785,9.956937,65700000 +48.4278785,9.956937,65700000 +48.4278785,9.956937,48300000 +48.4278785,9.956937,48300000 +48.4278785,9.956937,54900000 +48.4278785,9.956937,54900000 +48.4278785,9.956937,54900000 +48.4278785,9.956937,59500000 +48.4278785,9.956937,59500000 +48.4278785,9.956937,77700000 +48.4278785,9.956937,77700000 +48.4278785,9.956937,43200000 +48.4278785,9.956937,43200000 +48.4278785,9.956937,39800000 +48.4278785,9.956937,39800000 +48.4278785,9.956937,39800000 +48.4278785,9.956937,70800000 +48.4278785,9.956937,70800000 +48.4278785,9.956937,48100000 +48.4278785,9.956937,48100000 +48.4278785,9.956937,48100000 +48.4278785,9.956937,62800000 +48.4278785,9.956937,62800000 +48.4278785,9.956937,45300000 +48.4278785,9.956937,45300000 +48.4278785,9.956937,45300000 +48.4278785,9.956937,28100000 +48.4278785,9.956937,77100000 +48.4278785,9.956937,77100000 +48.4278785,9.956937,68200000 +48.4278785,9.956937,68200000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,39500000 +48.4278785,9.956937,39500000 +48.4278785,9.956937,59600000 +48.4278785,9.956937,59600000 +48.4278785,9.956937,66200000 +48.4278785,9.956937,66200000 +48.4278785,9.956937,55900000 +48.4278785,9.956937,55900000 +48.4278785,9.956937,55900000 +48.4278785,9.956937,58100000 +48.4278785,9.956937,58100000 +48.4278785,9.956937,22700000 +48.4278785,9.956937,22700000 +48.4278785,9.956937,26800000 +48.4278785,9.956937,121000000 +48.4278785,9.956937,121000000 +48.4278785,9.956937,78800000 +48.4278785,9.956937,78800000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,25600000 +48.4278785,9.956937,95700000 +48.4278785,9.956937,95700000 +48.4278785,9.956937,36300000 +48.4278785,9.956937,36300000 +48.4278785,9.956937,36300000 +48.4278785,9.956937,93300000 +48.4278785,9.956937,93300000 +48.4278785,9.956937,86100000 +48.4278785,9.956937,86100000 +48.4278785,9.956937,99500000 +48.4278785,9.956937,99500000 +48.4278785,9.956937,91700000 +48.4278785,9.956937,91700000 +48.4278785,9.956937,139000000 +48.4278785,9.956937,139000000 +48.4278785,9.956937,116100000 +48.4278785,9.956937,116100000 +48.4278785,9.956937,89500000 +48.4278785,9.956937,89500000 +48.4278784,9.9569368,39700000 +48.42787755,9.9569368,39700000 +48.4278744,9.95693625,34500000 +48.42787446666667,9.956936233333332,34500000 +48.4278728,9.9569365,114000000 +48.427870850000005,9.9569361,114000000 +48.427852300000005,9.956931933333331,66600000 +48.4278577,9.95693315,66600000 +48.42777123333334,9.956923066666668,111750000 +48.42778195,9.95692225,111750000 +48.4277267,9.9569298,31300000 +48.42771475,9.9569341,31300000 +48.42766795,9.9569593,29300000 +48.42765753333333,9.956969733333333,29300000 +48.4276196,9.9570213,29300000 +48.4276125,9.95703875,29300000 +48.42758955,9.95711745,42000000 +48.427585766666674,9.957141066666669,42000000 +48.4275718,9.9572415,25500000 +48.42756845,9.95726965,25500000 +48.42755215,9.9573866,25400000 +48.42754803333333,9.957418233333334,25400000 +48.42752895,9.9575814,24600000 +48.42748925,9.95766335,57100000 +48.42748353333334,9.957677566666668,57100000 +48.42746725,9.9578153,25000000 +48.4274646,9.9578408,25000000 +48.4274517,9.9579701,19800000 +48.42744735,9.95801095,19800000 +48.42743065,9.95817845,30400000 +48.42742583333333,9.958222033333334,30400000 +48.4274051,9.9583991,34300000 +48.42739995,9.9584451,34300000 +48.4273778,9.9586323,29200000 +48.427372166666665,9.9586803,29200000 +48.427347,9.9588739,30500000 +48.4273411,9.9589237,30500000 +48.4273144,9.95912595,29400000 +48.4273071,9.959177066666667,29400000 +48.4272785,9.959382,23200000 +48.4272722,9.95943325,23200000 +48.42724455,9.95963765,21700000 +48.427236666666666,9.959688433333334,21700000 +48.4272052,9.9598908,32400000 +48.42719755,9.95994135,32400000 +48.42716765,9.96014305,35300000 +48.427160333333326,9.9601933,35300000 +48.4271323,9.9603945,22900000 +48.4271256,9.96044465,22900000 +48.42708773333334,9.960693233333334,23800000 +48.42709445,9.9606439,23800000 +48.427057000000005,9.9608918,39600000 +48.42704856666668,9.960940399999998,39600000 +48.4270099,9.96116175,30000000 +48.42700103333334,9.961211666666664,30000000 +48.4269644,9.9614104,30300000 +48.42695345,9.96147255,30300000 +48.4269259,9.9616345,28100000 +48.42692023333333,9.961667333333333,28100000 +48.4269143,9.961702225,28100000 +48.4268804,9.9619067,35100000 +48.42687425,9.96194435,35100000 +48.42675126666666,9.962674566666667,25400000 +48.42670056666666,9.962975066666669,19400000 +48.4267089,9.9629231,19400000 +48.42665885,9.9632366,22800000 +48.4266204,9.963501033333332,22200000 +48.4265822,9.963767,27000000 +48.4265443,9.964035133333333,26400000 +48.4265087,9.96430455,30400000 +48.42648210000001,9.964538266666668,22700000 +48.42644443333334,9.9648256,18000000 +48.42641505,9.965032,25400000 +48.426408466666665,9.9650796,25400000 +48.42638225,9.9652929,29000000 +48.42637813333334,9.965330666666668,29000000 +48.42636055,9.9655304,47700000 +48.42635799999999,9.965565133333332,47700000 +48.42634279999999,9.965796766666664,22300000 +48.42633143333333,9.9660118,41900000 +48.42632145,9.96620475,27900000 +48.42631325,9.96638175,35200000 +48.42631123333333,9.966425566666668,35200000 +48.42630315,9.96662015,18700000 +48.426301566666666,9.966655233333334,18700000 +48.426291,9.966838,36000000 +48.42628823333333,9.9668744,36000000 +48.4262701,9.9670614,32000000 +48.42624693333334,9.9672189,33700000 +48.4261387,9.967579866666666,136000000 +48.425914500000005,9.96796095,156000000 +48.425758,9.9697114,111000000 +48.4262293,9.969824066666666,51900000 +48.4263445,9.96983825,107000000 +48.42698105,9.96979685,74000000 +48.42721143333333,9.969736366666666,164000000 +48.42733715,9.9696903,121000000 +48.4274675,9.969637066666666,168000000 +48.42760845,9.96957755,27500000 +48.42772635,9.9695324,24300000 +48.42786966666667,9.969483366666667,74800000 +48.4280178,9.9694399,23400000 +48.42816866666666,9.969401866666663,23600000 +48.4283182,9.9693698,35600000 +48.42846693333333,9.9693485,85800000 +48.42861565,9.96933505,82900000 +48.4309697,9.9699756,27400000 +48.4309876,9.9699863,27400000 +48.4310562,9.97002795,27700000 +48.43106976666667,9.970036033333336,27700000 +48.431128,9.9700709,26800000 +48.431143000000006,9.97008035,26800000 +48.43120075,9.97011765,37500000 +48.43121493333334,9.970126666666664,37500000 +48.4312712,9.9701629,36500000 +48.4312848,9.9701717,36500000 +48.43135373333334,9.9702157,47300000 +48.4313398,9.97020695,47300000 +48.431326,9.9701982,47300000 +48.4314107,9.970251,94800000 +48.43142545,9.9702597,94800000 +48.4315737,9.97034435,104000000 +48.4317841,9.9703786,151000000 +48.431798150000006,9.97037515,151000000 +48.4318649,9.970345033333333,60800000 +48.43185245,9.9703538,60800000 +48.4319126,9.9703046,180000000 +48.43192315,9.97029145,180000000 +48.4320337,9.970035266666669,17500000 +48.4320633,9.9698439,123000000 +48.432065,9.9698207,123000000 +48.4320699,9.9697265,143000000 +48.43206995,9.9697027,143000000 +48.43207393333333,9.969579633333332,165000000 +48.43207265,9.9696051,165000000 +48.432094033333335,9.969346266666667,128000000 +48.43211473333333,9.9692276,39400000 +48.4321373,9.9691356,75100000 +48.4321435,9.9691151,75100000 +48.4321748,9.969023750000002,27600000 +48.432181333333325,9.969008766666668,27600000 +48.4322089,9.968949,34300000 +48.43221455,9.9689392,34300000 +48.43224205,9.9688925,29600000 +48.432248833333325,9.968880733333334,29600000 +48.4322789,9.96882205,25900000 +48.43229553333333,9.968758866666668,32700000 +48.4322985,9.96868215,21700000 +48.43228123333333,9.968595266666666,18600000 +48.4322629,9.9685205,25700000 +48.4322589,9.96849965,25700000 +48.43225616666666,9.968482,25700000 +48.4322468,9.9684131,89800000 +48.4322442,9.96838925,89800000 +48.4322345,9.96829275,26400000 +48.43223163333334,9.968263633333336,26400000 +48.4322212,9.9681559,25200000 +48.4322182,9.96813145,25200000 +48.4322095,9.968045,41400000 +48.43220646666666,9.9680195,41400000 +48.432188100000005,9.9678898,21900000 +48.432167633333336,9.967763766666668,24800000 +48.4321719,9.9677879,24800000 +48.4321477,9.96764485,25400000 +48.432132,9.9675492,32100000 +48.43212739999999,9.967525733333334,32100000 +48.43210345,9.9674067,74500000 +48.43208395,9.9673084,25900000 +48.43207933333333,9.967284233333332,25900000 +48.4320598,9.9671866,76700000 +48.43205445,9.9671622,76700000 +48.432033700000005,9.9670623,22900000 +48.43202863333334,9.967037766666666,22900000 +48.43200445,9.96691535,112000000 +48.4319795,9.966794633333334,28700000 +48.43198445,9.96681835,28700000 +48.43195825,9.96668895,93900000 +48.4319535,9.9666657,93900000 +48.4319343,9.966573,39500000 +48.43192955,9.96654985,39500000 +48.43191065,9.96645785,82100000 +48.43190603333333,9.966435166666669,82100000 +48.43188165,9.9663224,23200000 +48.43186315,9.96623865,82900000 +48.4318585,9.966218233333334,82900000 +48.431834,9.966116,36300000 +48.43182903333334,9.966095633333332,36300000 +48.43180045,9.96598825,101000000 +48.43176823333334,9.9658761,19200000 +48.4317743,9.96589895,19200000 +48.4317453,9.9657846,80600000 +48.4317401,9.9657616,80600000 +48.4317211,9.96567395,26800000 +48.431717733333336,9.965655966666668,26800000 +48.4316971,9.9655531,36200000 +48.43169326666666,9.965534633333332,36200000 +48.43166885,9.9654226,32300000 +48.43166403333333,9.965401366666669,32300000 +48.43163865,9.9652938,35200000 +48.43163276666667,9.965272133333334,35200000 +48.431600200000005,9.96514825,42600000 +48.43156403333333,9.965010733333337,38200000 +48.4315714,9.9650387,38200000 +48.43152855,9.9648688,27500000 +48.4315003,9.96475635,69600000 +48.431493366666665,9.964728233333334,69600000 +48.4314648,9.9646152,20200000 +48.43145785,9.96458655,20200000 +48.43142965,9.9644725,29100000 +48.43142256666667,9.9644442,29100000 +48.431387650000005,9.9643013,27400000 +48.431361,9.964188,38300000 +48.4313551,9.964159700000002,38300000 +48.43132675,9.96402115,24800000 +48.43130416666667,9.963887333333334,30900000 +48.4313078,9.96391415,30900000 +48.431289,9.96375365,26700000 +48.43128105,9.96364775,25700000 +48.4312795,9.963622433333333,25700000 +48.43127275,9.9635009,21400000 +48.43127223333334,9.9633979,27700000 +48.43128245,9.9633121,17000000 +48.4313014,9.9632436,28700000 +48.43131975,9.963179749999998,18800000 +48.43132633333334,9.963113433333334,31700000 +48.4313164,9.96304915,21400000 +48.43128873333333,9.962984999999998,24100000 +48.4312625,9.9629311,24900000 +48.43125635,9.96291655,24900000 +48.4312265,9.962833266666664,36500000 +48.431232,9.96285215,36500000 +48.4312004,9.9627323,21800000 +48.4305367,9.9571865,45500000 +48.43052285,9.9571896,45500000 +48.43038965,9.9572259,156000000 +48.43037453333333,9.957230366666666,156000000 +48.428233766666665,9.957028966666668,134000000 +48.42812610000001,9.9569984,17900000 +48.428078600000006,9.9569866,22800000 +48.42804495,9.95697735,96100000 +48.428037466666666,9.956975299999998,96100000 +48.42800205,9.95696565,69900000 +48.4279779,9.9569587,35400000 +48.42797286666666,9.956957233333334,35400000 +48.4279517,9.9569506,35600000 +48.4279397,9.956947066666666,38800000 +48.42793330000001,9.95694425,34800000 +48.42793215,9.95694225,37000000 +48.42793183333333,9.956942033333334,37000000 +48.4279299,9.95694165,38600000 +48.4279286,9.956941966666667,30000000 +48.4279277,9.95694205,40000000 +48.4279265,9.95694135,30100000 +48.42792616666666,9.956941166666669,30100000 +48.42792420000001,9.95694025,47200000 +48.427922800000005,9.95693905,34400000 +48.42792236666667,9.956938766666664,34400000 +48.42792015,9.9569376,36600000 +48.4279188,9.95693675,25000000 +48.42791853333333,9.9569365,25000000 +48.4279174,9.95693535,71300000 +48.4279169,9.9569352,57600000 +48.42791689999999,9.956935166666668,57600000 +48.4279169,9.9569351,55500000 +48.4279169,9.9569351,19900000 +48.42791689999999,9.9569351,19900000 +48.4279169,9.9569351,31200000 +48.4279169,9.9569351,41600000 +48.42791689999999,9.9569351,41600000 +48.4279169,9.9569351,41000000 +48.42791689999999,9.9569351,75400000 +48.4279169,9.9569351,75400000 +48.4279169,9.9569351,87200000 +48.4279169,9.9569351,47300000 +48.42791689999999,9.9569351,47300000 +48.4279169,9.9569351,31900000 +48.4279157,9.95693515,63300000 +48.427915500000005,9.956935166666666,63300000 +48.42791135,9.95693575,48500000 +48.4278983,9.9569332,79000000 +48.427892766666666,9.956932033333333,79000000 +48.4278591,9.95692475,102000000 +48.42781036666667,9.956917166666663,54800000 +48.4278211,9.95691805,54800000 +48.427752,9.956921,33700000 +48.427699800000006,9.956949133333334,32000000 +48.42764446666666,9.957018266666667,24500000 +48.42761245,9.95709795,18600000 +48.42760716666667,9.957116933333332,18600000 +48.42758253333333,9.9572454,24600000 +48.42757135,9.95736955,34300000 +48.42756906666667,9.957398833333333,34300000 +48.42755583333334,9.957550033333334,31500000 +48.42754003333334,9.9577037,35400000 +48.4275199,9.9578885,41900000 +48.4274983,9.958087133333336,31300000 +48.4274745,9.958305666666666,25700000 +48.42745215,9.95850715,28700000 +48.42742403333333,9.958732566666669,23000000 +48.4273989,9.9589307,24100000 +48.427394,9.958966366666669,24100000 +48.4273384,9.9591854,37100000 +48.42725345,9.9593628,33600000 +48.42724156666667,9.9593974,33600000 +48.4271785,9.959598866666669,34500000 +48.42718695,9.95955575,34500000 +48.42711655,9.9598068,30700000 +48.42706595,9.9599836,17900000 +48.42705633333333,9.960032033333334,17900000 +48.42701495,9.9602756,25700000 +48.42697046666666,9.9605205,35900000 +48.42691786666666,9.960769333333332,33800000 +48.42687196666666,9.961006,34100000 +48.4268226,9.96125375,27900000 +48.42677533333333,9.961482766666666,27200000 +48.42678315,9.9614503,27200000 +48.4267313,9.9616917,17700000 +48.4267209,9.9617407,17700000 +48.4265828,9.962508266666669,25800000 +48.42654795,9.96273755,32000000 +48.42651833333334,9.962971866666669,31800000 +48.4264806,9.9632584,24100000 +48.42644216666667,9.963539766666669,24700000 +48.42644785,9.96349685,24700000 +48.43023984175,9.97021086675,16900000 +48.42978926666667,9.970439266666666,35300000 +48.42931885,9.97067845,19700000 +48.42889243333334,9.9708958,22600000 +48.428420725,9.971136875,21800000 +48.427849650000006,9.971429375,23900000 +48.42733683333333,9.9716931,26200000 +48.4267458,9.9719982,20500000 +48.4261461,9.972308866666667,18800000 +48.425525875000005,9.972631625,21900000 +48.4247993,9.973011539999998,23600000 +48.424098675,9.973379425,24000000 +48.4234208,9.973737825,22700000 +48.42265808,9.97414312,29800000 +48.42179926,9.9746008,23600000 +48.420933675,9.975062425,20300000 +48.42009455,9.975510625,34800000 +48.419293966666665,9.975939433333332,24500000 +48.41831063333333,9.976467866666669,20400000 +48.41722926666666,9.977050966666669,30700000 +48.42441045,9.97236585,34100000 +48.43227753333334,9.967309866666668,23700000 +48.432278,9.9673095,20300000 +48.432278725,9.96730935,16600000 +48.432280033333335,9.9673081,33300000 +48.4322792,9.96730815,35300000 +48.43227853333334,9.967309433333334,24000000 +48.43227785,9.967310875,18800000 +48.4322771,9.967312,18500000 +48.4322771,9.967312,29800000 +48.43227496666666,9.967313433333333,24700000 +48.43227306,9.96731456,33100000 +48.4322712,9.96731575,22900000 +48.432269825,9.967316425,16800000 +48.43226778,9.96731766,26300000 +48.43226535,9.967318675,18400000 +48.43226434,9.96731814,21700000 +48.432263775,9.967316625,23700000 +48.432263,9.967315666666666,33400000 +48.43226246666666,9.967314966666668,19200000 +48.4322622,9.9673146,29000000 +48.4322622,9.9673146,18500000 +48.432262225,9.96731455,28700000 +48.4322621,9.9673141,30800000 +48.43226216666667,9.967313966666666,21300000 +48.43226256666667,9.967312433333332,17600000 +48.43226256666667,9.967312433333332,17600000 +48.43226285,9.96731085,32100000 +48.432263,9.9673101,25100000 +48.432263,9.9673101,36600000 +48.432263,9.9673101,33900000 +48.432263,9.9673101,19500000 +48.432263,9.9673101,21300000 +48.432263,9.9673101,27700000 +48.432263,9.9673101,18400000 +48.432263,9.9673101,31900000 +48.432264800000006,9.967307375,26800000 +48.432267225,9.967303975,17900000 +48.43226985,9.967301475,20300000 +48.4322708,9.9673006,23000000 +48.4322708,9.9673006,33500000 +48.4322708,9.9673006,31500000 +48.4322708,9.9673006,26100000 +48.4322708,9.9673006,24600000 +48.4322708,9.9673006,25200000 +48.4322708,9.9673006,21600000 +48.4322708,9.9673006,34800000 +48.43227164,9.96730012,22600000 +48.432272,9.9672999,20900000 +48.43227216666667,9.967299866666666,24500000 +48.4322737,9.967299233333334,20900000 +48.43227565,9.967298625000002,26500000 +48.432278225,9.96729795,32400000 +48.4322786,9.967297866666668,21600000 +48.432281025,9.9672975,22400000 +48.4322817,9.9672974,22600000 +48.4322817,9.9672974,31500000 +48.4322817,9.9672974,23700000 +48.4322817,9.9672974,23600000 +48.4322817,9.9672974,35500000 +48.4322817,9.9672974,33300000 +48.4322817,9.9672974,18000000 +48.4322817,9.9672974,51100000 +48.4322817,9.9672974,31400000 +48.4322817,9.9672974,24600000 +48.4322817,9.9672974,25000000 +48.4322817,9.9672974,22500000 +48.4322817,9.9672974,23200000 +48.4322817,9.9672974,36200000 +48.4322817,9.9672974,29100000 +48.4322817,9.9672974,39900000 +48.4322817,9.9672974,32400000 +48.4322817,9.9672974,25500000 +48.4322817,9.9672974,24600000 +48.4322817,9.9672974,29000000 +48.4322817,9.9672974,21300000 +48.4322817,9.9672974,36200000 +48.4322817,9.9672974,18300000 +48.4322817,9.9672974,18000000 +48.4322817,9.9672974,40200000 +48.432281366666665,9.967297533333332,26100000 +48.43227873333333,9.967299133333334,24700000 +48.43227545,9.96730175,25300000 +48.4322747,9.9673023,21500000 +48.4322747,9.9673023,18900000 +48.4322747,9.9673023,28300000 +48.4322747,9.9673023,22900000 +48.4322747,9.9673023,27300000 +48.43227096666666,9.9673037,30500000 +48.43226695,9.967307525,31400000 +48.4322664,9.967309633333334,29600000 +48.4322674,9.9673094,18300000 +48.43226863333334,9.967308833333334,21300000 +48.432270125,9.967306875,31700000 +48.4322733,9.9673055,18400000 +48.432275833333335,9.967303433333331,28900000 +48.43227675,9.967301925,37100000 +48.432277475,9.967301125,17700000 +48.43227706666666,9.967301333333332,18100000 +48.43227775,9.967301825,30000000 +48.432278200000006,9.967302466666666,26100000 +48.43227865,9.9673036,29800000 +48.43227943333333,9.967304366666664,28900000 +48.43227943333333,9.967304366666664,28900000 +48.432280725,9.9673056,20300000 +48.432279575,9.9673093,19300000 +48.4322768,9.967319266666667,19300000 +48.432276,9.9673287,20600000 +48.432276725,9.96734415,16300000 +48.432279375,9.96736265,45200000 +48.4322823,9.967385266666668,33700000 +48.43228544,9.967418899999998,38400000 +48.43229036666667,9.9674531,41600000 +48.432293075,9.967481225,23500000 +48.43229553333333,9.967505266666668,19800000 +48.432298025,9.967526025,29100000 +48.43229975,9.967547875,23400000 +48.432297175,9.967567074999998,26500000 +48.432290975,9.967583875,32800000 +48.432282275000006,9.967597225,18800000 +48.432282275000006,9.967597225,18800000 +48.43227396666666,9.967604066666668,30200000 +48.4322651,9.9676073,20200000 +48.432258,9.9676092,19800000 +48.432247475,9.9676129,18800000 +48.43224682,9.967613259999998,19900000 +48.43224614,9.96761326,23600000 +48.4322449,9.967612133333333,25100000 +48.4322449,9.967612133333333,25100000 +48.43224665,9.967609475,33100000 +48.43225003333333,9.967606933333334,22100000 +48.432249675,9.967606475,22500000 +48.432249675,9.967606475,22500000 +48.432246675,9.96760765,23800000 +48.432238375,9.96761115,21900000 +48.432228975,9.967620725,26500000 +48.432221275,9.96763495,25200000 +48.43220905,9.967689675,17000000 +48.432209625,9.96773595,31700000 +48.432214725,9.9677861,30600000 +48.4322224,9.9678455,27300000 +48.43223223333333,9.9679187,21300000 +48.43224195,9.9679963,19500000 +48.4322523,9.968085533333332,27100000 +48.43226275,9.9681852,21000000 +48.43227196666666,9.968287733333332,35600000 +48.4322807,9.9683867,18700000 +48.43229113333334,9.9684723,25000000 +48.43230125,9.96854015,35000000 +48.43230940000001,9.9685875,24800000 +48.43231455,9.96862245,30100000 +48.4323172,9.968653000000002,24300000 +48.43231625,9.96868735,31000000 +48.432306366666666,9.9687301,24500000 +48.4322882,9.96878615,20800000 +48.43226416666666,9.968858733333333,30800000 +48.43226935,9.96884215,30800000 +48.4322389,9.96894875,23600000 +48.432215500000005,9.969057266666669,32300000 +48.4321935,9.96917875,104000000 +48.43217416666667,9.969309766666669,109000000 +48.43215755,9.96944695,76200000 +48.432146,9.96956455,108000000 +48.432133033333336,9.969705966666666,69400000 +48.4321207,9.96983325,96100000 +48.43210156666667,9.969950266666666,97500000 +48.4320718,9.97005505,27800000 +48.43202983333333,9.970140266666666,128000000 +48.431978400000006,9.97020725,103000000 +48.43191673333334,9.970253133333332,21500000 +48.4318485,9.9702813,22200000 +48.431448733333326,9.970124333333333,144000000 +48.4313602,9.9700695,155000000 +48.43126466666666,9.970009500000002,88900000 +48.431162400000005,9.9699476,33200000 +48.4310543,9.969886566666666,28300000 +48.43094235,9.9698211,18900000 +48.43082386666666,9.9697503,28300000 +48.4306992,9.9696778,64800000 +48.43056633333333,9.969607966666668,25500000 +48.4304264,9.9695406,33100000 +48.43027923333333,9.969478133333332,36500000 +48.4301278,9.96941815,40800000 +48.4299715,9.969364333333331,23700000 +48.42981085,9.9693179,25700000 +48.42964476666666,9.969282166666666,24300000 +48.42947425,9.9692541,30200000 +48.42929916666666,9.9692373,25000000 +48.4291022,9.9692298,31600000 +48.4289221,9.9692345,38100000 +48.42874195,9.96924755,133000000 +48.4285615,9.969274233333335,79700000 +48.42859755,9.9692675,79700000 +48.42567355,9.96951885,43900000 +48.42564143333333,9.969448666666665,30200000 +48.4256507,9.9694788,30200000 +48.42564545,9.9694643,30200000 +48.42562955,9.96936445,20900000 +48.42563283333334,9.969266366666666,16600000 +48.42564185,9.9691569,28000000 +48.42565416666668,9.9690356,23300000 +48.4256649,9.9689319,72000000 +48.425668,9.96890495,72000000 +48.42568285,9.96879605,87600000 +48.4256873,9.968769133333334,87600000 +48.42620743333333,9.968428166666667,71100000 +48.43218285,9.96963575,17700000 +48.4321887,9.9695605,28500000 +48.4321909,9.9695357,28500000 +48.43219263333333,9.969514666666669,28500000 +48.4322007,9.9694215,99700000 +48.4322035,9.96939575,99700000 +48.4322119,9.9693198,63900000 +48.4322151,9.96929485,63900000 +48.43221843333333,9.9692705,63900000 +48.4322329,9.9691741,86500000 +48.432237400000005,9.9691512,86500000 +48.4322525,9.9690848,21500000 +48.43225794999999,9.96906445,21500000 +48.43226346666666,9.969044633333333,21500000 +48.43229155,9.9689522,29600000 +48.4322859,9.9689687,29600000 +48.4323088,9.9689069,33900000 +48.43231435,9.9688945,33900000 +48.43231943333333,9.968883766666666,33900000 +48.43234085,9.9688413,22100000 +48.43235323333334,9.968820366666668,19800000 +48.4323571,9.9688141,20100000 +48.43235715,9.968814,20100000 +48.4323574,9.9688137,30200000 +48.43235745,9.9688137,30200000 +48.4323575,9.968813666666668,30200000 +48.4323578,9.9688135,21100000 +48.43235785,9.9688135,21100000 +48.4323579,9.9688135,31600000 +48.4323579,9.9688135,31600000 +48.4323579,9.9688135,31600000 +48.4323579,9.9688135,15400000 +48.4323579,9.9688135,15400000 +48.4323579,9.9688135,24300000 +48.4323579,9.9688135,24300000 +48.4323579,9.9688135,24300000 +48.4323579,9.9688135,24200000 +48.432358050000005,9.96881355,22500000 +48.43236533333333,9.9687971,19200000 +48.43237485,9.96875775,19300000 +48.4323755,9.968703333333332,26000000 +48.43236845,9.96864595,28500000 +48.432356133333336,9.968582366666666,23200000 +48.4323414,9.96850725,27400000 +48.432333,9.96845235,30500000 +48.4323249,9.968384266666668,45100000 +48.4323174,9.9683139,35100000 +48.43230836666667,9.9682364,49500000 +48.432299,9.96814925,30300000 +48.43228680000001,9.968055566666669,23000000 +48.43227375,9.96795985,22200000 +48.43225976666667,9.967862566666668,17500000 +48.4322444,9.96775425,28700000 +48.43223185,9.96767805,20800000 +48.432216966666665,9.967593466666669,19200000 +48.43220235,9.9675146,21200000 +48.43218723333333,9.9674371,24700000 +48.4321712,9.967355049999998,29100000 +48.4321519,9.967264266666668,20300000 +48.43212985,9.9671676,35200000 +48.4321066,9.967064066666666,30500000 +48.43208185,9.966956,23900000 +48.43205326666666,9.966837033333332,20100000 +48.432021250000005,9.9667191,21600000 +48.431995,9.966623599999998,25100000 +48.43198826666667,9.966599,25100000 +48.4319552,9.966474,24800000 +48.431928150000005,9.96637065,29000000 +48.43192113333333,9.966344366666666,29000000 +48.4318874,9.96621135,47900000 +48.43185486666667,9.966074266666666,26300000 +48.43186115,9.9661021,26300000 +48.4318674,9.9661297,26300000 +48.4318299,9.9659627,25300000 +48.43182375,9.9659347,25300000 +48.43179895,9.9658231,47000000 +48.43179266666667,9.965795433333334,47000000 +48.431767,9.9656858,33700000 +48.4317602,9.96565905,33700000 +48.4317327,9.96554465,41000000 +48.4317033,9.96542085,36000000 +48.431695866666665,9.965390533333332,36000000 +48.43166,9.9652454,28900000 +48.43163135,9.965131,22200000 +48.43162413333334,9.965101866666666,22200000 +48.4315873,9.96495435,20500000 +48.4315949,9.964984,20500000 +48.43155725,9.9648344,26700000 +48.431549933333336,9.964803933333334,26700000 +48.43152,9.9646819,24800000 +48.43151255,9.964651,24800000 +48.43148239999999,9.96452745,24700000 +48.43147489999999,9.964496733333332,24700000 +48.4314452,9.9643748,22000000 +48.4314379,9.9643441,22000000 +48.43140905,9.964223,22600000 +48.431402033333335,9.964193,22600000 +48.4313712,9.9640581,24900000 +48.4313648,9.9640284,24900000 +48.4313373,9.96388765,23100000 +48.4313437,9.9639247,23100000 +48.4313219,9.9637921,33000000 +48.4313181,9.96376295,33000000 +48.4313061,9.9636625,25000000 +48.4313032,9.96362735,25000000 +48.43129163333333,9.9634758,20400000 +48.43128515,9.9633395,29200000 +48.4312868,9.9632568,19000000 +48.43128895,9.96323765,19000000 +48.4312988,9.9631757,17700000 +48.43130235,9.96316015,17700000 +48.43131555,9.96309495,22600000 +48.4313178,9.963078066666666,22600000 +48.4313227,9.9630055,23400000 +48.431321100000005,9.96299,23400000 +48.4313028,9.96291985,25600000 +48.4313102,9.9629376,25600000 +48.43126985,9.96284885,24400000 +48.4312389,9.96277155,20100000 +48.4312174,9.9627011,18400000 +48.43121085,9.96267405,18400000 +48.4311922,9.9625883,28300000 +48.43118645,9.9625568,28300000 +48.4311705,9.9624584,26200000 +48.431166000000005,9.962423,26200000 +48.4311531,9.9623132,32300000 +48.4311495,9.9622822,32300000 +48.4311378,9.9621713,18500000 +48.4311343,9.96212985,18500000 +48.4311203,9.96195855,27600000 +48.43110725,9.9617952,22300000 +48.43109015,9.96160465,16100000 +48.4310768,9.9614559,26300000 +48.4310727,9.96140465,26300000 +48.4310605,9.9612491,33500000 +48.4310572,9.96119675,33500000 +48.431049650000006,9.96100705,17700000 +48.43104835,9.9607931,27000000 +48.4310485,9.9607461,27000000 +48.4310498,9.9605419,20900000 +48.43105005,9.96049745,20900000 +48.43105085,9.9602839,22800000 +48.4310519,9.96009005,24400000 +48.431051333333336,9.959860399999998,43000000 +48.4310519,9.9599064,43000000 +48.43104625,9.9596301,31900000 +48.4310402,9.9594919,20800000 +48.43103675,9.9594344,20800000 +48.43103326666667,9.959384633333334,20800000 +48.4310164,9.9591711,23400000 +48.4310121,9.9591253,23400000 +48.430998,9.9589887,17600000 +48.4309924,9.95894355,17600000 +48.4309696,9.95876445,25700000 +48.4309632,9.958720033333334,25700000 +48.4309366,9.958544,27700000 +48.4309292,9.958501,27700000 +48.43089173333333,9.958291533333332,26900000 +48.4308993,9.9583323,26900000 +48.430858,9.9581119,26700000 +48.4308509,9.95807465,26700000 +48.4308304,9.9579657,19700000 +48.43082395,9.95793115,19700000 +48.43081766666668,9.9578976,19700000 +48.4307908,9.957752,29100000 +48.4307856,9.9577225,29100000 +48.4307708,9.9576379,44000000 +48.4307662,9.95761255,44000000 +48.4307532,9.9575397,33700000 +48.43074865,9.95751235,33700000 +48.4307363,9.9574358,49600000 +48.43073315,9.95741345,49600000 +48.430721950000006,9.9573321,91900000 +48.4307128,9.957261533333332,102000000 +48.43071395,9.95727045,102000000 +48.430709,9.9572308,120000000 +48.43070855,9.95722695,120000000 +48.4307076,9.9572203,99800000 +48.4307076,9.95722025,99800000 +48.4307075,9.95722,160000000 +48.4307075,9.9572199,160000000 +48.4307074,9.9572196,172000000 +48.4307074,9.9572196,172000000 +48.4307071,9.95721845,108000000 +48.4307064,9.9572147,36200000 +48.43070585,9.9572123,36200000 +48.4307031,9.95719475,45600000 +48.4307038,9.9572005,45600000 +48.4307007,9.95717495,34400000 +48.43069996666667,9.957169966666669,34400000 +48.4306966,9.9571487,53800000 +48.43069485,9.9571414,53800000 +48.43068205,9.95710625,73600000 +48.43065985,9.957075199999998,89600000 +48.43065036666667,9.9570684,89600000 +48.4306078,9.9570448,77300000 +48.4305974,9.95704225,77300000 +48.4305653,9.9570369,48900000 +48.43055365,9.95703665,48900000 +48.43048753333334,9.9570412,177000000 +48.430502,9.95703905,177000000 +48.4303625,9.9570645,177000000 +48.43034235,9.9570681,177000000 +48.4302797,9.9570798,129000000 +48.4302574,9.957084,129000000 +48.4281533,9.95689805,22400000 +48.42812906666666,9.9568915,18400000 +48.4281152,9.9568868,103000000 +48.42811275,9.9568859,103000000 +48.42810635,9.956884,29200000 +48.4281061,9.9568839,29200000 +48.428105,9.9568833,81800000 +48.4281046,9.9568831,81800000 +48.42810385,9.95688275,93000000 +48.4281038,9.9568827,111000000 +48.4281038,9.9568827,111000000 +48.4281038,9.9568827,115000000 +48.4281038,9.9568827,115000000 +48.4281038,9.9568827,109000000 +48.4281038,9.9568827,109000000 +48.4281038,9.9568827,106000000 +48.4281038,9.9568827,106000000 +48.4281038,9.9568827,151000000 +48.4281038,9.9568827,151000000 +48.4281038,9.9568827,93900000 +48.4281038,9.9568827,93900000 +48.4281038,9.9568827,99100000 +48.4281038,9.9568827,99100000 +48.4281038,9.9568827,88500000 +48.4281038,9.9568827,88500000 +48.4281038,9.9568827,70800000 +48.4281038,9.9568827,70800000 +48.4281038,9.9568827,90300000 +48.4281038,9.9568827,90300000 +48.4281038,9.9568827,90300000 +48.4281038,9.9568827,117000000 +48.4281038,9.9568827,117000000 +48.4281038,9.9568827,110000000 +48.4281038,9.9568827,110000000 +48.4281038,9.9568827,131000000 +48.4281038,9.9568827,131000000 +48.4281038,9.9568827,94300000 +48.4281038,9.9568827,94300000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,85900000 +48.4281038,9.9568827,85900000 +48.4281038,9.9568827,85900000 +48.4281038,9.9568827,94900000 +48.4281038,9.9568827,94900000 +48.4281038,9.9568827,138000000 +48.4281038,9.9568827,138000000 +48.4281038,9.9568827,117000000 +48.4281038,9.9568827,117000000 +48.4281038,9.9568827,125000000 +48.4281038,9.9568827,125000000 +48.4281038,9.9568827,180000000 +48.4281038,9.9568827,180000000 +48.4281038,9.9568827,24900000 +48.4281038,9.9568827,82800000 +48.4281038,9.9568827,82800000 +48.4281038,9.9568827,112000000 +48.4281038,9.9568827,112000000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,128000000 +48.4281038,9.9568827,144000000 +48.4281038,9.9568827,144000000 +48.4281038,9.9568827,133000000 +48.4281038,9.9568827,133000000 +48.4281038,9.9568827,142000000 +48.4281038,9.9568827,142000000 +48.4281038,9.9568827,153000000 +48.4281038,9.9568827,153000000 +48.4281038,9.9568827,138000000 +48.4281038,9.9568827,138000000 +48.4281038,9.9568827,162000000 +48.4281038,9.9568827,162000000 +48.4281038,9.9568827,170000000 +48.4281038,9.9568827,170000000 +48.42803815,9.95686205,125000000 +48.42803406666667,9.956860833333332,125000000 +48.4280187,9.9568563,81100000 +48.42801545,9.95685535,81100000 +48.42800355,9.9568519,61800000 +48.42800093333333,9.956851166666668,61800000 +48.4279911,9.9568483,50200000 +48.4279893,9.95684785,50200000 +48.42798326666667,9.956846333333331,22900000 +48.42798380000001,9.9568465,22900000 +48.4279818,9.9568459,27300000 +48.42798155,9.9568458,27300000 +48.42798055,9.95684555,33800000 +48.42798023333334,9.9568454,33800000 +48.4279801,9.956845,40000000 +48.42797975,9.95684485,40000000 +48.4279761,9.9568436,27500000 +48.4279779,9.9568442,27500000 +48.42797326666667,9.9568427,27500000 +48.4279573,9.9568377,31700000 +48.42795095,9.95683595,31700000 +48.4279303,9.9568303,50500000 +48.42792235,9.9568283,50500000 +48.427913933333336,9.956826533333333,50500000 +48.42786865,9.95682075,34700000 +48.4278785,9.9568206,34700000 +48.42781493333333,9.956830866666666,33000000 +48.4278265,9.95682665,33000000 +48.4278376,9.9568237,33000000 +48.4277677,9.956853,34800000 +48.4277559,9.9568616,34800000 +48.4277207,9.9568912,21300000 +48.4277092,9.95690405,21300000 +48.42769823333333,9.9569185,21300000 +48.4276569,9.9569811,24500000 +48.4276482,9.9570003,24500000 +48.4276198,9.9570849,26300000 +48.4276151,9.957108466666666,26300000 +48.4276252,9.9570621,26300000 +48.4275985,9.9572062,19700000 +48.42759545,9.9572331,19700000 +48.4275868,9.957316,35900000 +48.42758375,9.95734495,35900000 +48.42758056666667,9.957374766666666,35900000 +48.427568,9.9574975,18400000 +48.42756455,9.95753045,18400000 +48.42754686666667,9.957703133333334,17400000 +48.4275542,9.9576316,17400000 +48.42755055000001,9.95766695,17400000 +48.427527600000005,9.95789,29700000 +48.4275316,9.957851,29700000 +48.4275155,9.9580098,29600000 +48.42751135,9.95805175,29600000 +48.42750686666667,9.958094566666666,29600000 +48.42750686666667,9.958094566666666,29600000 +48.42748255,9.95831475,20800000 +48.42745503333333,9.958548666666664,17100000 +48.4274251,9.95878695,30100000 +48.42739433333333,9.959024066666666,35300000 +48.4273629,9.9592602,27700000 +48.42733043333334,9.9594954,25600000 +48.42729745,9.95972945,24000000 +48.4272692,9.9599159,31900000 +48.42726186666666,9.959962533333332,31900000 +48.4272246,9.96019575,22600000 +48.42719019999999,9.9604065,21200000 +48.42715035,9.9606428,34900000 +48.42711083333333,9.9608807,31300000 +48.42707045,9.9611207,23700000 +48.4270261,9.9613719,36900000 +48.4269785,9.9616343,23800000 +48.4269344,9.961883833333331,19500000 +48.42680105,9.96263765,24600000 +48.42679446666667,9.962676133333334,24600000 +48.42675595,9.96290625,23400000 +48.42672235,9.9631103,34200000 +48.42671486666666,9.963161433333331,34200000 +48.426676,9.9634184,21300000 +48.42663773333334,9.963678033333334,29200000 +48.4266015,9.96394115,19000000 +48.4265736,9.96415395,19600000 +48.4265666,9.9642077,19600000 +48.4265327,9.96447885,22500000 +48.42649553333333,9.964751833333333,26100000 +48.426503,9.9646975,26100000 +48.4264647,9.9649683,25100000 +48.42645605,9.965022,25100000 +48.42642775,9.9652091,24600000 +48.42642226666667,9.9652532,24600000 +48.4263986,9.96547215,19200000 +48.4263944,9.965523733333333,19200000 +48.42637236666667,9.965820966666668,24000000 +48.42637485,9.9657794,24000000 +48.4263601,9.96603785,28100000 +48.4263513,9.96621585,30600000 +48.42634906666667,9.9662624,30600000 +48.4263391,9.96648145,23100000 +48.42633773333333,9.966515466666666,23100000 +48.42633005,9.9667056,26200000 +48.42632856666666,9.966738066666666,26200000 +48.42631915,9.96690595,29000000 +48.42631573333333,9.966945066666668,29000000 +48.4263003,9.967096,22500000 +48.4262948,9.9671302,22500000 +48.4262714,9.96725865,57700000 +48.426264366666665,9.967288533333331,57700000 +48.42622465,9.9674348,178000000 +48.4258624,9.969708266666666,48100000 +48.426312200000005,9.969809733333332,23000000 +48.4262863,9.96980665,23000000 +48.4262607,9.9698032,23000000 +48.4269866,9.96979825,144000000 +48.4270173,9.9697927,144000000 +48.4271722,9.96976005,36400000 +48.4273062,9.96972375,92400000 +48.427340566666665,9.969712766666667,92400000 +48.427489,9.9696622,61600000 +48.42752115,9.96964995,61600000 +48.4276493,9.9696009,142000000 +48.4280941,9.96944855,32000000 +48.42812763333333,9.969439033333332,32000000 +48.4283112,9.9693905,21000000 +48.4313336,9.96305325,16500000 +48.43133085,9.9629792,23100000 +48.4313174,9.9629273,24000000 +48.43131085,9.9629111,24000000 +48.4312887,9.9628639,25500000 +48.431280650000005,9.96284895,25500000 +48.431256,9.9628025,21900000 +48.43124835,9.9627848,21900000 +48.4312264,9.9627267,22400000 +48.4312202,9.96270405,22400000 +48.43119635,9.962603,26700000 +48.431202,9.9626308,26700000 +48.4311796,9.9625148,40800000 +48.4311743,9.96248245,40800000 +48.4311544,9.96234485,25000000 +48.4311365,9.962192300000002,16400000 +48.4311248,9.9620691,17000000 +48.43112125,9.96202575,17000000 +48.4311111,9.9618924,21000000 +48.4311073,9.9618461,21000000 +48.4310956,9.961704,33600000 +48.43109135,9.961655,33600000 +48.43107495,9.9614576,22500000 +48.4310788,9.9615073,22500000 +48.4310638,9.9613072,20200000 +48.43106065,9.96125605,20200000 +48.4310517,9.9611013,34200000 +48.4310494,9.9610489,34200000 +48.4310462,9.9608903,28400000 +48.43104625,9.960836700000002,28400000 +48.4310477,9.96062,24900000 +48.4310469,9.9606748,24900000 +48.4310495,9.9604544,27900000 +48.43105015,9.9603983,27900000 +48.4310516,9.9602292,24300000 +48.43105145,9.9601722,24300000 +48.4310508,9.9600001,32100000 +48.4310502,9.95994305,32100000 +48.4310502,9.95994305,32100000 +48.43104585,9.95972435,33600000 +48.4310375,9.95950195,16700000 +48.43102205,9.95926755,40800000 +48.43100075,9.9590354,28000000 +48.43097335,9.95880945,23800000 +48.43094215,9.95859205,24800000 +48.430903,9.958359033333332,27100000 +48.4308613,9.95813465,34500000 +48.430833,9.95798525,26300000 +48.4308037,9.95783005,23800000 +48.4307781,9.95769,33600000 +48.43077316666666,9.9576617,33600000 +48.43074875,9.9575159,33900000 +48.43073295,9.9574055,69000000 +48.43071975,9.957308,126000000 +48.43070955,9.95723075,113000000 +48.4307039,9.9571883,23600000 +48.4307022,9.9571776,23600000 +48.4306981,9.9571512,19000000 +48.43069685,9.957144,19000000 +48.43068945,9.9571127,32900000 +48.43062035,9.9570367,172000000 +48.4305772,9.9570259,89900000 +48.4305608,9.9570251,89900000 +48.4305083,9.9570258,38800000 +48.43048915,9.95702785,38800000 +48.4304288,9.9570371,97100000 +48.4304068,9.95704185,97100000 +48.4292962,9.9570819,75200000 +48.42926665,9.95707835,75200000 +48.4291781,9.9570667,81800000 +48.42914895,9.95706245,81800000 +48.4281443,9.95689205,80400000 +48.42809745,9.95687995,29500000 +48.4280577,9.95686995,109000000 +48.4280271,9.95686195,85800000 +48.42800405,9.9568561,53800000 +48.4279881,9.9568522,32500000 +48.42797875,9.95684985,59800000 +48.4279759,9.9568493,37800000 +48.427975200000006,9.95684965,94200000 +48.42797465,9.95684965,93000000 +48.4279746,9.9568495,63900000 +48.4279746,9.9568495,36400000 +48.4279746,9.9568495,57100000 +48.4279746,9.9568495,71500000 +48.4279746,9.9568495,71500000 +48.4279746,9.9568495,31200000 +48.4279746,9.9568495,31200000 +48.4279746,9.9568495,27900000 +48.4279746,9.9568495,39300000 +48.4279746,9.9568495,68900000 +48.4279746,9.9568495,37800000 +48.4279746,9.9568495,30600000 +48.4279746,9.9568495,38900000 +48.4279746,9.9568495,38900000 +48.4279746,9.9568495,38600000 +48.4279746,9.9568495,15700000 +48.4279746,9.9568495,28800000 +48.4279746,9.9568495,50400000 +48.4279733,9.95684925,50400000 +48.4279575,9.9568449,36600000 +48.42794895,9.95684245,36600000 +48.427921,9.9568345,32000000 +48.4279101,9.95683175,32000000 +48.4278643,9.9568236,71300000 +48.4278123,9.95682945,38200000 +48.427758,9.9568585,26900000 +48.42769066666667,9.956927,27100000 +48.4277022,9.9569117,27100000 +48.4276444,9.9569994,20100000 +48.4276344,9.9570236,20100000 +48.4276025,9.9571315,18800000 +48.4275871,9.9572245,45100000 +48.427583,9.95725895,45100000 +48.4275714,9.9573665,51800000 +48.42756745,9.957405,51800000 +48.42755045,9.957566,32600000 +48.4275552,9.9575239,32600000 +48.42753125,9.9577417,49300000 +48.4275361,9.957696,49300000 +48.4275164,9.9578825,59900000 +48.42751145,9.9579316,59900000 +48.4274943,9.9581033,34000000 +48.427477,9.958263850000002,20900000 +48.42745105,9.9584881,28100000 +48.427422500000006,9.9587244,25700000 +48.4273988,9.9589084,18800000 +48.42738975,9.9589716,18800000 +48.42735445,9.9592255,21500000 +48.4273635,9.959162,21500000 +48.42731825,9.9594788,23200000 +48.4273274,9.9594156,23200000 +48.4272898,9.9596674,24500000 +48.4272804,9.9597299,24500000 +48.42724085,9.9599795,33800000 +48.427232633333325,9.960033533333332,33800000 +48.4271968,9.960266,26900000 +48.42718675,9.960328,26900000 +48.4271563,9.9605136,28400000 +48.427145800000005,9.9605755,28400000 +48.4271146,9.9607604,38800000 +48.42710355,9.96082185,38800000 +48.4270597,9.9610678,20600000 +48.427071,9.9610063,20600000 +48.427027,9.9612523,25700000 +48.4270158,9.96131375,25700000 +48.4269808,9.9614985,26100000 +48.4269443,9.9617084,29300000 +48.426935033333336,9.9617619,29300000 +48.4268946,9.9619925,35900000 +48.4268858,9.96204185,35900000 +48.4268163,9.9624384,22300000 +48.42680535,9.96250075,22300000 +48.42675883333334,9.9627644,24900000 +48.42676765,9.9627139,24900000 +48.4267233,9.9629666,16600000 +48.4267153,9.96301725,16600000 +48.4266753,9.963272366666668,25400000 +48.42663655,9.96352935,15700000 +48.42660103333333,9.963785,16200000 +48.4265673,9.964039199999998,31200000 +48.42654025,9.9642406,25800000 +48.42653363333333,9.964290566666667,25800000 +48.42650125,9.9645377,18500000 +48.4265073,9.9644891,18500000 +48.42647735,9.9647294,20300000 +48.42647086666667,9.9647764,20300000 +48.4264454,9.964962,29400000 +48.4264387,9.9650071,29400000 +48.4264129,9.9651844,29700000 +48.42640733333334,9.965227466666668,29700000 +48.4263834,9.9654192,16700000 +48.42637955,9.9654606,16700000 +48.4263686,9.9655837,24900000 +48.42636525,9.96562425,24900000 +48.426349433333336,9.965839066666668,33700000 +48.4263521,9.9657957,33700000 +48.4263394,9.9660057,23500000 +48.426337,9.9660458,23500000 +48.4263289,9.9662067,19900000 +48.4263272,9.966246966666668,19900000 +48.4263202,9.966408,25900000 +48.4263179,9.9664482,25900000 +48.42631105,9.96660845,28400000 +48.42630930000001,9.966647666666669,28400000 +48.42630025,9.9668397,27700000 +48.4263027,9.9668024,27700000 +48.4262903,9.96696705,25800000 +48.426286266666665,9.967002,25800000 +48.42626195,9.9671738,19700000 +48.426221,9.967352233333331,37500000 +48.4259438,9.967929533333333,59400000 +48.42575105,9.96831565,135000000 +48.4257605,9.9682879,135000000 +48.42571213333334,9.968448100000002,119000000 +48.4255652,9.9692311,74500000 +48.4255503,9.969297666666668,77900000 +48.4255393,9.96934755,45100000 +48.42553253333333,9.9693782,31200000 +48.425529100000006,9.9693932,20000000 +48.42552655,9.9694048,73700000 +48.425525933333326,9.969408933333334,73700000 +48.4255232,9.96943965,30000000 +48.42553106666667,9.969496,137000000 +48.42555705,9.969558500000002,41600000 +48.4255937,9.96960425,33900000 +48.42560556666666,9.9696137,33900000 +48.42567035,9.9696552,31800000 +48.42574763333334,9.969686666666666,25600000 +48.42583405,9.96971845,126000000 +48.4262882,9.96982135,31200000 +48.42641749999999,9.969833566666669,72600000 +48.42693745,9.96981225,113000000 +48.42696596666666,9.9698076,113000000 +48.42710925,9.9697803,42900000 +48.4272332,9.96974835,97100000 +48.4273589,9.96970955,113000000 +48.42738883333334,9.969699,113000000 +48.42756180000001,9.9696339,63100000 +48.4277078,9.969577,118000000 +48.4280098,9.9694737,34400000 +48.42818503333333,9.969422166666666,24200000 +48.4283556,9.9693787,16300000 +48.4284878,9.96935465,64100000 +48.428521,9.969350133333334,64100000 +48.42870415,9.969331,104000000 +48.428872,9.96932525,131000000 +48.42966575,9.96937715,23700000 +48.430277233333335,9.969536366666668,17700000 +48.43101620000001,9.9699199,21800000 +48.4311042,9.9699734,22700000 +48.431189466666666,9.970025733333337,32500000 +48.43127365,9.97007795,17200000 +48.43135806666666,9.9701301,22100000 +48.4314426,9.9701829,24900000 +48.4315272,9.9702365,42200000 +48.43161255,9.9702882,153000000 +48.43179435,9.97035585,115000000 +48.4318646,9.97035705,91600000 +48.431927,9.97034315,128000000 +48.4320002,9.9702993,75100000 +48.432058350000005,9.9702344,104000000 +48.4321004,9.970150366666669,174000000 +48.4321301,9.97005545,74900000 +48.4321496,9.9699492,35200000 +48.43216375,9.9698338,22500000 +48.43217285,9.9697225,23800000 +48.43219715,9.96946105,24900000 +48.43220975,9.969354,19000000 +48.43221333333333,9.969327733333332,19000000 +48.432235166666665,9.969191266666668,44100000 +48.432235166666665,9.969191266666668,44100000 +48.4322267,9.969237,44100000 +48.4322312,9.9692118,44100000 +48.43226263333333,9.969066333333334,62200000 +48.43229175,9.96896745,38700000 +48.43232393333333,9.968890133333334,28800000 +48.4323531,9.9688346,37700000 +48.43237696666667,9.968783833333331,19500000 +48.432389150000006,9.96872085,18300000 +48.43238153333333,9.968646466666668,24400000 +48.43234435,9.9685044,20800000 +48.43234126666667,9.9684886,20800000 +48.43232543333334,9.968380066666668,45500000 +48.4323294,9.9684164,45500000 +48.4323276,9.9684003,45500000 +48.4323166,9.9682928,44000000 +48.43231445,9.9682688,44000000 +48.4323076,9.9681959,24500000 +48.4323052,9.9681708,24500000 +48.4323028,9.9681456,24500000 +48.4322888,9.9680186,20900000 +48.4322915,9.9680444,20900000 +48.43227353333333,9.967892833333332,33600000 +48.43227655,9.967914749999998,33600000 +48.4322802,9.9679408,33600000 +48.43226,9.9677958,17400000 +48.43225615,9.96776915,17400000 +48.43223935,9.9676628,21000000 +48.432234666666666,9.967637166666666,21000000 +48.4322148,9.9675353,28000000 +48.43220985,9.96750995,28000000 +48.432195,9.967434,34000000 +48.43219,9.9674087,34000000 +48.432185233333335,9.9673833,34000000 +48.43216055,9.9672564,25600000 +48.4321657,9.9672816,25600000 +48.4321449,9.9671801,20600000 +48.43213975,9.9671549,20600000 +48.43213423333333,9.967129866666667,20600000 +48.4321111,9.9670284,24900000 +48.43210485,9.9670028,24900000 +48.4320858,9.966924,17500000 +48.43207915,9.96689715,17500000 +48.4320723,9.966870166666668,17500000 +48.4320378,9.96673515,19800000 +48.4320448,9.9667615,19800000 +48.4320183,9.9666555,31600000 +48.43201165,9.96662835,31600000 +48.43200513333333,9.966601,31600000 +48.4319794,9.9664919,38800000 +48.4319727,9.966464299999998,38800000 +48.4319521,9.9663824,37700000 +48.4319454,9.9663553,37700000 +48.4319386,9.9663285,37700000 +48.4319053,9.96619555,27700000 +48.4318723,9.966068533333331,36000000 +48.43187885,9.96609335,36000000 +48.4318856,9.9661184,36000000 +48.431846,9.9659703,28300000 +48.43183965,9.9659463,28300000 +48.4318203,9.9658753,20900000 +48.4318141,9.9658518,20900000 +48.43180813333333,9.9658284,20900000 +48.431785,9.9657358,25100000 +48.43177955,9.96571365,25100000 +48.4317545,9.965601066666666,27300000 +48.4317545,9.965601066666666,27300000 +48.43175945,9.965624,27300000 +48.4317644,9.9656468,27300000 +48.4317003,9.965357233333332,21500000 +48.43166725,9.9652233,17300000 +48.43163073333333,9.965080333333336,23500000 +48.4316,9.9649605,28600000 +48.4315919,9.96492915,28600000 +48.4315677,9.9648335,33500000 +48.43155955,9.96480085,33500000 +48.43155133333334,9.9647675,33500000 +48.43150965,9.96460035,23200000 +48.4315182,9.9646338,23200000 +48.4314842,9.9644999,22000000 +48.4314758,9.9644666,22000000 +48.43146743333333,9.9644332,22000000 +48.4314341,9.9643002,24400000 +48.4314258,9.9642674,24400000 +48.4314009,9.96417,24600000 +48.4313932,9.964137,24600000 +48.43138603333333,9.964103966666668,24600000 +48.43134995,9.9639232,22900000 +48.4313556,9.9639558,22900000 +48.4313293,9.96379655,18100000 +48.431325300000005,9.963765833333332,18100000 +48.431334,9.9638275,18100000 +48.431325300000005,9.963765833333332,18100000 +48.43130765,9.96360165,32700000 +48.4312977,9.96347115,23300000 +48.4312917,9.96335005,22900000 +48.4312948,9.96325215,21000000 +48.431314166666674,9.9631488,18400000 +48.4313312,9.96306145,22700000 +48.43133185,9.96299855,30100000 +48.43131855,9.9629352,28200000 +48.43128403333333,9.962857833333333,18800000 +48.4312465,9.9627835,17000000 +48.43121975,9.96270865,30200000 +48.4311967,9.9626118,25000000 +48.43116926666666,9.962452833333332,26900000 +48.43114925,9.962297199999998,32200000 +48.43113063333334,9.962128600000002,30800000 +48.4311148,9.9619455,38700000 +48.4311018,9.9617678,33300000 +48.431084966666674,9.961560033333331,25300000 +48.4310654,9.961323,21200000 +48.4310532,9.96113085,24200000 +48.43104615,9.9609218,23100000 +48.431045966666666,9.960870233333331,23100000 +48.43104645,9.9605968,41600000 +48.4310489,9.96037365,31800000 +48.43105015,9.9601758,26200000 +48.43104996666667,9.960127333333334,26200000 +48.4310486,9.9598882,33900000 +48.431043566666666,9.959657033333333,36800000 +48.4310338,9.9594107,35900000 +48.43102055,9.95923535,47100000 +48.43099696666667,9.959021033333334,16900000 +48.43096935,9.95880995,26800000 +48.43093863333333,9.958603066666669,31300000 +48.43090235,9.95839035,27400000 +48.43087095,9.9582237,28300000 +48.4308635,9.958185300000002,28300000 +48.4308269,9.9579972,25200000 +48.4308001,9.95785605,16000000 +48.43079393333333,9.9578229,16000000 +48.43076535,9.95766385,24200000 +48.430742433333336,9.957522633333332,26400000 +48.4307464,9.95754875,26400000 +48.43072425,9.95740005,62500000 +48.4307128,9.95731685,138000000 +48.43071053333333,9.9572994,138000000 +48.4307006,9.95722385,172000000 +48.43069545,9.95718545,51300000 +48.43069466666666,9.957179166666668,51300000 +48.4306918,9.9571558,30800000 +48.43069075,9.95714885,30800000 +48.4306866,9.9571264,49500000 +48.4306845,9.95711885,49500000 +48.43067085,9.95708645,38000000 +48.43066483333333,9.9570787,38000000 +48.43058855,9.957034449999998,61200000 +48.43057753333333,9.9570335,61200000 +48.430519700000005,9.9570338,25200000 +48.43020115,9.9570863,97700000 +48.43012105,9.95709875,25200000 +48.4300039,9.9571112,140000000 +48.42817205,9.9568984,146000000 +48.4281733,9.9568988,146000000 +48.42815626666667,9.956892266666664,70000000 +48.4281651,9.9568952,70000000 +48.4281609,9.9568937,70000000 +48.4281374,9.9568866,41400000 +48.42813235,9.956885150000002,41400000 +48.4281168,9.9568808,75200000 +48.42811135,9.95687925,75200000 +48.42810563333333,9.9568777,75200000 +48.42810563333333,9.9568777,75200000 +48.4280542,9.956864,182000000 +48.428039233333344,9.956859933333334,182000000 +48.4280468,9.956862,182000000 +48.4280084,9.9568515,51000000 +48.427999850000006,9.95684915,51000000 +48.427999850000006,9.95684915,51000000 +48.42795023333333,9.956835233333337,61500000 +48.427896700000005,9.95682045,45400000 +48.4278391,9.956812533333332,91500000 +48.4277756,9.95682165,20900000 +48.42771150000001,9.956858866666666,44000000 +48.42765615,9.95692315,29200000 +48.42761746666668,9.957010233333332,39900000 +48.42759175,9.95711755,28400000 +48.427575133333335,9.957251,22900000 +48.42755855,9.95741205,36600000 +48.42754245,9.95757525,20100000 +48.42752306666667,9.957763166666668,32100000 +48.4275022,9.9579658,25500000 +48.427479733333335,9.9581843,29400000 +48.42745425,9.958416,25000000 +48.4274321,9.95861085,22700000 +48.42742606666667,9.958660766666666,22700000 +48.42739485,9.9589104,31900000 +48.4273613,9.9591586,19000000 +48.42732615,9.9594061,23000000 +48.427290166666666,9.9596512,32700000 +48.42725375,9.9598959,31400000 +48.4272241,9.9600912,29400000 +48.42721666666667,9.960140066666668,29400000 +48.4271793,9.96038445,27000000 +48.42713943333333,9.960629233333334,32800000 +48.4270989,9.96087495,31100000 +48.42706595,9.9610715,23900000 +48.42701766666667,9.961343433333331,26100000 +48.42697455,9.96159245,34200000 +48.4268003,9.9625557,32700000 +48.4267911,9.96260745,32700000 +48.4267638,9.9627637,23600000 +48.4267553,9.9628159,23600000 +48.42674829999999,9.962859466666666,23600000 +48.4267148,9.9630654,22600000 +48.42670843333334,9.963105533333334,22600000 +48.42670215,9.963145625,22600000 +48.426655100000005,9.963454566666668,20200000 +48.4266668,9.9633735,20200000 +48.4266608,9.96341405,20200000 +48.4266323,9.963616,23600000 +48.4266261,9.9636552,23600000 +48.4266202,9.963694233333332,23600000 +48.42659205,9.96388655,24000000 +48.42658676666667,9.963923866666669,24000000 +48.42656045,9.9641198,23800000 +48.42655536666666,9.9641595,23800000 +48.4265332,9.9643315,16200000 +48.4265272,9.96437715,16200000 +48.426522166666665,9.9644149,16200000 +48.42649263333334,9.964635833333334,25400000 +48.4265035,9.9645565,25400000 +48.42649755,9.9646001,25400000 +48.4264715,9.964791,29900000 +48.4264658,9.9648322,29900000 +48.42646070000001,9.9648663,29900000 +48.4264378,9.9650159,21800000 +48.42643235,9.9650561,21800000 +48.4264176,9.9651568,32800000 +48.42641195,9.96519705,32800000 +48.42640776666667,9.9652307,32800000 +48.42638473333333,9.965452766666669,24900000 +48.42638473333333,9.965452766666669,24900000 +48.42638715,9.965419,24900000 +48.4263908,9.9653784,24900000 +48.42637143333334,9.965642466666669,23900000 +48.4263568,9.96585535,26700000 +48.42634435,9.96605665,36000000 +48.42633420000001,9.9662417,41100000 +48.42632593333334,9.9664423,26100000 +48.4263197,9.966641700000002,29000000 +48.42631053333333,9.9668389,24100000 +48.4262969,9.9670075,18400000 +48.42627133333334,9.96718,21300000 +48.4262339,9.9673446,120000000 +48.425549933333336,9.969335933333332,24100000 +48.4255537,9.9693169,24100000 +48.4255517,9.969327,24100000 +48.425541550000005,9.96937395,125000000 +48.4255429,9.9693683,125000000 +48.4255371,9.96939185,42600000 +48.42553633333333,9.969394799999998,42600000 +48.4255285,9.969465,151000000 +48.42552985,9.9694765,151000000 +48.4255454,9.969534433333331,20700000 +48.42554105000001,9.96952455,20700000 +48.4255368,9.9695124,20700000 +48.42557595,9.96958585,43700000 +48.4256133,9.96962155,23700000 +48.42562493333333,9.969629333333332,23700000 +48.4256743,9.9696587,26600000 +48.42568845,9.9696651,26600000 +48.4262824,9.9698231,72300000 +48.42630775,9.9698259,72300000 +48.42712635,9.96977855,81700000 +48.4271555,9.9697716,81700000 +48.4272723,9.969742,151000000 +48.42730155,9.9697331,151000000 +48.42744786666666,9.9696826,42900000 +48.42759555000001,9.9696254,81000000 +48.4275658,9.9696373,81000000 +48.42802265,9.96947085,28900000 +48.4280534,9.969461333333332,28900000 +48.4281766,9.969425,23700000 +48.4282076,9.96941695,23700000 +48.4283009,9.9693937,32600000 +48.428340000000006,9.96938545,32600000 +48.4284736,9.9693608,60800000 +48.42850533333333,9.9693562,60800000 +48.429662500000006,9.9693773,28500000 +48.42969526666667,9.969382666666666,28500000 +48.4298252,9.9694044,30800000 +48.4298569,9.9694107,30800000 +48.42998915,9.9694405,23500000 +48.4299509,9.969431,23500000 +48.4301603,9.969491633333334,21900000 +48.4301022,9.9694715,21900000 +48.430131450000005,9.9694813,21900000 +48.4302742,9.9695353,31000000 +48.4303017,9.9695476,31000000 +48.4303831,9.9695848,41000000 +48.4304096,9.96959735,41000000 +48.4304358,9.96961,41000000 +48.4305395,9.9696607,25300000 +48.430564700000005,9.9696735,25300000 +48.4306397,9.969712,36700000 +48.4306641,9.969725,36700000 +48.43068830000001,9.969738166666668,36700000 +48.4307841,9.9697912,47500000 +48.4308075,9.96980455,47500000 +48.430923033333336,9.9698721,28800000 +48.430900300000005,9.96985855,28800000 +48.4308774,9.9698449,28800000 +48.4310131,9.9699261,26200000 +48.4310348,9.96993925,26200000 +48.4310986,9.9699776,23500000 +48.4311186,9.9699897,23500000 +48.4311379,9.970001266666666,23500000 +48.4312133,9.970046,30100000 +48.431231100000005,9.9700567,30100000 +48.4312929,9.9700941,21500000 +48.4313102,9.9701048,21500000 +48.43137915,9.9701481,59300000 +48.43139643333333,9.970159066666666,59300000 +48.4314658,9.9702033,91900000 +48.43148335,9.9702144,91900000 +48.4315529,9.9702579,115000000 +48.43157013333333,9.9702682,115000000 +48.43165585,9.9703172,104000000 +48.4316387,9.9703083,104000000 +48.431740966666666,9.970352033333333,121000000 +48.43172405,9.9703473,121000000 +48.4318082,9.9703666,68900000 +48.4318246,9.9703675,68900000 +48.432029850000006,9.9702762,162000000 +48.43211875,9.9701006,167000000 +48.4321387,9.970018,110000000 +48.432142633333335,9.9699966,110000000 +48.4321582,9.9699084,42400000 +48.4321617,9.96988515,42400000 +48.4321736,9.9697901,158000000 +48.43217576666666,9.9697654,158000000 +48.43222345,9.9692678,143000000 +48.4322277,9.9692421,143000000 +48.4322457,9.9691421,111000000 +48.4322507,9.96911845,111000000 +48.43227115,9.96903145,57400000 +48.4322764,9.969013266666666,57400000 +48.4322973,9.9689446,18000000 +48.432302750000005,9.96892995,18000000 +48.4323244,9.9688788,16700000 +48.4323293,9.9688693,16700000 +48.4323467,9.9688373,29800000 +48.4323496,9.9688324,29800000 +48.43235826666668,9.9688191,29700000 +48.43235826666668,9.9688191,29700000 +48.43235785,9.9688198,29700000 +48.43235915,9.96881795,22700000 +48.43235966666666,9.968818466666669,26300000 +48.43236,9.968819,25200000 +48.43236686666666,9.9688076,19900000 +48.4323798,9.96877425,39500000 +48.432386233333325,9.968712933333334,30800000 +48.43238075,9.968642,24600000 +48.43236696666667,9.968575833333334,19500000 +48.4323492,9.9685064,29700000 +48.43233073333334,9.968420366666663,124000000 +48.4323168,9.96832,36700000 +48.4323052,9.968209166666666,29700000 +48.4322914,9.9680882,20900000 +48.43227463333333,9.967955433333332,19700000 +48.432253200000005,9.9678184,25000000 +48.4322294,9.967675133333332,48900000 +48.43220335,9.9675332,23400000 +48.43217903333333,9.967396366666668,18400000 +48.4321537,9.96725965,29000000 +48.432124566666666,9.9671186,23600000 +48.4320936,9.966976,25100000 +48.43206023333333,9.966833199999998,47100000 +48.43202535,9.96668995,35900000 +48.4319926,9.966550233333331,63100000 +48.43195875,9.96641285,29900000 +48.431924133333325,9.966274566666668,25600000 +48.43188845,9.96613635,34000000 +48.43185825,9.9660253,23200000 +48.4318506,9.965997266666667,23200000 +48.431812050000005,9.9658562,20900000 +48.43178255,9.9657405,32400000 +48.43177549999999,9.965711066666666,32400000 +48.43174035,9.96556165,31400000 +48.43170473333333,9.9654082,32400000 +48.43171215,9.9654391,32400000 +48.4316668,9.9652522,30900000 +48.43163575,9.9651245,26600000 +48.4316279,9.965092366666669,26600000 +48.4315957,9.9649635,22600000 +48.431587750000006,9.964931,22600000 +48.4315546,9.96479385,36500000 +48.43154633333333,9.9647591,36500000 +48.4315142,9.9646271,31900000 +48.43150665,9.9645962,31900000 +48.43147475,9.9644666,19700000 +48.431443650000006,9.9643415,20200000 +48.43143663333333,9.964313333333331,20200000 +48.431403,9.9641732,32400000 +48.4313773,9.9640639,31400000 +48.43137133333334,9.964036633333334,31400000 +48.4313433,9.96390205,27300000 +48.43132565,9.9637947,39200000 +48.4313224,9.9637681,39200000 +48.4313093,9.9636484,19500000 +48.4313074,9.9636219,19500000 +48.4312997,9.96351715,23000000 +48.43129783333333,9.963491166666666,23000000 +48.4312904,9.9633777,22300000 +48.43128945,9.96334905,22300000 +48.4312894,9.9632789,20800000 +48.43129165,9.96325605,20800000 +48.43130345,9.96318605,24300000 +48.43131855,9.96312825,29300000 +48.43132186666667,9.963113633333334,29300000 +48.4313331,9.9630477,16600000 +48.43133365,9.96303305,16600000 +48.43132895,9.9629747,32200000 +48.43132516666666,9.962960833333334,32200000 +48.4313033,9.9629001,21200000 +48.43129675,9.96288755,21200000 +48.4312732,9.9628449,23500000 +48.4312665,9.96283265,23500000 +48.4312466,9.9627934,22400000 +48.431238750000006,9.9627741,22400000 +48.431208133333335,9.9626761,22800000 +48.43121405,9.96270025,22800000 +48.4311846,9.9625698,25200000 +48.43117905,9.96253865,25200000 +48.4311627,9.9624407,26600000 +48.43115875,9.9624125,26600000 +48.43114224999999,9.96227895,28200000 +48.4311459,9.96231,28200000 +48.4311282,9.96214055,21700000 +48.431132,9.9621829,21700000 +48.4311156,9.961991650000002,24100000 +48.4311127,9.961954566666668,24100000 +48.4310996,9.9617838,18000000 +48.4310965,9.9617445,18000000 +48.4310848,9.9616051,22800000 +48.4310812,9.9615642,22800000 +48.43106376666666,9.961354933333334,31000000 +48.43106705,9.96139755,31000000 +48.4310506,9.9611612,37600000 +48.43104845,9.96111745,37600000 +48.4310434,9.9609638,25900000 +48.43104305,9.96091965,25900000 +48.4310424,9.96073115,16600000 +48.43104505,9.96051775,49500000 +48.43104573333333,9.9604723,49500000 +48.4310476,9.96022065,27000000 +48.4310474,9.960267,27000000 +48.43104676666667,9.959988066666666,29800000 +48.43104715,9.960034749999998,29800000 +48.4310435,9.9597539,28500000 +48.4310444,9.959801,28500000 +48.4310384,9.95956635,45700000 +48.43103623333334,9.959519766666666,45700000 +48.4310253,9.9593338,23500000 +48.4310213,9.959288,23500000 +48.4310031,9.95910575,30300000 +48.430997866666665,9.9590607,30300000 +48.4309727,9.9588595,26600000 +48.43096665,9.958816250000002,26600000 +48.4309448,9.9586665,24100000 +48.43093825,9.9586247,24100000 +48.430911,9.958461,20900000 +48.43090403333333,9.958421233333333,20900000 +48.43086855,9.9582265,16400000 +48.4308405,9.9580796,30800000 +48.4308338,9.9580444,30800000 +48.4308077,9.957906,29800000 +48.4308017,9.95787295,29800000 +48.43077765,9.95773675,56100000 +48.4307336,9.9574589,88200000 +48.4307336,9.9574589,63350000 +48.43073015,9.957435,63350000 +48.4306884,9.95713075,49200000 +48.4306891,9.9571354,49200000 +48.430647,9.957044,159000000 +48.430640100000005,9.95703915,159000000 +48.4304966,9.9570265,81100000 +48.4305103,9.95702435,81100000 +48.4305216,9.9570226,81100000 +48.4304442,9.9570351,76100000 +48.4304312,9.95703775,76100000 +48.42795265,9.95683995,33600000 +48.4279587,9.9568413,33600000 +48.4279347,9.956836,92100000 +48.42793015,9.956835,92100000 +48.4279203,9.956833,105000000 +48.4279185,9.95683245,105000000 +48.427913700000005,9.95683175,167000000 +48.42791356666667,9.9568317,167000000 +48.4279132,9.9568313,120000000 +48.4279132,9.9568312,120000000 +48.4279131,9.9568308,59200000 +48.42791305,9.9568307,59200000 +48.427913,9.9568306,104000000 +48.427913,9.9568306,104000000 +48.427913,9.9568306,124000000 +48.427913,9.9568306,118000000 +48.427913,9.9568306,118000000 +48.427913,9.9568306,148000000 +48.427913,9.9568306,148000000 +48.427913,9.9568306,45300000 +48.427913,9.9568306,47700000 +48.427913,9.9568306,47700000 +48.427913,9.9568306,50700000 +48.427913,9.9568306,50700000 +48.427913,9.9568306,59900000 +48.427913,9.9568306,59900000 +48.427913,9.9568306,48600000 +48.427913,9.9568306,48600000 +48.427913,9.9568306,79900000 +48.427913,9.9568306,79900000 +48.427913,9.9568306,93400000 +48.427913,9.9568306,52400000 +48.427913,9.9568306,31100000 +48.427913,9.9568306,40900000 +48.427913,9.9568306,40900000 +48.427913,9.9568306,42000000 +48.427913,9.9568306,42000000 +48.427913,9.9568306,93000000 +48.427913,9.9568306,93000000 +48.427913,9.9568306,48000000 +48.427913,9.9568306,48000000 +48.427913,9.9568306,68500000 +48.427913,9.9568306,68500000 +48.427913,9.9568306,47400000 +48.427913,9.9568306,47400000 +48.427913,9.9568306,27400000 +48.427913,9.9568306,86900000 +48.427913,9.9568306,118000000 +48.427913,9.9568306,118000000 +48.427913,9.9568306,112000000 +48.427913,9.9568306,41000000 +48.427913,9.9568306,157000000 +48.427913,9.9568306,76200000 +48.427913,9.9568306,66100000 +48.427913,9.9568306,43200000 +48.427913,9.9568306,43200000 +48.427913,9.9568306,60000000 +48.427913,9.9568306,60000000 +48.427913,9.9568306,98600000 +48.427913,9.9568306,98600000 +48.427913,9.9568306,170000000 +48.427913,9.9568306,170000000 +48.427913,9.9568306,135000000 +48.427913,9.9568306,135000000 +48.427913,9.9568306,135000000 +48.427913,9.9568306,135000000 +48.427913,9.9568306,153000000 +48.427913,9.9568306,153000000 +48.427913,9.9568306,145000000 +48.427913,9.9568306,145000000 +48.427913,9.9568306,107000000 +48.427913,9.9568306,107000000 +48.427913,9.9568306,107000000 +48.427913,9.9568306,64900000 +48.427913,9.9568306,64900000 +48.427913,9.9568306,160000000 +48.427913,9.9568306,160000000 +48.427913,9.9568306,96600000 +48.427913,9.9568306,96600000 +48.427913,9.9568306,163000000 +48.427913,9.9568306,163000000 +48.427913,9.9568306,142000000 +48.427913,9.9568306,142000000 +48.427913,9.9568306,142000000 +48.427913,9.9568306,95000000 +48.427913,9.9568306,95000000 +48.427913,9.9568306,25900000 +48.427913,9.9568306,25900000 +48.427913,9.9568306,78700000 +48.427913,9.9568306,78700000 +48.427913,9.9568306,78700000 +48.427913,9.9568306,42500000 +48.427913,9.9568306,42500000 +48.427913,9.9568306,32400000 +48.427913,9.9568306,32400000 +48.427913,9.9568306,47500000 +48.427913,9.9568306,47500000 +48.427913,9.9568306,42300000 +48.427913,9.9568306,42300000 +48.427913,9.9568306,42300000 +48.427913,9.9568306,32000000 +48.427913,9.9568306,32000000 +48.427913,9.9568306,61200000 +48.427913,9.9568306,61200000 +48.427913,9.9568306,88300000 +48.427913,9.9568306,88300000 +48.427913,9.9568306,88300000 +48.427913,9.9568306,31200000 +48.427913,9.9568306,31200000 +48.427913,9.9568306,37700000 +48.427913,9.9568306,37700000 +48.427913,9.9568306,43000000 +48.427913,9.9568306,43000000 +48.427913,9.9568306,24100000 +48.427913,9.9568306,78900000 +48.4279132,9.95683075,78900000 +48.427904350000006,9.9568284,32700000 +48.4279092,9.9568297,32700000 +48.4278989,9.956826866666669,32700000 +48.427864850000006,9.9568174,31400000 +48.4278734,9.9568197,31400000 +48.42781313333333,9.956808733333334,39500000 +48.4278362,9.9568107,39500000 +48.4278248,9.95680935,39500000 +48.4277651,9.9568099,36000000 +48.427752350000006,9.95681375,36000000 +48.42769153333334,9.956848866666668,35600000 +48.4277146,9.95683,35600000 +48.42770275,9.9568386,35600000 +48.427649,9.9568987,44700000 +48.4276405,9.9569156,44700000 +48.42760616666666,9.957010266666666,29300000 +48.4276179,9.9569688,29300000 +48.4276117,9.9569889,29300000 +48.427587,9.9571002,37900000 +48.42758365,9.9571256,37900000 +48.4275734,9.9572038,23300000 +48.4275699,9.95723145,23300000 +48.42756643333333,9.9572599,23300000 +48.4275528,9.9573774,33900000 +48.42754945,9.9574088,33900000 +48.42754945,9.9574088,33900000 +48.42753455,9.957555800000002,34900000 +48.42751713333333,9.957738033333332,81600000 +48.4274954,9.95795825,36300000 +48.42747885,9.9581186,26800000 +48.42745423333333,9.9583387,23500000 +48.42743,9.9585517,21900000 +48.427410550000005,9.9587161,29100000 +48.42740533333333,9.9587571,29100000 +48.4273791,9.9589612,17600000 +48.42735146666666,9.959164799999998,23600000 +48.42732435,9.95937025,32500000 +48.42729835,9.959558,26800000 +48.42726846666667,9.9597687,33900000 +48.4272379,9.95998015,43200000 +48.42720696666667,9.9601908,27100000 +48.42717295,9.96040035,22900000 +48.42713626666667,9.960616033333332,17800000 +48.42709825,9.9608389,14900000 +48.42706286666667,9.961047266666666,19200000 +48.4270265,9.9612558,35100000 +48.426997150000005,9.96142275,32700000 +48.42698993333334,9.961464666666666,32700000 +48.426957,9.9616537,52900000 +48.4269498,9.96169555,52900000 +48.4268532,9.9622451,16900000 +48.4268459,9.962287750000002,16900000 +48.4268143,9.9624696,20100000 +48.4268061,9.962516166666669,20100000 +48.4267753,9.9626954,21400000 +48.42676775,9.9627388,21400000 +48.4267389,9.9629127,25800000 +48.4267321,9.9629572,25800000 +48.42669655,9.963184,19500000 +48.42666026666666,9.963417833333333,24400000 +48.42666725,9.96337035,24400000 +48.4266318,9.9636093,30300000 +48.426624200000006,9.9636585,30300000 +48.4266024,9.9638071,36900000 +48.4265933,9.96386985,36900000 +48.42655706666667,9.964135433333334,23700000 +48.4265636,9.9640844,23700000 +48.4265243,9.9643921,17400000 +48.426489033333326,9.964652166666664,19700000 +48.42645115,9.9649123,20200000 +48.4312979,9.963207633333331,33300000 +48.4313142,9.9631437,27700000 +48.4313176,9.96312985,27700000 +48.4313283,9.9630703,20900000 +48.43132576666667,9.9629947,17700000 +48.43130765,9.96292325,25800000 +48.43127633333334,9.9628568,33200000 +48.4312451,9.96279,18400000 +48.4312225,9.96272525,32800000 +48.4312172,9.962706833333334,32800000 +48.4311927,9.96261325,24800000 +48.43117575,9.9625312,29300000 +48.4311722,9.962509033333331,29300000 +48.43115595,9.9623936,19700000 +48.4311425,9.962266033333334,28200000 +48.43112915,9.96213095,28700000 +48.43111703333333,9.961988233333331,33400000 +48.431105,9.9618384,40200000 +48.43109395,9.96170475,22800000 +48.43107896666667,9.9615303,28800000 +48.4310665,9.9613726,44000000 +48.43106415,9.96133905,44000000 +48.4310561,9.961221,25800000 +48.4310541,9.9611863,25800000 +48.4310471,9.96103825,33200000 +48.431043466666665,9.960842866666669,22200000 +48.4310436,9.96088075,22200000 +48.4310436,9.96064555,24700000 +48.43104485,9.96049915,39100000 +48.4310458,9.9603531,28000000 +48.43104603333333,9.960318833333334,28000000 +48.4310469,9.96014765,35800000 +48.4310465,9.96000425,19700000 +48.431043433333336,9.959824033333334,17800000 +48.4310388,9.9596329,16200000 +48.4310347,9.9595204,28800000 +48.4310328,9.9594808,28800000 +48.4310248,9.95934835,22600000 +48.4310151,9.9592269,26700000 +48.43101216666667,9.9591971,26700000 +48.430996500000006,9.9590493,23000000 +48.4309787,9.958904133333332,25900000 +48.4309593,9.9587593,29900000 +48.4309421,9.95864335,19900000 +48.43093759999999,9.958614466666669,19900000 +48.4309136,9.95847045,26200000 +48.43089295,9.9583563,45800000 +48.43088746666666,9.958327966666667,45800000 +48.43085795,9.9581722,25800000 +48.4308364,9.95806065,27400000 +48.43083093333333,9.958033,27400000 +48.4308039,9.95789635,27600000 +48.4308092,9.9579231,27600000 +48.4307833,9.9577902,24300000 +48.43077853333333,9.957764666666668,24300000 +48.43075395,9.95762735,26500000 +48.4307581,9.9576521,26500000 +48.4307381,9.95753095,30500000 +48.43072206666667,9.957421133333334,73300000 +48.43072495,9.95744155,73300000 +48.43070915,9.95732455,51600000 +48.43069065,9.9571579,24800000 +48.4306912,9.9571642,24800000 +48.4306894,9.957146333333332,30000000 +48.4306894,9.9571464,30000000 +48.43068935,9.9571465,39900000 +48.4306893,9.9571466,30800000 +48.4306893,9.9571466,30800000 +48.4306892,9.9571464,39700000 +48.4306892,9.9571464,39700000 +48.4306892,9.9571464,31800000 +48.4306892,9.9571464,31800000 +48.4306892,9.9571463,18200000 +48.43068795000001,9.95713705,19000000 +48.43068680000001,9.9571314,19000000 +48.4306734,9.95709145,167000000 +48.4305921,9.95702955,115000000 +48.43055025,9.9570239,149000000 +48.4305035,9.95702705,43800000 +48.430490866666666,9.957029233333335,43800000 +48.4302741,9.957070900000002,170000000 +48.4292404,9.957077866666667,126000000 +48.42915175,9.9570651,126000000 +48.42779925,9.956806,73300000 +48.42773555,9.956812,55600000 +48.42767303333333,9.9568517,34100000 +48.427684,9.95684005,34100000 +48.427625,9.95692115,27300000 +48.427590466666665,9.9570158,31700000 +48.42759635,9.95699385,31700000 +48.427566,9.95713635,29700000 +48.42755275,9.95724765,42300000 +48.42754980000001,9.957277466666666,42300000 +48.4275364,9.9574149,34700000 +48.42753315,9.9574475,34700000 +48.427519450000005,9.9575818,30100000 +48.42750495,9.95772345,50300000 +48.42750053333333,9.957766733333331,50300000 +48.42747965,9.9579697,39900000 +48.4274837,9.9579303,39900000 +48.4274595,9.9581663,34000000 +48.4274637,9.95812725,34000000 +48.4274382,9.9583608,24600000 +48.4274427,9.958322,24600000 +48.42741516666667,9.958554366666666,20200000 +48.42739105,9.9587485,22000000 +48.42736536666666,9.958944833333332,21000000 +48.4273386,9.95914305,41400000 +48.42731043333333,9.959344333333334,38300000 +48.4273161,9.9593038,38300000 +48.4272817,9.95954815,17600000 +48.42725745,9.9597134,34600000 +48.42725136666667,9.9597551,34600000 +48.42722085,9.9599647,22200000 +48.4272272,9.9599223,22200000 +48.427195350000005,9.96013415,32200000 +48.427188666666666,9.960177,32200000 +48.4271626,9.960349,32700000 +48.427154400000006,9.96040305,32700000 +48.4271239,9.960587,31800000 +48.4270872,9.960803133333332,24400000 +48.42709445,9.96075985,24400000 +48.42705,9.9610194,31000000 +48.4270204,9.9611922,35900000 +48.42701326666667,9.961235366666664,35900000 +48.4269846,9.961408,43400000 +48.426977,9.96145135,43400000 +48.426946650000005,9.96162475,45500000 +48.426939100000006,9.9616682,45500000 +48.426833,9.9622788,32500000 +48.42682485,9.96232295,32500000 +48.42678403333334,9.9625447,27500000 +48.4267923,9.96250025,27500000 +48.4267451,9.9627661,16400000 +48.4267164,9.96294385,33900000 +48.42670923333333,9.9629884,33900000 +48.4266814,9.9631675,22700000 +48.42667365,9.9632128,22700000 +48.4266515,9.9633487,29200000 +48.42663726666666,9.963439766666667,29200000 +48.42664445,9.9633942,29200000 +48.4266092,9.9636226,23200000 +48.4266024,9.9636685,23200000 +48.4265828,9.9638071,30100000 +48.4265763,9.96385345,30100000 +48.42657,9.9639001,30100000 +48.4265437,9.9640877,17600000 +48.42653730000001,9.964135,17600000 +48.42651265,9.96432265,26400000 +48.42650686666667,9.964368733333332,26400000 +48.4265184,9.9642762,26400000 +48.426471433333326,9.9646312,29600000 +48.4264826,9.9645511,29600000 +48.42647645,9.9645951,29600000 +48.426449,9.9647876,23200000 +48.4264432,9.964828,23200000 +48.4264263,9.9649461,20200000 +48.42642025000001,9.96498345,20200000 +48.42641470000001,9.96502,20200000 +48.4263939,9.9651636,27200000 +48.426387733333335,9.965215933333331,27200000 +48.42639055,9.9651899,27200000 +48.4263724,9.9653637,18300000 +48.42636996666666,9.965389933333334,18300000 +48.4263748,9.9653376,18300000 +48.42636,9.9654957,23000000 +48.4263559,9.965549133333331,23000000 +48.42635795,9.96552235,23000000 +48.42634403333333,9.9657297,19800000 +48.4263473,9.965675,19800000 +48.426345600000005,9.9657023,19800000 +48.4263346,9.965896166666669,20400000 +48.42633615,9.965868,20400000 +48.4263253,9.96604775,24300000 +48.42632356666667,9.966079666666667,24300000 +48.4263125,9.966285066666666,25200000 +48.4263125,9.966285066666666,25200000 +48.4263143,9.9662497,25200000 +48.426316,9.9662206,25200000 +48.4263028,9.966483333333334,21400000 +48.4262944,9.9666579,26600000 +48.426284375,9.966848425,26800000 +48.426267,9.967044166666666,23300000 +48.426240166666666,9.967211966666666,23800000 +48.42620826666667,9.9673477,33600000 +48.4255892,9.9696096,47700000 +48.4255996,9.96961755,47700000 +48.42561046666666,9.969624933333334,47700000 +48.4256564,9.9696518,26300000 +48.42566945,9.9696573,26300000 +48.42574006666666,9.969684966666668,26800000 +48.4262732,9.9698229,43100000 +48.426293433333335,9.969825033333334,43100000 +48.4262531,9.9698207,43100000 +48.4269323,9.9698135,154000000 +48.4270002,9.9698024,31100000 +48.42702245,9.9697984,31100000 +48.42704463333334,9.9697941,31100000 +48.4271551,9.96977065,104000000 +48.4271333,9.9697759,104000000 +48.4272632,9.9697421,99400000 +48.42724165,9.96974825,99400000 +48.427370800000006,9.96970895,68100000 +48.4273493,9.9697161,68100000 +48.42745665,9.9696794,83400000 +48.427478,9.969671666666668,83400000 +48.4275632,9.9696399,162000000 +48.42758445,9.9696316,162000000 +48.4280016,9.9694808,20400000 +48.42802375,9.9694736,20400000 +48.4280899,9.9694528,43100000 +48.4281331,9.969440399999998,43100000 +48.42811155,9.969446649999998,43100000 +48.4282415,9.9694102,58200000 +48.4282196,9.969416,58200000 +48.4283073,9.9693931,39100000 +48.4283295,9.96938785,39100000 +48.4283519,9.969383033333337,39100000 +48.4284647,9.9693612,98100000 +48.428442,9.969365,98100000 +48.42858683333333,9.969344633333334,114000000 +48.42856185,9.96934725,114000000 +48.4285331,9.9693506,114000000 +48.431118,9.96998645,103050000 +48.43119406666667,9.970033866666666,27000000 +48.4311789,9.9700246,27000000 +48.43271585,9.967423,19100000 +48.43271529999999,9.967423133333332,18900000 +48.4327152,9.967423,46900000 +48.4327152,9.967423,104000000 +48.4327152,9.967423,104000000 +48.43271025,9.96742435,38400000 +48.43270175,9.96742735,36500000 +48.43269886666667,9.967428633333332,36500000 +48.4326815,9.96743745,46400000 +48.43266305,9.9674475,95000000 +48.43265713333333,9.967451066666667,95000000 +48.4326233,9.96747025,50600000 +48.43257896666666,9.9674939,28900000 +48.4325881,9.9674892,28900000 +48.4325414,9.9675126,24300000 +48.43253145,9.96751665,24300000 +48.43247953333334,9.9675371,31100000 +48.43248975,9.9675334,31100000 +48.4324387,9.967551,21000000 +48.43242845,9.96755495,21000000 +48.4323896,9.9675681,45200000 +48.43238096666667,9.967571066666666,45200000 +48.4323413,9.9675848,30900000 +48.432317,9.9675928,32600000 +48.432313,9.9675937,32600000 +48.43229315,9.96759795,25000000 +48.43229023333333,9.9675984,25000000 +48.4322799,9.9675995,21000000 +48.4322778,9.96759975,21000000 +48.4322684,9.967600566666666,30300000 +48.43227025,9.9676005,30300000 +48.4322596,9.96760065,38700000 +48.43225245,9.9676,16800000 +48.432250333333336,9.9675994,16800000 +48.4322383,9.96759345,23000000 +48.4322249,9.967579,20200000 +48.432221533333326,9.967572633333331,20200000 +48.432207000000005,9.9675345,26300000 +48.43219755,9.9674932,33500000 +48.43219503333333,9.9674808,33500000 +48.4321818,9.9674122,39300000 +48.4321818,9.9674122,39300000 +48.43216633333333,9.9673316,23200000 +48.4321481,9.9672395,17300000 +48.43212583333334,9.967136533333331,20000000 +48.43210345,9.96703435,27200000 +48.43208073333333,9.966931333333337,35700000 +48.43205655,9.9668252,27200000 +48.43203166666667,9.966718366666669,29600000 +48.4320012,9.966589833333332,28200000 +48.43197375,9.96647445,24900000 +48.43194703333334,9.966360566666667,21100000 +48.4319204,9.96624745,35600000 +48.43189203333333,9.966134933333334,34600000 +48.4318629,9.96602105,29900000 +48.43183243333333,9.965907133333332,25900000 +48.4318011,9.9657928,27800000 +48.431773,9.965679633333334,28800000 +48.4317477,9.96556415,36900000 +48.43172316666666,9.9654446,16800000 +48.43169635,9.96532695,18100000 +48.431668566666666,9.965210366666666,33500000 +48.43164065,9.96509355,19900000 +48.4316114,9.964976633333333,20300000 +48.4315876,9.9648837,23100000 +48.4315816,9.96486075,23100000 +48.43155675,9.96476805,28600000 +48.431550566666665,9.964744366666666,28600000 +48.43151965,9.96462525,19300000 +48.4314945,9.96452865,19300000 +48.4314882,9.964503766666668,19300000 +48.431457,9.9643781,41400000 +48.43143065,9.96427695,34100000 +48.4314242,9.964251,34100000 +48.4313989,9.9641462,26900000 +48.43139245,9.96412005,26900000 +48.43136915,9.9640147,20400000 +48.4313637,9.9639883,20400000 +48.43133915,9.96385635,42300000 +48.4313434,9.9638827,42300000 +48.43132345,9.96375085,23900000 +48.43132036666666,9.963724733333336,23900000 +48.4313066,9.9635964,20800000 +48.43129965,9.96350035,25800000 +48.4312981,9.963478566666668,25800000 +48.43129225,9.96337625,23200000 +48.43129089999999,9.9633058,22400000 +48.431291833333326,9.963289433333337,22400000 +48.4312978,9.9632264,20700000 +48.4313009,9.96321195,20700000 +48.43131485,9.96315465,24900000 +48.43131843333333,9.9631407,24900000 +48.4313334,9.9630692,23600000 +48.4313315,9.963084,23600000 +48.43133525,9.96300865,30400000 +48.431333200000005,9.962993933333331,30400000 +48.4313215,9.9629372,27500000 +48.43131645,9.9629242,27500000 +48.4312597,9.9628122,43500000 +48.4312597,9.9628122,31950000 +48.4312534,9.96279895,31950000 +48.4312294,9.96274145,28400000 +48.431224166666674,9.962724799999998,28400000 +48.4312041,9.9626545,30400000 +48.431199500000005,9.96263475,30400000 +48.43118265,9.96254995,22000000 +48.4311788,9.962526666666667,22000000 +48.4311602,9.9624039,25200000 +48.4311637,9.96243,25200000 +48.431147,9.9622968,17800000 +48.43114383333333,9.962269166666667,17800000 +48.4311317,9.9621569,22000000 +48.4311289,9.9621278,22000000 +48.4311182,9.9620088,23400000 +48.431115766666665,9.961977966666666,23400000 +48.4310953,9.9617261,36100000 +48.43109265,9.96169365,36100000 +48.43109265,9.96169365,30750000 +48.43108986666667,9.961660966666669,30750000 +48.4310683,9.9613939,28000000 +48.4310658,9.9613596,28000000 +48.43106336666667,9.961325133333332,25400000 +48.4310658,9.9613596,25400000 +48.43104635,9.96101225,37900000 +48.43104576666667,9.960977066666668,29100000 +48.43104635,9.96101225,29100000 +48.4310473,9.9610473,37900000 +48.4310443,9.9608357,17000000 +48.431044400000005,9.9608,17000000 +48.43104505,9.96065635,18500000 +48.4310454,9.960620166666668,18500000 +48.431048,9.9603283,38800000 +48.43104835,9.9602914,38800000 +48.43104876666666,9.960260566666667,38800000 +48.43105,9.960125,30100000 +48.43104955,9.9600881,30100000 +48.4310482,9.9599768,42200000 +48.43104765,9.9599398,42200000 +48.43104683333333,9.959902466666668,42200000 +48.4310437,9.9597526,18300000 +48.4310425,9.9597151,18300000 +48.43103526666667,9.9595273,23800000 +48.4310385,9.9596026,23800000 +48.431037,9.95956495,23800000 +48.4310282,9.9593768,35500000 +48.4310258,9.95933915,35500000 +48.4310176,9.9592266,36200000 +48.4310144,9.95918915,36200000 +48.43101106666666,9.959151833333332,36200000 +48.4309967,9.9590033,39100000 +48.430992450000005,9.9589667,39100000 +48.4309512,9.958643,35700000 +48.43094615,9.95860815,35700000 +48.4309299,9.958505,20800000 +48.43092385,9.9584711,20800000 +48.4309176,9.958437533333331,20800000 +48.4308923,9.9583047,39000000 +48.4308856,9.95827255,39000000 +48.43085396666667,9.958113533333334,19900000 +48.43086015,9.9581449,19900000 +48.4308664,9.9581764,19900000 +48.4308296,9.9579891,21600000 +48.43082395,9.95795875,21600000 +48.4308073,9.9578686,28000000 +48.43080195,9.957839,28000000 +48.430796766666674,9.957810066666667,28000000 +48.430796766666674,9.957810066666667,28000000 +48.4307722,9.95766995,40600000 +48.43075166666667,9.9575413,29600000 +48.4307349,9.957422950000002,95900000 +48.43072143333333,9.957319466666668,40700000 +48.4307103,9.95723525,106000000 +48.430702333333336,9.957179466666668,100000000 +48.4306979,9.9571461,39800000 +48.430697333333335,9.957137733333331,25800000 +48.4306975,9.957138,21600000 +48.43069736666666,9.957138166666669,35000000 +48.430697,9.9571376,27300000 +48.430694800000005,9.957125266666669,21600000 +48.43068705,9.9570954,19800000 +48.4306642,9.9570555,20300000 +48.4305853,9.95701935,21700000 +48.43057473333334,9.957019033333331,21700000 +48.4305317,9.9570198,35500000 +48.43051995,9.9570211,35500000 +48.43051995,9.9570211,35500000 +48.43045789999999,9.957027866666666,95600000 +48.43039005,9.95703745,145000000 +48.4292034,9.9570626,102000000 +48.42918085,9.9570588,102000000 +48.429093,9.95704465,54700000 +48.42906826666667,9.957040666666666,54700000 +48.4280659,9.956869,90400000 +48.4280557,9.9568667,90400000 +48.42801535,9.95685675,44700000 +48.42800603333333,9.956854333333334,44700000 +48.4279657,9.95684325,15900000 +48.4279373,9.956834733333332,33000000 +48.42791825,9.9568288,22100000 +48.4279094,9.956825966666669,23100000 +48.42790785,9.9568251,93700000 +48.4279079,9.9568252,93700000 +48.42790785,9.9568246,100000000 +48.427907866666665,9.956824466666667,100000000 +48.4279079,9.9568239,83100000 +48.427907950000005,9.9568237,83100000 +48.427908,9.9568235,117000000 +48.427908,9.9568235,117000000 +48.427908,9.9568235,51200000 +48.427908,9.9568235,51200000 +48.427908,9.9568235,19200000 +48.427908,9.9568235,19200000 +48.427908,9.9568235,24200000 +48.427908,9.9568235,19200000 +48.427908,9.9568235,19200000 +48.427908,9.9568235,19200000 +48.427908,9.9568235,128000000 +48.427908,9.9568235,128000000 +48.427908,9.9568235,150000000 +48.427908,9.9568235,150000000 +48.427908,9.9568235,85900000 +48.427908,9.9568235,85900000 +48.427908,9.9568235,100000000 +48.427908,9.9568235,100000000 +48.427908,9.9568235,100000000 +48.427908,9.9568235,145000000 +48.427908,9.9568235,145000000 +48.427908,9.9568235,129000000 +48.427908,9.9568235,129000000 +48.427908,9.9568235,129000000 +48.427908,9.9568235,142000000 +48.427908,9.9568235,142000000 +48.427908,9.9568235,22900000 +48.427908,9.9568235,22900000 +48.427908,9.9568235,19800000 +48.427908,9.9568235,19800000 +48.427908,9.9568235,22300000 +48.427908,9.9568235,23300000 +48.427908,9.9568235,24400000 +48.427908,9.9568235,24400000 +48.427908,9.9568235,95200000 +48.427908,9.9568235,95200000 +48.427908,9.9568235,90600000 +48.427908,9.9568235,90600000 +48.427908,9.9568235,90600000 +48.427908,9.9568235,117000000 +48.427908,9.9568235,117000000 +48.427908,9.9568235,159000000 +48.427908,9.9568235,159000000 +48.427908,9.9568235,159000000 +48.4279071,9.9568228,26700000 +48.4279077,9.956823,26700000 +48.4279043,9.956822,64200000 +48.427904350000006,9.9568216,64200000 +48.42790403333333,9.956821266666667,64200000 +48.427902,9.9568199,42500000 +48.4279008,9.95681925,42500000 +48.4278938,9.9568164,42700000 +48.4278888,9.9568147,42700000 +48.42788263333333,9.9568127,42700000 +48.427854,9.9568043,23000000 +48.42784455,9.95680185,23000000 +48.427794,9.956794133333332,38900000 +48.42780465,9.95679465,38900000 +48.4278149,9.9567958,38900000 +48.4277502,9.9567955,31500000 +48.42773895,9.95679905,31500000 +48.4277065,9.9568146,25000000 +48.427696,9.95682335,25000000 +48.42768586666667,9.956833366666666,25000000 +48.4276475,9.9568792,27800000 +48.4276391,9.95689445,27800000 +48.4276155,9.9569434,20100000 +48.42760935,9.9569622,20100000 +48.4276041,9.956982166666666,20100000 +48.4275863,9.957065,18700000 +48.42758305,9.95708785,18700000 +48.427571400000005,9.95718255,21100000 +48.427569000000005,9.957207866666666,21100000 +48.427574,9.9571579,21100000 +48.4275596,9.9573115,39700000 +48.4275573,9.95733875,39700000 +48.4275514,9.9574083,36000000 +48.42754875,9.95743715,36000000 +48.427546,9.957466533333331,36000000 +48.4275344,9.9575865,32800000 +48.4275311,9.9576182,32800000 +48.4275141,9.957783433333336,39000000 +48.427521,9.9577153,39000000 +48.4275175,9.9577491,39000000 +48.4275001,9.9579233,39100000 +48.4274974,9.9579506,39100000 +48.42749436666667,9.957978633333331,39100000 +48.427482,9.9580927,19700000 +48.42747775,9.95813205,19700000 +48.4274734,9.958171966666669,19700000 +48.4274554,9.9583348,26200000 +48.4274519,9.9583664,26200000 +48.4274479,9.958398566666666,26200000 +48.4274294,9.9585506,34900000 +48.42742375,9.9585955,34900000 +48.4274093,9.9587084,30100000 +48.4274034,9.95875375,30100000 +48.42739843333334,9.958791666666666,30100000 +48.4273764,9.9589588,28900000 +48.4273703,9.95900465,28900000 +48.42736516666667,9.9590429,28900000 +48.4273422,9.9592121,30300000 +48.4273361,9.9592585,30300000 +48.4273171,9.9593979,24900000 +48.4273123,9.9594331,24900000 +48.42730603333333,9.959475933333334,24900000 +48.4272826,9.9596317,20800000 +48.42727705,9.95966675,20800000 +48.42727153333334,9.959701766666669,20800000 +48.42726605000001,9.959736825,20800000 +48.4272281,9.9599816,20700000 +48.4272335,9.95994675,20700000 +48.4272389,9.9599118,20700000 +48.4272281,9.9599816,20700000 +48.42719376666667,9.960190533333334,29700000 +48.4271596,9.9603981,26400000 +48.42711953333333,9.960643766666664,38900000 +48.4270772,9.960893250000002,23000000 +48.42703455,9.9611348,27500000 +48.426997325,9.961354125,43900000 +48.42695583333333,9.961596633333334,33400000 +48.42691863333334,9.961805333333333,40700000 +48.42679156666666,9.962532233333334,20000000 +48.4267595,9.9627217,28100000 +48.4267515,9.962769233333333,28100000 +48.4267195,9.9629601,33700000 +48.42671155,9.96300835,33700000 +48.4266808,9.9632034,26700000 +48.426673066666666,9.963252533333334,26700000 +48.4266348,9.96349955,22700000 +48.4266421,9.96345,22700000 +48.4266049,9.96369945,33700000 +48.4265977,9.963749933333334,33700000 +48.4265685,9.9639528,25700000 +48.426561500000005,9.9640035,25700000 +48.42653415,9.96420595,33600000 +48.42652776666666,9.964256433333334,33600000 +48.4264963,9.9645083,26500000 +48.42646985,9.96470695,29100000 +48.4264628,9.964755933333334,29100000 +48.4264251,9.9649992,29700000 +48.42638953333333,9.9652379,16700000 +48.42636525,9.96547425,27200000 +48.42634616666667,9.965710766666668,24400000 +48.4263329,9.9659005,22700000 +48.42633065,9.96593595,22700000 +48.42632853333333,9.965971233333333,22700000 +48.42631795,9.9661806,29700000 +48.42631105,9.9663391,37000000 +48.42630919999999,9.966382833333332,37000000 +48.426301550000005,9.96659505,26000000 +48.426300233333336,9.966628299999998,26000000 +48.42629105,9.96680055,22100000 +48.4262785,9.96694095,26900000 +48.426274166666666,9.9669774,26900000 +48.42624156666667,9.967185966666667,26900000 +48.42624764999999,9.96715705,26900000 +48.42620845,9.96732715,26400000 +48.42615766666666,9.967485333333334,26200000 +48.42602673333334,9.967758966666668,52100000 +48.425956000000006,9.967876066666667,153000000 +48.425944725,9.967894575,153000000 +48.4257442,9.968286466666669,180000000 +48.42575415,9.968259,180000000 +48.4255383,9.9693245,72500000 +48.42554015,9.9693159,72500000 +48.425531,9.9693554,44500000 +48.4255301,9.9693611,44500000 +48.4255269,9.969382533333333,19100000 +48.42552415,9.9694052,22100000 +48.42552453333334,9.969447833333334,32400000 +48.4255375,9.9695074,18400000 +48.4255605,9.9695539,19300000 +48.42556863333333,9.969564666666669,19300000 +48.4256156,9.9696138,36400000 +48.4256048,9.9696053,36400000 +48.4256772,9.969647,36400000 +48.42566365,9.9696419,36400000 +48.42574815,9.96967145,20200000 +48.4258103,9.96969365,118000000 +48.42582716666667,9.969699733333334,118000000 +48.42621285,9.96979995,44200000 +48.4262367,9.969803666666666,44200000 +48.4263577,9.96981755,31500000 +48.4269156,9.9698064,131000000 +48.4269391,9.96980275,131000000 +48.42703255,9.9697866,44000000 +48.427056033333336,9.969781933333332,44000000 +48.4271505,9.969762,173000000 +48.42717425,9.96975625,173000000 +48.42741225,9.9696867,80700000 +48.4273885,9.969695,80700000 +48.4274835,9.9696614,145000000 +48.4275132,9.9696503,145000000 +48.42753896666667,9.969640733333334,145000000 +48.427984,9.969482,27600000 +48.42800985,9.96947355,27600000 +48.42803586666667,9.9694652,27600000 +48.42816705,9.96942535,34500000 +48.4281405,9.9694328,34500000 +48.4282472,9.969404,46500000 +48.4282741,9.96939755,46500000 +48.428301233333336,9.969391133333334,46500000 +48.42843765,9.9693622,20900000 +48.42854885,9.9693452,97000000 +48.42857693333334,9.969342133333331,97000000 +48.4286897,9.9693316,94300000 +48.4287181,9.9693303,94300000 +48.4288039,9.9693267,106000000 +48.4288399,9.96932545,106000000 +48.4310568,9.9699442,19900000 +48.431125900000005,9.9699865,23000000 +48.43119345,9.97002775,19800000 +48.43125973333334,9.970068333333334,24400000 +48.43132435,9.9701086,23800000 +48.43138943333333,9.970150366666669,25100000 +48.4314559,9.97019365,21300000 +48.43152323333334,9.9702367,17400000 +48.4315907,9.97027795,28500000 +48.4316577,9.970314266666668,24800000 +48.4318515,9.97036355,34700000 +48.43190175,9.970355349999998,117000000 +48.4319142,9.9703513,117000000 +48.431982233333336,9.9703146,101000000 +48.431972,9.97032325,101000000 +48.432077,9.970191833333333,170000000 +48.43206915,9.9702078,170000000 +48.43211235,9.97010895,20000000 +48.432133500000006,9.97003585,16500000 +48.43213753333333,9.970016633333334,16500000 +48.4321523,9.9699386,111000000 +48.43215525,9.96991825,111000000 +48.43216565,9.9698352,96100000 +48.4321678,9.969814,96100000 +48.43217795,9.9697065,72800000 +48.4321761,9.9697282,72800000 +48.43218575,9.9696184,66100000 +48.4321879,9.969595933333332,66100000 +48.43219875,9.96948225,52300000 +48.43220875,9.96938825,20500000 +48.4322117,9.969364933333331,20500000 +48.4322242,9.9692708,74500000 +48.43222795,9.9692476,74500000 +48.432245566666666,9.969147233333333,91600000 +48.43224145,9.9691686,91600000 +48.4322678,9.9690448,26600000 +48.43229349999999,9.9689596,29000000 +48.43228825,9.96897455,29000000 +48.4323198,9.96889335,29700000 +48.43233825,9.9688548,40700000 +48.43234243333333,9.9688464,40700000 +48.4323583,9.968814,34600000 +48.43236185,9.9688057,34600000 +48.432376233333336,9.968759966666669,24400000 +48.4323716,9.9687803,24400000 +48.4323742,9.96877065,24400000 +48.4323807,9.9687136,23100000 +48.4323799,9.96870025,23100000 +48.4323732,9.9686439,26300000 +48.4323702,9.968628733333333,26300000 +48.432353250000006,9.96854975,22600000 +48.43233593333333,9.968460566666666,27900000 +48.4323212,9.96836065,32100000 +48.4323109,9.9682733,37800000 +48.4323084,9.9682504,37800000 +48.4322972,9.9681571,32600000 +48.43229435,9.9681328,32600000 +48.432278800000006,9.9680102,23600000 +48.432282,9.96803455,23600000 +48.4322617,9.96789005,25600000 +48.4322653,9.9679137,25600000 +48.4322474,9.96779585,23800000 +48.43224393333333,9.967772266666666,23800000 +48.4322257,9.9676549,19800000 +48.432204266666666,9.967539033333331,15700000 +48.43220875,9.96756235,15700000 +48.4321863,9.9674453,40600000 +48.43218165,9.96742205,40600000 +48.4321677,9.967352,29500000 +48.43216305,9.9673285,29500000 +48.43215836666667,9.967305533333333,29500000 +48.4321395,9.9672137,31400000 +48.43213455,9.96719135,31400000 +48.4321201,9.9671238,21900000 +48.43211505,9.9671012,21900000 +48.43211,9.967078766666669,21900000 +48.4320906,9.9669903,26000000 +48.4320857,9.96696825,26000000 +48.43206143333333,9.9668611,36900000 +48.4320664,9.96688185,36900000 +48.4320366,9.96675905,31700000 +48.4320415,9.966779,31700000 +48.4320168,9.9666791,26600000 +48.43201186666666,9.966659266666667,26600000 +48.4319916,9.9665809,36500000 +48.4319869,9.9665616,36500000 +48.43196855,9.9664873,32600000 +48.4319643,9.966469333333334,32600000 +48.4319483,9.9664002,36700000 +48.43194425,9.96638435,36700000 +48.43192925,9.9663243,40000000 +48.4319259,9.966310833333331,40000000 +48.43191055,9.96624605,32200000 +48.4319134,9.9662582,32200000 +48.4318993,9.9662001,22600000 +48.431896566666666,9.966189633333334,22600000 +48.4318861,9.9661486,23800000 +48.4318836,9.96613885,23800000 +48.4318767,9.9661102,25900000 +48.4318745,9.96610115,25900000 +48.4318724,9.966092233333333,25900000 +48.431864,9.966057,18400000 +48.4318621,9.96604835,18400000 +48.4318562,9.9660232,24300000 +48.43185445,9.96601515,24300000 +48.431852733333336,9.9660076,24300000 +48.431844600000005,9.9659731,30900000 +48.4318462,9.9659793,30900000 +48.43183763333334,9.965944866666666,27700000 +48.4318388,9.96595025,27700000 +48.4318328,9.9659227,30700000 +48.4318316,9.96591725,30700000 +48.431826,9.96589435,32100000 +48.43182406666667,9.965887166666668,32100000 +48.4318148,9.9658533,21900000 +48.43181145,9.96584305,21900000 +48.431797,9.96580005,29500000 +48.43179286666666,9.965787633333331,29500000 +48.4317759,9.9657347,21800000 +48.43177145,9.96571905,21800000 +48.43177145,9.96571905,21800000 +48.4317496,9.9656322,50300000 +48.4317286,9.96553215,22500000 +48.43170419999999,9.965422466666666,31300000 +48.4316767,9.96530285,30300000 +48.43164756666667,9.965175566666666,27800000 +48.43161675,9.96505015,32100000 +48.43158563333333,9.964926033333334,48800000 +48.43155535,9.9648012,18300000 +48.43152326666666,9.964675133333332,19800000 +48.431491050000005,9.96454575,22800000 +48.4314573,9.964409633333334,28600000 +48.43142165,9.96426985,33200000 +48.43138736666666,9.964128,32200000 +48.4313561,9.9639864,32900000 +48.43133063333334,9.963848133333334,20700000 +48.43131315,9.9637185,29800000 +48.4313002,9.963587166666668,22800000 +48.43129015,9.96346265,33600000 +48.4312866,9.9633682,23600000 +48.4312865,9.963345566666668,23600000 +48.431291,9.9632385,24100000 +48.43130335,9.96316725,17600000 +48.431307233333335,9.963151166666668,17600000 +48.43132415,9.9630705,40600000 +48.43132406666666,9.9629891,37200000 +48.4313265,9.96300465,37200000 +48.431304100000006,9.96291585,34800000 +48.43127140000001,9.962849333333333,49100000 +48.4312783,9.9628626,49100000 +48.43123755,9.96277885,18400000 +48.4312145,9.96270975,21300000 +48.431209466666665,9.962690033333333,21300000 +48.4311903,9.9626075,22800000 +48.43118625,9.9625848,22800000 +48.43117055,9.96248895,26500000 +48.43116686666667,9.962463033333334,26500000 +48.4311489,9.9623283,33700000 +48.4311524,9.9623565,33700000 +48.431131066666666,9.962181366666668,22000000 +48.43113435,9.962212,22000000 +48.4311183,9.9620564,27800000 +48.4311153,9.96202375,27800000 +48.43110375,9.96188945,28900000 +48.43110076666667,9.961854433333334,28900000 +48.4310858,9.961675,19200000 +48.4310735,9.96152385,37900000 +48.43107063333333,9.961484733333334,37900000 +48.43105605,9.96128815,25800000 +48.4310439,9.961089233333333,43800000 +48.4310457,9.961129199999998,43800000 +48.43103855,9.9608875,24800000 +48.43103743333333,9.960680266666666,25600000 +48.43103715,9.96072225,25600000 +48.4310395,9.96046975,16900000 +48.4310408,9.9603425,23400000 +48.4310414,9.96028905,23400000 +48.431043,9.9601061,41500000 +48.43104300000001,9.960062866666668,41500000 +48.4310421,9.9598464,49200000 +48.43103825,9.9596722,25200000 +48.431036866666666,9.959628366666664,25200000 +48.4310261,9.9593874,21600000 +48.4310288,9.9594312,21600000 +48.43100833333333,9.959169,30700000 +48.43101285,9.95921235,30700000 +48.4309893,9.9589963,71100000 +48.43098385,9.9589538,71100000 +48.4309676,9.9588273,30300000 +48.430962,9.9587863,30300000 +48.4309563,9.958745866666666,30300000 +48.4309296,9.9585664,31300000 +48.43092275,9.95852765,31300000 +48.43089585,9.9583745,25800000 +48.4309025,9.9584124,25800000 +48.4308681,9.9582166,29600000 +48.430861033333336,9.958177966666666,29600000 +48.4308339,9.9580313,38200000 +48.43082765,9.9579973,38200000 +48.430809,9.9578971,33100000 +48.43080155,9.9578568,33100000 +48.4307826,9.9577544,26600000 +48.4307759,9.95771655,26600000 +48.4307563,9.9576077,31800000 +48.4307504,9.957574,31800000 +48.43074566666667,9.957545866666669,31800000 +48.43072535,9.95741935,23900000 +48.4307287,9.9574417,23900000 +48.43071325,9.95733535,99500000 +48.43071083333333,9.9573165,99500000 +48.4307008,9.9572393,144000000 +48.4306991,9.9572263,144000000 +48.430694,9.9571872,37600000 +48.43069295,9.95717905,37600000 +48.43069,9.9571573,32400000 +48.4306891,9.9571514,32400000 +48.4306875,9.9571403,33400000 +48.4306875,9.95713965,33400000 +48.430687866666666,9.957139233333336,21400000 +48.4306878,9.9571392,21400000 +48.4306882,9.957139,32700000 +48.4306882,9.9571389,32700000 +48.4306883,9.957139,22800000 +48.4306883,9.957139,22800000 +48.4306886,9.9571396,47400000 +48.4306881,9.9571372,47400000 +48.4306857,9.9571256,62400000 +48.4306831,9.9571164,62400000 +48.4306653,9.9570767,107000000 +48.4306584,9.957068966666666,107000000 +48.4306234,9.9570394,89800000 +48.4306137,9.9570357,89800000 +48.43056605,9.9570259,26200000 +48.4305774,9.9570264,26200000 +48.4305306,9.9570281,68300000 +48.43051495,9.95703,68300000 +48.4304728,9.9570365,26500000 +48.43045585,9.9570393,26500000 +48.43044073333333,9.957042166666666,26500000 +48.42793856666666,9.956837166666668,72500000 +48.4279496,9.9568402,72500000 +48.42794375,9.9568386,72500000 +48.4279203,9.9568319,34700000 +48.42791695,9.95683095,34700000 +48.4279089,9.9568284,56300000 +48.42790755,9.95682785,56300000 +48.427906766666666,9.956827433333332,56300000 +48.4279051,9.9568262,97100000 +48.427905,9.95682595,97100000 +48.4279047,9.9568254,61800000 +48.42790475,9.9568252,61800000 +48.42790476666666,9.956824933333335,61800000 +48.42790476666666,9.956824933333335,61800000 +48.4279047,9.9568239,53400000 +48.4279047,9.9568239,58400000 +48.4279047,9.9568239,34700000 +48.4279047,9.9568239,44400000 +48.4279047,9.9568239,39000000 +48.4279047,9.9568239,52200000 +48.4279047,9.9568239,51200000 +48.4279047,9.9568239,33800000 +48.4279047,9.9568239,91900000 +48.4279047,9.9568239,90100000 +48.4279047,9.9568239,35000000 +48.4279047,9.9568239,45200000 +48.4279047,9.9568239,50600000 +48.4279047,9.9568239,72800000 +48.4279047,9.9568239,72800000 +48.4279047,9.9568239,34600000 +48.4279049,9.956823933333332,39400000 +48.42790215,9.9568224,38200000 +48.42788133333334,9.9568153,43300000 +48.42783443333334,9.9568018,59500000 +48.4277944,9.9567946,29500000 +48.42778245,9.9567949,29500000 +48.42773305,9.95680785,44400000 +48.42772106666666,9.956816433333334,44400000 +48.4276655,9.95687535,37200000 +48.427624533333336,9.9569703,30000000 +48.4276313,9.9569491,30000000 +48.4275963,9.9570845,18400000 +48.4275809,9.9571889,28000000 +48.42757743333334,9.957217533333331,28000000 +48.4275644,9.9573358,30800000 +48.4275613,9.95736745,30800000 +48.42754825,9.95749865,38400000 +48.42754476666667,9.957533433333332,38400000 +48.427526400000005,9.95771285,27800000 +48.4275067,9.957907,33500000 +48.427510600000005,9.95786675,33500000 +48.42748815,9.95810285,32500000 +48.427467533333335,9.9583028,24100000 +48.42744255,9.95851585,43600000 +48.4274367,9.958563133333334,43600000 +48.4274134,9.9587543,33800000 +48.4274069,9.95880335,33800000 +48.42738115,9.958999,34200000 +48.42737486666667,9.959047733333334,34200000 +48.4273427,9.9592908,17400000 +48.4273147,9.9594841,23300000 +48.427307766666665,9.959532166666667,23300000 +48.427272650000006,9.9597718,28100000 +48.4272508,9.9599148,21400000 +48.42724415,9.95996245,21400000 +48.42723703333333,9.960010066666667,21400000 +48.42720055,9.9602474,36200000 +48.4272078,9.9602001,36200000 +48.42717075,9.9604363,25900000 +48.4271627,9.960483333333334,25900000 +48.42711866666667,9.960741933333331,41100000 +48.42712455,9.96070675,41100000 +48.427091,9.960906,17100000 +48.4270846,9.9609413,17100000 +48.42704896666667,9.961141133333332,102000000 +48.427042775,9.9611764,102000000 +48.4269987,9.96143515,85900000 +48.426795766666665,9.9625856,19000000 +48.4267513,9.962842833333331,23400000 +48.42670836666667,9.963095233333332,28400000 +48.4266689,9.9633437,18400000 +48.42663245,9.96358085,19400000 +48.42662703333334,9.963618533333332,19400000 +48.4265951,9.96384565,21600000 +48.42656483333334,9.964065,28600000 +48.42652875,9.9643344,24600000 +48.4265001,9.9645505,19300000 +48.426495433333336,9.964585333333334,19300000 +48.426466366666666,9.964790266666666,30200000 +48.426433325000005,9.965017125,19200000 +48.42640336666667,9.965232466666668,28200000 +48.4263814,9.9654216,28700000 +48.426364666666665,9.9656084,18400000 +48.426351,9.9657976,30500000 +48.4263379,9.966006725,34800000 +48.42632715,9.96620675,29800000 +48.4263257,9.966236666666669,29800000 +48.4263182,9.96638585,23400000 +48.426316500000006,9.9664152,23400000 +48.42630723333334,9.966601866666666,28900000 +48.4262967,9.966776533333332,19000000 +48.42628106666667,9.966948866666668,33000000 +48.426255625,9.967133325,34400000 +48.42626016666666,9.967108199999998,34400000 +48.4262193,9.9673075,71700000 +48.42617273333334,9.967462333333332,120000000 +48.42611563333333,9.967604833333333,37600000 +48.4255568,9.969269,177000000 +48.42555925,9.96925875,177000000 +48.42554455,9.96932105,139000000 +48.4255428,9.9693283,139000000 +48.425535,9.96936085,101000000 +48.42553093333333,9.969376433333332,155000000 +48.425526950000005,9.9693938,161000000 +48.425526133333335,9.9693992,161000000 +48.42552335,9.9694302,44700000 +48.4255235,9.9694239,44700000 +48.4255264,9.96946725,77200000 +48.4255287,9.969476966666669,77200000 +48.42555146666667,9.9695343,22000000 +48.4255853,9.96958165,31100000 +48.42559266666666,9.969588533333336,31100000 +48.4256383,9.96962305,21000000 +48.425647266666665,9.969627966666666,21000000 +48.4257102,9.9696573,32400000 +48.42569855,9.9696525,32400000 +48.42579583333333,9.9696905,90900000 +48.4257637,9.9696784,90900000 +48.42577955,9.969684399999998,90900000 +48.4263045,9.96980965,36100000 +48.4269203,9.9698068,124000000 +48.4270391,9.969788066666666,38300000 +48.4270153,9.96979245,38300000 +48.4272411,9.96974235,113000000 +48.427265000000006,9.9697356,113000000 +48.4273841,9.96969865,75800000 +48.427479700000006,9.9696642,86300000 +48.42750373333334,9.969655066666666,86300000 +48.4276365,9.9696049,155000000 +48.42800836666667,9.9694748,29000000 +48.427981200000005,9.9694832,29000000 +48.42814615,9.96943405,40600000 +48.42825955,9.96940385,24800000 +48.4282882,9.969396833333333,24800000 +48.42843195,9.969365150000002,85900000 +48.428575566666666,9.969343366666664,125000000 +48.42871675,9.96933095,95200000 +48.42885656666667,9.9693259,143000000 +48.43073846666667,9.969763266666666,20300000 +48.4308499,9.969826333333334,96900000 +48.43093855,9.96987785,24700000 +48.43102676666666,9.9699298,24900000 +48.43111725,9.969984,20700000 +48.43120416666667,9.970037,24800000 +48.43130283333334,9.970097066666668,23700000 +48.43139325,9.9701529,20800000 +48.43148033333333,9.970206666666668,29800000 +48.43157883333333,9.970264766666666,27600000 +48.43165565,9.9703064,31600000 +48.4317368,9.9703393,27400000 +48.43201505,9.97027735,17500000 +48.432297600000005,9.9689378,20600000 +48.4323311,9.9684333,34000000 +48.43232835,9.96841295,34000000 +48.43232593333334,9.968392066666668,34000000 +48.4323161,9.9683066,38300000 +48.432314250000005,9.96828975,38300000 +48.43231246666667,9.968272766666669,38300000 +48.4323037,9.9681918,30300000 +48.43229903333333,9.9681516,30300000 +48.4323016,9.9681739,30300000 +48.4322878,9.9680585,21600000 +48.4322845,9.968035,21600000 +48.4322731,9.96795165,35100000 +48.432269600000005,9.9679276,35100000 +48.4322765,9.9679756,35100000 +48.4322551,9.9678313,28800000 +48.43225155,9.96780655,28800000 +48.4322402,9.9677323,47000000 +48.43223183333333,9.967683133333331,47000000 +48.43223183333333,9.967683133333331,47000000 +48.43223605,9.96770765,47000000 +48.43220975,9.967562,30400000 +48.43218806666667,9.967444933333333,31200000 +48.43216585,9.96733215,23200000 +48.432144,9.967220566666668,21800000 +48.43212105,9.96710735,21000000 +48.43209586666666,9.966989733333332,23700000 +48.43206925,9.9668699,30600000 +48.4320399,9.9667514,27400000 +48.43200995,9.96662965,27100000 +48.4319802,9.966505333333332,50300000 +48.43195005,9.96638375,25100000 +48.431920866666665,9.9662654,28700000 +48.4318857,9.966120866666666,32800000 +48.43184876666667,9.9659795,34600000 +48.43181665,9.9658665,19700000 +48.43178509999999,9.9657533,40100000 +48.4317546,9.9656248,34700000 +48.43172669999999,9.965494366666666,40400000 +48.43169153333333,9.9653442,23300000 +48.43166050000001,9.9652213,21500000 +48.43163455,9.96511175,33100000 +48.43162813333333,9.965084033333332,33100000 +48.4315949,9.9649454,21800000 +48.4315673,9.96483375,35200000 +48.4315602,9.964805433333334,35200000 +48.4315243,9.96466345,24200000 +48.43149465,9.964548700000002,18600000 +48.43148713333333,9.964519933333335,18600000 +48.4314501,9.9643768,29500000 +48.4314223,9.96426345,18800000 +48.4314157,9.964235433333334,18800000 +48.43138365,9.9640948,26500000 +48.4313544,9.963954733333331,26700000 +48.4313289,9.9638158,35300000 +48.43131405,9.96370405,23200000 +48.4313111,9.963676233333333,23200000 +48.4312978,9.9635419,24700000 +48.43129035,9.9634474,20400000 +48.43128913333334,9.9634261,20400000 +48.4312854,9.9633446,32100000 +48.431285200000005,9.96332575,32100000 +48.43128986666667,9.963237,22100000 +48.43128765,9.9632538,22100000 +48.4313004,9.9631719,25000000 +48.43130405,9.963157,25000000 +48.4313184,9.96309845,21300000 +48.43132069999999,9.963084133333334,21300000 +48.43132595,9.963013,33600000 +48.4313265,9.9630269,33600000 +48.4313147,9.9629472,48900000 +48.4313185,9.9629598,48900000 +48.43129075,9.9628832,35300000 +48.43126415,9.9628294,30400000 +48.43125733333334,9.9628152,30400000 +48.4312306,9.9627554,24900000 +48.4312243,9.96273825,24900000 +48.4312072,9.9626841,27300000 +48.4312025,9.9626643,27300000 +48.431198,9.962643733333334,27300000 +48.4311787,9.9625474,43600000 +48.43117475,9.9625244,43600000 +48.4311591,9.96242905,23800000 +48.4311425,9.962299866666667,16100000 +48.43112735,9.96216175,23700000 +48.43111695,9.9620441,30200000 +48.43111436666667,9.962013666666666,30200000 +48.4311029,9.9618745,33200000 +48.4311003,9.9618425,33200000 +48.4310921,9.9617457,24800000 +48.431089150000005,9.961713,24800000 +48.4310862,9.961680033333332,24800000 +48.4310745,9.9615472,29300000 +48.4310718,9.96151355,29300000 +48.4310639,9.9614119,24200000 +48.43106135,9.96137775,24200000 +48.431059000000005,9.961343466666667,24200000 +48.4310495,9.9611885,34300000 +48.4310478,9.9611537,34300000 +48.4310412,9.9609875,21500000 +48.4310424,9.9610314,21500000 +48.431039,9.9608369,30700000 +48.4310391,9.9608727,30700000 +48.43103875,9.96069295,27000000 +48.43103903333333,9.960656633333334,27000000 +48.4310403,9.9605107,17000000 +48.4310405,9.96047385,17000000 +48.43104185,9.96032545,19500000 +48.43104216666666,9.960287766666664,19500000 +48.4310432,9.96009915,22600000 +48.4310432,9.9601372,22600000 +48.4310427,9.9599846,26400000 +48.4310427,9.95994625,26400000 +48.431042433333324,9.9599079,26400000 +48.4310408,9.9597552,26700000 +48.43104005,9.9597177,26700000 +48.43103399999999,9.959534500000002,23400000 +48.4310372,9.9596067,23400000 +48.4310357,9.95957045,23400000 +48.43102375,9.95935715,21100000 +48.4310262,9.9593922,21100000 +48.4310125,9.95921825,27600000 +48.43100926666667,9.959183866666663,27600000 +48.430995,9.9590471,29100000 +48.43099105,9.95901345,29100000 +48.43097435,9.9588798,29500000 +48.43097003333333,9.9588466,29500000 +48.4309522,9.9587142,26600000 +48.430947450000005,9.9586815,26600000 +48.4309328,9.9585843,36800000 +48.43092765,9.95855255,36800000 +48.43092240000001,9.958521,36800000 +48.430901,9.958396,28500000 +48.4308955,9.9583652,28500000 +48.43087295,9.9582443,21200000 +48.43086726666667,9.958214766666666,21200000 +48.43083895,9.9580694,27300000 +48.43081223333333,9.957930133333331,24700000 +48.43081745,9.9579573,24700000 +48.4307915,9.9578226,24200000 +48.43078675,9.95779645,24200000 +48.4307728,9.9577196,44700000 +48.4307685,9.9576949,44700000 +48.43076426666666,9.957670466666666,44700000 +48.4307475,9.9575736,41700000 +48.43074365,9.95755025,41700000 +48.43072965,9.9574603,39700000 +48.43072656666667,9.957440266666667,39700000 +48.4307148,9.9573641,89000000 +48.43071234999999,9.95734725,89000000 +48.4307014,9.9572707,168000000 +48.43070325,9.9572845,168000000 +48.43069285,9.95720715,125000000 +48.430689,9.9571761,27600000 +48.43068795,9.9571684,27600000 +48.43068713333333,9.957161933333332,27600000 +48.4306836,9.957138,51400000 +48.43068255,9.95713235,51400000 +48.43067725,9.9571091,120000000 +48.43067490000001,9.957102466666669,120000000 +48.43057995,9.9570187,141000000 +48.4305891,9.9570204,141000000 +48.4305509,9.9570156,50700000 +48.430540050000005,9.957016,50700000 +48.43052896666668,9.9570168,50700000 +48.4304832,9.9570214,113000000 +48.430471,9.9570231,113000000 +48.4281002,9.956885566666664,147000000 +48.428045350000005,9.95687185,106300000 +48.428002,9.956861133333334,80400000 +48.42794066666667,9.956842133333334,162000000 +48.4279231,9.956836,173000000 +48.427913100000005,9.956832233333332,171000000 +48.4279117,9.95683065,79000000 +48.42791235,9.95682985,98000000 +48.4279124,9.9568298,98000000 +48.4279125,9.9568297,113000000 +48.4279125,9.9568297,127000000 +48.4279125,9.9568297,95500000 +48.4279125,9.9568297,172000000 +48.4279125,9.9568297,103000000 +48.4279125,9.9568297,121000000 +48.4279125,9.9568297,134000000 +48.4279125,9.9568297,173000000 +48.4279125,9.9568297,173000000 +48.4279125,9.9568297,150950000 +48.427832466666665,9.9568124,149000000 +48.4277951,9.95681505,163000000 +48.42777036666666,9.9568214,50200000 +48.4277482,9.9568328,31200000 +48.4276878,9.95689195,34700000 +48.4276466,9.956950433333336,23800000 +48.42761065,9.95703485,21300000 +48.427571400000005,9.95727265,42500000 +48.4275547,9.957422266666669,25400000 +48.427516266666665,9.9577832,34600000 +48.4274992,9.95795345,25700000 +48.4274955,9.957990133333332,25700000 +48.4274753,9.9581867,24700000 +48.4274551,9.958370733333334,31900000 +48.42743125,9.9585757,26000000 +48.42742569999999,9.9586209,26000000 +48.4273962,9.958850600000002,26200000 +48.42737075,9.95904075,36800000 +48.42736403333333,9.959089133333334,36800000 +48.4273286,9.959333,24900000 +48.42729646666667,9.9595554,30000000 +48.4272598,9.95980265,49800000 +48.42725356666667,9.9598438,49800000 +48.42722065,9.9600615,18400000 +48.4272147,9.9600984,18400000 +48.42717653333333,9.960343666666668,26400000 +48.42714163333333,9.960563066666666,25400000 +48.4271099,9.96074525,24900000 +48.42710366666666,9.960781633333331,24900000 +48.4270629,9.961015966666666,28500000 +48.42701933333333,9.961266666666669,15200000 +48.426974,9.961525433333334,37200000 +48.4269322,9.9617602,22300000 +48.4268076,9.9624613,33500000 +48.4267984,9.9625109,33500000 +48.4267767,9.9626349,37800000 +48.42676815,9.9626846,37800000 +48.42676086666666,9.962726133333334,37800000 +48.42673,9.962909,26400000 +48.4267217,9.96295895,26400000 +48.4267136,9.963009466666668,26400000 +48.4266814,9.9632119,22900000 +48.42667295,9.96326205,22900000 +48.42667295,9.96326205,22900000 +48.426632000000005,9.9635123,31400000 +48.42659495,9.96375805,18300000 +48.4265607,9.963997533333334,29700000 +48.4265289,9.9642338,22700000 +48.42649906666666,9.964462166666667,17500000 +48.42646463333333,9.964722066666669,22300000 +48.4264328,9.96494155,24900000 +48.42640133333333,9.965152866666664,23800000 +48.42636946666667,9.965427433333334,18800000 +48.42634923333333,9.965671366666667,17500000 +48.4263351,9.96588225,19100000 +48.42632186666666,9.966111633333332,24300000 +48.42630965,9.9663234,29700000 +48.42630793333333,9.966355666666669,29700000 +48.4262998,9.9665357,35800000 +48.426291133333336,9.9667268,28300000 +48.42627629999999,9.966950766666669,48300000 +48.426252966666674,9.967139166666668,34900000 +48.42622095,9.96729755,60900000 +48.426175033333344,9.967457966666666,32700000 +48.4255391,9.9693476,30800000 +48.42553735,9.96935635,30800000 +48.4255329,9.9693798,17100000 +48.42553165,9.9693862,17100000 +48.42553093333333,9.969390266666666,17100000 +48.42552835,9.9694038,30200000 +48.4255289,9.969402,30200000 +48.4255257,9.9694198,96900000 +48.4255268,9.969411,96900000 +48.42552625,9.96941475,96900000 +48.4255243,9.96945325,26800000 +48.4255241,9.9694443,26800000 +48.4255269,9.9694832,88800000 +48.42553316666667,9.969506100000002,88800000 +48.42552955,9.9694946,88800000 +48.4255511,9.9695518,23100000 +48.42555785,9.96956255,23100000 +48.4255814,9.9695934,27000000 +48.4255914,9.96960235,27000000 +48.4256021,9.969610366666666,27000000 +48.4256473,9.969639,24400000 +48.425660050000005,9.96964465,24400000 +48.4256988,9.9696613,33400000 +48.42571265,9.9696667,33400000 +48.42572693333333,9.9696723,33400000 +48.4257866,9.9696946,79800000 +48.4258028,9.96970035,79800000 +48.4262828,9.9698114,51300000 +48.42630715,9.96981395,51300000 +48.426407350000005,9.9698226,128000000 +48.42643326666667,9.969824333333332,128000000 +48.4263818,9.9698207,128000000 +48.426914966666665,9.969804433333332,88200000 +48.4270036,9.9697904,66700000 +48.4270307,9.9697852,66700000 +48.42714456666667,9.969760666666668,47400000 +48.42725085,9.96973355,18600000 +48.4273346,9.9697088,123000000 +48.427355533333326,9.969701866666666,123000000 +48.4274599,9.969666,40600000 +48.42756433333333,9.969625066666666,104000000 +48.4276695,9.9695826,87800000 +48.4279484,9.9694827,45900000 +48.42797025,9.969476,45900000 +48.42799216666666,9.9694692,45900000 +48.42808,9.9694426,27500000 +48.42810205,9.9694365,27500000 +48.4281684,9.969418,25800000 +48.42819075,9.96941215,25800000 +48.4282132,9.969406366666666,25800000 +48.4283258,9.9693786,41300000 +48.4283034,9.9693837,41300000 +48.4283926,9.969365,42800000 +48.428414700000005,9.96936105,42800000 +48.42843666666667,9.969357333333331,42800000 +48.4285241,9.969344,177000000 +48.42854575,9.96934145,177000000 +48.4286535,9.969329866666667,123000000 +48.4286321,9.96933165,123000000 +48.4286106,9.9693337,123000000 +48.42886533333333,9.969317133333332,182000000 +48.4288235,9.9693188,182000000 +48.42884445,9.96931785,182000000 +48.43055376666666,9.969660966666666,19500000 +48.430663,9.96971685,23000000 +48.43076766666667,9.969773599999998,20000000 +48.43086815,9.96982985,24900000 +48.43096383333333,9.9698848,20100000 +48.4310566,9.96993905,39000000 +48.4312382,9.97004825,20800000 +48.43237645,9.96865235,18400000 +48.43228886666666,9.968024633333334,17800000 +48.43158615,9.9649175,19500000 +48.431549800000006,9.964770733333332,23200000 +48.4315194,9.9646516,16800000 +48.4315119,9.96462155,16800000 +48.43148185,9.96450075,28000000 +48.43147433333333,9.964470066666664,28000000 +48.4314439,9.9643471,29100000 +48.4314364,9.96431625,29100000 +48.43140605,9.96419465,31600000 +48.43140033333333,9.964169233333331,31600000 +48.4313697,9.9640285,32800000 +48.431363866666665,9.9639991,32800000 +48.43133625,9.96385535,35200000 +48.4313415,9.9638829,35200000 +48.4313185,9.96374545,19300000 +48.431315100000006,9.963718933333334,19300000 +48.4313029,9.9636149,16100000 +48.4313004,9.96359035,16100000 +48.431290100000005,9.963471933333333,26600000 +48.43129195,9.96349485,26600000 +48.4312827,9.9633594,30600000 +48.4312836,9.9633812,30600000 +48.4312825,9.963257533333334,22300000 +48.43128135,9.96327635,22300000 +48.4312901,9.9631856,24000000 +48.43129355,9.96317025,24000000 +48.4313086,9.96311375,19900000 +48.4313124,9.9631004,19900000 +48.4313254,9.9630459,21000000 +48.43132645,9.96303185,21000000 +48.43131946666667,9.962964233333333,26800000 +48.43132315,9.96297675,26800000 +48.4313015,9.9629156,35300000 +48.4312955,9.9629041,35300000 +48.4312704,9.9628555,27700000 +48.431263900000005,9.962841533333334,27700000 +48.4312386,9.9627815,26200000 +48.43123265,9.9627641,26200000 +48.43123265,9.9627641,26200000 +48.431205766666665,9.962665766666667,34100000 +48.4311821,9.9625503,34700000 +48.4311611,9.962419566666666,21700000 +48.4311432,9.96228045,36100000 +48.431127333333336,9.962136766666667,26600000 +48.43111435,9.9619905,28700000 +48.43110276666666,9.961842466666669,26400000 +48.4310908,9.9616943,37500000 +48.43107816666666,9.961545433333333,18200000 +48.43106575,9.96139595,18900000 +48.431055333333326,9.961244533333334,24000000 +48.43104725,9.9610891,35300000 +48.43104256666667,9.960929733333334,24200000 +48.43104185,9.9607679,28500000 +48.431043433333336,9.960603166666669,17400000 +48.43104545,9.96043575,17900000 +48.43104603333333,9.960265166666666,29100000 +48.43104656666667,9.959916466666668,57050000 +48.43104395,9.9597387,16000000 +48.4310374,9.959560333333334,26300000 +48.4310275,9.95938305,27300000 +48.43101725,9.95924255,27600000 +48.43101436666666,9.959207966666666,27600000 +48.430996050000005,9.9590188,27500000 +48.4309999,9.9590529,27500000 +48.4309779,9.95886595,25100000 +48.43095865,9.95872425,17200000 +48.4309331,9.9585518,31100000 +48.4309057,9.95839095,49300000 +48.4308469,9.95808545,64850000 +48.43081883333334,9.957940833333332,18900000 +48.4307927,9.95780055,24000000 +48.43076963333333,9.957671933333332,32400000 +48.4307495,9.9575552,29200000 +48.43073333333333,9.957445966666668,30100000 +48.4307085,9.957255866666667,159000000 +48.43069895,9.95719025,179800000 +48.4306905,9.9571423,39100000 +48.43069113333333,9.957141,30950000 +48.43069316666666,9.957139,34700000 +48.4306935,9.95713875,35600000 +48.4321919,9.9695471,36600000 +48.43219285,9.9695374,36600000 +48.43219655,9.9694949,24200000 +48.4321977,9.969482633333334,24200000 +48.4322026,9.9694292,23700000 +48.43220425,9.96941385,23700000 +48.43221155,9.9693491,64500000 +48.4322138,9.969330866666668,64500000 +48.4322237,9.9692544,19900000 +48.43222585,9.96923935,19900000 +48.432238,9.969164200000002,105000000 +48.43224156666667,9.969144966666668,105000000 +48.4322571,9.9690691,83000000 +48.4322618,9.9690506,83000000 +48.43228706666667,9.968963166666668,30600000 +48.43228175,9.9689794,30600000 +48.43231465,9.9688898,27100000 +48.4323089,9.9689024,27100000 +48.43234106666666,9.968834766666667,16200000 +48.4323654,9.9687843,19400000 +48.43237645,9.96873835,25100000 +48.432376733333335,9.9687247,25100000 +48.4323715,9.96865185,22600000 +48.4323739,9.9686673,22600000 +48.43235915,9.9685895,26300000 +48.43235526666666,9.968573033333334,26300000 +48.4323409,9.9685053,29600000 +48.4323375,9.96848745,29600000 +48.43232173333334,9.9683929,46600000 +48.432324300000005,9.96841265,46600000 +48.4323113,9.9683123,18800000 +48.43230855,9.96829105,18800000 +48.4322975,9.9682034,23400000 +48.432294866666666,9.968180433333332,23400000 +48.4322824,9.9680621,35800000 +48.4322848,9.9680867,35800000 +48.4322673,9.9679359,25800000 +48.4322708,9.96796185,25800000 +48.4322476,9.96780545,20600000 +48.43222676666667,9.967673833333333,20200000 +48.432231400000006,9.96769985,20200000 +48.4322025,9.96754395,29700000 +48.4322076,9.9675702,29700000 +48.43217786666667,9.967415666666668,24400000 +48.4321828,9.96744095,24400000 +48.4321536,9.96729255,25400000 +48.4321585,9.9673163,25400000 +48.43213475,9.96719905,25700000 +48.43213036666666,9.9671766,25700000 +48.4321085,9.96707035,16900000 +48.4321128,9.9670901,16900000 +48.432089133333335,9.9669765,19800000 +48.4320718,9.96689295,24600000 +48.43205536666667,9.966817666666666,16900000 +48.4320438,9.9667606,32100000 +48.43204095,9.96674695,32100000 +48.43203005,9.9666938,19700000 +48.4320273,9.966681433333331,19700000 +48.4320273,9.966681433333331,19700000 +48.43201535,9.96662065,35700000 +48.4320036,9.9665676,26200000 +48.4319927,9.966519900000002,28900000 +48.431975300000005,9.96643865,24100000 +48.4319767,9.9664453,24100000 +48.431975300000005,9.96643865,24100000 +48.43196823333333,9.966407266666666,24200000 +48.4319611,9.9663763,21600000 +48.4319542,9.9663453,20700000 +48.4319473,9.9663144,19700000 +48.431940833333336,9.9662854,32100000 +48.4319345,9.9662597,37300000 +48.43192613333334,9.966231066666666,23300000 +48.4319103,9.966182266666666,34200000 +48.4318931,9.96612675,22600000 +48.4318767,9.9660686,24500000 +48.43187220000001,9.966052233333334,24500000 +48.43184865,9.96596655,20400000 +48.43182845,9.9658929,20700000 +48.43182306666666,9.965873466666666,20700000 +48.4317957,9.9657729,25500000 +48.4317715,9.9656807,29700000 +48.43174103333333,9.965558966666668,32000000 +48.43171095,9.965436400000002,29300000 +48.43167923333333,9.965305566666666,29500000 +48.4316456,9.96517125,31000000 +48.43161206666667,9.9650332,21300000 +48.43157705,9.96489165,31800000 +48.431542400000005,9.964744566666669,25800000 +48.4315065,9.96459395,25500000 +48.43147043333334,9.9644453,42400000 +48.4314337,9.9643001,29800000 +48.4313998,9.9641564,36100000 +48.4313688,9.96401495,25200000 +48.431341333333336,9.963875866666667,26900000 +48.4313463,9.9639035,26900000 +48.4313201,9.9637372,26000000 +48.43130776666667,9.963604333333334,31600000 +48.4313094,9.9636268,31600000 +48.43129786666666,9.963458566666668,26500000 +48.4312992,9.96348295,26500000 +48.4312922,9.96334035,15400000 +48.4312932,9.9633629,15400000 +48.43129473333334,9.963236733333332,26600000 +48.43129245,9.9632552,26600000 +48.43130995,9.96315345,29700000 +48.4313062,9.9631679,29700000 +48.431326766666665,9.963082533333331,31900000 +48.43132435,9.9630969,31900000 +48.4313325,9.96300965,24100000 +48.4313331,9.9630243,24100000 +48.43132033333333,9.962939566666668,32900000 +48.4313245,9.96295345,32900000 +48.43129485,9.96287195,27300000 +48.4313009,9.9628849,27300000 +48.43126915,9.96282255,18400000 +48.43126313333333,9.962810333333334,18400000 +48.43123455,9.9627432,20700000 +48.4312098,9.962656,18000000 +48.4311871,9.96255305,44000000 +48.431170300000005,9.9624594,30900000 +48.4311665,9.9624341,30900000 +48.4311522,9.9623297,25000000 +48.43114875,9.96230195,25000000 +48.4311353,9.96218725,33700000 +48.4311323,9.962157033333334,33700000 +48.4311208,9.9620339,20200000 +48.431118100000006,9.9620016,20200000 +48.43110695,9.96186905,26600000 +48.43110396666666,9.961834733333331,26600000 +48.4310892,9.96166185,22200000 +48.4310922,9.9616966,22200000 +48.43107443333333,9.961486166666669,36300000 +48.43107725,9.9615218,36300000 +48.4310628,9.9613432,32600000 +48.43106005,9.96130695,32600000 +48.4310504,9.96116095,31200000 +48.4310486,9.961123966666667,31200000 +48.4310424,9.9609752,36300000 +48.431041500000006,9.9609375,36300000 +48.43104005,9.9607855,24600000 +48.4310401,9.960747033333334,24600000 +48.431041,9.9605924,29400000 +48.43104135,9.960553399999998,29400000 +48.43104245,9.960396200000002,21200000 +48.431042600000005,9.960356333333335,21200000 +48.4310431,9.9601962,17100000 +48.43104325,9.9601558,17100000 +48.43104163333334,9.959951566666668,20000000 +48.4310388,9.9597863,23100000 +48.43103790000001,9.95974485,23100000 +48.4310335,9.9595782,28700000 +48.43103183333333,9.959536233333331,28700000 +48.4310239,9.9593687,36100000 +48.4310211,9.9593272,36100000 +48.43100755,9.95916195,34700000 +48.4310032,9.9591209,34700000 +48.430985,9.9589575,17800000 +48.4309799,9.9589173,17800000 +48.4309586,9.9587579,22100000 +48.43095283333333,9.958718566666668,22100000 +48.4309288,9.9585624,26500000 +48.4309222,9.9585242,26500000 +48.430888933333335,9.958336533333332,20900000 +48.43089585,9.95837345,20900000 +48.4308618,9.9581902,30700000 +48.4308549,9.9581547,30700000 +48.4308276,9.95801445,22900000 +48.43082093333334,9.9579801,22900000 +48.4307953,9.9578438,29500000 +48.43078925,9.9578102,29500000 +48.43076655,9.95768075,31700000 +48.43076136666667,9.957651133333334,31700000 +48.4307416,9.9575363,24100000 +48.4307374,9.9575102,24100000 +48.4307083,9.9573083,66500000 +48.4307059,9.9572911,66500000 +48.43069606666666,9.957214533333334,177000000 +48.4306993,9.9572417,177000000 +48.43069765,9.95722735,177000000 +48.4306902,9.9571693,45400000 +48.4306902,9.9571693,31800000 +48.4306893,9.9571617,31800000 +48.4306893,9.9571617,31800000 +48.43068586666666,9.957133399999998,25300000 +48.4306724,9.957080333333332,182000000 +48.43065485,9.95705035,51100000 +48.43057915,9.95701495,103000000 +48.43052573333333,9.957016833333334,23300000 +48.4304636,9.95702535,36900000 +48.43039206666666,9.9570374,27700000 +48.43031375,9.95705245,22700000 +48.43022823333334,9.9570687,150000000 +48.42993765,9.95710035,97700000 +48.4299582,9.9570993,97700000 +48.42800175,9.95684885,114000000 +48.4279597,9.956837449999998,161000000 +48.427952366666666,9.956835433333332,161000000 +48.427945625,9.956833624999998,161000000 +48.42790935,9.95682395,111000000 +48.4279148,9.9568255,111000000 +48.42788856666667,9.956818266666666,113000000 +48.4278922,9.9568193,113000000 +48.4278741,9.9568144,47100000 +48.42787075,9.9568135,47100000 +48.42786803333333,9.956812766666664,47100000 +48.4278538,9.956809,35400000 +48.427850766666666,9.956808266666668,35400000 +48.4278563,9.9568096,35400000 +48.4278333,9.9568047,37200000 +48.42782875,9.95680425,37200000 +48.42780103333333,9.956803033333331,35500000 +48.42780655,9.95680285,35500000 +48.4277678,9.9568071,34600000 +48.4277574,9.956810033333332,34600000 +48.427714,9.9568268,29900000 +48.4277022,9.9568349,29900000 +48.42764576666667,9.956893733333333,22000000 +48.427603000000005,9.9569842,29000000 +48.4276089,9.9569639,29000000 +48.42759900000001,9.957001766666666,29000000 +48.42758365,9.9571076,31900000 +48.4275857,9.9570832,31900000 +48.4275785,9.9571713,24200000 +48.4275761,9.9571994,24200000 +48.42757363333334,9.9572282,24200000 +48.4275632,9.9573465,44900000 +48.4275603,9.9573786,44900000 +48.42754473333333,9.9575478,35300000 +48.42754815,9.95751245,35300000 +48.4275514,9.9574779,35300000 +48.4275302,9.9576928,22200000 +48.42752605,9.957731,22200000 +48.427522466666666,9.957763266666666,22200000 +48.4275062,9.9579068,21300000 +48.42750105,9.95794695,21300000 +48.427479000000005,9.9581111,20400000 +48.42747306666667,9.958153466666667,20400000 +48.42744285,9.9583693,15700000 +48.4274492,9.9583249,15700000 +48.4274244,9.9585041,23700000 +48.4274181,9.95855005,23700000 +48.4274119,9.958596299999998,23700000 +48.4273873,9.9587833,24000000 +48.427381,9.95883095,24000000 +48.427349,9.959072,29900000 +48.4273622,9.9589749,29900000 +48.42735545,9.9590235,29900000 +48.42731635,9.95931435,26600000 +48.4273233,9.959266,26600000 +48.4272819,9.9595564,22500000 +48.42728915,9.9595079,22500000 +48.42724525,9.9598002,38900000 +48.4272527,9.959751,38900000 +48.42721206666667,9.960021933333332,23700000 +48.42721955,9.9599724,23700000 +48.42716826666666,9.960303666666668,34300000 +48.42717545,9.96025785,34300000 +48.4271813,9.9602204,34300000 +48.427137,9.960496,36400000 +48.42713075,9.96053365,36400000 +48.4271083,9.9606717,26100000 +48.4270997,9.9607218,26100000 +48.42709123333333,9.9607719,26100000 +48.4270568,9.9609723,31800000 +48.42704855,9.9610224,31800000 +48.4270233,9.9611729,42200000 +48.427015,9.96122315,42200000 +48.4270066,9.961273599999998,42200000 +48.4269728,9.9614754,75900000 +48.42696395,9.9615258,75900000 +48.4268014,9.9624615,57300000 +48.4267927,9.9625113,57300000 +48.42678566666667,9.9625526,57300000 +48.42674486666667,9.962785333333333,22500000 +48.426758,9.9627103,22500000 +48.42675145,9.96274785,22500000 +48.42671055,9.9629865,27800000 +48.4267035,9.9630289,27800000 +48.4267035,9.9630289,27800000 +48.4267188,9.9629357,27800000 +48.426663600000005,9.963267,28400000 +48.42661863333333,9.963541033333334,31000000 +48.42657706666666,9.963823466666666,20900000 +48.4265425,9.964077866666663,33900000 +48.42651285,9.9643092,21000000 +48.42648296666667,9.964546633333333,15400000 +48.42644976666666,9.9647949,20100000 +48.4264142,9.965031,22800000 +48.42638416666667,9.9652428,33200000 +48.42635983333333,9.965459333333332,25300000 +48.4263402,9.9656803,18900000 +48.4263265,9.965869,15800000 +48.42631483333333,9.966078633333334,29700000 +48.42630383333333,9.9663095,19000000 +48.42629453333333,9.9665277,40800000 +48.42628443333333,9.9667528,21100000 +48.42627003333334,9.966945733333333,37100000 +48.4262491,9.96711,38100000 +48.4262208,9.967258466666664,58900000 +48.42617786666667,9.967420833333334,90800000 +48.42627096666666,9.9698049,50800000 +48.42638805,9.9698185,135000000 +48.427062766666666,9.969776233333333,27300000 +48.4271761,9.9697512,36300000 +48.42729226666666,9.969720066666666,115000000 +48.4272688,9.969727,115000000 +48.42741,9.969682,57900000 +48.42752910000001,9.969638866666664,76600000 +48.4279626,9.9694832,46500000 +48.4280102,9.969468133333336,46500000 +48.42798635,9.96947555,46500000 +48.4281057,9.9694394,26000000 +48.42812955,9.96943265,26000000 +48.4282012,9.9694132,29100000 +48.42823129999999,9.9694053,29100000 +48.4282575,9.969398766666666,29100000 +48.4283588,9.9693753,33700000 +48.42838335,9.9693703,33700000 +48.42848195,9.96935215,153000000 +48.4284572,9.969356,153000000 +48.428506733333336,9.969348566666666,153000000 +48.4286185,9.9693344,154000000 +48.4286434,9.9693321,154000000 +48.4314842,9.970210366666668,20700000 +48.4314665,9.97019975,20700000 +48.4315713,9.97026165,31000000 +48.43164255000001,9.970300900000002,23300000 +48.431729100000005,9.970336433333332,22100000 +48.43180875,9.970351,23500000 +48.43188129999999,9.970346233333332,27000000 +48.4319491,9.97032495,24600000 +48.4319984,9.97029035,24300000 +48.432009333333326,9.970278666666664,24300000 +48.43205945,9.9702111,17700000 +48.43076985,9.9576678,19400000 +48.430747700000005,9.957536766666664,21500000 +48.4307287,9.9574166,33700000 +48.4307142,9.957312666666668,72600000 +48.4307034,9.95723035,124000000 +48.43069735,9.9571835,25600000 +48.43069616666667,9.957175366666666,25600000 +48.4306921,9.957145,18200000 +48.4306899,9.9571277,37500000 +48.43069035,9.95713095,37500000 +48.430686,9.95710645,104000000 +48.4306841,9.957100466666668,104000000 +48.43065025,9.95704565,165000000 +48.430643333333336,9.9570406,165000000 +48.43056415,9.9570131,33700000 +48.43055503333333,9.957013066666669,33700000 +48.430507,9.9570151,124000000 +48.4304966,9.957016433333331,124000000 +48.4302877,9.9570541,150000000 +48.4303036,9.95705155,150000000 +48.429207866666665,9.9570601,91300000 +48.42909863333333,9.957044566666667,113000000 +48.4279937,9.9568471,48100000 +48.42795603333334,9.956837533333331,133000000 +48.4279613,9.9568389,133000000 +48.4279303,9.9568308,38500000 +48.42792693333333,9.956829933333331,38500000 +48.4279138,9.9568265,76600000 +48.42791105,9.9568257,76600000 +48.42790143333334,9.956823166666666,58300000 +48.42789805,9.9568225,36900000 +48.42789796666667,9.956822533333332,36900000 +48.4278977,9.9568227,23400000 +48.427897650000006,9.9568227,23400000 +48.4278975,9.9568227,40400000 +48.4278975,9.9568227,40400000 +48.4278975,9.9568227,39200000 +48.4278975,9.9568227,18700000 +48.4278975,9.9568227,18700000 +48.4278975,9.9568227,38000000 +48.4278975,9.9568227,44800000 +48.4278975,9.9568227,103000000 +48.4278975,9.9568227,103000000 +48.4278975,9.9568227,44300000 +48.4278975,9.9568227,38600000 +48.4278975,9.9568227,38600000 +48.4278975,9.9568227,74000000 +48.4278975,9.9568227,74000000 +48.4278975,9.9568227,29300000 +48.4278975,9.9568227,59700000 +48.4278975,9.9568227,59700000 +48.4278975,9.9568227,59700000 +48.4278975,9.9568227,72100000 +48.4278975,9.9568227,72100000 +48.4278975,9.9568227,66400000 +48.4278975,9.9568227,66400000 +48.4278975,9.9568227,38600000 +48.4278975,9.9568227,22600000 +48.4278975,9.9568227,36900000 +48.4278975,9.9568227,36900000 +48.4278975,9.9568227,43700000 +48.4278975,9.9568227,43700000 +48.4278975,9.9568227,43600000 +48.4278975,9.9568227,43600000 +48.4278975,9.9568227,35800000 +48.4278975,9.9568227,35800000 +48.4278975,9.9568227,49800000 +48.4278975,9.9568227,49800000 +48.4278975,9.9568227,40500000 +48.4278975,9.9568227,45400000 +48.4278975,9.9568227,45400000 +48.4278975,9.9568227,102000000 +48.4278975,9.9568227,102000000 +48.4278975,9.9568227,59100000 +48.4278975,9.9568227,59900000 +48.4278975,9.9568227,59900000 +48.42789466666667,9.956821766666666,56000000 +48.4278978,9.9568228,56000000 +48.42789655,9.95682235,56000000 +48.4278846,9.9568187,24000000 +48.42787905,9.9568172,24000000 +48.42787246666666,9.9568154,24000000 +48.4278426,9.9568077,45000000 +48.427833,9.9568056,45000000 +48.42779045,9.9568,66000000 +48.4277789,9.956800433333337,66000000 +48.427732,9.9568065,27700000 +48.4277232,9.95681015,27700000 +48.4276702,9.956850700000002,25900000 +48.4276804,9.9568389,25900000 +48.427628,9.95691345,27300000 +48.42762063333333,9.9569309,27300000 +48.4275932,9.9570037,39900000 +48.4275879,9.9570241,39900000 +48.4275705,9.9571101,36000000 +48.4275677,9.957129233333337,36000000 +48.4275531,9.9572424,48800000 +48.4275558,9.9572165,48800000 +48.42755093333333,9.957264533333332,48800000 +48.42753855,9.9573937,29100000 +48.4275413,9.9573646,29100000 +48.4275269,9.9575142,49100000 +48.4275239,9.957546199999998,49100000 +48.4275298,9.9574828,49100000 +48.4275118,9.9576767,46200000 +48.42750925,9.9577022,46200000 +48.4274958,9.957833,43000000 +48.42749203333333,9.957869466666669,43000000 +48.4274763,9.958018,18900000 +48.4274719,9.958056549999998,18900000 +48.4274553,9.95821485,29900000 +48.42745086666667,9.9582559,29900000 +48.42742293333333,9.958493866666666,22800000 +48.4274277,9.9584544,22800000 +48.4274026,9.9586594,19900000 +48.42739695,9.95870265,19900000 +48.4273795,9.9588326,24900000 +48.4273735,9.95887595,24900000 +48.42736773333333,9.958919,24900000 +48.4273387,9.9591336,21700000 +48.4273444,9.9590907,21700000 +48.4273141,9.95930705,21300000 +48.4273206,9.9592631,21300000 +48.42730766666667,9.959351433333334,21300000 +48.4272766,9.95956585,23200000 +48.4272819,9.9595311,23200000 +48.4272571,9.9596946,24100000 +48.4272503,9.9597422,24100000 +48.42724316666666,9.9597903,24100000 +48.4272144,9.9599836,23500000 +48.42720715,9.9600321,23500000 +48.4271851,9.9601777,28000000 +48.42717785,9.9602261,28000000 +48.42717033333333,9.960274466666666,28000000 +48.4271313,9.9605044,27000000 +48.4271378,9.9604682,27000000 +48.42712396666667,9.9605487,27000000 +48.4270853,9.9607825,28000000 +48.4270935,9.9607341,28000000 +48.4270601,9.9609277,20100000 +48.4270518,9.9609759,20100000 +48.4270227,9.9611448,31500000 +48.42701445,9.9611929,31500000 +48.42700596666666,9.961240833333331,31500000 +48.4269672,9.9614568,44500000 +48.4269755,9.9614086,44500000 +48.42696016666667,9.9614971,44500000 +48.426706200000005,9.962947866666669,23900000 +48.42671425,9.96289795,23900000 +48.4266696,9.9631738,27900000 +48.42666163333333,9.963224833333332,27900000 +48.4266262,9.9634556,17200000 +48.4266033,9.9636112,23500000 +48.42659569999999,9.96366315,23500000 +48.42658993333333,9.963706666666669,23500000 +48.4265632,9.9638987,24400000 +48.42655565,9.96395125,24400000 +48.42654943333333,9.963995233333334,24400000 +48.42651705,9.96422965,22300000 +48.42651176666666,9.9642697,22300000 +48.426478333333336,9.964526,22800000 +48.42648365,9.9644822,22800000 +48.42645185000001,9.964742350000002,18100000 +48.426445300000005,9.964793033333336,18100000 +48.4264137,9.96503025,24300000 +48.42639025,9.9652109,32900000 +48.42638546666666,9.965250266666668,32900000 +48.4263636,9.9654455,22300000 +48.426360200000005,9.965484233333331,22300000 +48.426344150000006,9.9656775,28700000 +48.42634136666667,9.965716,28700000 +48.4263478,9.9656313,28700000 +48.426326466666666,9.965944133333334,29100000 +48.42632865,9.96590695,29100000 +48.4263313,9.9658618,29100000 +48.4263179,9.9661054,28300000 +48.42631585,9.966148,28300000 +48.4263142,9.9661831,28300000 +48.4263077,9.9663149,21200000 +48.42630625,9.9663452,21200000 +48.42630506666666,9.9663751,21200000 +48.42629835,9.9665298,31200000 +48.42629723333334,9.966560366666668,31200000 +48.42629075,9.9667094,38400000 +48.42628933333333,9.9667383,38400000 +48.42627965,9.9668819,33000000 +48.42627733333333,9.966910566666668,33000000 +48.42626235,9.9670537,28800000 +48.426258233333336,9.967082033333334,28800000 +48.42622293333333,9.9672671,36100000 +48.4262296,9.9672396,36100000 +48.4261785,9.967428833333331,22600000 +48.4257194,9.9683872,175000000 +48.42568506666667,9.9685234,112000000 +48.42552343333333,9.969390233333334,23900000 +48.4255216,9.96941995,23700000 +48.425528633333336,9.9694714,32200000 +48.42555065,9.96953005,18800000 +48.42558996666667,9.969583766666666,20900000 +48.425640900000005,9.96962225,27000000 +48.425701333333336,9.969648966666666,68100000 +48.42577125,9.969676,128000000 +48.4261958,9.9697885,41800000 +48.42621626666667,9.9697916,41800000 +48.42631645,9.96980575,94800000 +48.42633343333333,9.969807766666667,94800000 +48.42698103333333,9.969790366666668,104000000 +48.4269524,9.9697951,104000000 +48.42712595,9.9697622,168000000 +48.4272581,9.969727466666669,112000000 +48.42742546666667,9.969673933333333,19000000 +48.42754715,9.96963005,84200000 +48.427936433333336,9.9694891,36900000 +48.4280528,9.969452433333332,34100000 +48.42817286666666,9.9694194,22400000 +48.42830046666666,9.969385766666669,55700000 +48.42841856666666,9.969359933333331,38500000 +48.428548025000005,9.96933915,27000000 +48.42868229999999,9.969327533333333,55400000 +48.42879666666666,9.969322733333334,153000000 +48.43068275,9.9697312,23500000 +48.4308691,9.9698366,24500000 +48.4308891,9.96984815,24500000 +48.4309677,9.9698936,26800000 +48.4309867,9.969904666666666,26800000 +48.4310615,9.9699486,22900000 +48.4310797,9.9699596,22900000 +48.43115145,9.9700034,23100000 +48.43116916666667,9.970014233333332,23100000 +48.43116916666667,9.970014233333332,23100000 +48.43125635,9.9700674,17500000 +48.4314062,9.9701567,45600000 +48.4314222,9.9701662,45600000 +48.4314222,9.9701662,45600000 +48.43149966666667,9.970213166666666,28100000 +48.4315754,9.97025855,106000000 +48.43180236666666,9.970346333333334,142000000 +48.43214655,9.9699527,105650000 +48.432161166666674,9.969846266666666,26600000 +48.43217435,9.9697332,18000000 +48.43218623333333,9.9696125,23500000 +48.4321981,9.96948515,23700000 +48.4322461,9.9691339,76600000 +48.4322507,9.969112166666669,76600000 +48.4322749,9.96901015,64400000 +48.43229645,9.96894235,19200000 +48.43230216666666,9.9689276,19200000 +48.43232995,9.9688593,20500000 +48.4318296,9.9658808,19300000 +48.43161375,9.9649934,19200000 +48.431607766666666,9.964967966666668,19200000 +48.4315755,9.964835,33500000 +48.43154845,9.9647244,28800000 +48.431541933333335,9.964696566666667,28800000 +48.4315156,9.9645855,33300000 +48.43150935,9.9645578,33300000 +48.43148425,9.96444735,21500000 +48.431477933333326,9.9644206,21500000 +48.4314525,9.9643138,25800000 +48.43144635,9.9642873,25800000 +48.4314245,9.9641956,30600000 +48.431419266666666,9.964174433333334,30600000 +48.431387666666666,9.9640429,28800000 +48.43139355,9.96406815,28800000 +48.4313604,9.9639252,18300000 +48.431355833333335,9.963902233333334,18300000 +48.4313388,9.9638057,45200000 +48.4313349,9.96378085,45200000 +48.4313212,9.96368075,28300000 +48.4313183,9.963655866666668,28300000 +48.431307,9.9635567,24700000 +48.43130465,9.963532,24700000 +48.43129645,9.96343365,22600000 +48.431295,9.963409333333331,22600000 +48.4312908,9.963314,24100000 +48.4312911,9.96329215,24100000 +48.43130153333334,9.963198033333336,23000000 +48.4312979,9.963214,23000000 +48.4313205,9.9631245,20300000 +48.4313354,9.963053933333333,19000000 +48.4313381,9.9629955,25900000 +48.4313363,9.96298125,25900000 +48.431328,9.9629396,17200000 +48.43132345,9.9629266,17200000 +48.431318233333336,9.962914,17200000 +48.4312951,9.9628649,31300000 +48.43128845,9.96285325,31300000 +48.4312687,9.9628179,26500000 +48.43125653333333,9.9627922,26500000 +48.4312626,9.96280535,26500000 +48.4312332,9.9627369,21700000 +48.43122825,9.9627212,21700000 +48.43121005,9.9626528,25500000 +48.4312067,9.962636866666667,25500000 +48.43119045,9.9625529,30900000 +48.43118723333333,9.962534666666668,30900000 +48.4311731,9.9624521,24400000 +48.4311693,9.962428,24400000 +48.4311663,9.962407433333333,24400000 +48.431150200000005,9.9622872,37300000 +48.4311535,9.9623142,37300000 +48.431138950000005,9.9621897,32200000 +48.431136333333335,9.962165433333332,32200000 +48.4311267,9.9620717,34800000 +48.4311239,9.9620408,34800000 +48.43112163333333,9.962014733333334,34800000 +48.431108566666666,9.9618529,24800000 +48.4311134,9.9619139,24800000 +48.43111075,9.9618809,24800000 +48.43109546666667,9.961686366666669,30300000 +48.43109805,9.9617188,30300000 +48.4310857,9.9615679,29300000 +48.43108255,9.9615318,29300000 +48.43107990000001,9.961501566666668,29300000 +48.4310632,9.961298966666666,18300000 +48.43106555,9.96133015,18300000 +48.4310686,9.9613674,18300000 +48.4310534,9.961161,17300000 +48.431051800000006,9.96113245,17300000 +48.4310504,9.9611039,17300000 +48.431046,9.9609893,23900000 +48.4310455,9.96095085,23900000 +48.4310452,9.9609187,23900000 +48.431044766666666,9.9607181,32100000 +48.4310446,9.9607475,32100000 +48.4310445,9.9607768,32100000 +48.4310459,9.9605803,20500000 +48.43104625,9.96054045,20500000 +48.4310475,9.9604199,28600000 +48.43104785,9.9603792,28600000 +48.43104803333333,9.9603451,28600000 +48.4310485,9.960215,22700000 +48.43104783333334,9.9601391,22700000 +48.431048200000006,9.9601736,22700000 +48.4310458,9.959933333333334,27300000 +48.43104615,9.9599672,27300000 +48.4310465,9.9600081,27300000 +48.4310435,9.9598059,35500000 +48.4310425,9.95976675,35500000 +48.43104156666667,9.9597344,35500000 +48.4310372,9.9595926,21100000 +48.4310356,9.95955405,21100000 +48.43103413333333,9.959521933333336,21100000 +48.4310242,9.95934315,16100000 +48.4310268,9.9593813,16100000 +48.431021833333325,9.9593114,16100000 +48.4310122,9.9591915,26100000 +48.4310086,9.9591541,26100000 +48.4310054,9.9591231,26100000 +48.430983966666666,9.958933033333333,30700000 +48.4309908,9.9589878,30700000 +48.4309875,9.9589603,30700000 +48.4309596,9.958753066666668,56400000 +48.4309671,9.9588064,56400000 +48.4309634,9.95877965,56400000 +48.4309416,9.9586301,41800000 +48.43093625,9.9585955,41800000 +48.4309226,9.9585096,41200000 +48.43091685,9.95847575,41200000 +48.4309111,9.958442266666667,41200000 +48.43088365,9.9582859,22700000 +48.43087913333333,9.958262066666666,22700000 +48.4308882,9.9583098,22700000 +48.430858,9.9581515,33600000 +48.43085355,9.95812815,33600000 +48.4308491,9.9581049,33600000 +48.4308286,9.957997,24100000 +48.4308228,9.95796685,24100000 +48.4308181,9.957942066666666,24100000 +48.43079445,9.9578123,32500000 +48.4307983,9.9578341,32500000 +48.43079445,9.9578123,32500000 +48.4307722,9.957684933333333,20600000 +48.4307368,9.9574623,33000000 +48.4307338,9.957442749999998,33000000 +48.43072196666666,9.957362033333332,19100000 +48.43071056666667,9.957276533333332,21600000 +48.4307032,9.9572209,41500000 +48.4307018,9.9572101,41500000 +48.43069623333333,9.9571684,35700000 +48.43069715,9.9571744,35700000 +48.4306981,9.9571817,35700000 +48.430693,9.9571452,28300000 +48.43069215,9.957139649999998,28300000 +48.43069215,9.957139649999998,28300000 +48.4306767,9.9570832,141000000 +48.430674,9.9570778,141000000 +48.43067,9.957071533333334,141000000 +48.43067,9.957071533333334,141000000 +48.4306025,9.957020466666668,180000000 +48.4306117,9.9570232,180000000 +48.4305201,9.957013,73900000 +48.430508200000006,9.95701365,73900000 +48.430498,9.957014366666668,73900000 +48.4304388,9.9570208,136000000 +48.4304522,9.9570186,136000000 +48.4302454,9.9570589,156000000 +48.43022905,9.95706145,156000000 +48.43021516666666,9.9570636,156000000 +48.429657250000005,9.95710075,151000000 +48.4292548,9.9570682,135000000 +48.4292336,9.9570653,135000000 +48.42912675,9.95704965,125000000 +48.42794265,9.95683575,48800000 +48.4279478,9.9568369,48800000 +48.427920633333336,9.9568308,88600000 +48.4279243,9.9568316,88600000 +48.4279284,9.9568325,88600000 +48.4279076,9.9568281,30100000 +48.4279055,9.95682775,30100000 +48.4279002,9.9568269,65900000 +48.42789945,9.9568268,65900000 +48.4278989,9.956826733333331,65900000 +48.4278976,9.9568264,73900000 +48.4278975,9.9568263,73900000 +48.4278973,9.956826,77100000 +48.4278973,9.9568259,77100000 +48.42789726666666,9.956825833333331,77100000 +48.4278971,9.9568257,88700000 +48.4278971,9.9568257,88700000 +48.4278971,9.9568257,92800000 +48.4278971,9.9568257,92800000 +48.4278971,9.9568257,92800000 +48.4278971,9.9568257,25300000 +48.4278971,9.9568257,25300000 +48.4278971,9.9568257,21100000 +48.4278971,9.9568257,21100000 +48.4278971,9.9568257,95700000 +48.4278971,9.9568257,95700000 +48.4278971,9.9568257,46300000 +48.4278971,9.9568257,46300000 +48.4278971,9.9568257,46300000 +48.4278971,9.9568257,54800000 +48.4278971,9.9568257,54800000 +48.4278971,9.9568257,44300000 +48.4278971,9.9568257,44300000 +48.4278971,9.9568257,44300000 +48.4278971,9.9568257,42600000 +48.4278971,9.9568257,42600000 +48.4278971,9.9568257,53400000 +48.4278971,9.9568257,53400000 +48.4278971,9.9568257,110000000 +48.4278971,9.9568257,110000000 +48.4278971,9.9568257,110000000 +48.4278971,9.9568257,88900000 +48.4278971,9.9568257,88900000 +48.4278971,9.9568257,62000000 +48.4278971,9.9568257,62000000 +48.4278971,9.9568257,62000000 +48.4278971,9.9568257,58000000 +48.4278971,9.9568257,58000000 +48.4278971,9.9568257,58000000 +48.4278971,9.9568257,51800000 +48.4278971,9.9568257,51800000 +48.4278971,9.9568257,47500000 +48.4278971,9.9568257,47500000 +48.4278971,9.9568257,47500000 +48.4278971,9.9568257,42300000 +48.4278971,9.9568257,42300000 +48.4278971,9.9568257,55000000 +48.4278971,9.9568257,55000000 +48.4278971,9.9568257,55000000 +48.4278971,9.9568257,75400000 +48.4278971,9.9568257,75400000 +48.4278971,9.9568257,75400000 +48.4278971,9.9568257,102000000 +48.4278971,9.9568257,102000000 +48.4278971,9.9568257,102000000 +48.4278971,9.9568257,61000000 +48.4278971,9.9568257,61000000 +48.4278971,9.9568257,56900000 +48.4278971,9.9568257,56900000 +48.4278971,9.9568257,56900000 +48.4278971,9.9568257,109000000 +48.4278971,9.9568257,109000000 +48.4278971,9.9568257,92000000 +48.4278971,9.9568257,92000000 +48.4278971,9.9568257,92000000 +48.4278971,9.9568257,161000000 +48.4278971,9.9568257,161000000 +48.4278971,9.9568257,124000000 +48.4278971,9.9568257,124000000 +48.4278971,9.9568257,124000000 +48.4278971,9.9568257,134000000 +48.4278971,9.9568257,134000000 +48.4278971,9.9568257,134000000 +48.4278971,9.9568257,145000000 +48.4278971,9.9568257,145000000 +48.4278971,9.9568257,145000000 +48.4278971,9.9568257,145000000 +48.4278971,9.9568257,96900000 +48.4278971,9.9568257,155000000 +48.4278971,9.9568257,86600000 +48.4278971,9.9568257,158000000 +48.4278971,9.9568257,98000000 +48.4278971,9.9568257,95800000 +48.4278971,9.9568257,95800000 +48.4278971,9.9568257,95800000 +48.4278971,9.9568257,90000000 +48.4278971,9.9568257,90000000 +48.4278971,9.9568257,56500000 +48.4278971,9.9568257,56500000 +48.4278971,9.9568257,56500000 +48.4278971,9.9568257,56500000 +48.4278971,9.9568257,42400000 +48.4278971,9.9568257,49100000 +48.4278971,9.9568257,115000000 +48.4278971,9.9568257,143000000 +48.4278971,9.9568257,27200000 +48.4278971,9.9568257,54300000 +48.4278971,9.9568257,106000000 +48.4278971,9.9568257,22500000 +48.4278971,9.9568257,29100000 +48.4278971,9.9568257,70700000 +48.4278971,9.9568257,104000000 +48.427897066666674,9.956825666666669,35800000 +48.42788943333333,9.956823733333334,39900000 +48.4278667,9.95681795,34800000 +48.427826466666666,9.9568092,39800000 +48.42777145,9.95680755,25500000 +48.4277089,9.956833533333334,29500000 +48.42764623333333,9.9568997,36700000 +48.42759806666667,9.956998966666667,29800000 +48.4275686,9.9571085,38600000 +48.4275496,9.9572398,40400000 +48.42753395,9.95738065,37200000 +48.42751810000001,9.9575347,29900000 +48.42749856666666,9.9577257,22000000 +48.42747873333334,9.957930966666666,32100000 +48.42745683333334,9.9581506,31300000 +48.4274336,9.958382566666666,23800000 +48.42741169999999,9.9585841,30500000 +48.42738586666667,9.9587996,25800000 +48.4273597,9.9590058,24700000 +48.427331333333335,9.959226333333334,21600000 +48.42730535,9.959424,30600000 +48.427299233333336,9.959468333333332,30600000 +48.42726389999999,9.959713066666668,29100000 +48.4272339,9.95991455,32900000 +48.42720366666666,9.9601104,20600000 +48.42716106666666,9.960369033333334,26300000 +48.42712385,9.96058685,26100000 +48.42709655,9.9607587,28300000 +48.427087633333336,9.9608124,28300000 +48.4270462,9.961058,28400000 +48.42701106666667,9.961265533333334,34900000 +48.42696733333333,9.961518966666668,39400000 +48.426930600000006,9.9617269,39300000 +48.4268908,9.9619503,23200000 +48.4268492,9.962182433333334,25600000 +48.42672405,9.96288545,24500000 +48.42671793333333,9.962921533333336,24500000 +48.426681333333335,9.963139166666666,18600000 +48.4266463,9.963358866666669,31200000 +48.426640125,9.96339585,31200000 +48.42660005,9.96364295,23700000 +48.42656529999999,9.963872766666666,32600000 +48.426531366666666,9.964126766666666,36900000 +48.42649883333333,9.964382966666667,25200000 +48.42646536666666,9.964635233333333,29800000 +48.4264404,9.9648382,25300000 +48.42643516666667,9.964877566666669,25300000 +48.42640875,9.96507125,26100000 +48.42640356666666,9.965108833333334,26100000 +48.426380300000005,9.96528375,24400000 +48.426376233333336,9.965316666666668,24400000 +48.42635246666666,9.9655503,25400000 +48.42635555,9.96551365,25400000 +48.426333066666665,9.965794133333333,31200000 +48.42632195,9.9659692,39100000 +48.42632030000001,9.966002766666668,39100000 +48.4263114,9.9661816,20500000 +48.42630966666667,9.966218766666666,20500000 +48.42629996666667,9.966448,29800000 +48.4263018,9.9664039,29800000 +48.42628873333334,9.966679533333332,29000000 +48.4262924,9.9666015,29000000 +48.42629055,9.9666443,29000000 +48.4262799,9.9668325,23800000 +48.42627655,9.9668728,23800000 +48.426273433333336,9.966906066666668,23800000 +48.4262586,9.9670499,20100000 +48.42625455,9.96707815,20100000 +48.42625029999999,9.9671059,20100000 +48.4262289,9.9672321,22700000 +48.4262235,9.96725775,22700000 +48.4262176,9.9672827,22700000 +48.42618455,9.96740355,49900000 +48.4261768,9.9674263,49900000 +48.425527,9.9693178,48100000 +48.425525050000005,9.96932775,48100000 +48.4255173,9.96936565,29000000 +48.425515700000005,9.9693751,29000000 +48.4255099,9.9694231,17800000 +48.42551513333333,9.969479833333333,28000000 +48.425537,9.96953955,21600000 +48.42556705,9.9695797,26000000 +48.4255766,9.969588233333331,26000000 +48.425629400000005,9.96962635,36000000 +48.4256174,9.9696201,36000000 +48.4256813,9.96965015,48400000 +48.42569563333333,9.9696556,48400000 +48.42577145,9.9696834,117000000 +48.4261661,9.96978625,41000000 +48.4262323,9.9697973,75700000 +48.42625515,9.96980005,75700000 +48.426278,9.969802666666666,75700000 +48.42699073333333,9.9697872,41000000 +48.42720473333333,9.969740533333333,75900000 +48.4273852,9.96968325,61700000 +48.4274059,9.969674966666666,61700000 +48.4275101,9.9696311,99900000 +48.4276164,9.969584566666668,107000000 +48.427595,9.9695937,107000000 +48.42804025,9.9694441,30200000 +48.42815396666666,9.969418133333336,26200000 +48.42827015,9.9693905,28700000 +48.4283892,9.9693652,108000000 +48.4285116,9.9693456,170000000 +48.428637,9.969331433333332,83200000 +48.42876265,9.96932285,166000000 +48.42959679999999,9.9693601,21800000 +48.42971195,9.96937745,20800000 +48.42983446666667,9.969399333333334,23100000 +48.4299304,9.9694195,22500000 +48.42995345,9.969425,22500000 +48.43005155,9.9694508,26600000 +48.43014945,9.96948175,61100000 +48.43017246666667,9.969489966666666,61100000 +48.4302988,9.96953835,24600000 +48.430390200000005,9.9695792,52700000 +48.43049875,9.9696307,26800000 +48.430523533333336,9.969642966666669,26800000 +48.4306416,9.9697031,30900000 +48.4307381,9.9697547,60800000 +48.4308317,9.96980665,40200000 +48.43085299999999,9.969818833333331,40200000 +48.430957,9.96987965,33100000 +48.4310556,9.9699389,50300000 +48.4311509,9.9699971,23500000 +48.431242966666666,9.9700536,19500000 +48.4313343,9.97010935,31500000 +48.4314249,9.9701642,47400000 +48.4315225,9.970224,45400000 +48.43169295,9.97031475,129000000 +48.43175875,9.970337,138000000 +48.43177483333333,9.970340033333336,138000000 +48.43185335,9.97034735,111000000 +48.4319261,9.9703338,109000000 +48.4319122,9.9703391,109000000 +48.4319806,9.9703059,129000000 +48.43199295,9.9702952,129000000 +48.43203915,9.97024485,161000000 +48.43204896666666,9.970229066666668,161000000 +48.4321254,9.970045533333332,61500000 +48.432148,9.9699319,144000000 +48.43215915,9.969846700000002,123000000 +48.4321713,9.969734766666669,106000000 +48.43218305,9.9696188,60300000 +48.4321931,9.9695288,60400000 +48.43219536666667,9.9695071,60400000 +48.4322067,9.96939725,126000000 +48.4322202,9.9692854,103000000 +48.43223635,9.9691735,94200000 +48.432252250000005,9.9690865,25400000 +48.43225693333334,9.969066166666666,25400000 +48.43228295,9.96896985,34200000 +48.43230655,9.96890435,33100000 +48.4323127,9.968890466666666,33100000 +48.43234315,9.9688269,27600000 +48.4323673,9.968766566666668,40400000 +48.4323758,9.968703649999998,33100000 +48.432370250000005,9.9686511,39800000 +48.43236793333333,9.9686369,39800000 +48.43235395,9.96856395,36100000 +48.432341,9.96850085,35900000 +48.43233813333333,9.968483833333332,35900000 +48.43232485,9.9683949,23900000 +48.4323271,9.9684138,23900000 +48.43231705,9.9683169,39700000 +48.43231516666666,9.9682962,39700000 +48.43230495,9.9681902,28400000 +48.4323072,9.9682123,28400000 +48.432294600000006,9.96809425,19000000 +48.43229170000001,9.968068633333331,19000000 +48.43227705,9.9679449,29900000 +48.4322803,9.9679696,29900000 +48.43226275,9.96784445,31200000 +48.432259,9.9678181,31200000 +48.4322385,9.96768525,33000000 +48.4322431,9.967712,33000000 +48.4322245,9.9676055,20600000 +48.43221955,9.96757915,20600000 +48.4322147,9.9675532,20600000 +48.432195,9.9674498,36200000 +48.432190250000005,9.96742455,36200000 +48.432166,9.967298466666668,21800000 +48.4321756,9.9673488,21800000 +48.43217095,9.96732355,21800000 +48.4321457,9.9671973,29500000 +48.4321406,9.9671725,29500000 +48.4321257,9.9670959,44600000 +48.43212055,9.96707045,44600000 +48.43211506666666,9.967045,44600000 +48.4320922,9.9669442,40000000 +48.43208495,9.96691285,40000000 +48.4320657,9.966832,41600000 +48.43205995,9.96680715,41600000 +48.43203645,9.9667097,28700000 +48.4320306,9.966686033333334,28700000 +48.43200195,9.9665698,22700000 +48.4320071,9.9665929,22700000 +48.431981,9.96647985,34400000 +48.43197596666667,9.966457866666666,34400000 +48.4319557,9.9663706,26900000 +48.4319506,9.9663493,26900000 +48.43193,9.96626435,21900000 +48.43192483333333,9.966242666666666,21900000 +48.431904,9.9661551,20900000 +48.43189855,9.9661327,20900000 +48.43187026666666,9.966019466666667,25700000 +48.4318763,9.96604225,25700000 +48.4318452,9.9659281,21900000 +48.43183835,9.9659052,21900000 +48.43181125,9.96581215,25000000 +48.4318046,9.965788166666668,25000000 +48.4317789,9.9656907,36900000 +48.43177245,9.96566565,36900000 +48.43174805,9.96556425,26200000 +48.43174203333333,9.9655383,26200000 +48.4317179,9.9654335,26400000 +48.43171185,9.9654069,26400000 +48.43168655,9.9652992,34500000 +48.4316801,9.965272,34500000 +48.431654,9.9651628,34700000 +48.4316475,9.96513495,34700000 +48.4316475,9.96513495,34700000 +48.43161276666666,9.9649953,30400000 +48.4315781,9.96485155,28500000 +48.43154226666667,9.9647046,21400000 +48.4315065,9.96455515,25600000 +48.431468466666665,9.964403033333332,24200000 +48.43142845,9.9642484,27600000 +48.43138976666666,9.964095966666669,24100000 +48.4313555,9.96394655,31900000 +48.43133046666666,9.963804266666664,29700000 +48.43131295,9.9636707,32200000 +48.43130126666667,9.9635459,26500000 +48.4312934,9.9634258,35800000 +48.4312899,9.96333535,22700000 +48.4312897,9.9633143,22700000 +48.431293100000005,9.96321575,20300000 +48.431308300000005,9.963137533333333,28500000 +48.43132645,9.96306065,22900000 +48.4313299,9.96300275,32300000 +48.4313166,9.962939400000002,29600000 +48.4312922,9.9628796,27700000 +48.43126635,9.9628297,33700000 +48.43125993333334,9.9628163,33700000 +48.43123085,9.96274845,32300000 +48.43121205,9.96268795,28300000 +48.4312079,9.962671066666667,28300000 +48.4311872,9.9625792,33600000 +48.43117055,9.9624931,25300000 +48.43116663333333,9.962469366666667,25300000 +48.43114825,9.96234495,28500000 +48.4311345,9.9622273,22500000 +48.43111983333333,9.962068733333334,32300000 +48.4311074,9.96190585,30500000 +48.43109585,9.96176725,54900000 +48.43109293333333,9.961731233333332,54900000 +48.4310808,9.9615861,30300000 +48.4310777,9.9615491,30300000 +48.43106565,9.96139895,56600000 +48.43106276666666,9.961360633333332,56600000 +48.4310486,9.9611466,28900000 +48.4310509,9.9611861,28900000 +48.43104145,9.96098655,27300000 +48.4310407,9.960945533333335,27300000 +48.4310386,9.9607805,22000000 +48.431038650000005,9.96073845,22000000 +48.4310404,9.9605248,20900000 +48.431042000000005,9.9603054,30400000 +48.43104193333334,9.9600824,53100000 +48.4310423,9.9601271,53100000 +48.4310406,9.9599042,67100000 +48.4310398,9.9598595,67100000 +48.43103366666667,9.959638733333334,27400000 +48.4310354,9.95968225,27400000 +48.4310258,9.9594658,24900000 +48.4310232,9.95942355,24900000 +48.4310112,9.95925525,30500000 +48.43100760000001,9.959213833333331,30500000 +48.430992,9.959049,32700000 +48.43098755,9.95900885,32700000 +48.43096296666667,9.958810533333336,37100000 +48.43096835,9.95884945,37100000 +48.43093425,9.95861865,38500000 +48.4309403,9.9586562,38500000 +48.4309033,9.958435533333336,31100000 +48.43090960000001,9.95847115,31100000 +48.43087145,9.95826095,34900000 +48.4308776,9.9582948,34900000 +48.43084003333333,9.9580951,40700000 +48.43084635,9.95812755,40700000 +48.4308152,9.9579668,16200000 +48.43080945,9.957935549999998,16200000 +48.43078705,9.9578132,35600000 +48.4307819,9.957783733333336,35600000 +48.4307601,9.957655,37400000 +48.4307557,9.95762795,37400000 +48.4307396,9.95752425,62800000 +48.430725800000005,9.95742815,34200000 +48.43072270000001,9.957406566666668,34200000 +48.4306944,9.9571944,146000000 +48.43069365,9.9571872,85350000 +48.4306944,9.9571944,85350000 +48.43069065,9.95716125,31400000 +48.43068993333333,9.957155266666666,31400000 +48.4306866,9.9571311,56500000 +48.43068545,9.95712465,56500000 +48.4306753,9.957089133333334,36700000 +48.43067845,9.95709665,36700000 +48.43061443333334,9.957027166666668,168000000 +48.4306234,9.95703025,168000000 +48.4305769,9.9570181,107000000 +48.43056615,9.9570183,72350000 +48.4305769,9.9570181,72350000 +48.4305214,9.9570227,32000000 +48.4305096,9.957024333333331,32000000 +48.43037846666666,9.957040933333332,111000000 +48.4304072,9.9570368,111000000 +48.430393,9.9570388,111000000 +48.42996175,9.95709335,141000000 +48.4299804,9.957092,141000000 +48.4291481,9.9570459,130000000 +48.4291276,9.95704275,130000000 +48.4281102,9.9568732,33100000 +48.42810076666667,9.956870966666669,33100000 +48.4280565,9.95686015,47300000 +48.4280646,9.9568622,47300000 +48.42801883333334,9.956850933333332,65800000 +48.42802575,9.95685255,65800000 +48.42798655,9.9568434,49400000 +48.4279924,9.9568448,49400000 +48.42796445,9.9568381,61600000 +48.42795949999999,9.956836866666668,61600000 +48.4279405,9.9568319,56800000 +48.4279361,9.95683075,56800000 +48.42791975,9.9568266,60800000 +48.427916833333335,9.956825933333333,60800000 +48.4279076,9.9568237,25500000 +48.42790675,9.9568236,25500000 +48.4279059,9.9568237,81900000 +48.42790585,9.9568237,81900000 +48.4279058,9.9568237,81900000 +48.4279055,9.9568237,108000000 +48.42790545,9.9568237,108000000 +48.42790525,9.9568237,180000000 +48.42790523333333,9.956823766666668,180000000 +48.4279052,9.9568239,93500000 +48.4279052,9.9568239,93500000 +48.4279052,9.9568239,91400000 +48.4279052,9.9568239,91400000 +48.4279052,9.9568239,91400000 +48.4279052,9.9568239,113000000 +48.4279052,9.9568239,113000000 +48.4279052,9.9568239,132000000 +48.4279052,9.9568239,132000000 +48.4279052,9.9568239,58500000 +48.4279052,9.9568239,58500000 +48.4279052,9.9568239,77800000 +48.4279052,9.9568239,77800000 +48.4279052,9.9568239,77800000 +48.4279052,9.9568239,120000000 +48.4279052,9.9568239,120000000 +48.4279052,9.9568239,97500000 +48.4279052,9.9568239,97500000 +48.4279052,9.9568239,110000000 +48.4279052,9.9568239,110000000 +48.4279052,9.9568239,108000000 +48.4279052,9.9568239,108000000 +48.4279052,9.9568239,108000000 +48.4279052,9.9568239,104000000 +48.4279052,9.9568239,104000000 +48.4279052,9.9568239,153000000 +48.4279052,9.9568239,153000000 +48.4279052,9.9568239,107000000 +48.4279052,9.9568239,107000000 +48.4279052,9.9568239,104000000 +48.4279052,9.9568239,104000000 +48.4279052,9.9568239,134000000 +48.4279052,9.9568239,134000000 +48.4279052,9.9568239,105000000 +48.4279052,9.9568239,105000000 +48.4279052,9.9568239,105000000 +48.4279052,9.9568239,164000000 +48.4279052,9.9568239,164000000 +48.4279052,9.9568239,47900000 +48.4278412,9.9568109,34600000 +48.4278298,9.9568096,34600000 +48.4277985,9.956809,47300000 +48.42778805,9.956811,47300000 +48.42772793333334,9.9568375,23000000 +48.427739200000005,9.9568298,23000000 +48.4276823,9.9568736,29500000 +48.4276711,9.9568855,29500000 +48.4276282,9.95694145,36700000 +48.427618800000005,9.956959,36700000 +48.4275842,9.9570351,22700000 +48.427578,9.9570579,22700000 +48.42755546666667,9.9571814,32800000 +48.427558950000005,9.95715505,32800000 +48.42753905,9.95732035,18400000 +48.4275422,9.9572907,18400000 +48.4275232,9.957476233333333,23400000 +48.4275263,9.9574434,23400000 +48.4275072,9.95764555,38800000 +48.4275106,9.9576101,38800000 +48.42749375,9.95779145,34800000 +48.427490166666665,9.957829566666668,34800000 +48.4274748,9.9579844,28800000 +48.42747115,9.9580248,28800000 +48.42745475,9.9581898,22600000 +48.4274505,9.958232533333332,22600000 +48.4274328,9.9584059,32900000 +48.42742785,9.9584507,32900000 +48.42740625,9.95863305,30800000 +48.42740056666667,9.9586799,30800000 +48.4273766,9.9588694,28900000 +48.42737115,9.95891725,28900000 +48.4273458,9.95910955,25400000 +48.42733953333333,9.9591574,25400000 +48.4273138,9.9593486,24300000 +48.42730715,9.9593962,24300000 +48.42728145,9.95958645,35300000 +48.4272744,9.959633766666666,35300000 +48.4272389,9.9598701,29000000 +48.4272461,9.959823,29000000 +48.427210900000006,9.96005835,40300000 +48.42720376666667,9.960105333333331,40300000 +48.427175,9.9602931,26900000 +48.4271685,9.96034005,26900000 +48.42714045,9.9605272,42000000 +48.4271335,9.960573933333334,42000000 +48.42709675,9.9608076,15800000 +48.4271045,9.960761,15800000 +48.4270673,9.960971,43900000 +48.427059033333336,9.9610178,43900000 +48.4270183,9.9612517,35300000 +48.42698595,9.96143905,44000000 +48.426978166666665,9.961486,44000000 +48.426947,9.9616738,48600000 +48.42693885,9.96172045,48600000 +48.42689793333333,9.961955233333333,101000000 +48.42681,9.9624516,27300000 +48.426771,9.962681033333332,30100000 +48.42673216666666,9.9629208,25200000 +48.42669665,9.9631472,20100000 +48.42665853333333,9.9633925,18700000 +48.4266164,9.963673866666667,22200000 +48.4265834,9.963906,24800000 +48.426548125,9.964158,19700000 +48.42651435,9.96441475,21600000 +48.42648493333333,9.964640466666667,26100000 +48.4264548,9.9648492,23300000 +48.42642023333334,9.965085166666666,17400000 +48.42639113333333,9.96531,26600000 +48.42637345,9.96549715,35900000 +48.42635876666666,9.9656933,25300000 +48.42634433333333,9.965908066666666,22900000 +48.42633065,9.966136575,29400000 +48.42631985,9.966344,24100000 +48.42630975,9.9665504,31100000 +48.4262994,9.966785133333332,31800000 +48.4262873,9.9669646,16300000 +48.42626416666667,9.9671581,25600000 +48.4262264,9.96734395,33600000 +48.4261728,9.9675151,154000000 +48.425936,9.9679641,177000000 +48.4255394,9.9694025,88600000 +48.4255361,9.969414533333332,157000000 +48.42553195,9.9694338,96000000 +48.42553353333333,9.9694854,62800000 +48.42555225,9.96954845,23300000 +48.42558265,9.9695921,27400000 +48.42559246666666,9.9696016,27400000 +48.42564865,9.9696428,32800000 +48.4257205,9.969671733333334,30600000 +48.4258015,9.96970035,64800000 +48.42621665,9.9698014,90600000 +48.42633976666667,9.969816,43000000 +48.4269409,9.9698049,98800000 +48.4269638,9.9698014,98800000 +48.427054850000005,9.9697847,42700000 +48.42707736666667,9.969780033333334,42700000 +48.4270322,9.9697892,42700000 +48.4271671,9.9697605,72800000 +48.42718915,9.96975495,72800000 +48.4272769,9.9697316,63100000 +48.42729843333333,9.969724966666666,63100000 +48.4273845,9.969697,50600000 +48.4274056,9.96968955,50600000 +48.4274684,9.9696664,42600000 +48.427489300000005,9.96965855,42600000 +48.427510100000006,9.969650533333336,42600000 +48.42761345,9.9696105,133000000 +48.4275929,9.9696184,133000000 +48.427916466666666,9.9694987,121000000 +48.4282125,9.96940755,126000000 +48.428290450000006,9.9693864,64500000 +48.42830996666667,9.969381566666668,64500000 +48.4283878,9.9693634,23200000 +48.4284073,9.9693598,23200000 +48.4284656,9.9693499,123000000 +48.428485050000006,9.9693473,123000000 +48.42850453333333,9.969344833333333,123000000 +48.4285822,9.9693357,106000000 +48.42860155,9.96933365,106000000 +48.4286499,9.9693292,40900000 +48.42866925,9.96932765,40900000 +48.428688533333336,9.9693262,40900000 +48.4287655,9.969321,174000000 +48.4287847,9.9693199,174000000 +48.43116855,9.9624813,19200000 +48.4311539,9.96237835,22800000 +48.4311374,9.962238366666666,28900000 +48.43112245,9.9620882,25900000 +48.431108566666666,9.961927766666667,22100000 +48.43109475,9.96176235,25100000 +48.4310807,9.961596533333331,24300000 +48.431083650000005,9.96162965,24300000 +48.43106615,9.96143085,34100000 +48.43105246666666,9.961265233333334,19500000 +48.4310416,9.96109835,16100000 +48.43103606666667,9.960930666666668,37500000 +48.43103655,9.9607617,30300000 +48.43104036666667,9.960575333333331,18400000 +48.43103955,9.9606139,18400000 +48.43104295,9.9603893,30700000 +48.43104306666667,9.9602037,15500000 +48.4310431,9.96024135,15500000 +48.4310428,9.9600526,21500000 +48.43104265,9.96001465,21500000 +48.4310411,9.9598627,34900000 +48.4310404,9.959824500000002,34900000 +48.43103585,9.95963425,37100000 +48.431037,9.9596719,37100000 +48.4310281,9.9594479,36600000 +48.43103005,9.95948485,36600000 +48.4310161,9.95926405,25500000 +48.430998566666666,9.9590834,17300000 +48.4310026,9.9591192,17300000 +48.4309776,9.95890635,21000000 +48.43095326666667,9.958733066666666,19600000 +48.4309261,9.95856185,20400000 +48.43090345,9.95842625,16100000 +48.4308977,9.958392666666668,16100000 +48.430874,9.9582593,36000000 +48.430868200000006,9.95822675,36000000 +48.43084085,9.958080850000002,21300000 +48.4308166,9.9579528,31500000 +48.43081083333333,9.957921233333334,31500000 +48.43078295,9.95776555,27200000 +48.4307616,9.95763835,20400000 +48.43075653333333,9.9576072,20400000 +48.4307343,9.95746465,124000000 +48.4307207,9.9573691,89400000 +48.43071773333333,9.957349,89400000 +48.4307064,9.9572674,104000000 +48.4307045,9.95725345,104000000 +48.43069365,9.9571697,43900000 +48.4306928,9.957162533333332,43900000 +48.4306896,9.9571351,18500000 +48.430688700000005,9.9571285,18500000 +48.4306835,9.95709885,166000000 +48.43068063333334,9.9570901,166000000 +48.43066055,9.957048,89600000 +48.430633,9.9570233,162000000 +48.43058976666666,9.957010233333332,45400000 +48.43059875,9.95701115,45400000 +48.43054035,9.9570092,22600000 +48.43047936666667,9.957017866666668,43700000 +48.43040995,9.9570318,56000000 +48.43034875,9.95704425,64900000 +48.4303323,9.957047533333332,64900000 +48.4302474,9.95706315,98000000 +48.43015616666667,9.957077133333334,135000000 +48.42931843333333,9.957082866666669,135000000 +48.42920475,9.957070900000002,52900000 +48.4291218,9.9570595,119000000 +48.428007,9.9568644,101000000 +48.42800326666667,9.9568633,101000000 +48.4279899,9.9568595,45300000 +48.42798755,9.95685885,45300000 +48.42798115,9.9568569,79400000 +48.427980733333335,9.956856833333331,79400000 +48.42798,9.95685665,77800000 +48.427979933333326,9.956856466666666,81200000 +48.42797995,9.95685645,81200000 +48.4279798,9.9568566,125000000 +48.4279798,9.9568566,139000000 +48.4279798,9.9568566,97100000 +48.4279798,9.9568566,97100000 +48.4279798,9.9568566,90100000 +48.4279798,9.9568566,90100000 +48.4279798,9.9568566,66900000 +48.4279798,9.9568566,61100000 +48.4279798,9.9568566,61100000 +48.4279798,9.9568566,51100000 +48.4279798,9.9568566,62200000 +48.4279798,9.9568566,62200000 +48.4279798,9.9568566,165000000 +48.4279798,9.9568566,123000000 +48.4279798,9.9568566,123000000 +48.4279798,9.9568566,122000000 +48.4279798,9.9568566,122000000 +48.4279798,9.9568566,138000000 +48.4279798,9.9568566,138000000 +48.4279798,9.9568566,29500000 +48.4279766,9.9568552,50200000 +48.427979050000005,9.9568561,50200000 +48.42795615,9.9568485,105000000 +48.4279265,9.95683975,70900000 +48.427917,9.956836933333332,70900000 +48.4278756,9.956825,80200000 +48.42786335,9.95682205,80200000 +48.42781265,9.95681415,34500000 +48.427799066666665,9.956814666666666,34500000 +48.4277444,9.9568233,33600000 +48.4277312,9.9568299,33600000 +48.4276807,9.95686815,36200000 +48.42766926666667,9.9568825,36200000 +48.42761895,9.956967550000002,24600000 +48.42758656666666,9.957082033333334,21600000 +48.42756555,9.95721345,21900000 +48.427549733333336,9.9573635,24100000 +48.42755275,9.9573319,24100000 +48.4275371,9.9574928,40400000 +48.42753385,9.95752685,40400000 +48.4275206,9.95766865,49500000 +48.427516833333335,9.9577058,49500000 +48.4274978,9.9578976,35900000 +48.4274823,9.9580604,18700000 +48.42747803333333,9.958102633333334,18700000 +48.42745535,9.9583194,16700000 +48.4274357,9.9585009,22200000 +48.427430566666665,9.9585479,22200000 +48.4274087,9.958738,25400000 +48.4274025,9.95878715,25400000 +48.4273808,9.9589601,29900000 +48.4273743,9.95900925,29900000 +48.42736776666666,9.959058566666668,29900000 +48.4273323,9.95932995,23100000 +48.4273389,9.9592806,23100000 +48.4273125,9.9594778,28800000 +48.42730575,9.9595269,28800000 +48.427284,9.9596736,22600000 +48.4272749,9.95973465,22600000 +48.42726666666667,9.9597878,22600000 +48.4272357,9.9599924,22100000 +48.4272283,9.96004155,22100000 +48.4272055,9.9601893,52100000 +48.4271962,9.960251,52100000 +48.4271653,9.96046055,33300000 +48.42715843333334,9.960510033333334,33300000 +48.4271293,9.9607079,28000000 +48.427121,9.96075785,28000000 +48.42707536666666,9.961024366666663,25200000 +48.4270957,9.9609078,25200000 +48.42708485,9.96097025,25200000 +48.4270354,9.9612583,47600000 +48.42702705,9.96130845,47600000 +48.4269971,9.9614844,49300000 +48.4269841,9.9615598,49300000 +48.4269536,9.9617361,52000000 +48.4269447,9.96178655,52000000 +48.42690016666666,9.9620381,51400000 +48.4269088,9.9619877,51400000 +48.4268155,9.962535833333334,29400000 +48.42677475,9.96277795,25000000 +48.42673383333334,9.963016266666669,27300000 +48.4266928,9.96325105,24700000 +48.42665589999999,9.963482966666668,29800000 +48.4266228,9.96371415,16200000 +48.4265592,9.9641791,21200000 +48.4265661,9.964132,21200000 +48.4265592,9.9641791,21200000 +48.42652733333333,9.9644164,23200000 +48.42649565,9.96465445,32400000 +48.4264687,9.96485645,29000000 +48.426436,9.96509775,20700000 +48.42640463333333,9.965357266666668,30700000 +48.42637645000001,9.96563535,17500000 +48.42635536666666,9.9658924,24300000 +48.4263381,9.966148,39400000 +48.42632593333334,9.966393933333334,23200000 +48.42631585,9.96662445,30500000 +48.426304566666666,9.966835566666669,40800000 +48.42628575,9.96704585,30300000 +48.4262622,9.96720515,20200000 +48.42622795,9.9673573,25200000 +48.4261752,9.967516666666668,29800000 +48.425764,9.96831205,167000000 +48.4255239,9.9693967,24500000 +48.4255239,9.9693967,40900000 +48.42552383333333,9.9693967,36100000 +48.4255213,9.96941135,18700000 +48.42552105,9.969453,26500000 +48.4255336,9.96950925,24900000 +48.4255646,9.969571766666666,43800000 +48.4256105,9.9696214,20200000 +48.42565785,9.9696494,38000000 +48.425671066666666,9.9696551,38000000 +48.42574705,9.9696859,49900000 +48.42634619999999,9.969817033333332,134000000 +48.4270052,9.969788366666664,52800000 +48.4269626,9.9697956,52800000 +48.4269839,9.96979205,52800000 +48.4271013,9.9697706,165000000 +48.4271226,9.96976625,165000000 +48.427197,9.9697489,114000000 +48.427218,9.9697432,114000000 +48.4274006,9.9696848,175150000 +48.42742303333333,9.9696764,175150000 +48.4273747,9.9696941,175150000 +48.4275194,9.9696397,145000000 +48.427540050000005,9.96963175,145000000 +48.4280254,9.9694585,35300000 +48.4280514,9.96945055,35300000 +48.42814545,9.96942335,27000000 +48.4281194,9.9694308,27000000 +48.4282238,9.9694017,21400000 +48.42824995,9.969395,21400000 +48.4283183,9.9693785,33600000 +48.428344800000005,9.9693733,33600000 +48.4284245,9.9693584,56600000 +48.4284512,9.96935415,56600000 +48.4305462,9.969654,35000000 +48.4305693,9.9696658,35000000 +48.4306494,9.9697077,22400000 +48.4306775,9.96972305,22400000 +48.4307612,9.9697695,23400000 +48.43078875,9.9697852,23400000 +48.430885700000005,9.9698415,26400000 +48.430989100000005,9.96990255,20400000 +48.43101083333334,9.9699155,20400000 +48.4311038,9.9699712,25200000 +48.4311232,9.969983,25200000 +48.4311905,9.970024,24500000 +48.431214,9.97003845,24500000 +48.4312748,9.9700761,30400000 +48.4312978,9.9700905,30400000 +48.4313756,9.9701392,20700000 +48.43139366666666,9.9701505,20700000 +48.4314655,9.9701955,20900000 +48.4314832,9.9702066,20900000 +48.4316388,9.9702977,172000000 +48.431656,9.9703061,172000000 +48.4317074,9.9703277,114000000 +48.4317287,9.9703335,114000000 +48.43179755,9.9703466,119000000 +48.43181243333333,9.970347033333333,119000000 +48.4318699,9.9703456,112000000 +48.4318833,9.9703432,112000000 +48.4319376,9.97032615,96800000 +48.43195023333333,9.9703185,96800000 +48.4320019,9.9702806,50900000 +48.4320139,9.9702672,50900000 +48.4320442,9.9702296,103000000 +48.4320532,9.9702153,103000000 +48.43208665,9.9701509,84100000 +48.432094000000006,9.970132633333334,84100000 +48.432127,9.97003485,92900000 +48.4321217,9.9700558,92900000 +48.4321417,9.9699695,28800000 +48.43214555,9.9699463,28800000 +48.432148833333336,9.9699226,28800000 +48.4321632,9.96980145,50100000 +48.4321607,9.9698263,50100000 +48.4321707,9.9697257,75900000 +48.432173250000005,9.96969995,75900000 +48.43217583333334,9.969673633333333,75900000 +48.4321859,9.9695678,48300000 +48.4321882,9.96954135,48300000 +48.4321949,9.9694621,93600000 +48.43219725,9.9694361,93600000 +48.43219976666666,9.9694101,93600000 +48.4322109,9.9693069,27800000 +48.43221455,9.9692816,27800000 +48.43223266666666,9.969173133333332,74400000 +48.43222825,9.9691962,74400000 +48.4322242,9.96922,74400000 +48.43225495,9.96906285,86800000 +48.4322502,9.9690834,86800000 +48.43228053333333,9.9689705,97100000 +48.43227515,9.9689866,97100000 +48.4322699,9.969004,97100000 +48.4323066,9.96890075,31900000 +48.4323018,9.968912,31900000 +48.4323269,9.968856866666668,41800000 +48.4323199,9.9688711,41800000 +48.4323236,9.96886345,41800000 +48.4323389,9.9688334,31900000 +48.43234165,9.96882835,31900000 +48.4323494,9.9688132,42000000 +48.4323518,9.9688079,42000000 +48.43235426666666,9.968801733333336,42000000 +48.43236645,9.96875945,22100000 +48.432369066666666,9.9686869,20600000 +48.43237025,9.9687037,20600000 +48.4323707,9.9687194,20600000 +48.4323613,9.9686162,24700000 +48.43235805,9.96859665,24700000 +48.43233946666667,9.968488266666666,45900000 +48.4323478,9.9685369,45900000 +48.43234325,9.96851095,45900000 +48.4323258,9.9683999,45800000 +48.4323232,9.96837855,45800000 +48.4323158,9.9683136,26500000 +48.4323131,9.96829125,26500000 +48.43231063333334,9.968268966666669,26500000 +48.4323015,9.9681793,22200000 +48.43229945,9.9681566,22200000 +48.43229945,9.9681566,22200000 +48.43228580000001,9.968044466666669,31300000 +48.4322568,9.96785785,19600000 +48.43224253333333,9.967772666666669,19300000 +48.432246,9.9677963,19300000 +48.4322441,9.9677835,19300000 +48.4322374,9.9677321,23500000 +48.43223705,9.9677257,23500000 +48.4322366,9.9677095,31900000 +48.43223695,9.9677045,31900000 +48.43223695,9.9677045,31900000 +48.43224106666667,9.967679633333333,23800000 +48.43224915,9.9676604,30700000 +48.43226189999999,9.967644233333331,29200000 +48.43227875,9.9676294,25800000 +48.4322932,9.96761265,28200000 +48.43230676666667,9.967583466666667,21500000 +48.43231115,9.967551749999998,18300000 +48.4323084,9.967519866666668,25700000 +48.43230445,9.9674855,24600000 +48.4322999,9.967450266666669,27200000 +48.4322949,9.96741445,21000000 +48.43229216666666,9.967383266666666,31200000 +48.4322927,9.9673627,34400000 +48.4322954,9.9673545,28500000 +48.4322979,9.9673498,21000000 +48.432300733333335,9.967345466666666,40500000 +48.43230315,9.9673423,25800000 +48.4323056,9.96733975,24700000 +48.432306366666666,9.967339,24700000 +48.43230985,9.9673364,23900000 +48.43231055,9.96733545,29400000 +48.43231103333333,9.967335233333332,29400000 +48.43231419999999,9.9673348,29900000 +48.43231535,9.96733475,17800000 +48.43231556666666,9.9673348,17800000 +48.43231665,9.9673354,26000000 +48.432318,9.967336066666666,33500000 +48.43231955,9.9673364,25100000 +48.432318900000006,9.9673391,21600000 +48.4323143,9.9673447,36200000 +48.43231016666667,9.9673474,25300000 +48.43230775,9.9673492,30900000 +48.43230440000001,9.9673519,35800000 +48.432304566666666,9.9673519,35800000 +48.432305,9.96735185,22200000 +48.43230675,9.9673507,19000000 +48.43230766666667,9.967350366666668,30600000 +48.43230765,9.96735005,23400000 +48.43230739999999,9.967349866666666,22100000 +48.43230715,9.9673498,25300000 +48.43230946666667,9.967350833333333,19300000 +48.432311600000006,9.9673522,18600000 +48.4323133,9.96735285,28100000 +48.43231323333333,9.967352833333337,28100000 +48.43231375,9.96735255,25400000 +48.4323146,9.96735245,32100000 +48.4323148,9.9673524,27200000 +48.4323148,9.9673524,18100000 +48.4323148,9.9673524,28700000 +48.4323148,9.9673524,22900000 +48.4323148,9.9673524,22900000 +48.4323148,9.9673524,36500000 +48.4323148,9.9673524,36500000 +48.43231485,9.96735245,37100000 +48.4323152,9.967352433333334,22300000 +48.4323151,9.9673527,21200000 +48.432314966666674,9.9673531,24400000 +48.432315,9.9673531,19600000 +48.432315,9.9673531,31400000 +48.432315,9.9673531,30800000 +48.432315,9.9673531,31400000 +48.432315,9.9673531,24200000 +48.432315,9.9673531,26200000 +48.432315,9.9673531,26200000 +48.432315,9.9673531,20500000 +48.432315,9.9673531,21100000 +48.432315,9.9673531,21100000 +48.432315,9.9673531,37400000 +48.432315,9.9673531,24300000 +48.432315,9.9673531,25300000 +48.432315,9.9673531,16300000 +48.432315,9.9673531,16300000 +48.432315,9.9673531,22000000 +48.432315,9.9673531,25200000 +48.432315,9.9673531,25200000 +48.432315,9.9673531,16400000 +48.432315,9.9673531,16400000 +48.432315,9.9673531,21600000 +48.432315,9.9673531,21600000 +48.432315,9.9673531,38100000 +48.432315,9.9673531,26800000 +48.432315,9.9673531,26800000 +48.43230739999999,9.9673523,21200000 +48.4323074,9.9673523,24400000 +48.43230739999999,9.9673523,24200000 +48.4323074,9.9673523,35100000 +48.43230715,9.9673525,35100000 +48.43230685,9.96735265,24500000 +48.43230715,9.9673524,30700000 +48.43230716666667,9.9673524,30700000 +48.432307,9.96735235,23700000 +48.43230560000001,9.96735235,34600000 +48.43230516666667,9.967352166666666,34600000 +48.4323027,9.9673518,21600000 +48.43230146666667,9.967352466666666,19700000 +48.4323012,9.9673538,22400000 +48.4323012,9.9673538,31800000 +48.432301200000005,9.9673538,31800000 +48.4323012,9.9673538,27000000 +48.4323008,9.9673539,27000000 +48.43229975,9.9673539,17600000 +48.4322995,9.967353866666668,17600000 +48.4322983,9.9673537,22200000 +48.43229795,9.96735355,22200000 +48.4322966,9.9673531,19000000 +48.43229633333333,9.967353066666666,19000000 +48.43229555,9.96735325,29700000 +48.4322957,9.9673531,29700000 +48.4322957,9.96735475,23300000 +48.4322957,9.9673562,18500000 +48.43229543333333,9.967356333333331,18500000 +48.4322944,9.96735765,25300000 +48.4322945,9.9673574,25300000 +48.4322937,9.9673586,19100000 +48.4322939,9.96735835,19100000 +48.4322928,9.9673594,27300000 +48.43229235,9.9673598,27300000 +48.43229095,9.96736405,22600000 +48.43229060000001,9.9673665,22600000 +48.4322917,9.9673721,27100000 +48.4322924,9.96737475,27100000 +48.4322963,9.96738735,31200000 +48.43229736666667,9.967391466666667,31200000 +48.4323018,9.9674093,21700000 +48.43230265,9.96741455,21700000 +48.4323062,9.967440233333331,30300000 +48.4323082,9.9674573,25600000 +48.432308500000005,9.96746045,25600000 +48.43230885,9.96747005,20400000 +48.4323082,9.96747295,27700000 +48.432308033333335,9.967473266666666,27700000 +48.4323066,9.96747485,34800000 +48.4323054,9.96747625,22200000 +48.43230516666667,9.967476466666668,22200000 +48.432304,9.9674772,23500000 +48.43230400000001,9.9674772,25200000 +48.432304,9.9674772,31300000 +48.432304,9.9674772,24100000 +48.43230400000001,9.9674772,24100000 +48.432304,9.9674772,20800000 +48.432304,9.9674772,19200000 +48.43230400000001,9.9674772,19200000 +48.432304,9.9674772,17100000 +48.432304,9.9674772,17100000 +48.43230400000001,9.9674772,18400000 +48.432304,9.9674772,31100000 +48.432304,9.9674772,31100000 +48.432304,9.9674772,27600000 +48.43230400000001,9.9674772,27600000 +48.432304,9.9674772,31300000 +48.432304,9.9674772,31300000 +48.4323039,9.9674808,21900000 +48.432304,9.967483733333331,21900000 +48.4323049,9.9674976,29700000 +48.432305,9.96750125,29700000 +48.43230403333333,9.9675185,32700000 +48.43230455,9.9675152,32700000 +48.4323017,9.9675315,29200000 +48.43230075,9.96753465,29200000 +48.43229625,9.9675471,27300000 +48.43229483333334,9.9675497,27300000 +48.432289,9.9675593,17900000 +48.4322872,9.9675612,17900000 +48.43227915,9.9675676,17700000 +48.43227706666666,9.9675687,17700000 +48.4322684,9.967573,16700000 +48.43226205,9.9675746,17800000 +48.43225283333334,9.9675751,18300000 +48.432255,9.9675757,18300000 +48.4322429,9.9675725,27000000 +48.43224025,9.9675714,27000000 +48.4322157,9.967546550000002,30350000 +48.4321919,9.9674637,45900000 +48.43218935,9.9674487,45900000 +48.4321809,9.967401,40700000 +48.43217765,9.9673827,40700000 +48.4321676,9.9673253,32500000 +48.43216365,9.9673039,32500000 +48.4321508,9.9672355,27600000 +48.432146,9.96721055,27600000 +48.4321303,9.9671363,23100000 +48.43212515,9.96711485,23100000 +48.4321011,9.96700925,22700000 +48.43205125,9.9667935,22100000 +48.43202025,9.96666735,60800000 +48.431988450000006,9.96653785,24900000 +48.4319822,9.966511,24900000 +48.431947,9.96636575,27000000 +48.4319286,9.9662896,43800000 +48.43192215,9.9662645,43800000 +48.43191603333333,9.966239866666667,43800000 +48.4318883,9.9661297,29900000 +48.4318823,9.96610585,29900000 +48.4318642,9.9660352,24100000 +48.43185845,9.96601215,24100000 +48.43183105,9.96590325,20800000 +48.43180555,9.9658029,34100000 +48.4317781,9.96569345,18400000 +48.431772,9.9656693,18400000 +48.4317436,9.96555545,24700000 +48.43172265,9.9654646,27500000 +48.4317173,9.9654413,27500000 +48.431688,9.96531905,39700000 +48.4316953,9.9653484,39700000 +48.4316688,9.9652421,21800000 +48.43166119999999,9.96521195,21800000 +48.4316385,9.9651211,22300000 +48.43163125,9.96509,22300000 +48.43159936666667,9.9649595,32900000 +48.4315722,9.9648448,22600000 +48.43156605,9.9648192,22600000 +48.4315442,9.9647292,23200000 +48.43153624999999,9.96469625,23200000 +48.43150915,9.9645833,23200000 +48.43148025,9.9644618,27400000 +48.43147363333333,9.964434233333334,27400000 +48.43143985,9.9642952,39200000 +48.43141175,9.9641753,39400000 +48.43137893333333,9.964029533333331,23400000 +48.43138515,9.9640569,23400000 +48.4313557,9.9639207,37400000 +48.43135025,9.9638935,37400000 +48.4313275,9.96376455,37900000 +48.43131123333333,9.963614566666664,24900000 +48.431302,9.9634968,19700000 +48.43130025,9.9634689,19700000 +48.4312955,9.9633917,24100000 +48.43129465,9.9633699,24100000 +48.4312928,9.9633102,24600000 +48.431292850000006,9.96329715,24600000 +48.4312948,9.9632438,23400000 +48.4313012,9.9631988,32400000 +48.4313084,9.9631652,30500000 +48.43131185,9.96315165,30500000 +48.43131496666666,9.9631393,30500000 +48.4313285,9.9630824,25000000 +48.4313309,9.96306555,25000000 +48.4313349,9.9630148,23400000 +48.43133395,9.9629981,23400000 +48.4313223,9.96293205,30200000 +48.4312981,9.96287225,20300000 +48.4313053,9.9628868,20300000 +48.4312755,9.962828,22800000 +48.4312681,9.96281245,22800000 +48.431248,9.9627626,34400000 +48.43124185,9.9627434,34400000 +48.431224,9.9626822,26900000 +48.43121825,9.9626595,26900000 +48.4312011,9.9625881,19700000 +48.43119585,9.96256195,19700000 +48.4311827,9.9624908,21600000 +48.4311781,9.96246115,21600000 +48.43116115,9.96233515,22700000 +48.4311491,9.9622322,20900000 +48.43114535,9.962195950000002,20900000 +48.4311352,9.9620839,38000000 +48.43113205,9.96204515,38000000 +48.431119300000006,9.9618873,25500000 +48.4311227,9.9619275,25500000 +48.431105900000006,9.9617229,26800000 +48.4311092,9.9617647,26800000 +48.431096,9.9615969,26100000 +48.43109265,9.96155405,26100000 +48.4310827,9.9614244,32500000 +48.4310794,9.9613808,32500000 +48.4310694,9.9612495,24600000 +48.43106665,9.96120505,24600000 +48.4310587,9.9610698,32400000 +48.43105685,9.96102385,32400000 +48.4310529,9.9608848,30900000 +48.43105275,9.96084715,30900000 +48.4310525,9.9607142,41800000 +48.4310527,9.9606659,41800000 +48.43105485,9.96048975,22100000 +48.4310566,9.960341,55800000 +48.4310572,9.9602912,55800000 +48.43105925,9.96009155,18700000 +48.4310585,9.95989225,47000000 +48.4310541,9.95971385,41000000 +48.431052533333336,9.9596713,41000000 +48.4310446,9.9594891,31800000 +48.43104175,9.95944065,31800000 +48.4310318,9.959296,26200000 +48.4310279,9.9592484,26200000 +48.431015,9.959106,26300000 +48.4310108,9.9590681,26300000 +48.43099235,9.95891785,20500000 +48.43096403333334,9.9587201,20400000 +48.43093265,9.95852215,21100000 +48.4309028,9.9583525,20100000 +48.4308743,9.958204,22100000 +48.43084615,9.95805915,31400000 +48.43083983333333,9.958025733333336,31400000 +48.4308097,9.9578615,32200000 +48.43078765,9.9577376,30500000 +48.43078260000001,9.957708166666666,30500000 +48.4307561,9.95755325,38900000 +48.4307394,9.95745065,53700000 +48.4307359,9.957427533333332,53700000 +48.4307207,9.957321,42500000 +48.4307105,9.95724585,69000000 +48.4307021,9.957182466666666,80100000 +48.43070355,9.9571929,80100000 +48.430697,9.957143,27800000 +48.4306958,9.95713405,27800000 +48.4306913,9.9571068,51800000 +48.43068885,9.9570975,51800000 +48.43067755,9.9570675,160000000 +48.430623350000005,9.9570182,152000000 +48.43057213333333,9.957007233333334,96800000 +48.43051235,9.9570114,17000000 +48.4304589,9.9570217,22900000 +48.43039985,9.95703455,23300000 +48.4303836,9.9570379,23300000 +48.4303028,9.95705335,106000000 +48.43023505,9.95706435,82000000 +48.430149,9.95707655,181000000 +48.42805250000001,9.95686835,21900000 +48.4279922,9.956852,28400000 +48.4279396,9.95683675,23200000 +48.4278311,9.9568058,81200000 +48.4278158,9.9568025,81200000 +48.4277702,9.9567946,47600000 +48.4277555,9.9567939,47600000 +48.4277034,9.95679705,39600000 +48.4277148,9.9567948,39600000 +48.4276718,9.9568061,31500000 +48.4276625,9.956811,31500000 +48.4276281,9.95683605,27300000 +48.4276361,9.9568285,27300000 +48.4276039,9.9568655,55100000 +48.42759855,9.95687585,55100000 +48.4275867,9.9569042,23900000 +48.4275833,9.95691715,23900000 +48.4275735,9.9569615,23300000 +48.427571400000005,9.9569768,23300000 +48.4275692,9.956996233333332,23300000 +48.4275692,9.956996233333332,23300000 +48.42755875,9.9571044,37500000 +48.42754915,9.95721235,20100000 +48.4275373,9.9573448,22600000 +48.42752345,9.9574964,43800000 +48.42750855,9.95766575,35100000 +48.4274915,9.95785105,42100000 +48.42747205,9.9580511,26200000 +48.4274521,9.958243,24800000 +48.42742925,9.9584629,29000000 +48.4274056,9.95866345,19900000 +48.42737735,9.958891,30700000 +48.42734995,9.9590981,27600000 +48.42731925,9.95932945,34600000 +48.42727983333333,9.959609766666668,22900000 +48.42728665,9.95955955,22900000 +48.42724305,9.95987335,22000000 +48.4272141,9.9600722,32000000 +48.4271809,9.96028175,23000000 +48.42713986666666,9.960524733333331,24700000 +48.42709685,9.960781,26000000 +48.427063700000005,9.9609803,25700000 +48.4270192,9.961243866666663,31300000 +48.4269711,9.9615238,40500000 +48.4267697,9.9626639,33600000 +48.4267613,9.96271345,33600000 +48.4267273,9.9629124,21700000 +48.42668736666667,9.963166333333334,30600000 +48.42669535,9.96311515,30600000 +48.42664685,9.963424,34400000 +48.42661485,9.963634,17800000 +48.42660703333333,9.963686666666668,17800000 +48.42657015,9.9639472,25100000 +48.4265434,9.96416395,19400000 +48.42653706666667,9.964217733333331,19400000 +48.426512,9.9644214,40500000 +48.42650565,9.96446825,40500000 +48.426481,9.96465325,26200000 +48.4264744,9.9646988,26200000 +48.4264486,9.9648804,23100000 +48.42644225,9.9649255,23100000 +48.4264182,9.96510575,25300000 +48.4264124,9.965150799999998,25300000 +48.4263908,9.9653313,24600000 +48.42638585,9.9653763,24600000 +48.4263691,9.9655559,18900000 +48.4263655,9.965600566666666,18900000 +48.426348,9.96584555,27900000 +48.4263506,9.965801,27900000 +48.42633885,9.96602375,26300000 +48.4263301,9.96620205,35300000 +48.42632816666667,9.966246533333331,35300000 +48.4263193,9.9664672,32400000 +48.4263094,9.966674866666668,20700000 +48.4262979,9.9668636,17700000 +48.426277433333325,9.967046866666667,26100000 +48.4262828,9.96701025,26100000 +48.42624735,9.9672193,29300000 +48.42620386666667,9.967377866666666,66100000 +48.4262143,9.96734695,66100000 +48.4257386,9.9683562,170000000 +48.42628946666667,9.9697816,25000000 +48.4270678,9.96975545,40000000 +48.4272169,9.969721566666664,44000000 +48.427370800000006,9.96967465,40200000 +48.42750685,9.96962515,103000000 +48.42805175,9.96943355,25000000 +48.4282025,9.96939115,39100000 +48.42823516666667,9.969382833333333,39100000 +48.4284054,9.96934445,53900000 +48.42852485,9.96932515,17000000 +48.429854500000005,9.96939165,32000000 +48.42998605,9.96942115,23400000 +48.430017433333326,9.9694293,23400000 +48.4301522,9.9694673,33800000 +48.4301807,9.9694771,33800000 +48.4302798,9.969514,19600000 +48.43031485,9.96952885,19600000 +48.4304193,9.9695759,26200000 +48.430447,9.96958935,26200000 +48.4305645,9.96964875,28900000 +48.4307192,9.9697322,37800000 +48.43068925,9.9697157,37800000 +48.4308471,9.9698042,87500000 +48.43087385,9.9698198,87500000 +48.4309655,9.9698738,27200000 +48.43099625,9.9698922,27200000 +48.4310852,9.9699457,31400000 +48.43111185,9.96996175,31400000 +48.4311874,9.970007,26400000 +48.43120525,9.9700176,26400000 +48.4312744,9.97005935,34200000 +48.43129083333333,9.970069333333331,34200000 +48.4313634,9.9701138,42300000 +48.4313791,9.9701236,42300000 +48.431441,9.9701625,26500000 +48.431503250000006,9.9702009,28600000 +48.4315191,9.970210733333332,28600000 +48.43160555,9.9702645,171000000 +48.431920733333335,9.970330566666668,75600000 +48.4319815,9.9703011,80200000 +48.4319953,9.97028965,80200000 +48.43204915,9.9702287,170000000 +48.43206086666667,9.970208266666669,170000000 +48.4321094,9.97010065,104000000 +48.4321358,9.9700025,55700000 +48.43214073333333,9.969976266666666,55700000 +48.4321586,9.9698691,136000000 +48.43216185,9.9698411,136000000 +48.4321763,9.969699066666667,128000000 +48.43217365,9.9697278,128000000 +48.432187,9.9695839,118000000 +48.4321897,9.96955465,118000000 +48.43220045,9.9694379,138000000 +48.43220346666666,9.9694093,138000000 +48.4322423,9.9691378,170000000 +48.4322651,9.9690385,73800000 +48.4322905,9.96895295,34600000 +48.43229676666667,9.9689361,34600000 +48.4323278,9.96886165,32000000 +48.4323511,9.9688123,26700000 +48.4323557,9.9687998,26700000 +48.4323708,9.9687506,38700000 +48.43237295,9.968734,38700000 +48.43237425,9.96866595,39700000 +48.4323757,9.9686872,39700000 +48.4323636,9.9685884,26100000 +48.4323595,9.968568733333331,26100000 +48.4323407,9.9684779,50800000 +48.4323369,9.9684564,50800000 +48.4323249,9.9683785,36700000 +48.4323213,9.96834985,36700000 +48.4323114,9.9682611,34900000 +48.43230835,9.9682302,34900000 +48.432294850000005,9.96810575,28000000 +48.4322985,9.9681366,28000000 +48.43228195,9.968002299999998,24100000 +48.4322849,9.9680264,24100000 +48.4322678,9.96790045,20300000 +48.4322507,9.9677869,32900000 +48.43224623333333,9.967758833333331,32900000 +48.43222405,9.96762465,31100000 +48.4322291,9.9676548,31100000 +48.4322038,9.96750485,33600000 +48.4322089,9.9675349,33600000 +48.4321882,9.9674156,16400000 +48.43218125,9.96737985,16400000 +48.4321626,9.9672838,24800000 +48.4321565,9.9672541,24800000 +48.4321406,9.9671768,32800000 +48.43213595,9.9671531,32800000 +48.4321181,9.9670698,23300000 +48.43211095,9.96703925,23300000 +48.4320889,9.9669493,32700000 +48.43208145,9.96691905,32700000 +48.4320524,9.96679805,21100000 +48.43202485,9.96668195,29800000 +48.4319976,9.96656975,39000000 +48.4320033,9.9665949,39000000 +48.4319761,9.966481,32300000 +48.4319683,9.96644925,32300000 +48.43196133333333,9.966421933333336,32300000 +48.4319348,9.9663177,20600000 +48.4319285,9.96629325,20600000 +48.43190145,9.96619125,22200000 +48.4318712,9.9660752,22600000 +48.4318463,9.96597455,21000000 +48.43182005,9.9658649,27400000 +48.4317998,9.9657842,30300000 +48.43179265,9.9657573,30300000 +48.4317586,9.965628133333334,27500000 +48.43176435,9.96565125,27500000 +48.431731150000005,9.96551115,20800000 +48.4317366,9.9655346,20800000 +48.43171005,9.9654149,32300000 +48.431704333333336,9.965390433333331,32300000 +48.4316745,9.9652664,24800000 +48.4316498,9.9651648,26400000 +48.43164336666666,9.965138733333331,26400000 +48.4316113,9.9650072,40300000 +48.43158365,9.9648994,24900000 +48.431576533333335,9.964871733333334,24900000 +48.4315479,9.9647607,25300000 +48.43154065,9.9647324,25300000 +48.43150825,9.96460425,29700000 +48.4315009,9.964575766666668,29700000 +48.4314708,9.9644622,32100000 +48.43146365,9.96443335,32100000 +48.43143055,9.9643029,24200000 +48.431393066666665,9.964146566666669,28000000 +48.4314003,9.96417845,28000000 +48.4313661,9.9640243,24000000 +48.43136055,9.9639956,24000000 +48.4313446,9.9639111,27200000 +48.43134015,9.96388415,27200000 +48.4313361,9.9638581,27200000 +48.4313218,9.9637574,19400000 +48.4313193,9.96373355,19400000 +48.4313113,9.9636505,26600000 +48.4313094,9.96362695,26600000 +48.43129893333332,9.9635026,27800000 +48.43130095,9.9635278,27800000 +48.4312907,9.9633936,18900000 +48.4312897,9.9633705,18900000 +48.4312897,9.9632901,17300000 +48.43129255,9.96326275,17300000 +48.4313055,9.9631853,32800000 +48.431310100000005,9.9631674,32800000 +48.4313292,9.9630866,25900000 +48.4313252,9.9631075,25900000 +48.4313365,9.9630237,19700000 +48.43133525,9.963003100000002,19700000 +48.4313258,9.9629442,26400000 +48.43131915,9.9629268,26400000 +48.4312965,9.9628777,35100000 +48.431289750000005,9.96286515,35100000 +48.4312656,9.9628197,25800000 +48.4312576,9.96280165,25800000 +48.431228450000006,9.96271985,21800000 +48.4312021,9.9626201,15900000 +48.4311794,9.9625118,31900000 +48.4311618,9.9623888,30100000 +48.43114485,9.96224695,27300000 +48.431133,9.9621331,28600000 +48.43112945,9.96209335,28600000 +48.431119,9.9619713,22700000 +48.43111570000001,9.9619289,22700000 +48.43110155,9.96175555,24400000 +48.4311053,9.9617996,24400000 +48.4310905,9.9616236,27600000 +48.431087000000005,9.9615795,27600000 +48.4310768,9.9614466,28300000 +48.43107345,9.9614016,28300000 +48.4310639,9.9612647,26000000 +48.43106125,9.9612174,26000000 +48.43105215,9.9610233,20800000 +48.4310537,9.9610729,20800000 +48.43104945,9.9608214,25500000 +48.4310495,9.9608725,25500000 +48.4310497,9.9606675,23900000 +48.4310504,9.9606159,23900000 +48.4310535,9.96040815,25700000 +48.4310526,9.9604605,25700000 +48.4310559,9.9602503,25000000 +48.43105655,9.960197,25000000 +48.43105500000001,9.959935033333332,37200000 +48.4310563,9.9600361,37200000 +48.431055650000005,9.959982,37200000 +48.4310512,9.9597319,24500000 +48.4310496,9.95967705,24500000 +48.4310446,9.9595342,25800000 +48.4310417,9.95947905,25800000 +48.4310311,9.9593141,35400000 +48.4310266,9.9592597,35400000 +48.4310118,9.9590969,18800000 +48.43100675,9.9590538,18800000 +48.4309902,9.9589255,17300000 +48.43098325,9.95887265,17300000 +48.43094956666666,9.958640233333332,16800000 +48.43095645,9.9586847,16800000 +48.4309179,9.9584504,21700000 +48.43090935,9.9584005,21700000 +48.4308819,9.9582527,45300000 +48.4308747,9.95821405,45300000 +48.4308527,9.9580994,24700000 +48.43084395,9.95805255,24700000 +48.430815800000005,9.95789675,42600000 +48.43080963333333,9.9578628,42600000 +48.4307859,9.9577314,39200000 +48.4307806,9.9577012,39200000 +48.43076115,9.95758705,57100000 +48.4307571,9.957560833333334,57100000 +48.430739,9.95743625,46900000 +48.4307421,9.9574593,46900000 +48.4307153,9.9572513,162000000 +48.43071325,9.95723575,162000000 +48.43070625,9.95718315,154500000 +48.4307049,9.9571741,154500000 +48.4307004,9.9571431,24000000 +48.43069975,9.9571387,24000000 +48.4306989,9.9571306,22700000 +48.43069920000001,9.9571304,22700000 +48.4307001,9.9571296,19500000 +48.43070029999999,9.957129433333334,19500000 +48.43070105,9.95712885,19600000 +48.430701,9.9571289,19600000 +48.4307011,9.9571288,28600000 +48.4307011,9.9571288,28600000 +48.4307011,9.9571288,30500000 +48.4307011,9.9571288,30500000 +48.4307011,9.9571288,31500000 +48.4307011,9.9571288,31500000 +48.4307011,9.9571288,32700000 +48.4307011,9.9571288,32700000 +48.4307011,9.9571288,38400000 +48.4307011,9.9571288,38400000 +48.4307011,9.9571288,33900000 +48.4307011,9.9571288,33900000 +48.4307011,9.9571288,34500000 +48.4307011,9.9571288,34500000 +48.4307011,9.9571288,24500000 +48.4307011,9.9571288,24500000 +48.4307011,9.9571288,19900000 +48.4307011,9.9571288,19900000 +48.4307014,9.9571295,35500000 +48.4307013,9.95712835,35500000 +48.4307003,9.9571214,38500000 +48.43069945,9.95711705,38500000 +48.43069225,9.9570939,37100000 +48.43068866666667,9.957086833333332,37100000 +48.4306719,9.9570599,75100000 +48.43066395,9.95705285,75100000 +48.4305894,9.95702115,107350000 +48.4306022,9.9570228,107350000 +48.4306022,9.9570228,151000000 +48.43054295,9.95702005,62700000 +48.430531066666674,9.957021566666668,62700000 +48.4304101,9.9570425,115000000 +48.430393900000006,9.957045066666666,115000000 +48.4303214,9.9570576,159000000 +48.43030455,9.9570604,159000000 +48.43015365,9.9570845,156000000 +48.43013183333333,9.957087266666669,156000000 +48.42921005,9.95706275,139000000 +48.429080133333336,9.957041833333337,182000000 +48.42806955,9.9568716,54900000 +48.42806016666666,9.956869233333334,54900000 +48.4280158,9.956858,106000000 +48.428024,9.9568601,106000000 +48.4279854,9.9568497,56200000 +48.4279924,9.9568518,56200000 +48.4279787,9.956847766666668,56200000 +48.4279532,9.9568407,30000000 +48.42794775,9.9568392,30000000 +48.4279327,9.9568349,99100000 +48.42792765,9.95683345,99100000 +48.42792373333333,9.956832333333333,99100000 +48.4279094,9.9568281,33300000 +48.42790755,9.9568275,33300000 +48.4279055,9.9568271,88600000 +48.4279053,9.95682695,88600000 +48.4279052,9.9568266,90700000 +48.4279053,9.9568266,82800000 +48.4279053,9.9568266,82800000 +48.4279053,9.9568266,25300000 +48.4279053,9.9568266,21200000 +48.4279053,9.9568266,24600000 +48.4279053,9.9568266,32600000 +48.4279053,9.9568266,32600000 +48.4279053,9.9568266,32000000 +48.4279053,9.9568266,32000000 +48.4279053,9.9568266,64000000 +48.4279053,9.9568266,64000000 +48.4279053,9.9568266,64300000 +48.4279053,9.9568266,64300000 +48.4279053,9.9568266,61000000 +48.4279053,9.9568266,61000000 +48.4279053,9.9568266,54300000 +48.4279053,9.9568266,54300000 +48.4279053,9.9568266,78500000 +48.4279053,9.9568266,78500000 +48.4279053,9.9568266,134000000 +48.4279053,9.9568266,77400000 +48.4279053,9.9568266,77400000 +48.4279053,9.9568266,77400000 +48.4279053,9.9568266,80300000 +48.4279053,9.9568266,80300000 +48.4279053,9.9568266,66500000 +48.4279053,9.9568266,66500000 +48.4279053,9.9568266,103000000 +48.4279053,9.9568266,103000000 +48.4279053,9.9568266,103000000 +48.4279053,9.9568266,109000000 +48.4279053,9.9568266,109000000 +48.4279053,9.9568266,120000000 +48.4279053,9.9568266,120000000 +48.4279053,9.9568266,27500000 +48.4279053,9.9568266,27700000 +48.4279053,9.9568266,27700000 +48.4279053,9.9568266,114000000 +48.4279053,9.9568266,114000000 +48.4279053,9.9568266,34400000 +48.42790545,9.95682665,74500000 +48.4279053,9.9568266,74500000 +48.4279033,9.95682595,136000000 +48.42789036666667,9.956822999999998,27600000 +48.4278953,9.9568241,27600000 +48.4278578,9.95681725,102000000 +48.4278672,9.9568183,102000000 +48.4278199,9.95681665,61100000 +48.4278281,9.9568158,61100000 +48.4277826,9.9568259,24600000 +48.427738950000006,9.95685055,30000000 +48.4276875,9.956899,26200000 +48.4276511,9.956953,27300000 +48.42764055,9.95697535,27300000 +48.42763233333333,9.9569964,27300000 +48.4276029,9.9570949,30100000 +48.42759855,9.95711885,30100000 +48.4275847,9.9572069,38500000 +48.42758125,9.95723415,38500000 +48.42756505,9.95737125,39100000 +48.4275693,9.9573332,39100000 +48.427552,9.9574892,27300000 +48.42754855,9.95752255,27300000 +48.4275337,9.9576781,32700000 +48.4275303,9.9577145,32700000 +48.427516,9.9578626,43800000 +48.4275122,9.9579013,43800000 +48.42749665,9.95806005,27500000 +48.4274926,9.958101133333336,27500000 +48.427473,9.9582894,21800000 +48.4274682,9.95833285,21800000 +48.4274505,9.9584874,22800000 +48.42744505,9.9585327,22800000 +48.4274254,9.9586935,18800000 +48.4274192,9.958740550000002,18800000 +48.4273916,9.95894425,37400000 +48.42735705,9.9591911,38000000 +48.427323,9.959439,23000000 +48.42728845,9.95968655,33900000 +48.42728096666667,9.959739933333331,33900000 +48.4272405,9.9600182,33700000 +48.4272067,9.9602379,20000000 +48.4271758,9.96043215,33800000 +48.42716763333333,9.9604805,33800000 +48.4271235,9.96074715,31700000 +48.42709035,9.96094085,31800000 +48.42705495,9.96114665,24500000 +48.427046,9.9611992,24500000 +48.42699965,9.96147465,33100000 +48.4270121,9.9614016,33100000 +48.42696145,9.9616936,39100000 +48.42692665,9.9618885,20800000 +48.4268743,9.9621738,41900000 +48.4267526,9.9628815,26800000 +48.42674405,9.96293215,26800000 +48.4267183,9.9630836,19200000 +48.42670995,9.9631345,19200000 +48.42670136666667,9.9631855,19200000 +48.4266671,9.9633899,27800000 +48.42665945,9.9634413,27800000 +48.4266365,9.9635947,23900000 +48.4266287,9.96364505,23900000 +48.42662123333334,9.963695133333331,23900000 +48.42658455,9.96394305,23900000 +48.4265634,9.9640895,21000000 +48.42655675,9.9641381,21000000 +48.426550133333336,9.9641868,21000000 +48.4271614,9.96035635,19000000 +48.4271276,9.96056695,30200000 +48.4271337,9.9605287,30200000 +48.42710345,9.96071985,25500000 +48.4270974,9.960758,25500000 +48.4271096,9.9606817,25500000 +48.4270668,9.96094875,31200000 +48.4270668,9.96094875,31200000 +48.427073,9.9609106,31200000 +48.42703316666666,9.961151833333332,40500000 +48.42699705,9.961368,73400000 +48.426804233333336,9.962497666666666,23900000 +48.42676925,9.96270145,17800000 +48.42673616666667,9.9629014,20600000 +48.426703200000006,9.9631032,26700000 +48.42667023333333,9.963306866666668,28900000 +48.42663685,9.96351285,19700000 +48.4266115,9.96368035,21700000 +48.42660513333333,9.9637227,21700000 +48.4265731,9.96393535,25700000 +48.426542366666666,9.964151733333331,18200000 +48.431103400000005,9.96173,29600000 +48.4310895,9.96156335,25800000 +48.4310772,9.9614048,22900000 +48.4310641,9.9612276,29700000 +48.43105535,9.96108065,22100000 +48.43105115,9.9609398,31200000 +48.4310507,9.96078815,20200000 +48.43105106666667,9.960751266666666,20200000 +48.43105335,9.9605743,26300000 +48.431055066666666,9.960400333333332,21000000 +48.43105655,9.96022405,20200000 +48.43105736666666,9.960045666666666,19300000 +48.43105555,9.9598469,17500000 +48.43105235,9.95970085,43300000 +48.43104486666667,9.9595165,24200000 +48.4310332,9.9593317,31700000 +48.4310174,9.9591479,21400000 +48.4309974,9.95896495,24600000 +48.43097306666667,9.9587843,26200000 +48.4309461,9.958605899999998,43600000 +48.43091616666667,9.9584311,43800000 +48.4308853,9.9582599,16500000 +48.4308518,9.958081933333334,28000000 +48.4308199,9.9579152,27500000 +48.43079123333334,9.957760866666668,27900000 +48.43076535,9.95761415,28500000 +48.43074343333333,9.957480833333332,54600000 +48.430725,9.95735355,40700000 +48.4307158,9.95727605,71700000 +48.43070703333333,9.9572005,86100000 +48.4307018,9.95715415,28100000 +48.43069843333333,9.957127166666666,26500000 +48.4306934,9.95709915,21200000 +48.43058679999999,9.957012933333331,149000000 +48.43052835,9.95701145,35000000 +48.43046326666666,9.957020933333332,91500000 +48.4303164,9.957047833333334,175000000 +48.43023165,9.95706175,117000000 +48.42922285,9.9570638,117000000 +48.429141900000005,9.95705355,41000000 +48.42912216666667,9.957050666666667,41000000 +48.4287311,9.956986,139000000 +48.4287496,9.95698855,139000000 +48.4280759,9.9568727,76200000 +48.4280855,9.9568752,76200000 +48.42803725,9.9568636,64100000 +48.428048,9.956866,64100000 +48.4280009,9.95685495,66000000 +48.4280103,9.9568572,66000000 +48.42799313333333,9.956853,66000000 +48.4279648,9.9568455,40500000 +48.4279588,9.9568439,40500000 +48.4279386,9.9568384,33600000 +48.4279338,9.95683695,33600000 +48.4279186,9.9568324,43600000 +48.42791603333333,9.956831633333332,43600000 +48.427922,9.9568334,43600000 +48.4279072,9.9568288,119000000 +48.42790695,9.95682865,119000000 +48.4279065,9.956828,123000000 +48.42790655,9.9568278,123000000 +48.42790645,9.9568272,60700000 +48.427905800000005,9.9568269,75900000 +48.427906,9.956827,75900000 +48.4279052,9.9568268,29500000 +48.4279052,9.9568268,54400000 +48.4279052,9.9568268,54400000 +48.4279052,9.9568268,58800000 +48.4279052,9.9568268,58800000 +48.4279052,9.9568268,69900000 +48.4279052,9.9568268,69900000 +48.4279052,9.9568268,37000000 +48.4279052,9.9568268,37000000 +48.4279052,9.9568268,47400000 +48.4279052,9.9568268,47400000 +48.4279052,9.9568268,36600000 +48.4279052,9.9568268,36600000 +48.4279052,9.9568268,64100000 +48.4279052,9.9568268,64100000 +48.4279052,9.9568268,22800000 +48.4279052,9.9568268,21600000 +48.4279052,9.9568268,30900000 +48.4279052,9.9568268,86400000 +48.4279052,9.9568268,86400000 +48.4279052,9.9568268,63000000 +48.4279052,9.9568268,63000000 +48.4279052,9.9568268,100000000 +48.4279052,9.9568268,100000000 +48.4279052,9.9568268,79000000 +48.4279052,9.9568268,79000000 +48.4279052,9.9568268,97000000 +48.4279052,9.9568268,24400000 +48.4279052,9.9568268,35200000 +48.4279052,9.9568268,35200000 +48.4279052,9.9568268,58100000 +48.4279052,9.9568268,58100000 +48.4279052,9.9568268,50700000 +48.4279052,9.9568268,50700000 +48.4279052,9.9568268,49200000 +48.4279052,9.9568268,49200000 +48.4279052,9.9568268,17800000 +48.4279052,9.9568268,37700000 +48.4279052,9.9568268,37700000 +48.4279052,9.9568268,57900000 +48.4279052,9.9568268,57900000 +48.4279052,9.9568268,37400000 +48.4279052,9.9568268,37400000 +48.4279052,9.9568268,120000000 +48.4279052,9.9568268,120000000 +48.4279052,9.9568268,60600000 +48.4279052,9.9568268,60600000 +48.4279052,9.9568268,17700000 +48.4279052,9.9568268,17700000 +48.4279052,9.9568268,42400000 +48.4279052,9.9568268,42400000 +48.4279052,9.9568268,103000000 +48.4279052,9.9568268,103000000 +48.4279052,9.9568268,91800000 +48.4279052,9.9568268,91800000 +48.4279052,9.9568268,62200000 +48.4279052,9.9568268,62200000 +48.4279052,9.9568268,108000000 +48.4279052,9.9568268,108000000 +48.4279052,9.9568268,100000000 +48.4279052,9.9568268,100000000 +48.4279052,9.9568268,48100000 +48.4279052,9.9568268,48100000 +48.42790555,9.95682695,76100000 +48.4279052,9.9568268,76100000 +48.42789665,9.9568244,40800000 +48.4278665,9.956817,49100000 +48.4278762,9.9568191,49100000 +48.4278354,9.9568126,36800000 +48.42782365,9.95681305,36800000 +48.427812933333335,9.956814466666668,36800000 +48.427765,9.9568272,26400000 +48.4277513,9.956835,26400000 +48.427709,9.9568631,27700000 +48.4276943,9.9568759,27700000 +48.4276574,9.9569132,21700000 +48.4276449,9.95693135,21700000 +48.4276111,9.9569917,40100000 +48.427604200000005,9.95701105,40100000 +48.4275842,9.9570836,19100000 +48.4275798,9.95711285,19100000 +48.42756525,9.957239,19000000 +48.4275555,9.957345,35100000 +48.42755275,9.9573755,35100000 +48.4275422,9.9574848,34400000 +48.42753795,9.957526,34400000 +48.42751723333333,9.957718633333334,22800000 +48.4275263,9.9576354,22800000 +48.4275215,9.9576795,22800000 +48.427499,9.9578915,38700000 +48.42749535,9.95793055,38700000 +48.42747605,9.9581214,34200000 +48.4274814,9.9580697,34200000 +48.4274594,9.9582778,27500000 +48.4274538,9.95833015,27500000 +48.4274364,9.9584868,29000000 +48.4274316,9.9585284,29000000 +48.4274134,9.9586735,26200000 +48.4274081,9.958715,26200000 +48.4273916,9.9588398,16000000 +48.42738475,9.9588921,16000000 +48.42737863333334,9.9589375,16000000 +48.4273453,9.95918755,23900000 +48.4273274,9.959327,32100000 +48.42732145,9.95937015,32100000 +48.42729465,9.9595661,34500000 +48.4273007,9.9595222,34500000 +48.4272728,9.9597201,38800000 +48.42726455,9.95977545,38800000 +48.4272398,9.9599423,24400000 +48.42723345,9.95998735,24400000 +48.4272105,9.9601447,26900000 +48.4272017,9.9602006,26900000 +48.427174,9.9603676,26000000 +48.42716505,9.96042315,26000000 +48.4271371,9.9605896,26400000 +48.4271281,9.96064505,26400000 +48.4270916,9.96086745,32000000 +48.4271009,9.9608117,32000000 +48.4270506,9.9611136,25600000 +48.4270597,9.9610575,25600000 +48.427013,9.9613378,21900000 +48.4270223,9.9612816,21900000 +48.42697505,9.96156265,36700000 +48.4269842,9.9615063,36700000 +48.4269499,9.9617092,35700000 +48.42694,9.9617659,35700000 +48.42693153333334,9.9618151,35700000 +48.4268976,9.9620046,39000000 +48.42688955,9.9620503,39000000 +48.42673103333334,9.962959866666669,27700000 +48.42669235,9.9632001,33300000 +48.42665466666667,9.963444766666669,23000000 +48.4266172,9.9636927,34100000 +48.42657930000001,9.963944066666668,27900000 +48.4265432,9.96419925,30500000 +48.426510533333335,9.964458233333334,19400000 +48.42647695,9.9647153,30200000 +48.42644905,9.96491585,34400000 +48.42644133333334,9.964973,34400000 +48.4264069,9.96523075,32800000 +48.42638043333333,9.9654646,24300000 +48.4263586,9.9656931,22500000 +48.42634233333334,9.965915433333334,26800000 +48.4263319,9.9660894,25900000 +48.42632945,9.96613195,25900000 +48.42632065,9.9663005,30300000 +48.42631896666666,9.966341733333332,30300000 +48.4263112,9.9665252,25600000 +48.4263094,9.9665651,25600000 +48.426302,9.96672255,19300000 +48.42629085,9.96687495,37600000 +48.42628693333334,9.966912533333334,37600000 +48.42626335,9.96710005,30000000 +48.426226533333335,9.967282233333334,81600000 +48.4257236,9.96966375,30300000 +48.42580916666666,9.9696979,22100000 +48.42589975,9.969726649999998,31300000 +48.4270294,9.9697858,78050000 +48.4269978,9.9697913,78050000 +48.4269978,9.9697913,116000000 +48.4272542,9.9697353,85800000 +48.4272309,9.9697416,85800000 +48.4273559,9.9697055,73850000 +48.4273338,9.9697126,87000000 +48.4273559,9.9697055,87000000 +48.42756683333334,9.9696282,99700000 +48.4275464,9.9696362,99700000 +48.4279716,9.96947765,125000000 +48.4279716,9.96947765,74450000 +48.4279514,9.9694842,125000000 +48.428068566666674,9.9694463,16900000 +48.42815675,9.96941965,20500000 +48.42823976666667,9.969397,21900000 +48.42832265,9.9693768,37700000 +48.4284769,9.96934855,134000000 +48.42849473333333,9.969346333333332,134000000 +48.4285758,9.9693367,98700000 +48.4285943,9.9693347,98700000 +48.428887933333336,9.969315266666667,175000000 +48.429784,9.9693866,22300000 +48.4298816,9.9694053,35500000 +48.42990623333333,9.969410766666668,35500000 +48.4300413,9.96944395,17300000 +48.43016313333334,9.969480333333337,22600000 +48.430283900000006,9.96952575,17300000 +48.4303923,9.96957315,46000000 +48.43051343333334,9.9696308,41300000 +48.4306344,9.9696941,33700000 +48.43075563333333,9.969760433333333,56800000 +48.43088505,9.96983345,42200000 +48.43097365,9.96988575,25300000 +48.4309946,9.9698982,25300000 +48.43110605,9.969965,37700000 +48.43118265,9.97001205,33100000 +48.43127306666667,9.9700686,41000000 +48.43135895,9.97012275,21000000 +48.43144246666666,9.9701752,17800000 +48.43152525,9.97022655,37800000 +48.4316081,9.970275533333334,96600000 +48.4317005,9.97032225,68600000 +48.4317718,9.97034405,132000000 +48.43201286666667,9.9702771,71300000 +48.4320777,9.97018775,116000000 +48.4321151,9.97010065,159000000 +48.43213995,9.97001845,107000000 +48.432144533333336,9.969997200000002,107000000 +48.43220165,9.96954475,22200000 +48.43221135,9.9694448,103000000 +48.43222533333333,9.9693228,140000000 +48.4322449,9.96918415,178000000 +48.4322663,9.9690795,98700000 +48.43229085,9.96898845,37300000 +48.4323248,9.96889535,36300000 +48.43235585,9.9688276,31700000 +48.43238625,9.96876295,25800000 +48.43239006666667,9.968748266666667,25800000 +48.43239845,9.9686727,26100000 +48.4323902,9.96862485,27100000 +48.43237183333333,9.968563133333332,25400000 +48.4323505,9.96848485,45800000 +48.43233515,9.96840225,89800000 +48.432332300000006,9.968378666666666,89800000 +48.4323199,9.96825995,34100000 +48.432307533333336,9.9681355,64700000 +48.4322931,9.9680137,31400000 +48.432275366666666,9.967890866666666,39400000 +48.43225445,9.96776435,22000000 +48.43223515,9.96765315,34700000 +48.43220836666666,9.9674977,33000000 +48.4321888,9.9673888,32100000 +48.4321838,9.96736205,32100000 +48.43215985,9.96723415,31700000 +48.432135,9.96711345,24900000 +48.43211055,9.9669984,17900000 +48.43210439999999,9.966970766666668,17900000 +48.43207275,9.9668322,23300000 +48.43203906666667,9.966693033333334,28100000 +48.43200485,9.9665551,18700000 +48.4319711,9.966421966666667,44100000 +48.4319374,9.9662896,46000000 +48.43190066666667,9.966151566666667,37800000 +48.43186605,9.96602095,27500000 +48.4318384,9.96591555,36100000 +48.43180675,9.96579265,24700000 +48.431777,9.9656694,30800000 +48.43174506666667,9.9655376,25300000 +48.43171505,9.96541075,34500000 +48.4316839,9.9652812,22500000 +48.4316904,9.965307,22500000 +48.4316545,9.9651639,24900000 +48.43164615,9.96513085,24900000 +48.4316212,9.9650313,35600000 +48.43161285,9.96499835,35600000 +48.4315809,9.96487095,16200000 +48.4315538,9.9647627,27300000 +48.43154703333334,9.964735500000002,27300000 +48.43150945,9.9645845,33100000 +48.43147675,9.9644519,26700000 +48.43144385,9.9643182,29900000 +48.4314171,9.96420685,43800000 +48.43141053333333,9.9641791,43800000 +48.4313764,9.9640283,24400000 +48.4313824,9.9640557,24400000 +48.4313568,9.9639331,33900000 +48.43135195000001,9.96390605,33900000 +48.43133145,9.9637778,26800000 +48.43131685,9.96365625,20800000 +48.43130595,9.9635233,21800000 +48.43129965,9.96339905,21000000 +48.431297650000005,9.96329875,22400000 +48.43130505,9.96320575,22700000 +48.4313224,9.96313175,19200000 +48.43134143333333,9.963050733333333,17700000 +48.4313397,9.9629657,25400000 +48.4313186,9.96289825,26000000 +48.4313254,9.9629146,26000000 +48.4312964,9.9628488,30000000 +48.431288,9.9628322,30000000 +48.42803265,9.95685685,27100000 +48.4280036,9.95684905,23400000 +48.427981,9.9568431,70300000 +48.4279669,9.9568392,171000000 +48.4279608,9.9568376,30500000 +48.42796056666666,9.9568376,30500000 +48.4279598,9.95683775,29600000 +48.42795945,9.95683785,44800000 +48.4279591,9.9568381,37500000 +48.4279591,9.9568381,61900000 +48.4279591,9.9568381,45500000 +48.4279591,9.9568381,45500000 +48.4279591,9.9568381,62600000 +48.4279591,9.9568381,81100000 +48.4279591,9.9568381,45700000 +48.4279591,9.9568381,16100000 +48.4279591,9.9568381,35800000 +48.4279591,9.9568381,33200000 +48.4279591,9.9568381,33200000 +48.4279591,9.9568381,29500000 +48.4279591,9.9568381,31600000 +48.4279591,9.9568381,20700000 +48.4279591,9.9568381,20700000 +48.4279591,9.9568381,30200000 +48.4279591,9.9568381,49500000 +48.4279591,9.9568381,31200000 +48.4279591,9.9568381,21700000 +48.4279591,9.9568381,29900000 +48.4279591,9.9568381,37100000 +48.4279591,9.9568381,37100000 +48.4279591,9.9568381,37400000 +48.4279591,9.9568381,37400000 +48.4279591,9.95683805,120000000 +48.42795385,9.956837,81600000 +48.42792836666666,9.956830733333332,18900000 +48.42793535,9.956832599999998,18900000 +48.42789675,9.9568224,67600000 +48.4278793,9.95681795,57700000 +48.427867250000006,9.95681495,46800000 +48.42786516666667,9.956814466666666,46800000 +48.4278561,9.9568125,38500000 +48.4278536,9.9568122,38500000 +48.4278363,9.9568118,36800000 +48.42780795,9.9568162,37800000 +48.42776775,9.95683125,32500000 +48.427756466666665,9.956837533333331,32500000 +48.4276962,9.9568796,31800000 +48.42764835,9.95693625,21000000 +48.42761084999999,9.9570132,32500000 +48.42758115,9.957132649999998,18400000 +48.4275645,9.95725655,33100000 +48.42754905,9.957400450000002,37000000 +48.42754523333334,9.9574384,37000000 +48.4275255,9.9576444,23800000 +48.4275296,9.9575999,23800000 +48.42750885,9.9578187,45600000 +48.4274919,9.9579843,31200000 +48.4274726,9.95816875,24100000 +48.42744753333333,9.958395666666668,26800000 +48.4274174,9.95864605,34900000 +48.4273912,9.958848,26000000 +48.4273618,9.9590662,20600000 +48.42732229999999,9.959353,21100000 +48.42728295,9.9596338,26200000 +48.42725235,9.95985005,32300000 +48.42722155,9.96005425,24100000 +48.427179200000005,9.9603245,24400000 +48.427138,9.96057645,24400000 +48.4271028,9.9607853,37500000 +48.4271129,9.9607237,37500000 +48.42705895,9.96104425,35600000 +48.42701689999999,9.9612906,44400000 +48.426976,9.96153485,26100000 +48.4269398,9.9617417,43900000 +48.42688693333333,9.9620388,44200000 +48.42679845,9.96254005,26800000 +48.426763,9.96273965,25900000 +48.42675436666667,9.962789766666669,25900000 +48.4267119,9.96304195,20900000 +48.42667915,9.96324485,27700000 +48.426671,9.963295766666668,27700000 +48.42663245,9.963550649999998,23200000 +48.42660015,9.9637676,22400000 +48.42656223333333,9.964035166666669,20300000 +48.42652555,9.96429925,17200000 +48.43123595,9.9626885,16500000 +48.431231200000006,9.962670266666668,16500000 +48.4312108,9.9625874,34200000 +48.4312067,9.96256765,34200000 +48.4311934,9.962495,39400000 +48.43119005,9.96247265,39400000 +48.43117595,9.9623727,27400000 +48.43118,9.9624034,27400000 +48.4311621,9.96226435,30600000 +48.43115896666666,9.962237266666667,30600000 +48.43114395,9.96209795,18700000 +48.43112970000001,9.961937333333331,25200000 +48.4311169,9.96177365,19700000 +48.4311044,9.961612233333334,24100000 +48.4310912,9.9614495,18200000 +48.43107856666666,9.9612843,19600000 +48.4310693,9.9611504,23900000 +48.4310675,9.96111655,23900000 +48.4310622,9.96096305,17700000 +48.43106155,9.96082495,27500000 +48.431061766666666,9.960790033333334,27500000 +48.4310631,9.96061415,25300000 +48.431064733333336,9.9604353,30700000 +48.4310646,9.9602549,39900000 +48.43106446666667,9.960073233333333,26900000 +48.43106345,9.95987325,24100000 +48.43106,9.95971885,37100000 +48.4310544,9.9595563,30400000 +48.43105260000001,9.9595174,30400000 +48.431042000000005,9.9593328,22200000 +48.431030750000005,9.95919185,19700000 +48.43102733333334,9.959157066666668,19700000 +48.4310085,9.9589844,21700000 +48.43098653333333,9.958816,55400000 +48.43099115,9.95884925,55400000 +48.4309624,9.95865155,28700000 +48.430937,9.958492666666666,21300000 +48.4309162,9.95837,21200000 +48.43091085,9.958340150000002,21200000 +48.43088815,9.9582158,52600000 +48.4308648,9.95808935,21100000 +48.4308398,9.9579549,26900000 +48.4308347,9.957926766666668,26900000 +48.4308083,9.9577826,22800000 +48.4307911,9.9576861,26400000 +48.43077143333334,9.957571533333336,34300000 +48.430775100000005,9.95759365,34300000 +48.43075435,9.95746295,46100000 +48.43073976666667,9.957361933333331,44000000 +48.4307273,9.9572741,94900000 +48.43071773333333,9.957207466666668,178000000 +48.4307058,9.957123,19000000 +48.4307049,9.9571166,19000000 +48.430702,9.9570944,38800000 +48.430701,9.957086,34800000 +48.43070105,9.95708435,27900000 +48.4307009,9.957079866666668,32100000 +48.4323963,9.9674249,21000000 +48.4323963,9.9674249,21000000 +48.4323963,9.9674249,21000000 +48.4323963,9.9674249,24000000 +48.4323963,9.9674249,24000000 +48.4323963,9.9674249,19400000 +48.4323963,9.9674249,19400000 +48.4323963,9.9674249,19400000 +48.4323963,9.9674249,24400000 +48.4323963,9.9674249,24400000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,23100000 +48.4323963,9.9674249,23100000 +48.4323963,9.9674249,24500000 +48.4323963,9.9674249,24500000 +48.4323963,9.9674249,24500000 +48.4323963,9.9674249,26000000 +48.4323963,9.9674249,26000000 +48.4323963,9.9674249,18100000 +48.4323963,9.9674249,18100000 +48.4323963,9.9674249,30700000 +48.4323963,9.9674249,30700000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,27400000 +48.4323963,9.9674249,22600000 +48.4323963,9.9674249,22600000 +48.4323963,9.9674249,29100000 +48.4323963,9.9674249,29100000 +48.4323963,9.9674249,29100000 +48.4323963,9.9674249,24100000 +48.4323963,9.9674249,24100000 +48.4323963,9.9674249,15900000 +48.4323963,9.9674249,15900000 +48.4323963,9.9674249,21600000 +48.4323963,9.9674249,21600000 +48.4323963,9.9674249,34200000 +48.4323963,9.9674249,34200000 +48.4323963,9.9674249,34200000 +48.4323963,9.9674249,21100000 +48.4323963,9.9674249,21100000 +48.4323963,9.9674249,24400000 +48.4323963,9.9674249,24400000 +48.4323963,9.9674249,24400000 +48.4323963,9.9674249,16300000 +48.4323963,9.9674249,16300000 +48.4323963,9.9674249,37800000 +48.4323963,9.9674249,37800000 +48.4323963,9.9674249,17400000 +48.4323963,9.9674249,17400000 +48.4323963,9.9674249,17400000 +48.4323963,9.9674249,27000000 +48.4323963,9.9674249,27000000 +48.4323963,9.9674249,32200000 +48.4323963,9.9674249,32200000 +48.4323963,9.9674249,32200000 +48.4323963,9.9674249,33300000 +48.4323963,9.9674249,33300000 +48.4323963,9.9674249,22800000 +48.4323963,9.9674249,22800000 +48.4323963,9.9674249,24800000 +48.4323963,9.9674249,24800000 +48.4323962,9.967425,25600000 +48.4323961,9.96742475,25600000 +48.4323959,9.967424,36100000 +48.432395850000006,9.9674237,36100000 +48.4323957,9.96742265,35100000 +48.4323957,9.9674229,35100000 +48.4323956,9.9674216,28100000 +48.4323956,9.9674219,28100000 +48.4323956,9.9674206,33100000 +48.43239555,9.96742025,33100000 +48.43239553333333,9.967419933333334,33100000 +48.4323955,9.9674187,27900000 +48.4323956,9.9674185,27900000 +48.4323958,9.9674179,31200000 +48.4323958,9.9674179,31200000 +48.4323958,9.9674179,31300000 +48.4323958,9.9674179,31300000 +48.4323958,9.9674179,34600000 +48.4323958,9.9674179,34600000 +48.4323958,9.9674179,34600000 +48.4323958,9.9674179,32300000 +48.4323958,9.9674179,32300000 +48.4323958,9.9674179,29600000 +48.4323958,9.9674179,29600000 +48.4323958,9.9674179,19600000 +48.4323958,9.9674179,19600000 +48.4323958,9.9674179,19600000 +48.4323958,9.9674179,23300000 +48.4323958,9.9674179,24500000 +48.4323958,9.9674179,24500000 +48.4323958,9.9674179,24500000 +48.4323958,9.9674179,25900000 +48.4323958,9.9674179,25900000 +48.4323958,9.9674179,19600000 +48.432396,9.96741785,19600000 +48.4323968,9.9674176,21900000 +48.4323974,9.9674174,21900000 +48.4323994,9.967417,35100000 +48.43240005,9.96741675,35100000 +48.4324008,9.967416533333331,35100000 +48.4324008,9.967416533333331,35100000 +48.43240545,9.9674157,30400000 +48.432409750000005,9.96741585,34500000 +48.4324194,9.9674159,26900000 +48.43242,9.96741605,26900000 +48.4324212,9.9674165,25500000 +48.43242165,9.9674167,25500000 +48.43242203333333,9.967416866666667,25500000 +48.43242375,9.96741755,23500000 +48.4324235,9.9674175,23500000 +48.4324245,9.9674178,39800000 +48.43242465,9.96741795,39800000 +48.43242566666667,9.9674187,24600000 +48.4324264,9.9674196,17300000 +48.4324265,9.96742015,21200000 +48.4324268,9.9674201,21000000 +48.43242575,9.96742025,23300000 +48.43242486666667,9.967420266666666,23300000 +48.4324208,9.9674197,27200000 +48.432419800000005,9.9674197,27200000 +48.43241463333334,9.967419166666668,43800000 +48.432417,9.9674193,43800000 +48.4324157,9.9674191,43800000 +48.4324079,9.96742005,24100000 +48.4324091,9.9674196,24100000 +48.4324046,9.9674223,33500000 +48.43240415,9.96742265,33500000 +48.432403933333326,9.967422666666666,33500000 +48.4324033,9.9674226,24700000 +48.43240325,9.9674226,24700000 +48.4324031,9.9674226,18600000 +48.43240345,9.96742255,18600000 +48.43240475,9.9674222,24800000 +48.4324045,9.9674222,24800000 +48.4324064,9.96742145,19500000 +48.4324058,9.9674217,19500000 +48.4324083,9.9674212,29000000 +48.43240895,9.967421,29000000 +48.4324095,9.967420966666667,29000000 +48.4324116,9.967421,22600000 +48.43241135,9.9674209,22600000 +48.4324116,9.9674208,23900000 +48.432411900000005,9.9674208,23900000 +48.4324129,9.9674205,30400000 +48.43241375,9.9674205,30400000 +48.4324167,9.9674201,28200000 +48.4324167,9.9674201,28200000 +48.4324162,9.96742015,28200000 +48.4324157,9.9674204,28200000 +48.43241795,9.96742035,24100000 +48.43241873333333,9.967421333333334,20200000 +48.4324193,9.9674216,18600000 +48.43241985,9.96742045,18600000 +48.43242185,9.96741895,30700000 +48.43242266666667,9.967418733333332,30700000 +48.4324269,9.9674174,27300000 +48.4324294,9.9674156,17900000 +48.4324297,9.967415,22000000 +48.4324294,9.967414866666669,27900000 +48.432429,9.9674149,34000000 +48.4324281,9.967418033333333,22600000 +48.4324239,9.967427099999998,24100000 +48.432422,9.967442166666666,30100000 +48.432424000000005,9.967472466666669,26600000 +48.43242725,9.96748965,23500000 +48.43243,9.9675068,21800000 +48.432430333333336,9.967510766666663,21800000 +48.4324311,9.967525,20900000 +48.4324311,9.96752745,20900000 +48.43243035,9.9675373,28000000 +48.43242976666667,9.9675395,28000000 +48.43242575,9.9675501,31100000 +48.4324268,9.9675478,31100000 +48.4324206,9.9675584,23900000 +48.43241913333333,9.967560366666667,23900000 +48.4324103,9.9675695,22800000 +48.43240025,9.9675747,21200000 +48.43239706666666,9.967575833333331,21200000 +48.4323828,9.9675796,24900000 +48.4323789,9.9675801,24900000 +48.4323656,9.9675825,22500000 +48.432361,9.9675834,22500000 +48.432356133333336,9.967584533333332,22500000 +48.4323323,9.9675903,26700000 +48.432337,9.967589,26700000 +48.43231395,9.96759545,45600000 +48.43230963333334,9.967596766666666,45600000 +48.432294,9.967601,24300000 +48.43229075,9.96760185,24300000 +48.432278,9.96760425,20700000 +48.43227529999999,9.9676046,20700000 +48.4322657,9.9676059,31600000 +48.43226355,9.9676063,31600000 +48.4322552,9.9676062,22500000 +48.43225296666666,9.967605766666663,22500000 +48.432241700000006,9.96760215,30100000 +48.4322439,9.9676033,30100000 +48.43223125,9.96759435,25000000 +48.432228466666665,9.967590966666664,25000000 +48.4322176,9.9675742,31500000 +48.4322152,9.96756835,31500000 +48.4322082,9.9675473,34500000 +48.4322061,9.96753825,34500000 +48.4322037,9.967526766666667,34500000 +48.4321945,9.9674807,22300000 +48.432192150000006,9.9674679,22300000 +48.4321828,9.9674151,26600000 +48.43218033333333,9.967401133333334,26600000 +48.4321851,9.9674283,26600000 +48.4321698,9.9673423,30100000 +48.4321667,9.9673253,30100000 +48.4321568,9.9672738,25400000 +48.432153150000005,9.9672556,25400000 +48.43214940000001,9.967237133333333,25400000 +48.4321341,9.9671622,35400000 +48.43213015,9.9671423,35400000 +48.43210866666666,9.967042833333334,30600000 +48.4321178,9.9670836,30600000 +48.4321131,9.96706345,30600000 +48.4320857,9.96693855,44700000 +48.4320906,9.9669594,44700000 +48.4320708,9.9668734,45800000 +48.43206575,9.96685135,45800000 +48.432060533333335,9.966829533333334,45800000 +48.43204,9.9667426,19700000 +48.4320343,9.9667215,19700000 +48.43200636666666,9.9666126,23000000 +48.4319783,9.96649825,41900000 +48.4319838,9.9665218,41900000 +48.43195595,9.96640215,25200000 +48.4319503,9.9663774,25200000 +48.4319615,9.9664267,25200000 +48.43192135,9.96625295,23700000 +48.4319271,9.9662783,23700000 +48.4319037,9.966177,30300000 +48.4318976,9.96615145,30300000 +48.43189146666666,9.9661259,30300000 +48.4318668,9.9660246,17500000 +48.43186065,9.9659994,17500000 +48.43182876666666,9.9658777,37100000 +48.4318034,9.9657828,33500000 +48.43179555,9.96575395,33500000 +48.4317754,9.9656795,19600000 +48.4317679,9.9656514,19600000 +48.43174385,9.9655567,35500000 +48.4317493,9.9655787,35500000 +48.43173853333334,9.965534533333331,35500000 +48.43171205,9.9654232,25400000 +48.4317172,9.9654458,25400000 +48.4316967,9.9653545,21200000 +48.4316899,9.96532595,21200000 +48.4316668,9.96522905,20500000 +48.43166123333333,9.9652062,20500000 +48.43163355,9.96509205,31400000 +48.43161055,9.9649974,25100000 +48.43160426666666,9.964972533333333,25100000 +48.4315796,9.964871,28700000 +48.4315733,9.9648445,28700000 +48.43154795,9.9647365,22900000 +48.431541333333335,9.964708566666667,22900000 +48.4315145,9.9645952,35400000 +48.43150755,9.96456645,35400000 +48.431480050000005,9.9644509,18400000 +48.4314733,9.9644217,18400000 +48.431446,9.9643042,41900000 +48.431439,9.9642746,41900000 +48.43141095,9.96415675,34100000 +48.4314039,9.9641271,34100000 +48.4313766,9.9640086,45000000 +48.43137045,9.96397875,45000000 +48.43134685,9.96385935,20900000 +48.43134186666666,9.963829833333332,20900000 +48.43132005,9.96368455,26000000 +48.4313236,9.9637131,26000000 +48.43130586666667,9.963546766666669,31600000 +48.4313082,9.9635733,31600000 +48.4312971,9.9634432,28500000 +48.43129545,9.9634192,28500000 +48.431291,9.96332775,21100000 +48.43129086666666,9.963307,21100000 +48.4312966,9.96321025,17400000 +48.43131513333333,9.963129233333332,16900000 +48.4313334,9.96305125,28200000 +48.431335366666666,9.962970466666668,24700000 +48.4313374,9.9629865,24700000 +48.43131245,9.9628848,23300000 +48.4313198,9.9629015,23300000 +48.4312818,9.9628221,21600000 +48.4312888,9.9628355,21600000 +48.4312609,9.9627796,25900000 +48.43125445,9.9627638,25900000 +48.43124846666666,9.9627472,25900000 +48.4312213,9.96265735,32600000 +48.4312263,9.9626771,32600000 +48.4312004,9.96256105,19000000 +48.43117916666666,9.9624375,25300000 +48.43115765,9.96228585,25900000 +48.4311454,9.9621809,25500000 +48.43114145,9.96214145,25500000 +48.4311301,9.9620208,32000000 +48.43112725,9.96198785,32000000 +48.43111385,9.96182765,31200000 +48.4311175,9.9618707,31200000 +48.4311032,9.9616969,24100000 +48.43109965,9.9616522,24100000 +48.4310887,9.9615167,24500000 +48.43108525,9.9614709,24500000 +48.4310743,9.961333,31000000 +48.4310707,9.96128665,31000000 +48.4310613,9.9611467,38900000 +48.43105905,9.9610994,38900000 +48.4310546,9.9609757,28000000 +48.4310541,9.9609277,28000000 +48.43105295,9.960734,29200000 +48.4310531,9.9607828,29200000 +48.4310525,9.9605871,15700000 +48.43105275,9.9605378,15700000 +48.43105466666666,9.9602962,31100000 +48.4310541,9.9603893,31100000 +48.43105425,9.9603395,31100000 +48.431055150000006,9.96005805,35600000 +48.4310552,9.9601087,35600000 +48.4310547,9.9599054,24300000 +48.43105395,9.95986485,24300000 +48.4310509,9.9597221,21900000 +48.43104915,9.95967075,21900000 +48.431042,9.9595164,19100000 +48.43103905,9.95946465,19100000 +48.4310289,9.9593096,20100000 +48.4310247,9.95925795,20100000 +48.4310111,9.9591034,26500000 +48.43100575,9.9590521,26500000 +48.43100575,9.9590521,26500000 +48.43098055,9.95884805,38700000 +48.43095105,9.95864645,41000000 +48.4309196,9.9584503,34600000 +48.43088715,9.95826045,38900000 +48.4308532,9.9580775,24500000 +48.4308211,9.95790925,36700000 +48.4307937,9.9577645,31000000 +48.4307663,9.9576077,43900000 +48.43074300000001,9.957459299999998,75300000 +48.4307266,9.95733595,79400000 +48.4307029,9.957137366666666,95550000 +48.4307019,9.9571264,56100000 +48.43070109999999,9.957119250000002,37700000 +48.4306336,9.9570172,173000000 +48.430522800000006,9.9570043,168000000 +48.43028275,9.95704855,24400000 +48.42792565,9.95682305,52300000 +48.4279065,9.9568194,69800000 +48.4279066,9.9568194,69800000 +48.42790625,9.95681935,57800000 +48.427906166666666,9.956819366666666,57800000 +48.4279057,9.9568196,33100000 +48.4279056,9.9568197,45600000 +48.4279056,9.9568197,45600000 +48.4279056,9.9568197,33800000 +48.4279056,9.9568197,30100000 +48.4279056,9.9568197,30100000 +48.4279056,9.9568197,29200000 +48.4279056,9.9568197,38300000 +48.4279056,9.9568197,38300000 +48.4279056,9.9568197,68300000 +48.4279056,9.9568197,53500000 +48.42790566666667,9.9568198,53500000 +48.4279046,9.9568199,50000000 +48.4279047,9.95682,20800000 +48.427892400000005,9.9568173,39900000 +48.4278855,9.956816133333334,39900000 +48.4278544,9.9568132,21800000 +48.42784495,9.956814049999998,21800000 +48.42779396666666,9.956827866666666,20300000 +48.42773745,9.9568594,25900000 +48.42769245,9.956901299999998,25000000 +48.42768266666666,9.956915333333331,25000000 +48.427638400000006,9.9569956,18400000 +48.4276129,9.95707995,22400000 +48.42760846666667,9.957104,22400000 +48.4275926,9.957204,29900000 +48.42758925,9.95723125,29900000 +48.42757326666666,9.9573753,23900000 +48.4275764,9.957345,23900000 +48.4275604,9.9574993,40500000 +48.42755705,9.9575322,40500000 +48.42754355,9.957668,50500000 +48.42754013333334,9.957703833333332,50500000 +48.42752305,9.9578875,40900000 +48.42750855,9.95804305,19000000 +48.42750446666667,9.958083366666669,19000000 +48.42748215,9.95828885,39600000 +48.427455066666674,9.9585144,16700000 +48.4274609,9.9584688,16700000 +48.427427300000005,9.95873245,23700000 +48.4274104,9.9588599,21700000 +48.42739906666666,9.958944366666666,21700000 +48.42740475,9.9589022,21700000 +48.42737125,9.9591547,24900000 +48.427377,9.9591127,24900000 +48.4273547,9.9592803,24600000 +48.427349,9.95932195,24600000 +48.42734323333334,9.9593636,24600000 +48.4273213,9.9595298,25100000 +48.4273157,9.9595712,25100000 +48.4272934,9.95973645,31200000 +48.4272876,9.959777566666668,31200000 +48.4272639,9.9599414,24100000 +48.42725745,9.95998225,24100000 +48.4272312,9.96014505,27100000 +48.4272248,9.960185700000002,27100000 +48.427199,9.960348,28800000 +48.42718915,9.96040855,28800000 +48.4271558,9.9606103,17900000 +48.42712815,9.9607718,16500000 +48.4271012,9.96093315,19700000 +48.42709423333333,9.9609734,19700000 +48.427067,9.9611349,32100000 +48.4270607,9.9611755,32100000 +48.427035,9.9613377,22400000 +48.4270283,9.961378266666664,22400000 +48.4270009,9.9615403,30900000 +48.4269941,9.96158095,30900000 +48.4269663,9.96174345,28200000 +48.42695940000001,9.961784166666666,28200000 +48.42692475,9.96198825,38800000 +48.4268548,9.96240095,21300000 +48.426819,9.962610233333333,19900000 +48.426782133333326,9.9628283,17800000 +48.4267477,9.9630343,28100000 +48.4267141,9.9632494,23100000 +48.42668145,9.96346785,29600000 +48.42664856666666,9.9636893,23000000 +48.42661699999999,9.96391435,42200000 +48.42658536666667,9.964142933333331,31800000 +48.42655605,9.964375,19800000 +48.426525733333335,9.964611066666668,27200000 +48.42649565,9.96484515,23900000 +48.42646656666667,9.965066733333332,16200000 +48.42643459999999,9.965311766666666,17500000 +48.42641265,9.96550435,21800000 +48.42639346666667,9.965709666666667,19200000 +48.42637885,9.9659162,27400000 +48.42636945,9.96608285,28600000 +48.42636723333333,9.966123666666666,28600000 +48.42635785,9.96632545,40900000 +48.42635055,9.96648355,30300000 +48.4263489,9.9665231,30300000 +48.4263405,9.9667215,32600000 +48.42632863333333,9.966919333333337,22200000 +48.42630935,9.9671125,30000000 +48.42627733333333,9.967295066666669,34300000 +48.4262325,9.9674641,63000000 +48.425765866666666,9.9684128,162000000 +48.4262793,9.9698089,54800000 +48.42723513333334,9.969739,79400000 +48.42745343333333,9.9696683,57200000 +48.4275604,9.96962825,113000000 +48.42766636666666,9.969588633333332,111000000 +48.4279633,9.9694843,40100000 +48.4279846,9.96947725,40100000 +48.428091,9.969443533333331,24900000 +48.4280697,9.9694499,24900000 +48.4280484,9.9694565,24900000 +48.4281868,9.9694155,38800000 +48.42821345,9.9694082,38800000 +48.4282828,9.9693895,29700000 +48.42830435,9.969384,29700000 +48.4283693,9.969368,61200000 +48.428391000000005,9.969363049999998,61200000 +48.42841283333334,9.969358333333332,61200000 +48.428501,9.969341,97900000 +48.42852345,9.9693373,97900000 +48.42863806666666,9.9693239,150000000 +48.4285915,9.9693278,150000000 +48.4286147,9.96932575,150000000 +48.4309418,9.969862533333334,33800000 +48.43104535,9.9699233,25200000 +48.43113793333333,9.969979366666664,27500000 +48.431223450000005,9.9700315,30800000 +48.4313039,9.970081666666667,33000000 +48.43138305,9.97013175,31600000 +48.43146166666667,9.9701824,23800000 +48.4315405,9.97023235,16500000 +48.43162193333333,9.9702796,24600000 +48.43170465,9.97031885,30800000 +48.43178666666666,9.970341466666667,86800000 +48.4318675,9.97034385,131000000 +48.431944566666665,9.970318833333332,93200000 +48.4320159,9.97026835,151000000 +48.43207433333333,9.9701905,121000000 +48.432118,9.97009465,32900000 +48.432144666666666,9.9699843,34400000 +48.432164400000005,9.969868300000002,76800000 +48.432178633333336,9.969743233333332,84400000 +48.43219065,9.96961075,97700000 +48.4322033,9.969474533333331,41100000 +48.43221755,9.96933715,138000000 +48.43223613333333,9.969204133333331,37100000 +48.4322317,9.96922995,37100000 +48.4322604,9.9690824,68800000 +48.432288666666665,9.968984433333334,24400000 +48.43231605,9.96890635,33900000 +48.4323365,9.96885765,28100000 +48.432341400000006,9.968847433333332,28100000 +48.43236445,9.9687978,33500000 +48.432381166666666,9.968745966666669,21800000 +48.43238855,9.9686824,21700000 +48.43237986666667,9.9686069,24400000 +48.432362600000005,9.96852445,22800000 +48.4323451,9.968434033333333,58100000 +48.4323313,9.9683373,18500000 +48.4323222,9.96825435,27200000 +48.4323201,9.968232733333332,27200000 +48.4323064,9.9681094,29000000 +48.43229405,9.96801665,37700000 +48.4322905,9.967993366666668,37700000 +48.43227205,9.9678752,22500000 +48.43225655,9.96777845,18900000 +48.4322526,9.967753933333334,18900000 +48.4322329,9.9676298,32100000 +48.4322162,9.96752885,38200000 +48.4322117,9.967503566666666,38200000 +48.43218955,9.96737735,25700000 +48.43216623333333,9.9672536,20200000 +48.4321463,9.9671535,28900000 +48.43214115,9.9671285,28900000 +48.432114866666666,9.967003,25700000 +48.432120350000005,9.96702835,25700000 +48.4320897,9.9668881,39100000 +48.43208415,9.9668623,39100000 +48.4320613,9.966759799999998,34400000 +48.432029400000005,9.966630233333332,41200000 +48.43203615,9.96665635,41200000 +48.4319963,9.9665003,72200000 +48.43196423333333,9.966372366666668,28600000 +48.4319325,9.96624615,30800000 +48.4319008,9.966123733333331,37600000 +48.43186945,9.9660063,29800000 +48.4318398,9.965892366666669,35200000 +48.431809,9.96577815,29000000 +48.4317836,9.96567745,21600000 +48.431776766666665,9.9656502,21600000 +48.4317506,9.9655435,28600000 +48.43174435,9.9655172,28600000 +48.43171905,9.9654098,26500000 +48.4316872,9.96527815,18200000 +48.43165255,9.96513595,20100000 +48.4316172,9.96499275,17500000 +48.431581050000005,9.96484555,22300000 +48.43157313333334,9.964813366666666,22300000 +48.4315343,9.96465695,22200000 +48.4314965,9.964499866666666,30600000 +48.4314675,9.9643747,23300000 +48.4314601,9.9643438,23300000 +48.43142323333333,9.964189333333332,32700000 +48.43143065,9.96421985,32700000 +48.4313859,9.96403795,31000000 +48.4313587,9.96392095,39800000 +48.43135306666667,9.963893066666666,39800000 +48.4313291,9.9637592,26200000 +48.4313161,9.9636578,24600000 +48.4313134,9.9636332,24600000 +48.431304,9.9635366,23300000 +48.43130265,9.96351355,23300000 +48.43129745,9.96342365,21900000 +48.43129643333333,9.963402,21900000 +48.43129415,9.9632973,22500000 +48.4312939,9.9633171,22500000 +48.43130065,9.96321405,21700000 +48.431314400000005,9.96315065,29000000 +48.43131843333333,9.963136066666666,29000000 +48.43133805,9.96305915,23200000 +48.43134385,9.96298985,30100000 +48.431332,9.9629233,37000000 +48.43130445,9.96286015,19600000 +48.43129753333333,9.9628471,19600000 +48.43125995,9.96277135,26100000 +48.4312664,9.9627863,26100000 +48.431241,9.9627243,19100000 +48.43123385,9.96270255,19100000 +48.43120955,9.96261775,27800000 +48.431204433333335,9.9625948,27800000 +48.4311858,9.9625031,26700000 +48.431182,9.9624791,26700000 +48.4311649,9.962350733333333,26700000 +48.43116795,9.96237795,26700000 +48.43114995,9.96221035,33400000 +48.43113875,9.9620911,38500000 +48.43113613333333,9.962060333333332,38500000 +48.4311263,9.9619358,25800000 +48.43112395,9.9619038,25800000 +48.4311165,9.9618068,22000000 +48.43111395,9.9617738,22000000 +48.4311114,9.961740399999998,22000000 +48.4310993,9.9615886,23800000 +48.43109665,9.96155445,23800000 +48.4310889,9.9614517,23600000 +48.43108625,9.96141705,23600000 +48.43107515,9.9612676,31100000 +48.43107256666667,9.9612286,31100000 +48.4310626,9.9610592,29100000 +48.43106125,9.9610224,29100000 +48.4310576,9.96087465,35900000 +48.4310569,9.96071715,42300000 +48.4310572,9.960676566666669,42300000 +48.4310568,9.9607637,42300000 +48.4310587,9.9605196,30400000 +48.43105895,9.9604814,30400000 +48.43106,9.960366,17900000 +48.4310601,9.9603272,17900000 +48.4310604,9.960288133333334,17900000 +48.4310616,9.9601312,25800000 +48.43106155,9.9600917,25800000 +48.43106016666667,9.959894233333332,26400000 +48.43106075,9.9599336,26400000 +48.4310574,9.9597187,34600000 +48.4310565,9.95968025,34600000 +48.4310531,9.9595654,41000000 +48.4310517,9.9595279,41000000 +48.4310449,9.9593797,23900000 +48.43104263333333,9.959343566666666,23900000 +48.4310291,9.959165,31600000 +48.4310089,9.9589908,31700000 +48.4310135,9.9590253,31700000 +48.4309847,9.95881825,17500000 +48.4309572,9.958643066666667,26100000 +48.43096295,9.95867835,26100000 +48.43092435,9.9584482,29300000 +48.4309306,9.9584838,29300000 +48.4308926,9.958271000000002,39200000 +48.430906,9.9583413,39200000 +48.4308994,9.9583061,39200000 +48.4308662,9.9581317,36400000 +48.4308599,9.9580972,36400000 +48.4308413,9.9579946,37100000 +48.4308352,9.9579609,37100000 +48.43082913333333,9.957927633333334,37100000 +48.4308027,9.9577827,34000000 +48.43079705,9.95775305,34000000 +48.4307768,9.9576399,18900000 +48.43075915,9.95753635,45400000 +48.43075543333333,9.957512466666666,45400000 +48.4307411,9.9574199,39200000 +48.430738,9.9573984,39200000 +48.43072685,9.957318,126000000 +48.43072456666667,9.9573007,126000000 +48.430714300000005,9.95722295,161000000 +48.430707866666665,9.957172733333334,48000000 +48.43070895,9.95718055,48000000 +48.4307037,9.9571435,30400000 +48.4307029,9.95713785,30400000 +48.4307008,9.95712325,23400000 +48.43070083333333,9.957122733333334,23400000 +48.43070125,9.9571212,17100000 +48.4307019,9.957121,21400000 +48.43070215,9.95712095,21400000 +48.43070233333333,9.9571209,21400000 +48.4307031,9.9571207,29700000 +48.430703050000005,9.95712065,29700000 +48.4307033,9.9571206,35900000 +48.4307034,9.95712065,35900000 +48.4307035,9.9571207,31700000 +48.4307035,9.9571207,31700000 +48.4307035,9.9571207,30300000 +48.4307035,9.9571207,30300000 +48.43070346666667,9.9571207,33600000 +48.43070215,9.95711065,42100000 +48.4307028,9.9571155,42100000 +48.432399,9.9674363,19200000 +48.432399,9.9674363,21500000 +48.432397725,9.96743695,20400000 +48.43239625,9.9674379,20300000 +48.43239603333333,9.967438066666666,20300000 +48.4323956,9.9674384,28600000 +48.4323956,9.9674384,28600000 +48.4323956,9.9674384,28600000 +48.4323956,9.9674384,27400000 +48.4323956,9.9674384,27400000 +48.4323956,9.9674384,27400000 +48.4323956,9.9674384,35600000 +48.4323956,9.9674384,35600000 +48.43239545,9.9674385,35600000 +48.43239545,9.9674385,35600000 +48.43239342,9.96743958,23400000 +48.432391375,9.9674404,30400000 +48.43239008,9.96744106,28700000 +48.4323899,9.9674412,30600000 +48.432389825,9.9674412,33300000 +48.432389325,9.967441425,29800000 +48.4323892,9.9674415,27000000 +48.4323892,9.9674415,18700000 +48.4323892,9.9674415,24100000 +48.4323892,9.9674415,33500000 +48.4323886,9.967441925,25800000 +48.4323884,9.9674421,22800000 +48.4323884,9.9674421,39300000 +48.432388275,9.967441975,24400000 +48.4323879,9.967442,20400000 +48.4323878,9.9674416,31200000 +48.4323878,9.9674413,27600000 +48.4323878,9.9674413,31700000 +48.4323878,9.9674413,32200000 +48.4323878,9.9674413,29800000 +48.4323878,9.9674413,34100000 +48.4323878,9.9674413,26000000 +48.4323878,9.9674413,20600000 +48.43238793333333,9.9674408,24500000 +48.43238835,9.96743985,32200000 +48.4323884,9.9674398,25000000 +48.4323884,9.9674398,24200000 +48.4323884,9.9674398,18100000 +48.4323884,9.9674398,27900000 +48.4323884,9.9674398,29000000 +48.4323886,9.9674397,24600000 +48.4323895,9.967438875,37300000 +48.4323898,9.9674387,29600000 +48.4323898,9.9674387,28000000 +48.43238985,9.967437775,39300000 +48.432389575,9.967435475,25100000 +48.432389175,9.967433275,31500000 +48.43238896,9.9674315,18800000 +48.432388825,9.967429825,19500000 +48.43238866,9.967429219999998,21100000 +48.4323887,9.96742938,24400000 +48.432389,9.967430125,28600000 +48.43238908,9.96743026,28600000 +48.4323899,9.967431925,27900000 +48.43239074,9.96743392,27800000 +48.4323912,9.96743658,35300000 +48.43239108,9.96743822,20500000 +48.432390275,9.967438775,19600000 +48.4323901,9.96743945,26100000 +48.43239012,9.96743952,26100000 +48.4323902,9.9674398,38400000 +48.4323904,9.967440575,27900000 +48.43239042,9.9674407,27900000 +48.432390475,9.9674415,16800000 +48.43239025,9.96744205,33100000 +48.4323902,9.9674422,26000000 +48.43239028000001,9.96744232,26500000 +48.43239075,9.967443075,22300000 +48.43239102,9.96744354,34600000 +48.432391025,9.967443500000002,34600000 +48.432390966666674,9.967443633333334,26500000 +48.432390950000006,9.96744365,26500000 +48.4323911,9.9674441,19400000 +48.4323912,9.9674442,19400000 +48.43239185,9.96744505,30600000 +48.432392,9.9674453,28800000 +48.432392,9.9674453,19400000 +48.43239226666666,9.967445766666666,27100000 +48.4323923,9.96744585,27100000 +48.43239233999999,9.96744592,27100000 +48.43239259999999,9.9674463,31800000 +48.4323926,9.9674463,31800000 +48.43239259999999,9.9674463,20400000 +48.4323926,9.9674463,20400000 +48.4323926,9.9674463,23200000 +48.43239259999999,9.9674463,23200000 +48.4323926,9.9674463,23800000 +48.4323926,9.9674463,23800000 +48.43239320000001,9.96744675,32700000 +48.432393925,9.9674471,29200000 +48.4323938,9.967447,29200000 +48.432394566666666,9.967447733333335,29000000 +48.432394675,9.967447750000002,29000000 +48.43239516666667,9.9674478,20700000 +48.4323952,9.9674478,31900000 +48.4323952,9.9674478,34000000 +48.4323952,9.9674478,31800000 +48.4323952,9.9674478,31800000 +48.4323952,9.9674478,24900000 +48.4323952,9.9674478,24900000 +48.4323952,9.9674478,21000000 +48.4323952,9.9674478,21000000 +48.4323952,9.9674478,25700000 +48.4323952,9.9674478,25700000 +48.4323952,9.9674478,23800000 +48.4323952,9.9674478,23800000 +48.4323952,9.9674478,25900000 +48.4323952,9.9674478,22600000 +48.4323952,9.9674478,22600000 +48.4323952,9.9674478,25900000 +48.4323952,9.9674478,25900000 +48.4323952,9.9674478,21500000 +48.4323952,9.9674478,21500000 +48.4323952,9.9674478,21500000 +48.4323952,9.9674478,27700000 +48.4323952,9.9674478,27700000 +48.4323952,9.9674478,27700000 +48.4323952,9.9674478,24000000 +48.4323952,9.9674478,24000000 +48.4323952,9.9674478,24000000 +48.432395525,9.9674456,24600000 +48.432395500000005,9.967446033333331,24600000 +48.432395500000005,9.9674439,18700000 +48.4323955,9.9674439,18700000 +48.432395500000005,9.9674439,34900000 +48.4323955,9.9674439,34900000 +48.4323955,9.9674439,34000000 +48.432395500000005,9.9674439,34000000 +48.4323955,9.9674439,43200000 +48.432395500000005,9.9674439,43200000 +48.4323955,9.9674439,33800000 +48.432395500000005,9.9674439,33800000 +48.4323955,9.9674439,33800000 +48.4323955,9.9674439,30700000 +48.432395500000005,9.9674439,30700000 +48.4323955,9.9674439,30700000 +48.4323955,9.9674439,30200000 +48.432395500000005,9.9674439,30200000 +48.4323955,9.9674439,30200000 +48.432395500000005,9.9674439,22100000 +48.432395500000005,9.9674439,26700000 +48.4323955,9.9674439,26700000 +48.4323955,9.9674439,31200000 +48.432395500000005,9.9674439,31200000 +48.432395500000005,9.9674439,22100000 +48.432395500000005,9.9674439,27300000 +48.4323955,9.9674439,27300000 +48.432395500000005,9.9674439,27700000 +48.4323955,9.9674439,26600000 +48.4323955,9.9674439,26600000 +48.432395500000005,9.9674439,26600000 +48.43239496666666,9.967442133333334,20900000 +48.432394425,9.96743875,24100000 +48.432394466666665,9.967438933333332,24100000 +48.43239455,9.9674393,24100000 +48.4323943,9.9674382,24000000 +48.43239426666667,9.967437966666669,24000000 +48.43239385,9.96743665,33500000 +48.4323938,9.967436566666668,33500000 +48.432393775,9.967436525,33500000 +48.4323937,9.9674364,23500000 +48.4323937,9.9674364,23500000 +48.4323937,9.9674364,21900000 +48.4323937,9.9674364,21900000 +48.4323937,9.9674364,30000000 +48.4323937,9.9674364,30000000 +48.4323937,9.9674364,34300000 +48.4323937,9.9674364,34300000 +48.4323937,9.9674364,34300000 +48.4323937,9.9674364,24200000 +48.4323937,9.9674364,24200000 +48.4323937,9.9674364,24200000 +48.4323937,9.9674364,26900000 +48.4323937,9.9674364,26900000 +48.4323937,9.9674364,39700000 +48.4323937,9.9674364,39700000 +48.4323937,9.9674364,27800000 +48.4323937,9.9674364,27800000 +48.4323937,9.9674364,27800000 +48.4323937,9.9674364,16500000 +48.4323937,9.9674364,16500000 +48.4323937,9.9674364,30200000 +48.4323937,9.9674364,30200000 +48.4323937,9.9674364,19500000 +48.4323937,9.9674364,19500000 +48.4323937,9.9674364,19500000 +48.4323937,9.9674364,24400000 +48.4323937,9.9674364,24400000 +48.432393225,9.967435975,25700000 +48.4323937,9.9674364,25700000 +48.4323937,9.9674364,25700000 +48.43239,9.9674329,33600000 +48.43239,9.9674329,33600000 +48.43239,9.9674329,18700000 +48.43239,9.9674329,17000000 +48.43239,9.9674329,18200000 +48.43239,9.9674329,21100000 +48.43239,9.9674329,19900000 +48.43239,9.9674329,45600000 +48.43239,9.9674329,45600000 +48.43239,9.9674329,34100000 +48.43239,9.9674329,27500000 +48.43239,9.9674329,27500000 +48.43239,9.9674329,23600000 +48.43239,9.9674329,23600000 +48.43239,9.9674329,28600000 +48.43239,9.9674329,20900000 +48.43239,9.9674329,20900000 +48.43239,9.9674329,20900000 +48.43239,9.9674329,21600000 +48.43239,9.9674329,21600000 +48.43239,9.9674329,34500000 +48.43239,9.9674329,34500000 +48.43239,9.9674329,27400000 +48.43239,9.9674329,27400000 +48.43239,9.9674329,27400000 +48.43239,9.9674329,30800000 +48.43239,9.9674329,30800000 +48.43239,9.9674329,20600000 +48.43239,9.9674329,20600000 +48.43239,9.9674329,25900000 +48.43239,9.9674329,25900000 +48.43239,9.9674329,26600000 +48.43239,9.9674329,26600000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,26900000 +48.43239,9.9674329,26900000 +48.43239,9.9674329,21600000 +48.43239,9.9674329,19900000 +48.43239,9.9674329,19900000 +48.43239,9.9674329,19900000 +48.43239,9.9674329,26100000 +48.43239,9.9674329,26100000 +48.43239,9.9674329,26300000 +48.43239,9.9674329,26300000 +48.43239,9.9674329,35300000 +48.43239,9.9674329,35300000 +48.43239,9.9674329,35300000 +48.43239,9.9674329,25400000 +48.43239,9.9674329,25400000 +48.43239,9.9674329,20100000 +48.43239,9.9674329,20100000 +48.43239,9.9674329,34300000 +48.43239,9.9674329,34300000 +48.43239,9.9674329,20000000 +48.43239,9.9674329,20000000 +48.43239,9.9674329,33300000 +48.43239,9.9674329,33300000 +48.43239,9.9674329,27800000 +48.43239,9.9674329,27800000 +48.43239,9.9674329,27800000 +48.43239,9.9674329,17100000 +48.43239,9.9674329,17100000 +48.43239,9.9674329,21300000 +48.43239,9.9674329,16700000 +48.43239,9.9674329,47600000 +48.43239,9.9674329,17400000 +48.43239,9.9674329,17400000 +48.43239,9.9674329,26800000 +48.43239,9.9674329,26800000 +48.43239,9.9674329,32100000 +48.43239,9.9674329,32100000 +48.43239,9.9674329,21900000 +48.43239,9.9674329,21900000 +48.43239,9.9674329,21900000 +48.43239,9.9674329,24700000 +48.43239,9.9674329,24700000 +48.43239,9.9674329,37200000 +48.43239,9.9674329,37200000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,26700000 +48.43239,9.9674329,25200000 +48.43239,9.9674329,25200000 +48.43239,9.9674329,30900000 +48.43239,9.9674329,30900000 +48.43239,9.9674329,29500000 +48.43239,9.9674329,29500000 +48.43239,9.9674329,29500000 +48.43239,9.9674329,25500000 +48.43239,9.9674329,25500000 +48.432392875,9.967431475,20800000 +48.43239956666667,9.967428466666666,22700000 +48.432404225,9.9674266,17400000 +48.4324085,9.967424233333332,25400000 +48.432414925,9.9674245,23100000 +48.4324131,9.96742435,23100000 +48.432413966666665,9.9674245,23100000 +48.43242105,9.96742465,18400000 +48.43242176666666,9.9674246,18400000 +48.432424700000006,9.967423433333332,30800000 +48.43242515,9.9674235,30800000 +48.4324279,9.9674244,28900000 +48.4324281,9.967424566666663,28900000 +48.43242949999999,9.9674264,42800000 +48.432429775,9.967426675,42800000 +48.4324323,9.96742915,21200000 +48.43243193333333,9.9674289,21200000 +48.43243455,9.9674303,29900000 +48.4324347,9.9674303,29900000 +48.4324353,9.9674304,26000000 +48.4324355,9.967430433333334,26000000 +48.43243575,9.96743045,26000000 +48.43243695,9.9674316,18500000 +48.43243723333333,9.967431866666669,18500000 +48.4324392,9.967434133333336,26200000 +48.432439375,9.967434375,26200000 +48.43243935,9.96743595,23500000 +48.4324391,9.967436066666666,23500000 +48.4324384,9.967437466666668,26000000 +48.4324384,9.96743725,26000000 +48.43243845000001,9.9674386,21600000 +48.43243846666667,9.967438866666669,21600000 +48.432438375,9.96743905,21600000 +48.4324371,9.9674395,23500000 +48.43243696666667,9.967439633333331,23500000 +48.43243593333333,9.9674399,22300000 +48.4324358,9.96743995,22300000 +48.43243505,9.96743985,24400000 +48.4324349,9.967439666666666,24400000 +48.43243405,9.9674385,24300000 +48.43243423333333,9.9674385,24300000 +48.4324339,9.9674392,28000000 +48.43243395,9.9674392,28000000 +48.43243255,9.96743935,24700000 +48.43243276666667,9.9674393,24700000 +48.4324318,9.9674401,31400000 +48.43243196666666,9.9674403,31400000 +48.4324333,9.9674416,19600000 +48.43243306666667,9.967441466666664,19600000 +48.43243506666666,9.967442566666668,26000000 +48.43243525,9.9674426,26000000 +48.43243636666667,9.9674424,26900000 +48.432436475,9.967442375,26900000 +48.43243759999999,9.9674417,26300000 +48.432437725,9.967441675,26300000 +48.43243784,9.96744164,26300000 +48.43243785,9.96744155,18100000 +48.43243759999999,9.9674416,18100000 +48.43243735,9.967441675,18100000 +48.43243565,9.9674423,28900000 +48.43243533333333,9.967442466666666,28900000 +48.432433075,9.9674439,26100000 +48.432433075,9.9674439,26100000 +48.43243329999999,9.9674436,26100000 +48.432431650000005,9.9674459,22600000 +48.4324307,9.9674472,26100000 +48.4324306,9.967448533333334,22600000 +48.43242725,9.96745295,31300000 +48.4324232,9.96745605,31200000 +48.43242203333333,9.9674566,22800000 +48.432421225,9.9674565,24000000 +48.43242016666667,9.967455633333332,25200000 +48.432420275,9.9674539,19900000 +48.43242039999999,9.967452,18000000 +48.4324205,9.967450566666669,33600000 +48.43242045,9.9674492,23900000 +48.4324213,9.967447666666668,19600000 +48.432423525,9.96744425,28600000 +48.4324244,9.9674422,27600000 +48.43242425,9.967443374999998,26300000 +48.43242406666667,9.967444,18700000 +48.432423425,9.9674442,20600000 +48.43242343333333,9.967444066666667,20600000 +48.4324235,9.967445966666666,22300000 +48.4324244,9.967451875,27400000 +48.432424225,9.96745995,22000000 +48.43242422,9.96747294,30600000 +48.43242475,9.967483425,21100000 +48.4324273,9.96749515,19100000 +48.4324288,9.96750855,22300000 +48.432430825,9.9675217,26700000 +48.432429775,9.967534550000002,21700000 +48.43242443333333,9.9675448,20600000 +48.4324164,9.967553759999998,29300000 +48.43240665,9.96756265,25300000 +48.432396325,9.9675689,17400000 +48.43238164,9.96757496,17600000 +48.43236545,9.967581175,25500000 +48.43234567499999,9.967589025,16500000 +48.43232258,9.96759764,19800000 +48.432303180000005,9.96760446,21100000 +48.43229011999999,9.96760782,21800000 +48.432279375,9.96760975,19900000 +48.432272325,9.96761035,22000000 +48.432266075,9.967610825,23600000 +48.43225815,9.96761035,17800000 +48.432247375,9.9676061,31600000 +48.432234875,9.967596875,26500000 +48.4322238,9.967578533333333,19600000 +48.43221453333333,9.967552933333334,18600000 +48.432204475000006,9.9675112,21100000 +48.4321923,9.967458566666666,24700000 +48.43218173333333,9.967402566666664,23000000 +48.43216945,9.967329200000002,19500000 +48.432157225,9.967251,15600000 +48.432139275,9.96716305,25700000 +48.432122933333325,9.967093233333332,21700000 +48.432120325,9.967082825,21700000 +48.432099933333326,9.967000866666666,18000000 +48.43208055,9.966922275,19900000 +48.432059,9.966831225,32400000 +48.43203422,9.96672244,23300000 +48.432012500000006,9.966623533333332,20900000 +48.431989475,9.9665251,32100000 +48.4319669,9.966433225,41000000 +48.43194307500001,9.966335825000002,40100000 +48.431922675,9.96624565,22600000 +48.43190378,9.96616182,25300000 +48.43188486666667,9.9660838,19200000 +48.431860025,9.965991125,22600000 +48.43183223333333,9.965896066666666,18600000 +48.4318075,9.9658112,23700000 +48.431780425,9.965708275,22800000 +48.43175332,9.96559166,23400000 +48.431726375,9.9654726,25400000 +48.4316994,9.965352975,29800000 +48.43167014,9.96523104,18000000 +48.43163544,9.96508652,24500000 +48.431603566666666,9.964961633333331,28700000 +48.431564650000006,9.96481485,19800000 +48.43152576666666,9.964668466666666,25300000 +48.43149400000001,9.964546166666668,27300000 +48.431490100000005,9.964530675,27300000 +48.43145676666666,9.964397833333337,15800000 +48.43141822,9.96424372,24700000 +48.431384925,9.964100724999998,27100000 +48.4313555,9.96396025,31000000 +48.4313292,9.9638059,33200000 +48.43131126666666,9.963670666666664,42600000 +48.4312969,9.9635163,17200000 +48.431288833333326,9.963375999999998,25200000 +48.43128953333333,9.963277166666666,24200000 +48.431303125,9.96318775,23600000 +48.43132273333333,9.963110533333332,30500000 +48.4313305,9.963042766666666,28000000 +48.43132105,9.962962524999998,26400000 +48.4312941,9.962889433333332,23200000 +48.4312645,9.962830266666666,32600000 +48.43123603333333,9.962763866666666,23400000 +48.431231775,9.962751075,23400000 +48.431204433333335,9.962654533333334,33100000 +48.43118403333333,9.9625581,44900000 +48.431163975,9.962432625,23900000 +48.43114713333333,9.962293833333334,33700000 +48.4311493,9.9623147,33700000 +48.43113386666667,9.962164966666668,30800000 +48.431117775,9.962004725,24500000 +48.43112010000001,9.962028433333332,24500000 +48.43110153333333,9.9618349,25500000 +48.43108863333333,9.961684366666669,23700000 +48.4310743,9.961507999999998,24400000 +48.43106126666667,9.9613309,33900000 +48.431050766666665,9.9611776,19400000 +48.431041925,9.960995825,38800000 +48.43103853333333,9.960810533333335,27400000 +48.43103955000001,9.960639625,25700000 +48.43103920000001,9.960667,25700000 +48.431041766666674,9.960445833333331,41900000 +48.43104315,9.960071500000002,33250000 +48.431037833333335,9.959685266666666,40500000 +48.431029800000005,9.959482775,45550000 +48.4310174,9.959282866666667,19200000 +48.43100163333333,9.959114033333334,23600000 +48.43095243333333,9.9587249,35500000 +48.43095645,9.95875255,35500000 +48.4309013,9.958396,53700000 +48.430896425,9.958369075,53700000 +48.43086156666666,9.9581819,27100000 +48.4308312,9.958024166666666,20100000 +48.430767925,9.957681625,25300000 +48.430747325,9.9575551,23600000 +48.4316138,9.964978366666664,27500000 +48.43158943333333,9.964878966666667,19500000 +48.431584675,9.9648597,19500000 +48.4315503,9.964718233333334,29000000 +48.431515950000005,9.96457305,23100000 +48.43152163333334,9.964595366666666,23100000 +48.431478766666665,9.964419466666667,21700000 +48.431449333333326,9.964289566666666,31700000 +48.431444825,9.964269925,31700000 +48.4314066,9.96410775,27500000 +48.43141046666667,9.9641242,27500000 +48.43137845,9.963985575,17200000 +48.43137516,9.963971,17200000 +48.431346950000005,9.9638406,16800000 +48.43134418000001,9.963826120000002,16800000 +48.43132295,9.963696724999998,27000000 +48.43132129999999,9.96368248,27000000 +48.43130852499999,9.9635484,25700000 +48.43130759999999,9.96353504,25700000 +48.43130036,9.9634078,17900000 +48.43129915,9.963285525,19700000 +48.43131226,9.96317948,22600000 +48.43133016,9.96305628,21100000 +48.431329675,9.963067775,21100000 +48.431324075000006,9.96295295,25900000 +48.43129605,9.962874825,24700000 +48.4312591,9.962806466666668,17200000 +48.43125535,9.962798925,17200000 +48.43122456,9.96272172,18200000 +48.431202633333335,9.962638133333334,26800000 +48.4311996,9.9626239,26800000 +48.43117756666667,9.962510466666666,18500000 +48.43118065,9.96252895,18500000 +48.43116213333334,9.962407233333334,28600000 +48.431159675,9.962386425,28600000 +48.4311437,9.9622358,22900000 +48.4311458,9.9622583,22900000 +48.431129625,9.962082125,19100000 +48.43111415,9.96190575,27800000 +48.43109996666667,9.961744866666663,21900000 +48.43110235,9.96177165,21900000 +48.43108543333333,9.961581533333334,32600000 +48.431069625000006,9.961392150000002,30100000 +48.43107163333334,9.961417933333337,30100000 +48.431056133333335,9.961196966666668,26900000 +48.4310474,9.960986125,18700000 +48.4310447,9.960760125,20900000 +48.43104593333334,9.960575533333332,15400000 +48.431048225,9.9603749,32400000 +48.431049825,9.960158075,36700000 +48.43104994,9.9601352,36700000 +48.4310506,9.959912666666668,27400000 +48.43104733333333,9.959715366666666,25700000 +48.431039366666674,9.959516266666668,26800000 +48.4310375,9.959483025,26800000 +48.43102403333334,9.959272166666668,26100000 +48.431021750000006,9.959244375,26100000 +48.43100153333334,9.959036233333334,27500000 +48.43099865000001,9.9590126,27500000 +48.43097503333333,9.958833533333332,19700000 +48.43094235,9.9586204,28400000 +48.4309064,9.958412,28000000 +48.430874466666666,9.9582347,28600000 +48.4308698,9.958208075000002,28600000 +48.43083540000001,9.9580123,25000000 +48.43080773333333,9.957850333333331,27900000 +48.4308032,9.957825125,27900000 +48.43077443333333,9.957661533333336,20800000 +48.43075403333333,9.9575441,35000000 +48.43075095,9.957524925,35000000 +48.430731900000005,9.957398633333332,62700000 +48.43071006666667,9.957232866666669,118500000 +48.4307089,9.9572245,118500000 +48.430701225,9.957170375,17100000 +48.4306867,9.9571049,123000000 +48.4306662,9.957070033333332,109000000 +48.4306613,9.957065425,109000000 +48.4306185,9.957037833333333,144950000 +48.43048973333333,9.957033700000002,98100000 +48.43041845,9.957042950000002,75900000 +48.43014166666666,9.9570916,166000000 +48.429475825,9.95710845,60600000 +48.4293594,9.9570964,20700000 +48.429253925,9.95708265,93500000 +48.429147725,9.9570673,67500000 +48.4280863,9.9568889,33100000 +48.42807885,9.9568871,33100000 +48.42807323333333,9.9568858,33100000 +48.428067,9.9568843,33100000 +48.428020225,9.956872375,72300000 +48.42802573333333,9.956873933333334,72300000 +48.42803115,9.95687545,72300000 +48.4280353,9.9568765,72300000 +48.42798245,9.95686215,33100000 +48.4279932,9.956865,33100000 +48.427989800000006,9.9568641,33100000 +48.427986466666674,9.956863233333335,33100000 +48.4279615,9.9568564,23600000 +48.427957250000006,9.95685525,23600000 +48.42795313333334,9.956854066666669,23600000 +48.4279363,9.9568493,32900000 +48.427930625,9.956847775,32900000 +48.42793326666666,9.956848466666663,32900000 +48.4279192,9.9568446,31600000 +48.42791775,9.9568441,31600000 +48.42791656666666,9.9568437,31600000 +48.42791305,9.95684265,30800000 +48.42791306666667,9.9568426,30800000 +48.427913100000005,9.95684255,30800000 +48.4279132,9.9568422,40900000 +48.427913233333335,9.956842133333334,40900000 +48.4279132,9.9568422,40900000 +48.4279132,9.9568419,86900000 +48.4279132,9.956841766666663,86900000 +48.4279132,9.9568418,86900000 +48.427913575,9.95684085,63300000 +48.4279132,9.9568417,63300000 +48.4279135,9.956841,63300000 +48.42791335,9.9568413,63300000 +48.4279138,9.9568404,56400000 +48.4279138,9.9568404,56400000 +48.4279138,9.9568404,56400000 +48.4279138,9.9568404,56400000 +48.4279138,9.9568404,47300000 +48.4279138,9.9568404,47300000 +48.4279138,9.9568404,47300000 +48.4279138,9.9568404,47300000 +48.4279138,9.9568404,58200000 +48.4279138,9.9568404,59500000 +48.4279138,9.9568404,117000000 +48.4279138,9.9568404,40900000 +48.4279139,9.956840025,21000000 +48.4279146,9.9568379,44500000 +48.4279146,9.9568379,35600000 +48.4279146,9.9568379,40600000 +48.4279146,9.9568379,53800000 +48.4279146,9.9568379,61900000 +48.427914825,9.956838125,25300000 +48.42791376666667,9.956837066666669,31500000 +48.427904625,9.956834375,44000000 +48.42788763333333,9.9568299,84100000 +48.4278592,9.9568231,44500000 +48.4278246,9.956818866666666,36400000 +48.42778745,9.956822475,57400000 +48.427748533333336,9.956837633333334,19200000 +48.4277114,9.956863825,19900000 +48.42766713333333,9.956907733333331,39500000 +48.427624775000005,9.956971725,30200000 +48.42759013333333,9.9570534,43900000 +48.42756745,9.957159225,20900000 +48.4275538,9.957268633333332,21200000 +48.427540575,9.9574056,23000000 +48.427524225,9.957578825,73000000 +48.427508,9.957748724999998,17800000 +48.42749005,9.957928275,36300000 +48.42746986666666,9.958125433333334,46700000 +48.4274498,9.958329525,27200000 +48.42742732500001,9.958532925,27700000 +48.427400325,9.9587556,36200000 +48.427369025,9.958995325,37000000 +48.42733645,9.9592317,17700000 +48.427302350000005,9.95947285,22500000 +48.42726497499999,9.959730075,33000000 +48.4272318,9.959956575,18500000 +48.427196225,9.9601937,36900000 +48.427158,9.960429425,28600000 +48.427122125,9.960641325,28200000 +48.42708274,9.96087116,39000000 +48.42704175,9.961109125,31400000 +48.42700435,9.9613244,20500000 +48.4269676,9.961532725,23000000 +48.4269251,9.96177514,33100000 +48.42677114,9.96266598,28300000 +48.42677913333333,9.962618666666666,28300000 +48.4267835,9.9625928,28300000 +48.4267751,9.9626427,28300000 +48.42674395,9.96282565,20100000 +48.426740300000006,9.9628479,20100000 +48.426736700000006,9.962870175,20100000 +48.42673310000001,9.96289246,20100000 +48.42670025,9.96309895,18800000 +48.42666392,9.96332594,17300000 +48.426667975,9.963300175,17300000 +48.42663363333333,9.963518966666667,20000000 +48.4266302,9.963541525,20000000 +48.4266268,9.96356408,20000000 +48.42660335,9.96372215,33900000 +48.42660016666667,9.9637449,33900000 +48.426597025,9.96376755,33900000 +48.4265939,9.96379016,33900000 +48.42656230000001,9.9640172,21300000 +48.426565450000005,9.96399445,21300000 +48.426568566666674,9.963971666666666,21300000 +48.43223102625001,9.96764332575,26300000 +48.43223206833334,9.967641067666667,26300000 +48.43222261999999,9.96767132,27200000 +48.4322232,9.96766755,27200000 +48.43222386666667,9.967663866666667,27200000 +48.432219825,9.967713975,25700000 +48.43221946666666,9.967708066666669,25700000 +48.43221935,9.9677034,25700000 +48.43222446666667,9.967755466666668,34200000 +48.43222555,9.967761425,34200000 +48.4322331,9.967807133333332,39600000 +48.432234075,9.967814125,39600000 +48.43223501999999,9.96782098,39600000 +48.43224286666666,9.967876966666664,33200000 +48.43224395,9.967884525,33200000 +48.43224504,9.96789224,33200000 +48.432253933333335,9.9679557,22100000 +48.432255000000005,9.96796415,22100000 +48.43225598,9.96797262,22100000 +48.432263733333336,9.9680405,34900000 +48.432264725,9.96804935,34900000 +48.4322657,9.9680583,34900000 +48.43227295,9.96813,17600000 +48.43227386666666,9.968138933333334,17600000 +48.4322748,9.9681478,17600000 +48.43228216,9.96822598,22200000 +48.432281425,9.968217375,22200000 +48.432280733333336,9.968208833333334,22200000 +48.43229054,9.96831786,20900000 +48.432299825,9.9684,16900000 +48.43231008,9.9684753,22300000 +48.43231926,9.9685369,15600000 +48.43232685,9.968582225,24400000 +48.432330840000006,9.968609099999998,24800000 +48.43233405,9.96863075,34300000 +48.43233466,9.96863298,34300000 +48.4323418,9.968653825,24000000 +48.432343020000005,9.96865646,24000000 +48.43235736666667,9.968680766666669,26300000 +48.43235515,9.968678,26300000 +48.432359700000006,9.96868345,26300000 +48.4323781,9.968700733333334,31300000 +48.43238552,9.96870398,31300000 +48.4323814,9.96870235,31300000 +48.43242492,9.96871282,24000000 +48.432421025,9.968712825,24000000 +48.432417166666674,9.9687126,24000000 +48.432457,9.968711966666667,22200000 +48.43246115,9.96871165,22200000 +48.43246538,9.96871132,22200000 +48.43250405,9.96870805,31400000 +48.43250856,9.96870764,31400000 +48.4325542,9.968704775,21900000 +48.43254886666667,9.968704933333331,21900000 +48.432601175,9.968704,25800000 +48.432606500000006,9.96870396,25800000 +48.43265785,9.968704375,18800000 +48.43271454,9.968706,20900000 +48.432764575,9.968707575,53500000 +48.4327699,9.96870782,53500000 +48.43281195,9.9687088,34600000 +48.432823375,9.9687089,34600000 +48.432817066666665,9.9687089,34600000 +48.4328682,9.96870915,27700000 +48.4328621,9.968709133333332,27700000 +48.4329084,9.9687081,23500000 +48.43291334999999,9.96870795,23500000 +48.43291813999999,9.96870774,23500000 +48.432959025,9.9687063,20100000 +48.43296312,9.96870628,20100000 +48.43299666666667,9.968705533333331,34700000 +48.4329995,9.96870565,34700000 +48.433020875,9.96870685,34900000 +48.43302258,9.96870706,34900000 +48.4330344,9.968708233333333,17800000 +48.4330354,9.968708,17800000 +48.43303636,9.96870778,17800000 +48.43304646,9.9687077,23800000 +48.43304443333333,9.9687074,23800000 +48.43304545,9.96870755,23800000 +48.43305684,9.9687092,39400000 +48.43305470000001,9.968708666666666,39400000 +48.433055775,9.968708925,39400000 +48.433065166666665,9.968710866666669,39000000 +48.43306704,9.96871068,39000000 +48.433066125,9.968710825,39000000 +48.433075475,9.9687109,27600000 +48.4330745,9.968710766666668,27600000 +48.43307644,9.968711000000004,27600000 +48.4330852,9.968711925,23300000 +48.43308612,9.968712020000002,23300000 +48.433094325,9.9687122,22100000 +48.43309522,9.9687123,22100000 +48.43310385,9.968713075,20000000 +48.43311106,9.968713179999998,21000000 +48.43311717500001,9.96871335,20100000 +48.43311774000001,9.96871332,20100000 +48.4331226,9.968713025,23700000 +48.43312316,9.968713,23700000 +48.43312842,9.96871204,26400000 +48.43312795,9.96871215,26400000 +48.43312746666667,9.968712266666667,26400000 +48.433132975,9.9687114,21200000 +48.43313205,9.96871135,21200000 +48.4331325,9.968711433333333,21200000 +48.4331369,9.968711225,40400000 +48.43313734,9.96871114,40400000 +48.4331408,9.968711266666666,25200000 +48.4331412,9.96871135,25200000 +48.43314156,9.96871152,25200000 +48.43314406666666,9.9687123,29200000 +48.433144275,9.96871245,29200000 +48.43314446,9.9687126,29200000 +48.433145233333335,9.968714433333334,32600000 +48.43314515,9.968714725,32600000 +48.43314504,9.968715,32600000 +48.433143900000005,9.9687172,22400000 +48.43314372500001,9.96871745,22400000 +48.43314354,9.96871772,22400000 +48.43314213333334,9.968720166666666,21200000 +48.43314195000001,9.9687205,21200000 +48.4331409,9.968722925000002,38500000 +48.43314086,9.968723020000002,38500000 +48.43313976666667,9.968724066666669,26900000 +48.43313904,9.96872496,26900000 +48.4331394,9.968724525,26900000 +48.433137375,9.968726925,47600000 +48.43313708,9.96872724,47600000 +48.4331376,9.9687267,47600000 +48.4331347,9.96873005,23300000 +48.433134566666666,9.968730233333334,23300000 +48.4331345,9.968730325,23300000 +48.433136025,9.968731325,33200000 +48.43313682,9.96873118,33200000 +48.43314827500001,9.96872955,16600000 +48.43314643333334,9.968729766666668,16600000 +48.43315020000001,9.96872932,16600000 +48.43317152,9.96872774,28000000 +48.43319857499999,9.96872815,20700000 +48.4332264,9.968727075,24700000 +48.43323,9.96872712,24700000 +48.433264,9.9687276,19200000 +48.4332682,9.968727740000002,19200000 +48.43325986666667,9.9687274,19200000 +48.43330646666667,9.9687281,35500000 +48.4333116,9.96872865,35500000 +48.43335656,9.96873186,30200000 +48.433351575,9.968731625,30200000 +48.4334006,9.96873425,54300000 +48.43340538,9.9687345,54300000 +48.433447375,9.96873515,41400000 +48.4334519,9.968734799999998,41400000 +48.433493275,9.9687316,38400000 +48.4334981,9.9687312,38400000 +48.433541733333335,9.968726966666669,17000000 +48.433547975,9.968726475,17000000 +48.433590825,9.968725375,25700000 +48.43359534,9.96872568,25700000 +48.433635775,9.96872605,20400000 +48.4336402,9.96872586,20400000 +48.4336797,9.968723525,38200000 +48.43368396,9.968723640000002,38200000 +48.433730100000005,9.96872574,37400000 +48.433725375,9.968725125,37400000 +48.43372036666667,9.968724566666667,37400000 +48.43377305,9.968728125,19100000 +48.433768533333335,9.968728566666668,19100000 +48.433807400000006,9.968725875,27500000 +48.43381132,9.96872574,27500000 +48.43384532499999,9.968728775,104000000 +48.43384869999999,9.96872944,104000000 +48.43388384,9.96873586,47600000 +48.433880225,9.968735275,47600000 +48.43391935999999,9.96873948,43200000 +48.43391615,9.968739524999998,43200000 +48.43395006,9.9687307,76300000 +48.433947125,9.968732475,76300000 +48.43397614999999,9.968709175,82400000 +48.43397866,9.96870576,82400000 +48.434014025,9.968624525,181000000 +48.4340148,9.96861994,181000000 +48.4340196,9.968582566666669,117000000 +48.4340201,9.968576175,117000000 +48.43402304,9.9685257,16100000 +48.43402495,9.968475625,26900000 +48.43402514,9.96846974,26900000 +48.434026275,9.968415375,75100000 +48.43402626,9.96840886,75100000 +48.434025975,9.968348525,124000000 +48.43402598,9.96834144,124000000 +48.434026575,9.968275675,69200000 +48.43402666,9.96826784,69200000 +48.43402735,9.9681968,18500000 +48.43402715999999,9.96818692,18500000 +48.43402465,9.96810625,24900000 +48.4340241,9.96809798,24900000 +48.43402506666666,9.968114466666668,24900000 +48.434017475000005,9.968021775,16300000 +48.434007875,9.9679507,109000000 +48.4340065,9.96794246,109000000 +48.43399355,9.96786025,117000000 +48.433981975,9.967780125,159000000 +48.43398098,9.96777156,159000000 +48.43397234999999,9.96768995,37500000 +48.433973133333325,9.967698866666668,37500000 +48.43396786666667,9.9676249,24300000 +48.433967325,9.9676141,24300000 +48.43396452,9.96753728,19800000 +48.43396308,9.967468920000002,23200000 +48.43396195,9.9674216,35300000 +48.43396173333333,9.9674156,35300000 +48.43396154999999,9.9674101,35300000 +48.43395996666666,9.967369433333332,28200000 +48.43395813333333,9.967327366666668,21500000 +48.433957825,9.967321425,21500000 +48.43395603333334,9.9672751,29900000 +48.433956,9.967232466666667,90000000 +48.43395585,9.9672251,90000000 +48.43395495,9.967171275,87300000 +48.4339551,9.967177666666666,87300000 +48.4339538,9.96713575,29200000 +48.43395306666667,9.967129333333334,29200000 +48.43394643333334,9.967095566666666,103000000 +48.433944675000006,9.967091475,103000000 +48.4339291,9.967066966666668,48100000 +48.433926325,9.96706495,48100000 +48.43390473333333,9.967054166666664,22200000 +48.43388225,9.96705515,53700000 +48.4338558,9.9670634,107000000 +48.43383343333333,9.967072933333332,89100000 +48.43382964999999,9.967074625,89100000 +48.433800925,9.967087275,136000000 +48.43379764,9.96708882,136000000 +48.4337648,9.967103825,110000000 +48.43373274,9.96711674,107000000 +48.4336964,9.967130933333337,17600000 +48.4336922,9.967132175,17600000 +48.4336631,9.967139766666667,36800000 +48.433659275,9.96714055,36800000 +48.433628,9.967148825,33500000 +48.43362428,9.96714978,33500000 +48.43358775,9.967161,111000000 +48.43354474,9.9671768,74800000 +48.43349518,9.96719474,44200000 +48.4335,9.9671929,44200000 +48.4334486,9.96721342,15900000 +48.433406975,9.967230325,25100000 +48.4334024,9.967232139999998,25100000 +48.43335704,9.96724928,23400000 +48.433316325,9.967265125,23500000 +48.43331172,9.96726676,23500000 +48.43327238,9.96727846,43900000 +48.43324816,9.96728528,36300000 +48.43323396,9.96728822,18400000 +48.43322205,9.967292575,28600000 +48.4332205,9.96729334,28600000 +48.43320335000001,9.9673009,24200000 +48.43320078000001,9.96730172,24200000 +48.433171300000005,9.96731178,18100000 +48.43317485,9.967310649999998,18100000 +48.43314123333334,9.967321033333333,31500000 +48.433137075000005,9.9673221,31500000 +48.433092525,9.96733155,25400000 +48.43309896666667,9.967329933333334,25400000 +48.433043125,9.967345975,27300000 +48.43299554,9.967362740000002,39300000 +48.4329468,9.9673812,26900000 +48.432900425,9.967399875,24500000 +48.43289574,9.96740172,24500000 +48.43285536666667,9.967416266666666,20700000 +48.4328494,9.967418375,20700000 +48.4328042,9.967434625,21400000 +48.43281615,9.96743015,21400000 +48.432809633333335,9.967432566666666,21400000 +48.432759625,9.967450525,21400000 +48.4327688,9.96744695,21400000 +48.432764033333335,9.967448766666664,21400000 +48.432728233333336,9.9674661,20500000 +48.432723175,9.96746915,20500000 +48.43269006666666,9.967489566666666,18500000 +48.432685675,9.967491975,18500000 +48.43265083333333,9.967509766666666,33400000 +48.432645675,9.9675117,33400000 +48.4326055,9.967526533333332,28500000 +48.432600675,9.96752815,28500000 +48.43255905,9.96754275,28400000 +48.43252079999999,9.96755335,36500000 +48.43251636,9.96755436,36500000 +48.43247176,9.96756232,25500000 +48.4324762,9.967561825,25500000 +48.43243175,9.96756805,22000000 +48.4324274,9.96756908,22000000 +48.43238534,9.96758014,35000000 +48.432389275,9.9675794,35000000 +48.4323526,9.9675859,25300000 +48.43234938,9.9675865,25300000 +48.43231904,9.96759352,31700000 +48.43229805,9.967599725,37800000 +48.4322963,9.96760044,37800000 +48.43228105,9.9676059,27000000 +48.43228004,9.96760636,27000000 +48.432271925,9.9676101,28300000 +48.43227125999999,9.9676103,28300000 +48.432265625,9.967612674999998,18300000 +48.43226075,9.9676151,26100000 +48.43226,9.96761542,26100000 +48.432252425,9.967620725,28600000 +48.43225132,9.96762168,28600000 +48.43223928,9.96763566,19000000 +48.432240575,9.967633525,19000000 +48.43222722,9.967663760000002,19900000 +48.432220125,9.967703625,16200000 +48.432221975,9.96775995,29700000 +48.432222800000005,9.96776712,29700000 +48.43223076666667,9.967831233333332,21400000 +48.432231775000005,9.967838725,21400000 +48.43224235,9.96790785,26600000 +48.43224382,9.967916679999998,26600000 +48.43225593333333,9.967992233333334,28200000 +48.432257275,9.968001725,28200000 +48.432268,9.968076133333334,35300000 +48.4322696,9.96808775,35300000 +48.432280675,9.968183125,20000000 +48.43228774000001,9.96826618,39100000 +48.432295525,9.9683524,28400000 +48.43229622,9.9683615,28400000 +48.43230305,9.968445025,24800000 +48.43230223333333,9.968436466666663,24800000 +48.432310525,9.968509475,22200000 +48.43231138,9.96851576,22200000 +48.43231783333334,9.968565366666668,19600000 +48.43231857500001,9.96857035,19600000 +48.43232443333333,9.9686031,34200000 +48.4323252,9.9686073,34200000 +48.43232923333333,9.9686309,24500000 +48.4323295,9.968632125,24500000 +48.4323303,9.968636466666666,36600000 +48.43233035,9.968636475,36600000 +48.432330925,9.96863585,31400000 +48.43233080000001,9.968636033333333,31400000 +48.43233142,9.96863484,25000000 +48.4323314,9.968634475,25000000 +48.4323332,9.968643025,31800000 +48.4323399,9.9686677,34300000 +48.43234106,9.96867122,34300000 +48.43235446666667,9.968701166666667,29300000 +48.4323577,9.968705375,29300000 +48.432382966666665,9.968729033333332,32200000 +48.432387025,9.968730825,32200000 +48.432423475,9.9687391,28400000 +48.43242814,9.968738919999998,28400000 +48.432470333333335,9.9687355,21800000 +48.432475475,9.96873485,21800000 +48.432522475,9.96872855,17500000 +48.43252826,9.96872776,17500000 +48.43257986666666,9.968721866666668,29400000 +48.43263233333334,9.968718266666665,29000000 +48.4326411,9.968717949999998,29000000 +48.43269866666666,9.968717,29800000 +48.432705475,9.9687169,29800000 +48.4327524,9.968716866666666,44500000 +48.43275985,9.96871675,44500000 +48.43281183333334,9.968716066666666,30800000 +48.432818275,9.968716075,30800000 +48.4328699,9.96871642,20900000 +48.43291643333333,9.9687156,26800000 +48.432921475,9.968715575,26800000 +48.43296095,9.96871555,21000000 +48.43296578,9.968715839999998,21000000 +48.4330084,9.96871765,36300000 +48.43301314,9.96871768,36300000 +48.433058775000006,9.968718125,39700000 +48.433064,9.968718239999998,39700000 +48.433108875,9.968718575,16900000 +48.43311374,9.9687184,16900000 +48.43316284,9.9687155,22400000 +48.433211060000005,9.96871512,23100000 +48.433206350000006,9.9687149,23100000 +48.4332534,9.968716975,33200000 +48.43325804,9.96871738,33200000 +48.43330454,9.96872024,27000000 +48.43329994999999,9.96871995,27000000 +48.433345575,9.9687223,31100000 +48.43335008,9.96872256,31100000 +48.433391125,9.968722275,16900000 +48.43339578,9.968721939999998,16900000 +48.43344342,9.96871838,22900000 +48.43349344000001,9.9687137,21600000 +48.433544575,9.968709475,37700000 +48.43358975,9.968707225,24100000 +48.43359552,9.9687072,24100000 +48.43365224,9.96870726,26500000 +48.4336467,9.9687072,26500000 +48.43370685,9.968711525,16300000 +48.43371228,9.96871252,16300000 +48.433765675,9.968718225,31600000 +48.4338486,9.9687305,75800000 +48.43385325,9.96873185,75800000 +48.4338578,9.968733166666668,75800000 +48.433862375,9.96873425,75800000 +48.4338669,9.96873548,75800000 +48.43390948,9.96874608,56150000 +48.43397289999999,9.9687548,94900000 +48.43397605,9.96875345,94900000 +48.43397908,9.968752,94900000 +48.43399895,9.968738,49100000 +48.43400622,9.96872828,49100000 +48.43400153333334,9.968734666666668,49100000 +48.4339963,9.9687411,49100000 +48.434003950000005,9.9687315,49100000 +48.4340204,9.96870525,90600000 +48.43402183333333,9.9687016,90600000 +48.4340232,9.96869785,90600000 +48.43402442,9.9686943,90600000 +48.43403225,9.9686694,172000000 +48.43403313333334,9.968665866666669,172000000 +48.434034,9.9686624,172000000 +48.43403476,9.96865896,172000000 +48.43403975,9.96863155,97200000 +48.43404006666666,9.9686283,97200000 +48.43404035,9.9686254,97200000 +48.43404035,9.9686254,63250000 +48.434042600000005,9.96860612,25600000 +48.43404176,9.968576,95400000 +48.434042025,9.96857785,95400000 +48.43404223333334,9.968579366666669,95400000 +48.4340425,9.9685808,95400000 +48.4340428,9.9685822,95400000 +48.4340403,9.9685654,65300000 +48.4340395,9.96856295,65300000 +48.43403893333333,9.968560966666669,65300000 +48.43403893333333,9.968560966666669,41900000 +48.434038425,9.96855905,41900000 +48.43402915,9.9685106,29600000 +48.4340287,9.968506733333331,29600000 +48.4340283,9.96850265,29600000 +48.4340283,9.96850265,28450000 +48.43402242,9.96840054,27100000 +48.434022575,9.968406325,27100000 +48.434022766666665,9.968412066666668,27100000 +48.434023,9.9684178,27100000 +48.4340231,9.9684235,27100000 +48.4340218,9.9683601,67700000 +48.4340218,9.968354133333332,67700000 +48.4340218,9.9683481,67700000 +48.43402178,9.96834208,67700000 +48.43402235,9.968300200000002,112000000 +48.43402266666666,9.968294166666668,112000000 +48.434023025,9.968288050000002,112000000 +48.43402332,9.96828188,112000000 +48.43402613333333,9.9682305,77000000 +48.434026525,9.9682234,77000000 +48.43402686,9.96821624,77000000 +48.434027,9.968141,22200000 +48.43402745,9.9681489,22200000 +48.4340278,9.968156666666664,27600000 +48.43402745,9.9681489,27600000 +48.43401355,9.96800415,35800000 +48.4340124,9.967995966666663,35800000 +48.434011225,9.967987775,35800000 +48.43401006,9.96797958,35800000 +48.43400033333333,9.9679134,35100000 +48.433999025,9.967904975,35100000 +48.43399778,9.96789658,35100000 +48.433986525,9.967821875,92300000 +48.43398536,9.9678136,92300000 +48.433974925,9.96773115,108000000 +48.43397735,9.96775175,108000000 +48.4339762,9.967742133333331,108000000 +48.43396793333333,9.967664933333332,62800000 +48.4339686,9.9676732,62800000 +48.433967275,9.96765665,62800000 +48.43396656,9.96764834,62800000 +48.4339623,9.9675986,27400000 +48.43396165,9.9675904,27400000 +48.43396103333333,9.9675822,27400000 +48.43396045,9.967574,27400000 +48.43395986,9.96756584,27400000 +48.43395645,9.96750925,31300000 +48.4339567,9.9675172,31300000 +48.4339563,9.967501399999998,31300000 +48.4339561,9.967493649999998,31300000 +48.43395592,9.96748594,31300000 +48.4339537,9.96741106,18500000 +48.433953775,9.967418225,18500000 +48.43395396666667,9.967425466666668,18500000 +48.4339546,9.9674401,18500000 +48.4339542,9.96743275,18500000 +48.43395244,9.96734178,32700000 +48.4339527,9.967348425,32700000 +48.43395293333333,9.967355133333331,32700000 +48.4339531,9.96736185,32700000 +48.4339533,9.9673686,32700000 +48.4339511,9.9673024,75500000 +48.43395075,9.96729605,75500000 +48.433950466666666,9.9672897,75500000 +48.43395025,9.967283475,75500000 +48.43395006,9.96727732,75500000 +48.43394794,9.96721964,42500000 +48.43394845,9.96723525,42500000 +48.43394826666667,9.967229833333333,42500000 +48.4339481,9.967224625,42500000 +48.433946,9.9671779,92900000 +48.433946166666665,9.967182233333334,92900000 +48.43394582,9.96717362,92900000 +48.43394635,9.96718655,92900000 +48.43394326666667,9.9671403,97100000 +48.4339426,9.967136425,97100000 +48.43394186,9.96713264,97100000 +48.4339331,9.967101199999998,18700000 +48.43393188,9.96709838,18700000 +48.433920475,9.9670748,20500000 +48.43391918,9.967072339999998,20500000 +48.43390705,9.96705215,18500000 +48.43390568,9.96705052,18500000 +48.433891550000006,9.967037475,16500000 +48.43388006666667,9.967032533333333,31800000 +48.43387825000001,9.9670322,31800000 +48.43387638,9.96703198,31800000 +48.4338613,9.9670317,89100000 +48.4338596,9.967032125,89100000 +48.4338579,9.96703264,89100000 +48.4338461,9.96703745,74000000 +48.4338445,9.967038533333332,74000000 +48.433842850000005,9.96703955,74000000 +48.4338412,9.96704056,74000000 +48.43382783333333,9.967049033333334,119000000 +48.43382419999999,9.96705176,119000000 +48.433826025,9.967050375,119000000 +48.4338297,9.9670478,119000000 +48.4338112,9.96706185,177000000 +48.4338093,9.9670633,177000000 +48.433807425,9.967064775,177000000 +48.43380558,9.96706628,177000000 +48.433788125,9.967079175,175000000 +48.43378582,9.96708064,175000000 +48.433735000000006,9.967107833333332,78500000 +48.4337383,9.96710665,78500000 +48.43372836,9.96711002,78500000 +48.4337317,9.967108975,78500000 +48.43369426,9.96712082,81200000 +48.43369775,9.967119675,81200000 +48.43370126666667,9.9671185,81200000 +48.43366633333333,9.967130966666668,45000000 +48.433662625,9.967132,45000000 +48.43365882,9.96713288,45000000 +48.43362783333333,9.9671403,34300000 +48.433623875,9.96714145,34300000 +48.4336199,9.9671426,34300000 +48.43358826666667,9.9671524,37400000 +48.433584175,9.9671538,37400000 +48.43358014,9.9671553,37400000 +48.43354372499999,9.967168775,89100000 +48.43354783333333,9.9671674,89100000 +48.43353966,9.96717014,89100000 +48.43349926,9.96718348,102000000 +48.433503275,9.967182225,102000000 +48.4335073,9.967180933333331,102000000 +48.4334713,9.9671923,39600000 +48.43346739999999,9.9671937,39600000 +48.43346357499999,9.9671947,39600000 +48.43345977999999,9.9671956,39600000 +48.43343335,9.9672035,25600000 +48.43342963333333,9.967205033333334,25600000 +48.433425775,9.967206275,25600000 +48.43342186,9.9672074,25600000 +48.43339123333334,9.967217766666666,23200000 +48.433387625,9.9672193,23200000 +48.43338404,9.96722068,23200000 +48.43335257500001,9.9672342,25400000 +48.43334922000001,9.96723584,25400000 +48.43335593333334,9.967232733333336,25400000 +48.43335935,9.96723125,25400000 +48.43331606,9.96725334,17400000 +48.433291,9.96726505,26900000 +48.43328639999999,9.9672669,26900000 +48.4332819,9.967268525,26900000 +48.4332583,9.967277,25100000 +48.43325513333334,9.967278433333332,25100000 +48.433252275,9.967279725,25100000 +48.4332366,9.96728715,25800000 +48.43323443333333,9.967288366666669,25800000 +48.433232525,9.96728955,25800000 +48.43323066000001,9.96729056,25800000 +48.43321665,9.96729795,22700000 +48.433212350000005,9.9672996,22700000 +48.433212350000005,9.9672996,22700000 +48.4332194,9.9672967,22700000 +48.43321443333334,9.967298766666666,22700000 +48.43319292,9.967306660000002,23200000 +48.433171650000006,9.9673118,29700000 +48.433148375,9.96731735,25500000 +48.43311942,9.9673229,17600000 +48.433082175,9.96733355,25700000 +48.433043425,9.967342975,28700000 +48.433003425,9.96735535,34600000 +48.432961375,9.967370675000002,16700000 +48.43291898,9.96738878,28300000 +48.432875925,9.967403625,23600000 +48.4328338,9.9674218,23400000 +48.43278359999999,9.967446775,40800000 +48.43273314,9.96747264,38100000 +48.4326863,9.96749335,23400000 +48.432603150000006,9.96752345,20500000 +48.43259953333334,9.9675247,20500000 +48.43259605000001,9.967525925,20500000 +48.432592660000005,9.96752712,20500000 +48.43256316666666,9.967537666666669,27400000 +48.432560275,9.96753865,27400000 +48.4325702,9.967535,27400000 +48.43256625,9.9675365,27400000 +48.43253833333333,9.967545866666669,61400000 +48.432535575,9.9675465,61400000 +48.43254105,9.9675452,61400000 +48.4325216,9.9675495,30800000 +48.4325172,9.96755045,30800000 +48.43251383333333,9.967551266666668,30800000 +48.43251065,9.96755195,30800000 +48.43250741999999,9.96755254,30800000 +48.432472700000005,9.96755742,17600000 +48.43243565,9.967563825,18300000 +48.43243134000001,9.967564800000002,18300000 +48.43240055,9.96757115,37200000 +48.43239603333333,9.967572066666667,37200000 +48.4323916,9.967573125,37200000 +48.43238720000001,9.9675742,37200000 +48.4323571,9.9675815,36300000 +48.43235306666667,9.9675826,36300000 +48.4323492,9.96758365,36300000 +48.43234552,9.9675846,36300000 +48.43231555,9.96759305,29300000 +48.432318433333336,9.9675921,29300000 +48.4322968,9.9675988,25500000 +48.4322947,9.9675995,25500000 +48.432292675,9.9676002,25500000 +48.4322908,9.9676009,25500000 +48.43227895,9.96760655,26600000 +48.43227766666666,9.9676071,26600000 +48.432276375,9.9676075,26600000 +48.43227518,9.96760784,26600000 +48.43226435,9.967611575,20100000 +48.43225375,9.967618,23400000 +48.43225213333333,9.967619233333332,23400000 +48.43225015,9.967620725,23400000 +48.432236933333336,9.967635033333334,20500000 +48.432234875,9.967638675,20500000 +48.4322388,9.96763225,20500000 +48.4322248,9.96766,29500000 +48.4322232,9.967666,29500000 +48.43222183333333,9.967672633333336,29500000 +48.43221795,9.967710449999998,20000000 +48.43221823333332,9.967719266666665,20000000 +48.43221869999999,9.96772675,20000000 +48.43222486666667,9.967779733333332,33000000 +48.43222625000001,9.967788875,33000000 +48.432235675,9.967858825,21100000 +48.43223463333334,9.967850533333332,21100000 +48.432236720000006,9.967867019999998,21100000 +48.4322477,9.96795184,29900000 +48.43224526666666,9.967933733333334,29900000 +48.432246475,9.967942725,29900000 +48.432243,9.9679162,29900000 +48.4322441,9.9679249,29900000 +48.4322587,9.968036133333332,32800000 +48.4322561,9.9680167,32800000 +48.4322574,9.96802645,32800000 +48.43225995,9.968045775,32800000 +48.43226906666666,9.968122566666668,21300000 +48.43227027499999,9.9681346,21300000 +48.4322675,9.9681081,21300000 +48.43227735,9.96820445,24000000 +48.4322784,9.968215566666666,24000000 +48.43227945,9.96822595,24000000 +48.43228034,9.96823592,24000000 +48.4322872,9.968325433333334,33200000 +48.4322856,9.9683028,33200000 +48.43228655,9.9683157,33200000 +48.43228775,9.968334225,33200000 +48.43229096666666,9.968392466666666,19900000 +48.432291475,9.96840055,19900000 +48.4322944,9.96844445,30100000 +48.432295,9.968450766666663,30100000 +48.4322956,9.968456925,30100000 +48.43229626,9.96846298,30100000 +48.4323016,9.96850465,32300000 +48.43230260000001,9.9685103,32300000 +48.43230365,9.96851585,32300000 +48.43230466,9.96852136,32300000 +48.4323118,9.9685594,40900000 +48.4323129,9.9685648,40900000 +48.43231395,9.968569925,40900000 +48.432315,9.96857476,40900000 +48.43232536000001,9.96861728,26900000 +48.43232275,9.9686071,26900000 +48.43232373333333,9.968610933333332,26900000 +48.4323246,9.9686143,26900000 +48.4323305,9.96863645,29500000 +48.4323311,9.968638666666664,29500000 +48.432331675,9.96864085,29500000 +48.43233755,9.968661525000002,33800000 +48.4323345,9.9686517,33800000 +48.43233545,9.96865495,33800000 +48.43233755,9.968661525000002,33800000 +48.4323365,9.968658466666668,33800000 +48.432350175,9.968687925,36500000 +48.432380425,9.968717025,25700000 +48.432429925,9.968729375,33300000 +48.4325065,9.9687227,26200000 +48.432514600000005,9.9687215,26200000 +48.43252090000001,9.968720566666669,26200000 +48.432526825,9.968719775,26200000 +48.43257146666667,9.968714266666668,32000000 +48.432579125,9.9687138,32000000 +48.4325647,9.9687148,32000000 +48.43263555,9.968711125,42800000 +48.4326137,9.968712,42800000 +48.4326224,9.9687116,42800000 +48.4326292,9.968711366666666,42800000 +48.43264178,9.968710919999998,42800000 +48.432685,9.9687101,20600000 +48.4326911,9.96871,20600000 +48.432699333333325,9.968709833333332,20600000 +48.432706625,9.968709725,20600000 +48.432706625,9.968709725,20600000 +48.43282125,9.96871105,19300000 +48.4328279,9.96871114,19300000 +48.4328949,9.96871125,18200000 +48.4328869,9.9687114,18200000 +48.43295346666667,9.968711033333332,17100000 +48.43296105,9.96871135,17100000 +48.43300335,9.9687117,27500000 +48.43300966666666,9.9687114,27500000 +48.433016025,9.968711175,27500000 +48.43302236,9.968711,27500000 +48.43306605,9.9687097,30200000 +48.43307236666666,9.9687095,30200000 +48.433078725,9.968709325,30200000 +48.4330851,9.96870908,30200000 +48.43314888,9.96870574,36000000 +48.43314255,9.968706025,36000000 +48.4331297,9.96870695,36000000 +48.43313616666666,9.968706466666667,36000000 +48.4331933,9.9687053,21500000 +48.43320255,9.9687057,21500000 +48.43320963333334,9.968706,21500000 +48.4332161,9.968706275,21500000 +48.43327094,9.9687087,15900000 +48.43331085,9.9687109,28200000 +48.4333054,9.9687105,28200000 +48.43331633333333,9.968711433333334,28200000 +48.4333217,9.968712000000002,28200000 +48.43337306,9.968715240000002,24100000 +48.433368125,9.968715025000002,24100000 +48.43335815,9.9687145,24100000 +48.43336313333333,9.9687148,24100000 +48.433416225,9.968716625,28800000 +48.43341163333333,9.968716666666667,28800000 +48.43342086,9.96871654,28800000 +48.433457800000006,9.968715466666668,30800000 +48.43346654,9.96871506,30800000 +48.4334622,9.968715225,30800000 +48.43350303333333,9.968713933333332,116000000 +48.4335083,9.9687138,116000000 +48.43349835,9.9687141,116000000 +48.43354109999999,9.968713433333331,24900000 +48.433545025,9.968713375,24900000 +48.43353685,9.9687134,24900000 +48.43354881999999,9.96871316,24900000 +48.433585650000005,9.968711525,22600000 +48.4335768,9.968711,22600000 +48.433581333333336,9.9687112,22600000 +48.433624375,9.9687116,29900000 +48.43361415,9.96871165,29900000 +48.43361943333333,9.9687116,29900000 +48.43362942,9.96871148,29900000 +48.43366805,9.96870965,21600000 +48.43367426666666,9.968709133333334,21600000 +48.433680225,9.96870875,21600000 +48.4336602,9.96871,21600000 +48.433726525,9.968708725,24500000 +48.43373222,9.96870908,24500000 +48.4337664,9.9687117,57400000 +48.43378073333333,9.968712466666666,57400000 +48.4337865,9.968713025,57400000 +48.43379212,9.9687137,57400000 +48.4337745,9.968712,57400000 +48.4338303,9.9687188,28700000 +48.43383526666667,9.9687202,28700000 +48.433840125,9.96872165,28700000 +48.43384502,9.96872292,28700000 +48.43388553333333,9.968732966666666,47100000 +48.43387915,9.96873205,47100000 +48.433891025,9.968733675,47100000 +48.4339252,9.968737066666668,65800000 +48.43392965,9.968737125,65800000 +48.433934,9.96873678,65800000 +48.4339635,9.96873015,111000000 +48.4339674,9.968727466666666,111000000 +48.433971075,9.968724275,111000000 +48.43397446,9.9687211,111000000 +48.4339958,9.9686971,141000000 +48.43400095,9.968685475,141000000 +48.43400286,9.96868032,141000000 +48.43399866666667,9.968690933333331,141000000 +48.4340137,9.9686439,148000000 +48.43401443333333,9.968638366666667,148000000 +48.43401505,9.96863305,148000000 +48.43401546,9.968627780000002,148000000 +48.4340175,9.96857352,18000000 +48.434017425,9.96857925,18000000 +48.4340173,9.9685965,18000000 +48.43401733333334,9.968584966666668,18000000 +48.434017350000005,9.96859065,18000000 +48.43401753333333,9.9685226,41100000 +48.434017475,9.9685155,41100000 +48.4340176,9.96853005,41100000 +48.4340176,9.9685393,41100000 +48.43401646,9.96845028,16300000 +48.434015650000006,9.968379075,24000000 +48.4340155,9.96837072,24000000 +48.4340149,9.968302266666669,90000000 +48.4340151,9.9682936,90000000 +48.434015300000006,9.96828488,90000000 +48.43401686666667,9.968214033333334,93800000 +48.434016975,9.96820465,93800000 +48.43401702,9.96819516,93800000 +48.434016066666665,9.9681178,34600000 +48.4340155,9.968107625,34600000 +48.43401482,9.9680974,34600000 +48.43400516,9.96799552,24900000 +48.434009,9.96802595,24900000 +48.4340078,9.968015800000002,24900000 +48.4340065,9.968005625,24900000 +48.4340101,9.9680361,24900000 +48.43399035,9.96789895,124000000 +48.43398852,9.96788766,124000000 +48.43399226666666,9.967910866666664,124000000 +48.4339781,9.9678218,47000000 +48.4339768,9.9678118,47000000 +48.43397503333333,9.967798366666663,47000000 +48.433973625,9.967786575,47000000 +48.43396384,9.96769014,136000000 +48.433964625,9.9677003,136000000 +48.43396645,9.9677207,136000000 +48.4339655,9.9677105,136000000 +48.43395905,9.96761515,43600000 +48.43395846666667,9.967603833333332,43600000 +48.433958125,9.967593425,43600000 +48.433957840000005,9.9675834,43600000 +48.43395605,9.9675113,38200000 +48.43395576666666,9.9675007,38200000 +48.433955475,9.967490975,38200000 +48.43395324,9.96741056,23700000 +48.43395355,9.96741885,23700000 +48.43395386666666,9.967427233333334,23700000 +48.4339498,9.9673318,41300000 +48.43395015,9.967338825,41300000 +48.43395053333333,9.9673461,41300000 +48.433947233333335,9.967275333333331,60300000 +48.4339481,9.967291,60300000 +48.43394755,9.96728205,60300000 +48.433946925,9.9672693,60300000 +48.43394536666667,9.967222266666669,77100000 +48.433945375,9.9672169,77100000 +48.4339454,9.96721174,77100000 +48.43394549999999,9.96722815,77100000 +48.43394515,9.9671742,75400000 +48.43394483333333,9.9671686,75400000 +48.433944525,9.967163500000002,75400000 +48.43393855,9.9671223,35000000 +48.43394006666667,9.967127033333332,35000000 +48.4339309,9.9671015,33100000 +48.4339282,9.9670968,33100000 +48.43392599999999,9.967093366666669,33100000 +48.433923975,9.967090425,33100000 +48.43392179999999,9.9670877,33100000 +48.433899,9.9670666,92500000 +48.4339017,9.967068066666668,92500000 +48.4339082,9.9670725,92500000 +48.4339045,9.96706985,92500000 +48.43387308,9.9670592,15900000 +48.4338817,9.96705955,15900000 +48.4338787,9.967059233333332,15900000 +48.43387585,9.96705915,15900000 +48.4338539,9.96706065,29900000 +48.4338511,9.967061333333334,29900000 +48.433848225,9.967062175,29900000 +48.4338453,9.96706312,29900000 +48.43382185,9.96707225,46600000 +48.43381896666667,9.967073866666668,46600000 +48.433816075,9.9670754,46600000 +48.4338248,9.9670707,46600000 +48.433795833333335,9.9670856,98500000 +48.433792825,9.967086975,98500000 +48.43378972,9.96708834,98500000 +48.43375666,9.96710268,140000000 +48.4337674,9.96709835,140000000 +48.43376035,9.967101175,140000000 +48.43376393333333,9.967099733333333,140000000 +48.433717575,9.967117375,104000000 +48.43372163333333,9.967115766666668,104000000 +48.4337257,9.9671143,104000000 +48.433713440000005,9.9671191,104000000 +48.43367463333334,9.967134666666666,35900000 +48.43367005,9.96713645,35900000 +48.43367915,9.9671328,35900000 +48.433632475,9.967148825,55900000 +48.433627560000005,9.96715042,55900000 +48.4335931,9.967162600000002,47000000 +48.433583,9.96716595,47000000 +48.433578,9.96716762,47000000 +48.433588066666665,9.967164333333336,47000000 +48.4335426,9.96717925,59200000 +48.43353746666666,9.9671811,59200000 +48.43353224999999,9.967183025,59200000 +48.43352702,9.96718506,59200000 +48.433474,9.96720276,38100000 +48.4334848,9.967199633333331,38100000 +48.433479375000005,9.967201175,38100000 +48.4334309,9.967216033333337,32100000 +48.433425525,9.967217775000002,32100000 +48.43342016,9.96721946,32100000 +48.4333734,9.96723485,26600000 +48.43336848,9.96723672,26600000 +48.4333783,9.967232966666666,26600000 +48.4333189,9.967257280000002,25500000 +48.433268860000005,9.967277239999998,29300000 +48.43321582,9.96729794,28200000 +48.4332209,9.967295925,28200000 +48.4332318,9.9672915,28200000 +48.433226133333335,9.967293766666666,28200000 +48.433165560000006,9.9673154,22600000 +48.433170450000006,9.967314,22600000 +48.43311845,9.9673289,19800000 +48.43306878,9.96734104,20900000 +48.43302753333333,9.967353066666666,17100000 +48.4330223,9.9673551,17100000 +48.432981675,9.9673735,25700000 +48.43297658,9.96737594,25700000 +48.43299185,9.9673685,25700000 +48.432986766666666,9.9673711,25700000 +48.43294095,9.96739325,33000000 +48.4329256,9.96740012,33000000 +48.4329308,9.967397875,33000000 +48.4329359,9.967395533333333,33000000 +48.43368327499999,9.96872025,16200000 +48.43368923999999,9.96872062,16200000 +48.433745040000005,9.968726800000002,35200000 +48.43373463333334,9.968725533333334,35200000 +48.433739900000006,9.9687261,35200000 +48.43379228,9.96873232,35400000 +48.433788075,9.968731775,35400000 +48.43382966,9.96873902,17800000 +48.433860120000006,9.96874832,20600000 +48.43388702,9.96875572,33500000 +48.4338844,9.96875515,33500000 +48.433912320000005,9.96876146,28200000 +48.4339098,9.96876105,28200000 +48.433935275,9.968765975,22000000 +48.43395808,9.96876388,64700000 +48.43398528,9.96873416,93400000 +48.434006100000005,9.968686149999998,176000000 +48.43401578,9.96863282,86100000 +48.434015225,9.9686387,86100000 +48.434018725,9.9685731,96100000 +48.434019425,9.968520475,53300000 +48.43401932,9.96851202,53300000 +48.4340181,9.9684487,15900000 +48.4340179,9.96843345,15900000 +48.43401775,9.9683704,64200000 +48.434017833333336,9.968353866666668,64200000 +48.43401875,9.9682721,90200000 +48.43401866666667,9.968258366666667,90200000 +48.4340186,9.9681942,24100000 +48.4340186,9.96817585,24100000 +48.4340171,9.9681023,22400000 +48.43401603333333,9.9680841,22400000 +48.4340103,9.9680116,33100000 +48.4340086,9.96799805,33100000 +48.4339943,9.967913,120000000 +48.433981,9.96783165,55300000 +48.4339787,9.9678167,55300000 +48.4339615,9.9676713,29400000 +48.43396043333333,9.967656166666666,29400000 +48.43395565,9.9675773,43700000 +48.43395543333333,9.967564066666666,43700000 +48.4339532,9.967485133333334,31000000 +48.4339543,9.9675139,31000000 +48.43395385,9.9674982,31000000 +48.4339503,9.967407366666665,20000000 +48.4339483,9.96733765,20800000 +48.43394703333333,9.9672713,31300000 +48.43394735,9.96728205,31300000 +48.4339458,9.967208800000002,85200000 +48.4339459,9.967216700000002,85200000 +48.4339443,9.967161733333334,78900000 +48.43394475,9.9671683,78900000 +48.43393966666667,9.9671245,51800000 +48.4339408,9.96712915,51800000 +48.43393145,9.96710145,77200000 +48.43391836666667,9.967084033333334,82100000 +48.4339061,9.9670742,17200000 +48.43389823333333,9.9670709,17200000 +48.4339024,9.96707235,17200000 +48.4338805,9.9670667,21400000 +48.4338755,9.96706675,21400000 +48.43385146666666,9.9670702,41500000 +48.433824900000005,9.96708105,92800000 +48.43379503333333,9.967094366666666,75400000 +48.43376073333334,9.967111333333332,172000000 +48.4337206,9.9671297,119000000 +48.43372695,9.9671269,119000000 +48.43368280000001,9.967145766666668,28000000 +48.43364845,9.9671582,18000000 +48.43364193333334,9.967160833333333,18000000 +48.4336012,9.967175066666666,50600000 +48.433549825,9.96718925,94500000 +48.43355746666666,9.967187366666668,94500000 +48.43349716666666,9.9672049,38000000 +48.43345243333332,9.967218666666668,21900000 +48.4334024,9.96723545,26100000 +48.433353966666665,9.967254733333334,34100000 +48.43331236666666,9.967272533333334,18400000 +48.43327283333334,9.967288466666666,22700000 +48.433266875,9.967290825,22700000 +48.433233400000006,9.96730325,28600000 +48.433228533333335,9.967305133333332,28600000 +48.4332024,9.96731445,26800000 +48.43319576666666,9.967316466666666,26800000 +48.4331661,9.96732555,20200000 +48.433161000000005,9.967327233333334,20200000 +48.43313016666667,9.967335133333334,22100000 +48.4331365,9.96733405,22100000 +48.43310035,9.967341,34500000 +48.4330944,9.9673422,34500000 +48.433064,9.9673496,28400000 +48.433057600000005,9.967351266666666,28400000 +48.4330266,9.9673621,26500000 +48.43301893333333,9.967365466666664,26500000 +48.43298155,9.9673846,30600000 +48.43297520000001,9.967387166666668,30600000 +48.4329455,9.9674008,30500000 +48.43293645,9.96740435,30500000 +48.43290655,9.96741765,16700000 +48.432897966666665,9.967420833333334,16700000 +48.4328529,9.967438200000002,27200000 +48.432813566666674,9.967453433333334,37000000 +48.4327773,9.967465,31800000 +48.4327722,9.967466675,31800000 +48.43274195,9.9674775,37400000 +48.43273713333334,9.967479633333332,37400000 +48.43270859999999,9.9674912,33800000 +48.43267659999999,9.967503575,52400000 +48.4326811,9.967501733333334,52400000 +48.4326455,9.967515566666666,42300000 +48.43264985,9.96751385,42300000 +48.432623750000005,9.96752325,82800000 +48.43261966666668,9.967524666666666,82800000 +48.43259766666666,9.967532233333332,75400000 +48.432594775,9.967533275,75400000 +48.43257795,9.9675397,37800000 +48.43257533333334,9.967540666666666,37800000 +48.43255946666667,9.967545433333337,36000000 +48.432543900000006,9.967550766666667,32400000 +48.4325268,9.96755595,20900000 +48.4325292,9.967555333333332,20900000 +48.43251245,9.96755925,29300000 +48.43250983333333,9.967559766666668,29300000 +48.4324989,9.96756175,25500000 +48.432496833333325,9.9675621,25500000 +48.4324861,9.9675637,39500000 +48.43248413333333,9.967563833333331,39500000 +48.4324748,9.9675651,27200000 +48.43247515,9.9675647,27200000 +48.4324734,9.967566266666667,33600000 +48.4324737,9.9675665,19700000 +48.4324737,9.9675665,22500000 +48.4324737,9.9675665,22500000 +48.43247363333334,9.9675666,37100000 +48.43247362500001,9.96756665,37100000 +48.4324736,9.9675668,35500000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,28400000 +48.4324736,9.9675668,43600000 +48.432473,9.967566,26200000 +48.432471825,9.9675648,26200000 +48.43247246666667,9.967565366666667,26200000 +48.43246805,9.96756225,32000000 +48.43246783333333,9.967562166666667,32000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,33300000 +48.4324674,9.967562,37800000 +48.4324674,9.967562,24300000 +48.4324674,9.967562,24300000 +48.43246625,9.9675642,27400000 +48.4324657,9.967565033333337,27400000 +48.432462066666666,9.967569666666668,28600000 +48.432461450000005,9.96757065,28600000 +48.432457,9.96757655,25900000 +48.4324556,9.967578066666666,25900000 +48.432447100000005,9.9675845,31400000 +48.43244476666667,9.967584833333332,31400000 +48.4324289,9.967587633333332,25900000 +48.432425625,9.967588125,25900000 +48.4324025,9.967593733333333,21800000 +48.4323874,9.9676012,32000000 +48.432384866666666,9.9676032,32000000 +48.4323703,9.967617833333334,29900000 +48.432359133333335,9.9676361,30900000 +48.4323512,9.967658366666669,37900000 +48.432346200000005,9.9676845,23900000 +48.43234405,9.9677067,20700000 +48.43234376666666,9.9677121,20700000 +48.43234285,9.96774015,21300000 +48.43234306666667,9.9677469,21300000 +48.4323454,9.9677856,27300000 +48.43234636666667,9.967795233333332,27300000 +48.4323534,9.9678562,36100000 +48.432355075,9.9678675,36100000 +48.4323671,9.967949166666664,23000000 +48.4323655,9.96793705,23000000 +48.4323744,9.96801095,32400000 +48.43237576666667,9.968023966666664,32400000 +48.43238376666667,9.968103266666668,23700000 +48.432385425,9.968116925,23700000 +48.432393950000005,9.9681982,21400000 +48.432395066666665,9.968211166666666,21400000 +48.4324012,9.968288266666669,32800000 +48.432405,9.9683507,25800000 +48.43240566666666,9.968362933333331,25800000 +48.43240655,9.968375275,25800000 +48.43241273333334,9.968457433333333,32000000 +48.43241195,9.96844715,32000000 +48.4324165,9.9685044,40100000 +48.432417066666666,9.968511933333334,40100000 +48.432420075,9.968557425,25300000 +48.43242193333333,9.968589366666668,19800000 +48.43242313333334,9.968610866666667,27900000 +48.43242287499999,9.9686252,22800000 +48.432421733333335,9.968629633333334,21400000 +48.43242045,9.96862985,19900000 +48.43242026666667,9.9686298,19900000 +48.432418766666665,9.9686295,22700000 +48.4324186,9.9686295,22700000 +48.43241755,9.96862975,30900000 +48.43241736666666,9.968630166666664,30900000 +48.43241773333333,9.968635866666666,32300000 +48.432421833333336,9.968652133333332,32500000 +48.432422975,9.968655325,32500000 +48.432430100000005,9.9686737,20200000 +48.4324316,9.968676533333332,20200000 +48.4324287,9.9686708,20200000 +48.43244366666666,9.968694,27800000 +48.43246975,9.9687129,30100000 +48.43246479999999,9.968710866666669,30100000 +48.43250295,9.96872185,29200000 +48.43250956666666,9.9687222,29200000 +48.43254975,9.96872215,25100000 +48.4325575,9.9687218,25100000 +48.43259685,9.96872025,24400000 +48.43260516666667,9.968719933333334,24400000 +48.43265696666666,9.9687184,21400000 +48.432666025,9.968718175,21400000 +48.43272015,9.96871715,27600000 +48.4327292,9.968717,27600000 +48.432783,9.9687168,32500000 +48.432844875,9.968719,16900000 +48.43290676666667,9.968719900000002,18600000 +48.43295973333333,9.968720166666666,18400000 +48.433021675,9.96871955,17000000 +48.433012866666665,9.968719666666669,17000000 +48.43308045,9.96872065,28100000 +48.43308913333333,9.968720866666668,28100000 +48.4331408,9.9687214,23000000 +48.43313235,9.96872165,23000000 +48.43318986666666,9.968720566666669,23800000 +48.43324565,9.96872025,23800000 +48.4332938,9.96871995,26000000 +48.43330216666667,9.9687201,26000000 +48.43335249999999,9.968719466666666,30100000 +48.43340283333333,9.968719333333333,19600000 +48.433411425,9.96871915,19600000 +48.4334627,9.9687191,28400000 +48.43347116666666,9.9687195,28400000 +48.43352289999999,9.9687203,44700000 +48.4335852,9.96872015,17900000 +48.4336484,9.968718166666669,19900000 +48.4337018,9.9687172,20500000 +48.43369295,9.9687173,20500000 +48.433762775,9.96871905,25000000 +48.4337544,9.968718466666669,25000000 +48.43381175,9.96872295,22300000 +48.4338193,9.968724033333332,22300000 +48.43386193333333,9.968730966666667,35300000 +48.43389716666667,9.968740099999998,55500000 +48.4339016,9.968741825,55500000 +48.43392826666667,9.9687519,33900000 +48.433945,9.9687587,27900000 +48.433960875,9.968764825,30500000 +48.4339683,9.9687681,16400000 +48.43396915,9.96876875,16400000 +48.43396856666666,9.968767633333334,16400000 +48.4339672,9.968764,34800000 +48.43396713333333,9.968763466666667,34800000 +48.4339668,9.96876135,32000000 +48.43396686666667,9.968761033333337,32000000 +48.433967333333335,9.968760033333334,34300000 +48.43396645,9.9687685,21800000 +48.43396646666667,9.9687698,21800000 +48.433966825,9.968770325,21800000 +48.43397576666666,9.9687698,72500000 +48.4339713,9.9687708,72500000 +48.4339734,9.96877075,72500000 +48.4339892,9.96876105,161000000 +48.4339857,9.9687644,161000000 +48.43400566666667,9.9687378,130000000 +48.434007775,9.96873225,130000000 +48.4340183,9.96869075,83000000 +48.43401839999999,9.968648033333332,136000000 +48.4340146,9.96860205,52500000 +48.43401373333333,9.968590533333334,52500000 +48.43401,9.96853005,23300000 +48.43400745,9.96847635,23800000 +48.43400693333333,9.968464333333332,23800000 +48.4340048,9.96840285,101000000 +48.43400433333333,9.968389966666669,101000000 +48.4340023,9.968304225,151000000 +48.434002433333326,9.9683165,151000000 +48.43400269999999,9.96832875,151000000 +48.43400155,9.96822855,118000000 +48.43400136666667,9.9682123,118000000 +48.434,9.9681282,21700000 +48.4340005,9.968145,21700000 +48.4339963,9.968063,28000000 +48.43399496666667,9.9680496,28000000 +48.4339977,9.9680791,28000000 +48.43398573333334,9.967968033333332,24500000 +48.4339736,9.9678881,24100000 +48.43396415,9.9678249,47900000 +48.43396233333333,9.967812833333332,47900000 +48.433951666666665,9.9677336,91900000 +48.4339459,9.967673,51800000 +48.4339451,9.967660400000002,51800000 +48.43394125,9.9675926,44500000 +48.43394083333334,9.9675786,44500000 +48.43393955,9.967513,57000000 +48.4339393,9.967500466666666,57000000 +48.43393915,9.967488025,57000000 +48.43393749999999,9.967394433333334,62300000 +48.43393775,9.96740635,62300000 +48.4339355,9.967324733333331,62500000 +48.43393615,9.96733595,62500000 +48.43393319999999,9.9672622,26000000 +48.4339337,9.96727175,26000000 +48.4339311,9.967208,101000000 +48.4339288,9.967157266666666,39000000 +48.4339237,9.9671267,50100000 +48.4339219,9.9671215,50100000 +48.433909,9.9670937,59400000 +48.43390539999999,9.967089,59400000 +48.4338818,9.9670686,60500000 +48.4338866,9.9670708,60500000 +48.43385905,9.9670627,28000000 +48.43385533333333,9.967062966666669,28000000 +48.4338328,9.9670678,92500000 +48.43380646666666,9.967079633333334,17700000 +48.433771975,9.967096625,17400000 +48.4337342,9.967114166666668,96100000 +48.43374,9.96711165,96100000 +48.4336978,9.967128466666669,88900000 +48.4337042,9.96712625,88900000 +48.433651025,9.9671432,37900000 +48.433657933333336,9.9671411,37900000 +48.4336092,9.9671557,47500000 +48.4336006,9.967158433333331,47500000 +48.43355573333333,9.9671729,109000000 +48.4335145,9.967187133333333,25700000 +48.4334733,9.967201766666667,17900000 +48.433466575,9.967204025,17900000 +48.4334802,9.9671994,17900000 +48.4334265,9.9672185,35100000 +48.43341966666667,9.967221233333332,35100000 +48.43338475,9.9672348,37300000 +48.43337793333333,9.967237333333332,37300000 +48.433329725,9.967255075,34900000 +48.43333686666667,9.967252433333334,34900000 +48.43328675,9.96727105,20000000 +48.43327933333333,9.967273733333334,20000000 +48.43324125,9.9672868,28200000 +48.43323356666667,9.967289766666669,28200000 +48.4331943,9.9673038,22400000 +48.43318623333332,9.967306566666666,22400000 +48.4331485,9.96731715,48200000 +48.433139833333335,9.967319033333332,48200000 +48.4331029,9.9673269,25800000 +48.43309365,9.9673286,25800000 +48.43308616666667,9.9673302,25800000 +48.43304655,9.96734065,31600000 +48.43303963333333,9.9673426,31600000 +48.4330078,9.9673522,30500000 +48.43299885,9.96735565,30500000 +48.43296535,9.96736835,24200000 +48.43295706666667,9.967370566666668,24200000 +48.43290515,9.96738615,22800000 +48.43291206666667,9.9673839,22800000 +48.43285843333334,9.967401699999998,27500000 +48.43286485,9.967399449999998,27500000 +48.43282655,9.96741385,28900000 +48.43282053333333,9.967416333333333,28900000 +48.43279025,9.96742795,28600000 +48.43278256666667,9.967430866666668,28600000 +48.43274236666667,9.9674481,21800000 +48.43273615,9.9674514,21800000 +48.4327047,9.9674673,27700000 +48.43269845,9.9674711,27700000 +48.43269206666667,9.967474733333331,27700000 +48.43265323333333,9.967493266666668,26400000 +48.43261,9.967510675,23400000 +48.4325791,9.96752265,28800000 +48.4325751,9.967523966666668,28800000 +48.43255376666667,9.967531233333332,44200000 +48.432531775,9.9675377,40200000 +48.4325379,9.9675358,40200000 +48.43253493333333,9.967536833333334,40200000 +48.432508033333335,9.967542866666667,47600000 +48.4325154,9.9675415,47600000 +48.4325118,9.9675422,47600000 +48.4324829,9.967546966666664,29300000 +48.43248765,9.96754635,29300000 +48.432445275,9.96755165,20700000 +48.4324015,9.967556866666667,19400000 +48.4323631,9.967563533333331,20200000 +48.43232355,9.967570825,16600000 +48.432295466666666,9.9675779,20100000 +48.43227923333334,9.967581766666669,27400000 +48.432269,9.967586133333333,25500000 +48.4322677,9.9675867,25500000 +48.43225996666666,9.967590133333331,23000000 +48.432256300000006,9.967592433333332,23800000 +48.43225635,9.967597725,26000000 +48.43225759999999,9.967602366666666,17200000 +48.4322585,9.967607166666667,18800000 +48.43225945,9.9676108,23400000 +48.4322596,9.967611433333332,23400000 +48.432260266666674,9.9676144,25800000 +48.43226035000001,9.96761475,25800000 +48.43226116666667,9.9676168,17200000 +48.43226095,9.9676166,17200000 +48.43226245,9.96761805,32700000 +48.43226283333333,9.9676181,20800000 +48.432263,9.9676181,20200000 +48.432263,9.9676181,22900000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,16900000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,21900000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22800000 +48.432263,9.9676181,22800000 +48.4322584,9.9676212,21700000 +48.4322465,9.9676339,20700000 +48.432234375,9.967662675,17600000 +48.43222866666667,9.967707633333331,19000000 +48.43222865,9.9676998,19000000 +48.4322314,9.9677543,23300000 +48.4322358,9.9677913,24700000 +48.432236966666665,9.967800733333334,24700000 +48.432238125,9.9678103,24700000 +48.4322449,9.9678662,44300000 +48.43224675,9.9678806,44300000 +48.4322529,9.96793275,39400000 +48.43225506666667,9.967948933333332,39400000 +48.43226766666667,9.968047566666668,45400000 +48.4322659,9.9680329,45400000 +48.4322772,9.9681259,22400000 +48.43227873333333,9.9681394,22400000 +48.43228675,9.9682149,25400000 +48.43228813333334,9.968228,25400000 +48.43229415,9.96829235,30100000 +48.43229493333334,9.968304733333332,30100000 +48.43229883333333,9.9683753,26000000 +48.432302,9.96843215,35400000 +48.43230306666667,9.968442866666669,35400000 +48.43231023333333,9.968499333333334,44300000 +48.4323087,9.96848985,44300000 +48.432317,9.96853915,33000000 +48.43231806666666,9.9685453,33000000 +48.43231899999999,9.968551125,33000000 +48.4323241,9.9685813,34000000 +48.432325000000006,9.9685872,34000000 +48.4323278,9.9686042,28000000 +48.43232823333333,9.9686074,28000000 +48.43232865,9.968610175,28000000 +48.43233113333333,9.968626233333334,64700000 +48.4323307,9.96862425,64700000 +48.4323332,9.96863745,25700000 +48.4323337,9.968640433333332,25700000 +48.43233795,9.9686608,43300000 +48.43233966666667,9.9686662,43300000 +48.4323511,9.9686936,28600000 +48.43235426666666,9.968698433333332,28600000 +48.432357725,9.968702775,28600000 +48.43238445,9.9687259,18900000 +48.4323906,9.968727933333332,18900000 +48.4323775,9.9687226,18900000 +48.43243196666666,9.9687309,29000000 +48.432425550000005,9.9687319,29000000 +48.4324193,9.9687326,29000000 +48.4324629,9.9687253,17800000 +48.4324721,9.9687232,17800000 +48.4325061,9.968715799999998,21600000 +48.432516433333326,9.9687139,21600000 +48.4325589,9.9687067,38000000 +48.43257025,9.96870515,38000000 +48.43262256666666,9.968700466666666,18500000 +48.43263159999999,9.968700025,18500000 +48.43261355,9.9687011,18500000 +48.4326836,9.9686975,25800000 +48.43269265,9.9686973,25800000 +48.4327261,9.9686964,22400000 +48.43273795,9.9686962,22400000 +48.43274973333334,9.968696166666668,22400000 +48.4327905,9.9686959,22800000 +48.43280185,9.9686958,22800000 +48.43281136666667,9.9686958,22800000 +48.432856150000006,9.9686955,32100000 +48.43286463333334,9.9686954,32100000 +48.4329187,9.9686959,29800000 +48.4329094,9.9686957,29800000 +48.4329677,9.9686968,26800000 +48.43297586666667,9.968696633333332,26800000 +48.433018950000005,9.9686974,32400000 +48.4330297,9.968697466666669,32400000 +48.4330748,9.96869805,30700000 +48.4330826,9.968698233333331,30700000 +48.4331319,9.968700066666669,34800000 +48.43318193333334,9.9687017,34400000 +48.43317355,9.9687013,34400000 +48.433231166666666,9.968703566666669,26300000 +48.4332793,9.968705233333331,34500000 +48.43332566666667,9.968705866666664,16300000 +48.4333742,9.968706766666664,19100000 +48.4334116,9.96870685,18200000 +48.4334191,9.968706933333332,18200000 +48.4334569,9.96870725,28500000 +48.4334651,9.9687069,28500000 +48.433512666666665,9.9687046,32500000 +48.433571,9.968704766666669,21800000 +48.4336357,9.9687051,34600000 +48.43362643333333,9.968705266666667,34600000 +48.433697,9.9687059,23500000 +48.4337499,9.968708766666667,61000000 +48.43380176666667,9.968714533333332,27400000 +48.433843466666666,9.968723966666666,85300000 +48.4338714,9.9687318,22900000 +48.4338783,9.9687341,22900000 +48.433884,9.968736066666668,22900000 +48.433945050000005,9.96875165,67600000 +48.43394996666667,9.9687506,67600000 +48.4339735,9.9687395,79500000 +48.43397783333334,9.968735166666669,79500000 +48.4339997,9.96870245,133000000 +48.4340025,9.968694366666666,133000000 +48.434012,9.9686583,95700000 +48.43401285,9.9686505,95700000 +48.434014866666665,9.968601033333334,80900000 +48.4340149,9.96861145,80900000 +48.4340145,9.9685538,28600000 +48.43401433333333,9.968544533333333,28600000 +48.434013525,9.968474875,37200000 +48.4340137,9.968485666666668,37200000 +48.4340116,9.968396333333333,24100000 +48.43400976666667,9.9683246,127000000 +48.43400946666666,9.968252633333334,97900000 +48.4340094,9.968240025,97900000 +48.4340082,9.96816395,35100000 +48.4340076,9.9681509,35100000 +48.4340027,9.968072833333332,31500000 +48.434004,9.968086,31500000 +48.433993433333335,9.967993466666666,53800000 +48.4339913,9.967979975,53800000 +48.4339789,9.96789975,102000000 +48.43397656666667,9.9678838,102000000 +48.433962166666674,9.967788666666666,144000000 +48.4339659,9.967816,144000000 +48.433964,9.96780235,144000000 +48.43395405,9.96772035,157000000 +48.43395283333333,9.967706666666666,157000000 +48.43394726666666,9.967625533333331,22600000 +48.4339439,9.96753405,48100000 +48.43394413333333,9.9675468,48100000 +48.43394215,9.96744995,29900000 +48.4339426,9.9674624,29900000 +48.43394025,9.967389,25600000 +48.433939933333335,9.967373666666669,25600000 +48.4339382,9.9673031,32700000 +48.43393816666667,9.967291233333333,32700000 +48.4339377,9.9672446,60900000 +48.4339376,9.9672321,60900000 +48.43393715,9.9671956,50700000 +48.4339368,9.9671897,50700000 +48.43393275,9.967156,110000000 +48.4339254,9.96712945,48000000 +48.433922566666666,9.9671235,48000000 +48.43390626666667,9.9670966,38400000 +48.4338908,9.9670813,40500000 +48.43388746666667,9.967079133333334,40500000 +48.433883825,9.9670772,40500000 +48.43385546666667,9.967068,18300000 +48.4338332,9.9670703,28700000 +48.43383715,9.9670693,28700000 +48.4338135,9.9670766,33500000 +48.433809466666666,9.967078266666666,33500000 +48.43378336666667,9.967089466666666,110000000 +48.43377865,9.9670916,110000000 +48.43374905,9.9671048,79500000 +48.433743666666665,9.9671072,79500000 +48.4337217,9.967117,49500000 +48.4337139,9.96712035,49500000 +48.43370736666666,9.9671231,49500000 +48.43367315,9.9671368,58200000 +48.4336659,9.967139566666663,58200000 +48.4336192,9.967157,17100000 +48.43357046666667,9.967174166666666,138000000 +48.4335199,9.9671927,17200000 +48.433478750000006,9.9672072,31300000 +48.43347093333333,9.967210133333332,31300000 +48.43343155,9.9672248,27300000 +48.433415275,9.967230325,27300000 +48.43342343333333,9.967227466666666,27300000 +48.43336585,9.9672483,30300000 +48.43335770000001,9.967251200000002,30300000 +48.433310766666665,9.967268233333334,32200000 +48.43331845,9.96726555,32200000 +48.433258925,9.967287375,22600000 +48.43326643333334,9.9672849,22600000 +48.43320843333333,9.967304466666668,29900000 +48.4332153,9.96730195,29900000 +48.4331811,9.9673135,29800000 +48.433174,9.96731535,29800000 +48.43316736666667,9.967317,29800000 +48.4331411,9.9673239,28200000 +48.4331326,9.9673256,28200000 +48.4331253,9.967327066666666,28200000 +48.4330915,9.9673339,22200000 +48.43308493333333,9.9673355,22200000 +48.4330783,9.967337275,22200000 +48.4330341,9.96735035,28100000 +48.4330455,9.9673468,28100000 +48.4330021,9.96736145,19500000 +48.4329952,9.967363933333331,19500000 +48.4329881,9.967366525,19500000 +48.4329466,9.9673828,17500000 +48.43293833333333,9.967385933333333,17500000 +48.43290055,9.9673998,35000000 +48.4328937,9.967401633333331,35000000 +48.432857850000005,9.9674125,28500000 +48.4328507,9.967414966666666,28500000 +48.43280776666666,9.967427666666667,32900000 +48.43281485,9.9674255,32900000 +48.43277285,9.9674408,27700000 +48.4327648,9.967444666666667,27700000 +48.43272503333333,9.9674659,16300000 +48.432686,9.9674864,18700000 +48.4326605,9.9674979,35000000 +48.43265245,9.9675012,35000000 +48.432645533333336,9.967503866666668,35000000 +48.4326022,9.967520466666668,46800000 +48.4326083,9.9675183,46800000 +48.432616,9.9675158,46800000 +48.4325799,9.9675282,41100000 +48.4325751,9.9675298,41100000 +48.432569666666666,9.967531466666667,41100000 +48.432548,9.9675376,20300000 +48.4325441,9.96753885,20300000 +48.4325401,9.96754,20300000 +48.4325213,9.967545,26900000 +48.43251605,9.96754615,26900000 +48.4324932,9.9675505,48900000 +48.432498550000005,9.9675497,48900000 +48.432457125,9.967555225,23800000 +48.43246785,9.9675541,23800000 +48.43246263333333,9.967554666666668,23800000 +48.4324285,9.9675583,45400000 +48.4324205,9.96755915,45400000 +48.43241376666666,9.967559866666669,45400000 +48.4323849,9.9675632,24100000 +48.43237915,9.96756405,24100000 +48.43237366666667,9.967565,24100000 +48.4323517,9.9675689,20600000 +48.43234485,9.9675703,20600000 +48.43231466666666,9.967576866666668,29800000 +48.43232,9.9675757,29800000 +48.432291750000005,9.967581849999998,20800000 +48.43228843333333,9.967582666666663,20800000 +48.4322756,9.96758645,24400000 +48.43227396666666,9.967587133333332,24400000 +48.43226610000001,9.9675902,23800000 +48.43226473333334,9.967591066666666,23800000 +48.43225925,9.9675941,29100000 +48.43225856666667,9.967594366666669,29100000 +48.43225576666666,9.967595866666668,22400000 +48.43224766666666,9.967598700000002,25000000 +48.432252,9.9675972,25000000 +48.43224965,9.96759755,25000000 +48.4322375,9.9676058,31800000 +48.432234300000005,9.96760955,31800000 +48.43222125,9.96763105,18500000 +48.4322186,9.967639566666668,18500000 +48.4322099,9.9676795,22300000 +48.43220965,9.96769265,22300000 +48.43221016666666,9.967706533333333,22300000 +48.432217,9.9677806,18100000 +48.4322237,9.9678298,18400000 +48.432226150000005,9.96784755,18400000 +48.4322286,9.967865666666668,18400000 +48.4322381,9.9679395,25300000 +48.4322402,9.9679584,25300000 +48.4322487,9.96803105,24900000 +48.4322467,9.9680156,24900000 +48.43225103333333,9.968050133333334,24900000 +48.43226356666667,9.968161633333333,46300000 +48.43226195,9.9681461,46300000 +48.4322724,9.9682549,19200000 +48.432273900000006,9.968271866666669,19200000 +48.4322707,9.9682345,19200000 +48.4322805,9.9683444,25700000 +48.4322822,9.96836285,25700000 +48.4322878,9.968417,31600000 +48.4322901,9.9684339,31600000 +48.43229233333333,9.968450066666668,31600000 +48.4323008,9.968511,33600000 +48.4323021,9.96852075,33600000 +48.432309,9.96856475,33700000 +48.43231073333334,9.968573966666666,33700000 +48.4323072,9.9685546,33700000 +48.432317,9.9686067,42300000 +48.43231825,9.96861235,42300000 +48.4323219,9.9686287,33600000 +48.432322166666665,9.9686297,33600000 +48.4323223,9.968630175,33600000 +48.432323,9.9686321,26500000 +48.43232305,9.96863215,26500000 +48.43232336666667,9.9686325,42100000 +48.43232335,9.9686324,42100000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,32600000 +48.4323235,9.9686332,32600000 +48.43232346666667,9.968634633333332,17000000 +48.4323262,9.968648133333334,27900000 +48.43233325,9.9686663,20200000 +48.43233566666667,9.9686706,20200000 +48.43235833333333,9.968698533333331,21700000 +48.4323522,9.96869355,21700000 +48.43239783333333,9.9687182,19700000 +48.43238945,9.96871655,19700000 +48.4323815,9.9687141,19700000 +48.4324343,9.9687217,37500000 +48.4324442,9.96872105,37500000 +48.432481,9.9687178,28900000 +48.43249053333333,9.968716933333331,28900000 +48.4325338,9.9687129,37100000 +48.4325468,9.96871165,37100000 +48.432559966666666,9.968710433333332,37100000 +48.43262075,9.9687057,36800000 +48.43263273333333,9.968704700000002,36800000 +48.4326066,9.9687069,36800000 +48.4326853,9.9687018,23000000 +48.4326999,9.96870105,23000000 +48.4327431,9.9686997,39900000 +48.43275735,9.9686995,39900000 +48.43276896666666,9.968699566666666,39900000 +48.4328197,9.9686995,35200000 +48.4328331,9.96870025,35200000 +48.43284436666666,9.968700366666669,35200000 +48.4329067,9.9687002,41700000 +48.4328935,9.9687004,41700000 +48.43296853333334,9.968700133333334,19500000 +48.4329468,9.9687002,19500000 +48.4329565,9.9687003,19500000 +48.433038466666666,9.9687006,20200000 +48.43309245,9.9687006,28800000 +48.43310373333333,9.968700766666666,28800000 +48.4331534,9.9687012,26500000 +48.43316675,9.9687013,26500000 +48.4332204,9.9687018,31500000 +48.433233566666665,9.968702233333332,31500000 +48.43329835,9.968705,41200000 +48.4332857,9.9687044,41200000 +48.433347,9.9687065,30100000 +48.43335866666666,9.968706666666668,30100000 +48.4334036,9.968707,28700000 +48.43341485,9.9687073,28700000 +48.43342416666667,9.968707466666666,28700000 +48.43342416666667,9.968707466666666,28700000 +48.4334712,9.968709,62900000 +48.43352986666667,9.968711433333333,29900000 +48.43359436666666,9.968711233333334,29700000 +48.4336561,9.968709933333333,20400000 +48.4337134,9.96870885,19600000 +48.4337627,9.96871,21200000 +48.43381403333333,9.9687144,69800000 +48.43385733333333,9.968725733333336,31300000 +48.43389606666667,9.968735733333332,86400000 +48.4339316,9.96873395,83000000 +48.43396486666666,9.968710166666668,144000000 +48.4339908,9.9686648,117000000 +48.43400173333333,9.9686103,118000000 +48.4340046,9.968549733333331,46800000 +48.4340037,9.968477933333334,20700000 +48.43400143333334,9.968403133333332,15900000 +48.434000275,9.9683253,141000000 +48.43400383333333,9.968253333333331,140000000 +48.43400946666667,9.9681969,23900000 +48.43400745,9.96809495,30000000 +48.434006166666656,9.968085266666668,30000000 +48.4339996,9.96803855,34300000 +48.4339982,9.968029,34300000 +48.433996725,9.96801915,34300000 +48.43398675,9.9679578,123000000 +48.43398476666667,9.9679469,123000000 +48.433971066666665,9.9678705,90500000 +48.43397315,9.9678825,90500000 +48.43396145,9.9678096,100000000 +48.43395976666667,9.967797033333332,100000000 +48.43395185,9.96773275,28100000 +48.43395066666667,9.967719666666666,28100000 +48.43394955,9.967706425,28100000 +48.4339445,9.9676393,25100000 +48.433943600000006,9.9676255,25100000 +48.43394283333333,9.9676119,25100000 +48.43393945,9.96753505,52000000 +48.4339389,9.967518633333334,52000000 +48.4339399,9.9675486,52000000 +48.4339372,9.9674511,61900000 +48.4339367,9.9674383,61900000 +48.4339337,9.9673755,37500000 +48.43393326666666,9.967359666666669,37500000 +48.4339319,9.9673062,16800000 +48.43393155,9.96729255,16800000 +48.43393146666667,9.9672819,16800000 +48.43393075,9.9672304,152000000 +48.4339306,9.967221233333332,152000000 +48.43392916666667,9.967169633333333,85900000 +48.4339298,9.9671834,85900000 +48.433929500000005,9.9671764,85900000 +48.4339267,9.9671394,121000000 +48.4339253,9.9671318,121000000 +48.4339182,9.9671073,54600000 +48.4339152,9.9671012,54600000 +48.4339,9.9670769,39600000 +48.43389633333333,9.9670736,39600000 +48.4338758,9.96706055,34700000 +48.4338707,9.967059666666666,34700000 +48.4338797,9.9670618,34700000 +48.4338489,9.9670588,30600000 +48.43384295,9.9670603,30600000 +48.43382115,9.96706795,89400000 +48.43381576666667,9.967070533333334,89400000 +48.4337081,9.967124666666669,40600000 +48.4337143,9.96712205,40600000 +48.43366043333334,9.9671441,69400000 +48.433669550000005,9.96714065,69400000 +48.4336229,9.9671578,21400000 +48.4336155,9.9671603,21400000 +48.433608033333336,9.967162766666666,21400000 +48.43357,9.96717505,75600000 +48.43356033333333,9.967178166666669,75600000 +48.4335198,9.9671912,42000000 +48.4335117,9.96719395,42000000 +48.43350353333333,9.967196800000002,42000000 +48.43345446666667,9.967213733333333,22200000 +48.4334628,9.96721085,22200000 +48.43341335,9.96722805,20900000 +48.43340516666667,9.9672311,20900000 +48.43336455,9.9672458,26900000 +48.4333565,9.967248966666666,26900000 +48.43334835,9.9672523,26900000 +48.4333075,9.9672691,20200000 +48.4332995,9.96727265,20200000 +48.4332898,9.967276766666666,20200000 +48.4332495,9.9672933,31000000 +48.43323865,9.9672975,31000000 +48.433185900000005,9.967317333333334,24500000 +48.4332064,9.9673103,24500000 +48.43319495,9.96731415,24500000 +48.43314015,9.96733275,24800000 +48.43312906666667,9.967336266666669,24800000 +48.4331512,9.967329,24800000 +48.4330845,9.9673504,23100000 +48.43307365,9.96735365,23100000 +48.43302083333333,9.967368,28300000 +48.4330299,9.9673657,28300000 +48.43296333333333,9.967383733333332,24700000 +48.432982,9.9673789,24700000 +48.43297185,9.96738155,24700000 +48.432927,9.9673932,19400000 +48.43291735,9.9673958,19400000 +48.43288215,9.96740475,28500000 +48.43287383333333,9.967407133333332,28500000 +48.4328408,9.9674167,17000000 +48.43283285,9.9674185,17000000 +48.4328027,9.9674275,43800000 +48.432795633333335,9.967429966666666,43800000 +48.43276125,9.96744365,27400000 +48.432768,9.9674404,27400000 +48.4327347,9.96745645,25800000 +48.43272793333333,9.967459566666667,25800000 +48.4327003,9.9674723,63800000 +48.4326929,9.9674758,63800000 +48.4326867,9.967478733333335,63800000 +48.43265233333333,9.967496133333333,18000000 +48.432617533333335,9.9675105,57100000 +48.4326236,9.96750845,57100000 +48.43258745,9.96752045,34500000 +48.43258153333333,9.967522333333331,34500000 +48.43257572499999,9.967524075,34500000 +48.43253643333333,9.967536066666666,36600000 +48.4325417,9.9675347,36600000 +48.43251035,9.96754245,32400000 +48.4325052,9.967543533333334,32400000 +48.4324793,9.967548,20800000 +48.43247413333333,9.967548566666666,20800000 +48.4324688,9.96754915,20800000 +48.4324372,9.9675527,17900000 +48.4324291,9.9675538,17900000 +48.43240355,9.9675577,36000000 +48.43239763333333,9.9675586,36000000 +48.432391675,9.967559575,36000000 +48.43235665,9.967566,20500000 +48.43235116666667,9.9675672,20500000 +48.43232415,9.96757355,18800000 +48.43231946666666,9.967574866666668,18800000 +48.432295466666666,9.967582133333332,23400000 +48.4322986,9.9675811,23400000 +48.4322925,9.967583075,23400000 +48.43227685,9.9675883,25600000 +48.4322752,9.967588833333332,25600000 +48.4322671,9.9675919,21100000 +48.4322658,9.967592066666668,21100000 +48.43226095,9.96759375,31000000 +48.43226063333333,9.967593733333333,31000000 +48.4322605,9.967593575,31000000 +48.4322603,9.96759235,16800000 +48.4322599,9.9675925,16800000 +48.43225693333333,9.967593266666666,23200000 +48.4322535,9.9675958,19000000 +48.4322517,9.967597333333332,19000000 +48.43224045,9.9676085,22300000 +48.43223766666667,9.967612666666668,22300000 +48.432234975,9.967617575,22300000 +48.4322212,9.96765315,19600000 +48.4322201,9.9676613,19600000 +48.43221863333334,9.9677125,43900000 +48.43221805,9.96770365,43900000 +48.432224725000005,9.9677771,22700000 +48.43222360000001,9.967767333333336,22700000 +48.43223313333333,9.967848233333331,17800000 +48.43224420000001,9.967924133333334,33300000 +48.43224225,9.96791195,33300000 +48.43225575,9.9679926,28600000 +48.43225793333334,9.968007566666666,28600000 +48.4322692,9.96808455,25600000 +48.43227116666666,9.968100266666667,25600000 +48.43227985,9.96817405,23900000 +48.43228113333333,9.968188333333332,23900000 +48.432289233333336,9.968273666666668,40800000 +48.4322905,9.968287525,40800000 +48.4322973,9.9683698,20100000 +48.4322984,9.968382733333334,20100000 +48.43230556666666,9.968454466666666,19600000 +48.432312550000006,9.9685072,35200000 +48.43231403333334,9.9685168,35200000 +48.4323211,9.968561,29800000 +48.43232253333333,9.968568366666668,29800000 +48.43232835,9.96859845,28700000 +48.4323291,9.968602633333331,28700000 +48.4323299,9.9686069,28700000 +48.43233643333334,9.968636566666667,35300000 +48.43233515,9.9686325,35300000 +48.43234663333333,9.968662633333333,32100000 +48.43234405,9.968657749999998,32100000 +48.43236803333334,9.9686914,20600000 +48.432373325,9.9686951,20600000 +48.432415733333336,9.968711633333331,31900000 +48.43240865,9.96871125,31900000 +48.4324525,9.9687108,29500000 +48.43246066666666,9.968710133333332,29500000 +48.4325036,9.968706,32100000 +48.43251276666667,9.968704933333337,32100000 +48.43252195,9.9687039,32100000 +48.43258596666666,9.968697766666669,26300000 +48.43257675,9.968698450000002,26300000 +48.43263265,9.9686942,25500000 +48.432642066666666,9.968693533333331,25500000 +48.43269893333333,9.968689633333334,35900000 +48.4327085,9.9686893,35900000 +48.43276575,9.9686876,33100000 +48.43277543333334,9.9686878,33100000 +48.432833466666665,9.9686897,40200000 +48.43282375,9.9686891,40200000 +48.43289256666666,9.968690133333332,34600000 +48.432902425,9.968689625,34600000 +48.4329605,9.9686874,21100000 +48.432970000000005,9.9686873,21100000 +48.43301700000001,9.96868625,32400000 +48.43302640000001,9.968686266666667,32400000 +48.4330822,9.968686366666669,28200000 +48.433091375,9.96868665,28200000 +48.4331463,9.9686877,20300000 +48.43315546666667,9.968687733333333,20300000 +48.43320946666666,9.9686885,20100000 +48.43326343333333,9.968688766666666,37300000 +48.43327235,9.968689025,37300000 +48.4333259,9.96869015,20400000 +48.43333486666666,9.968690566666668,20400000 +48.4333804,9.9686908,21400000 +48.433389266666666,9.968690666666667,21400000 +48.43344196666667,9.968690933333331,22600000 +48.43345072500001,9.968691025,22600000 +48.43351346666666,9.968692,18000000 +48.4335043,9.96869185,18000000 +48.4335626,9.9686928,17800000 +48.43357286666667,9.968692933333331,17800000 +48.4336216,9.9686932,22200000 +48.43363286666666,9.968693533333337,22200000 +48.43369143333333,9.968695233333332,21100000 +48.4336826,9.9686947,21100000 +48.43374315,9.9686974,29900000 +48.43375183333333,9.968697966666667,29900000 +48.43379295,9.96870085,62500000 +48.43380006666666,9.968701766666667,62500000 +48.43383533333334,9.9687104,50300000 +48.43383,9.96870905,50300000 +48.433864766666666,9.968719,19000000 +48.433869,9.9687205,19000000 +48.4338941,9.96872975,50700000 +48.433897900000005,9.968731466666666,50700000 +48.4339168,9.9687389,36300000 +48.43392043333333,9.968740066666667,36300000 +48.433946325,9.968741275,61400000 +48.43394236666666,9.9687426,61400000 +48.43397423333334,9.968723133333333,102000000 +48.4339703,9.96872805,102000000 +48.43400673333334,9.9686377,118850000 +48.434005850000005,9.96864595,147000000 +48.43400673333334,9.9686377,147000000 +48.43400935,9.96859555,55600000 +48.43400946666666,9.9685844,55600000 +48.434009133333326,9.968523233333332,57600000 +48.43400895,9.9685131,57600000 +48.43400775,9.96845045,21400000 +48.4340076,9.968439266666666,21400000 +48.4340061,9.968369533333332,81400000 +48.43400303333333,9.968292366666669,63500000 +48.43400275,9.968279125,63500000 +48.43400125,9.96819795,20800000 +48.4340009,9.968183766666668,20800000 +48.4339987,9.968112649999998,24600000 +48.433998,9.968098433333331,24600000 +48.43399136666667,9.968011066666667,58700000 +48.433989525,9.967996275,58700000 +48.43397480000001,9.967891366666668,86700000 +48.43397685,9.9679065,86700000 +48.43394645,9.9676017,49200000 +48.4339454,9.9675864,49200000 +48.4339407,9.967497333333334,19500000 +48.43393705,9.967399225,27700000 +48.43393485,9.96732075,37200000 +48.43393473333333,9.967308999999998,37200000 +48.4339338,9.967245666666663,83400000 +48.43393360000001,9.967195766666668,47300000 +48.43393352500001,9.967188925,47300000 +48.4339322,9.96715,47300000 +48.4339317,9.967144366666666,47300000 +48.43392785,9.9671175,18200000 +48.43392636666667,9.9671127,18200000 +48.4339123,9.967082875,17100000 +48.4338947,9.96706395,26100000 +48.4338912,9.967061966666668,26100000 +48.43384335,9.96705645,91300000 +48.43383876666667,9.967057866666666,91300000 +48.4338105,9.967069166666668,93700000 +48.43380565,9.96707165,93700000 +48.433770733333326,9.96709,181000000 +48.433699025,9.967121975,101600000 +48.433705,9.967119733333334,101600000 +48.4337107,9.96711755,124000000 +48.433705,9.967119733333334,124000000 +48.43361576666666,9.967148433333334,67850000 +48.43353416666667,9.967176633333333,64900000 +48.43349954999999,9.96718955,21900000 +48.43349263333332,9.967192433333333,21900000 +48.4334571,9.967206266666668,36500000 +48.4334518,9.967208225,36500000 +48.4334194,9.96722025,35400000 +48.43341363333334,9.967222333333334,35400000 +48.4333778,9.967235233333334,20200000 +48.433339233333335,9.967249833333334,19000000 +48.43333235,9.9672527,19000000 +48.43328296666667,9.967273233333334,42100000 +48.43329035,9.96727025,42100000 +48.43324465,9.96728785,22300000 +48.43323673333333,9.9672909,22300000 +48.43318873333334,9.967309300000002,18600000 +48.43313293333333,9.9673291,26000000 +48.4331246,9.967331625,26000000 +48.433074950000005,9.96734635,18400000 +48.43306693333333,9.9673489,18400000 +48.4330181,9.9673639,19700000 +48.4329619,9.967379675,22900000 +48.43296963333333,9.967377733333333,22900000 +48.4329084,9.967395466666666,27100000 +48.4329159,9.9673932,27100000 +48.43286443333333,9.967408366666668,42000000 +48.43282250000001,9.9674219,41800000 +48.432815825000006,9.9674243,41800000 +48.4327762,9.9674391,42300000 +48.43276986666666,9.967442066666663,42300000 +48.4327327,9.967461133333334,53400000 +48.4326943,9.9674808,28200000 +48.432687675,9.96748395,28200000 +48.43264265,9.9675042,41600000 +48.432635733333335,9.967506833333331,41600000 +48.4325938,9.967521933333332,50000000 +48.4326009,9.9675195,50000000 +48.432554,9.96753495,33500000 +48.43254703333333,9.967536933333331,33500000 +48.432511000000005,9.96754555,42600000 +48.432503700000005,9.9675465,42600000 +48.4324652,9.96755025,19500000 +48.4324588,9.9675511,19500000 +48.43242103333333,9.9675562,24900000 +48.4323828,9.967562833333334,33100000 +48.4323474,9.9675711,23600000 +48.43234225,9.967572475,23600000 +48.4322919,9.9675869,45800000 +48.4322919,9.9675869,34550000 +48.43228793333333,9.9675881,34550000 +48.4322725,9.96759325,32100000 +48.432271033333336,9.967593866666666,32100000 +48.4322647,9.96759665,25300000 +48.43226345,9.96759745,25100000 +48.43226346666666,9.967597266666669,25100000 +48.43226195,9.9675967,21700000 +48.4322577,9.96759865,24800000 +48.43225636666667,9.967599133333332,24800000 +48.4322483,9.9676021,21400000 +48.4322376,9.9676054,30200000 +48.43223373333333,9.9676078,30200000 +48.4322157,9.96762505,27800000 +48.43220595,9.967646599999998,25200000 +48.432204866666666,9.967651766666664,25200000 +48.43220146666667,9.9676879,25900000 +48.43220125,9.9676814,25900000 +48.432213133333335,9.967776533333334,32050000 +48.43221125,9.96776515,32050000 +48.43221125,9.96776515,40400000 +48.4322098,9.9677565,40400000 +48.4322314,9.96789125,24900000 +48.432233466666666,9.9679039,24900000 +48.432235275,9.9679165,24900000 +48.432245,9.967988,20300000 +48.4322468,9.96800505,20300000 +48.43225553333334,9.968091833333334,21200000 +48.4322522,9.9680567,21200000 +48.4322541,9.96807435,21200000 +48.4322622,9.9681616,29500000 +48.43226395,9.9681787,29500000 +48.43227196666667,9.9682545,30100000 +48.4322773,9.96831785,29600000 +48.43227823333333,9.968329866666666,29600000 +48.432282400000005,9.96838765,37000000 +48.4322815,9.9683747,37000000 +48.4322833,9.968398333333331,37000000 +48.4322881,9.9684444,29300000 +48.43228995,9.96845625,29300000 +48.43229193333334,9.968467866666666,29300000 +48.4323028,9.9685231,23800000 +48.4323006,9.9685133,23800000 +48.43231055,9.96855795,47100000 +48.432312033333325,9.968564666666667,47100000 +48.4323185,9.9685941,29900000 +48.4323173,9.9685891,29900000 +48.43232245,9.9686089,29700000 +48.4323231,9.968611766666667,29700000 +48.4323254,9.9686215,27100000 +48.43232585,9.96862265,27100000 +48.43232606666667,9.968623233333334,27100000 +48.4323262,9.96862365,23400000 +48.432326233333335,9.968623666666668,23400000 +48.43232656666667,9.968623833333334,23100000 +48.4323265,9.9686238,23100000 +48.4323267,9.96862395,22500000 +48.4323267,9.9686239,22500000 +48.4323267,9.968623933333332,22500000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323266,9.9686241,16200000 +48.4323275,9.9686265,16200000 +48.43232853333333,9.9686292,16200000 +48.432333,9.9686416,23600000 +48.432335,9.9686458,23600000 +48.43233733333333,9.968650333333336,23600000 +48.432359600000005,9.968682233333332,30500000 +48.4323489,9.96867,30500000 +48.432354450000005,9.9686767,30500000 +48.4323884,9.9687049,38800000 +48.4323953,9.968707633333333,38800000 +48.4324295,9.9687164,32300000 +48.43244035,9.9687166,32300000 +48.4324498,9.968716533333334,32300000 +48.4324926,9.9687144,42800000 +48.43250195,9.9687137,42800000 +48.43251156666667,9.9687129,42800000 +48.4325512,9.9687095,21600000 +48.43256495,9.96870845,21600000 +48.43257673333333,9.968707766666666,21600000 +48.4326443,9.9687034,27900000 +48.43263335,9.9687041,27900000 +48.4326225,9.9687048,27900000 +48.4326882,9.9687014,25100000 +48.43270305,9.96870085,25100000 +48.43271556666667,9.9687005,25100000 +48.4327637,9.9686996,38600000 +48.432779,9.96869925,38600000 +48.43279183333333,9.968698933333334,38600000 +48.4328409,9.9686979,33500000 +48.432856650000005,9.96869685,33500000 +48.4328698,9.968696066666666,33500000 +48.43293945,9.9686931,25500000 +48.4329274,9.9686935,25500000 +48.43295106666667,9.968692833333334,25500000 +48.4330143,9.96869185,32400000 +48.4329984,9.9686919,32400000 +48.433027466666665,9.968691633333334,32400000 +48.4330776,9.9686917,34300000 +48.4330934,9.9686919,34300000 +48.43310666666667,9.968692066666668,34300000 +48.4331649,9.9686933,24500000 +48.43318055,9.96869345,24500000 +48.4331936,9.9686936,24500000 +48.4332428,9.9686941,36200000 +48.4332582,9.9686947,36200000 +48.43327096666667,9.968695033333333,36200000 +48.43333075,9.9686971,33800000 +48.43334436666667,9.968697533333334,33800000 +48.4333194,9.9686969,33800000 +48.4334004,9.968698,28600000 +48.433411,9.9686979,28600000 +48.433421566666674,9.9686981,28600000 +48.4334634,9.9686987,29200000 +48.43347385,9.96869875,29200000 +48.4334841,9.968698533333331,29200000 +48.4335242,9.9686985,36300000 +48.4335371,9.9686981,36300000 +48.433547633333326,9.9686978,36300000 +48.433606,9.968695166666665,17200000 +48.43366893333333,9.9686925,32400000 +48.4336482,9.9686933,32400000 +48.4336594,9.96869275,32400000 +48.43372245,9.9686929,24400000 +48.43373223333333,9.968693533333337,24400000 +48.4337105,9.9686926,24400000 +48.4337738,9.968696,31700000 +48.4337819,9.968697,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43384123333334,9.968704866666668,23200000 +48.4338829,9.968715,92500000 +48.433916333333336,9.968722833333333,86200000 +48.4339526,9.9687185,105000000 +48.43398243333333,9.9686941,106000000 +48.43401095,9.9686031,24700000 +48.43401146666667,9.9685944,24700000 +48.43401359999999,9.968541166666668,20800000 +48.43401345,9.968550400000002,20800000 +48.434014133333335,9.9684816,19000000 +48.4340141,9.96849385,19000000 +48.4340141,9.9684373,21200000 +48.43401405,9.9684276,21200000 +48.43401393333334,9.968417966666664,21200000 +48.434013775,9.9684085,21200000 +48.4340131,9.9683635,101000000 +48.43401285,9.96835575,101000000 +48.43401263333334,9.9683483,101000000 +48.4340117,9.9683193,123000000 +48.4340116,9.96831285,123000000 +48.43401153333334,9.968306433333334,123000000 +48.43401266666667,9.968269466666667,152000000 +48.434013425,9.968263775,152000000 +48.4340121,9.96827535,152000000 +48.4340191,9.9682279,133000000 +48.4340177,9.9682356,133000000 +48.43402016666667,9.968221233333333,133000000 +48.434024,9.9681952,33100000 +48.43402455,9.9681889,33100000 +48.43402493333334,9.968182266666668,33100000 +48.4340256,9.9681557,24200000 +48.43402525,9.96814865,24200000 +48.43402476666666,9.9681417,24200000 +48.4340222,9.968113,36100000 +48.43402095,9.9681048,36100000 +48.43401980000001,9.968096933333332,36100000 +48.434018575,9.968088375,36100000 +48.4340121,9.968044,36200000 +48.43401055,9.96803385,36200000 +48.4340089,9.968023566666668,36200000 +48.4339973,9.967957033333334,21700000 +48.4340016,9.9679803,21700000 +48.43399955,9.9679688,21700000 +48.43398635,9.96789705,140000000 +48.43398416666667,9.967884633333332,140000000 +48.433981975,9.967871975,140000000 +48.4339715,9.9678076,99800000 +48.43396985,9.9677941,99800000 +48.433968333333326,9.967780433333331,99800000 +48.433954666666665,9.967607966666668,21100000 +48.43395405,9.96759305,21100000 +48.4339563,9.9676379,21100000 +48.43395535,9.96762285,21100000 +48.433951,9.9675029,18000000 +48.43395039999999,9.967487666666663,18000000 +48.433948,9.9674272,19400000 +48.43394735,9.96741235,19400000 +48.43394666666666,9.9673978,19400000 +48.4339438,9.967327699999998,22600000 +48.43394346666667,9.967314866666666,22600000 +48.433943125,9.9673026,22600000 +48.4339417,9.9672441,74600000 +48.43394135,9.96723405,74600000 +48.43394116666667,9.967224633333332,74600000 +48.43393939999999,9.967173133333333,81200000 +48.4339406,9.967189,81200000 +48.4339402,9.96718095,81200000 +48.433935,9.967143,89600000 +48.4339328,9.96713615,89600000 +48.4339302,9.967129733333334,89600000 +48.433927375,9.967123775,89600000 +48.433912,9.967096,60000000 +48.43390835,9.9670918,60000000 +48.43390446666666,9.967088,60000000 +48.43387956666667,9.967071233333334,21400000 +48.43385705,9.96706685,50000000 +48.43385273333333,9.967067233333331,50000000 +48.433848375,9.967068,50000000 +48.4338267,9.967073,104000000 +48.43382215,9.9670748,104000000 +48.43381746666666,9.9670768,104000000 +48.43378746666667,9.96709,106000000 +48.43379285,9.96708745,106000000 +48.4337147,9.9671235,111000000 +48.4337075,9.96712645,111000000 +48.4337004,9.9671291,111000000 +48.4336667,9.9671401,51500000 +48.433651833333336,9.9671438,51500000 +48.4336593,9.967142,51500000 +48.4336112,9.96715395,20500000 +48.4336026,9.967156333333334,20500000 +48.4335702,9.9671657,62300000 +48.4335629,9.96716815,62300000 +48.43355566666667,9.9671706,62300000 +48.433522,9.9671817,83500000 +48.4335121,9.9671849,83500000 +48.4335041,9.967187533333332,83500000 +48.4334671,9.9671998,69600000 +48.43346006666667,9.967202033333333,69600000 +48.4334326,9.9672112,22700000 +48.43342615,9.96721345,22700000 +48.433418,9.9672165,22700000 +48.433373466666666,9.9672342,34300000 +48.4333876,9.9672284,34300000 +48.43338045,9.96723125,34300000 +48.4333416,9.9672484,23800000 +48.43333185,9.9672533,23800000 +48.433323666666666,9.9672574,23800000 +48.4332835,9.96727625,19400000 +48.43327606666667,9.967279766666667,19400000 +48.4332684,9.96728305,19400000 +48.4332235,9.9673007,37200000 +48.4332153,9.9673034,37200000 +48.4331748,9.9673149,19600000 +48.43316383333334,9.967318066666666,19600000 +48.4331858,9.9673119,19600000 +48.4331196,9.9673305,29600000 +48.4331084,9.9673337,29600000 +48.4330752,9.9673428,26200000 +48.43306675,9.9673452,26200000 +48.43305663333333,9.967348433333331,26200000 +48.432992033333335,9.9673678,24900000 +48.43300295,9.9673644,24900000 +48.4330139,9.967361,24900000 +48.432992033333335,9.9673678,24900000 +48.4329373,9.96738345,32400000 +48.43288343333333,9.9673987,26300000 +48.43283085,9.96741535,24800000 +48.43277989999999,9.967436633333334,18000000 +48.4327315,9.96746105,18400000 +48.432685,9.9674856,17200000 +48.4326398,9.9675065,30700000 +48.43259633333333,9.9675241,32200000 +48.4325578,9.96753845,31400000 +48.43252196666666,9.967549166666666,57600000 +48.43248173333333,9.967555966666666,35900000 +48.4324469,9.96755765,32900000 +48.432406166666674,9.9675617,18100000 +48.4323612,9.967572566666666,32100000 +48.43233225,9.9675819,26500000 +48.43231106666666,9.967588933333332,26600000 +48.43228986666667,9.967595166666667,23700000 +48.432277733333336,9.967599233333331,19900000 +48.43227055,9.9676017,15300000 +48.4322677,9.9676037,29000000 +48.43226645,9.96760515,26700000 +48.432263266666666,9.967606766666668,21300000 +48.43225163333333,9.9676158,19900000 +48.43223695,9.9676376,20000000 +48.43222765,9.96766885,26000000 +48.4322267,9.967678633333334,26000000 +48.4322261,9.9677308,30100000 +48.43223105,9.96777845,20500000 +48.43223270000001,9.9677917,20500000 +48.43224155,9.9678603,30600000 +48.43225216666667,9.9679382,26100000 +48.4322627,9.96802195,19500000 +48.43227095,9.96809225,43700000 +48.43227273333334,9.9681099,43700000 +48.43228015,9.96819675,22800000 +48.43228653333333,9.968277866666666,29100000 +48.43229285,9.968352,36200000 +48.432300266666665,9.9684222,39600000 +48.43230895,9.96848855,39600000 +48.43232013333334,9.968550966666667,32200000 +48.43233185,9.96860535,31300000 +48.432341,9.968642366666666,19000000 +48.432355,9.96867535,36300000 +48.43238143333334,9.9687036,21400000 +48.4323746,9.96869905,21400000 +48.43241925,9.9687187,23900000 +48.43246376666667,9.968717866666667,31900000 +48.4325096,9.9687131,28600000 +48.43255919999999,9.968708633333334,35600000 +48.43261155,9.96870505,27900000 +48.432664433333336,9.968701933333334,39100000 +48.43271645,9.96870005,48800000 +48.432763066666666,9.968700466666668,48500000 +48.43275415,9.96870055,48500000 +48.43280515,9.96870075,20900000 +48.432843166666665,9.968701566666669,38800000 +48.43287575,9.96870275,18300000 +48.43290326666667,9.968703533333334,33900000 +48.43292525,9.96870395,39000000 +48.43293903333333,9.968704133333333,26400000 +48.4329447,9.9687038,23900000 +48.432945450000005,9.9687036,23900000 +48.4329504,9.9687051,29400000 +48.4329603,9.968708,17800000 +48.43297926666667,9.968708766666667,32000000 +48.4330057,9.96870955,28300000 +48.43304293333333,9.968711133333334,38000000 +48.4330888,9.9687126,29600000 +48.4330788,9.9687122,29600000 +48.43313125,9.9687144,35100000 +48.43314243333333,9.968714833333332,35100000 +48.4331997,9.96871655,20600000 +48.4332603,9.968717066666668,16800000 +48.433321,9.96871735,20800000 +48.4333819,9.968716833333334,19500000 +48.43344235,9.96871785,19700000 +48.433504,9.9687177,69700000 +48.4335656,9.9687192,24500000 +48.43362286666667,9.968719766666666,24300000 +48.43367455,9.96872145,22900000 +48.433722366666665,9.968723466666669,19300000 +48.433767200000005,9.96872695,17700000 +48.43380173333333,9.9687327,16300000 +48.4338358,9.968740766666668,19100000 +48.433841225,9.968742250000002,19100000 +48.43387805,9.96875205,38600000 +48.4339104,9.968758033333334,85100000 +48.43394445,9.96875335,64700000 +48.43397443333333,9.968726,70200000 +48.43399855,9.9686807,99700000 +48.434009233333335,9.968624966666669,65300000 +48.4340119,9.9685686,119000000 +48.43401263333334,9.968504433333337,44400000 +48.43401163333333,9.968421133333337,24000000 +48.43401023333333,9.968342633333334,128000000 +48.43401033333333,9.968252933333334,114000000 +48.43401085,9.9681828,21900000 +48.4340106,9.9681682,21900000 +48.434007300000005,9.96808625,31500000 +48.433999,9.968007433333334,26900000 +48.4339884,9.9679229,49200000 +48.433975925,9.967829300000002,113000000 +48.43395793333334,9.9676534,49900000 +48.43395405,9.9675692,33100000 +48.43395103333333,9.967490566666669,37200000 +48.4339477,9.9674097,56800000 +48.43394503333334,9.967330333333331,25200000 +48.4339432,9.9672564,31000000 +48.43394216666667,9.967195066666669,68900000 +48.4339401,9.9671453,16300000 +48.43393026666666,9.9671027,37700000 +48.43391155,9.96707205,37200000 +48.43388836666667,9.967056066666666,20000000 +48.433858566666665,9.9670524,76700000 +48.43383045,9.9670611,127000000 +48.4337029,9.9671203,161000000 +48.4336938,9.9671238,161000000 +48.43368446666667,9.9671274,161000000 +48.4334805,9.96720305,80200000 +48.4334908,9.9671996,80200000 +48.43347206666667,9.967205866666667,80200000 +48.4334352,9.9672183,25800000 +48.43342555,9.96722115,25800000 +48.4333962,9.96723015,22200000 +48.43338896666668,9.967232366666666,22200000 +48.4333595,9.96724165,31700000 +48.43335523333334,9.967243033333334,31700000 +48.43333305,9.967250150000002,24200000 +48.433329500000006,9.967251533333334,24200000 +48.433311633333325,9.967259333333333,27700000 +48.43331375,9.9672584,27700000 +48.4333161,9.9672573,27700000 +48.4333033,9.967263166666667,18800000 +48.4333021,9.967263,23100000 +48.433302,9.96726305,23100000 +48.4333016,9.9672625,23900000 +48.43330153333333,9.967262333333332,23900000 +48.43330155,9.96726235,23900000 +48.4333012,9.9672626,22000000 +48.4333012,9.9672629,22000000 +48.433300800000005,9.967265133333331,24000000 +48.4333015,9.96726465,24000000 +48.4333017,9.9672641,24000000 +48.4332998,9.9672662,27100000 +48.43330005,9.9672666,27100000 +48.4333006,9.9672678,23900000 +48.43330075,9.96726815,23900000 +48.43330096666667,9.967268266666666,23900000 +48.4333018,9.9672689,23500000 +48.4333023,9.9672688,23500000 +48.433302733333335,9.967268666666667,23500000 +48.4333045,9.9672677,23600000 +48.433305,9.96726735,23600000 +48.4333062,9.9672657,28100000 +48.4333066,9.96726475,28100000 +48.43330699999999,9.9672634,28100000 +48.4333086,9.9672578,16000000 +48.43331003333333,9.967253833333332,16000000 +48.4333094,9.96725575,16000000 +48.4333112,9.9672461,19200000 +48.43331125,9.96724415,19200000 +48.43331416666667,9.9672366,34400000 +48.43331365,9.967238300000002,34400000 +48.4333127,9.9672402,34400000 +48.4333152,9.9672293,34900000 +48.43331525,9.96722735,34900000 +48.43331536666667,9.967227066666666,34900000 +48.4333158,9.9672254,34500000 +48.43331595,9.9672252,34500000 +48.43331723333333,9.967226266666666,30600000 +48.4333167,9.967226,30600000 +48.433317,9.96722615,30600000 +48.43331835,9.9672268,17500000 +48.4333186,9.9672271,22300000 +48.4333188,9.96722745,22300000 +48.43331903333333,9.9672281,22300000 +48.43332036666667,9.967234066666668,50600000 +48.4333202,9.9672315,50600000 +48.4333201,9.9672325,50600000 +48.433324166666665,9.967245666666663,27800000 +48.4333233,9.9672436,27800000 +48.4333231,9.9672418,27800000 +48.4333283,9.9672541,25000000 +48.4333293,9.96725565,25000000 +48.4333304,9.967257,25000000 +48.4333361,9.967263,21200000 +48.4333382,9.9672645,21200000 +48.4333452,9.9672691,16500000 +48.43334755,9.96727015,16500000 +48.43334996666667,9.967271066666669,16500000 +48.4333597,9.9672737,27600000 +48.4333635,9.967274,27600000 +48.4333668,9.967274066666668,27600000 +48.4333796,9.9672733,20600000 +48.4333845,9.96727225,20600000 +48.43338946666668,9.967270833333334,20600000 +48.43342163333333,9.967259966666669,24600000 +48.43341635,9.96726205,24600000 +48.43342163333333,9.967259966666669,24600000 +48.4334105,9.9672643,24600000 +48.43345415,9.96724655,35400000 +48.43349103333333,9.967230666666666,38700000 +48.433543766666666,9.967207866666667,36800000 +48.43358905,9.967188,41700000 +48.4336367,9.9671684,47400000 +48.4336821,9.96714845,115000000 +48.43379863333333,9.967094433333331,113000000 +48.4338257,9.96708655,95100000 +48.43384749999999,9.967087166666666,132000000 +48.43386595,9.96709375,131000000 +48.4338951,9.96711705,20500000 +48.4339028,9.96713125,17600000 +48.43390406666666,9.967135666666666,17600000 +48.4339086,9.967154,73300000 +48.433909400000005,9.967159850000002,73300000 +48.4339123,9.967194833333332,86400000 +48.43391195,9.967187,86400000 +48.4339115,9.9671795,86400000 +48.4339133,9.9672283,115000000 +48.43391315,9.9672388,115000000 +48.4339113,9.967296366666666,54500000 +48.43391185,9.96728375,54500000 +48.4339122,9.9672717,54500000 +48.4339084,9.9673487,143000000 +48.43390725,9.9673632,143000000 +48.4339044,9.9674081,87000000 +48.4339036,9.96742415,87000000 +48.43390303333334,9.967440666666668,87000000 +48.4339016,9.9675072,19200000 +48.4339019,9.96752485,19200000 +48.4339034,9.9675784,97500000 +48.4339048,9.9675966,97500000 +48.43390623333334,9.967615166666668,97500000 +48.43392463333333,9.967800333333331,181000000 +48.4339225,9.96778225,181000000 +48.4339203,9.967764,181000000 +48.4339415,9.9679604,83500000 +48.43394270000001,9.967975,83500000 +48.4339401,9.9679428,83500000 +48.4339475,9.9680385,65400000 +48.43394885,9.9680558,65400000 +48.4339532,9.9681078,69100000 +48.433954,9.9681253,69100000 +48.43395483333333,9.968142666666669,69100000 +48.43395595,9.9682276,172000000 +48.4339561,9.9682109,172000000 +48.4339549,9.9682772,177000000 +48.4339548,9.96829345,177000000 +48.4339547,9.968309633333334,177000000 +48.43395505,9.9683898,95400000 +48.4339549,9.9683742,95400000 +48.4339549,9.968550966666667,98500000 +48.4339552,9.9685409,98500000 +48.433955,9.96854655,98500000 +48.4339551,9.9685642,80000000 +48.43395525,9.96856455,80000000 +48.4339559,9.968565,72100000 +48.43395615,9.9685649,72100000 +48.43395633333333,9.968564766666669,72100000 +48.4339569,9.9685643,77900000 +48.43395695,9.9685643,77900000 +48.433957166666666,9.968564333333331,77900000 +48.4339579,9.9685644,108000000 +48.433958,9.9685644,108000000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,94900000 +48.433958100000005,9.9685644,94900000 +48.4339581,9.9685644,94800000 +48.4339581,9.9685644,94800000 +48.433958100000005,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,28000000 +48.43395886666666,9.968564766666669,106000000 +48.4339586,9.9685643,106000000 +48.4339581,9.9685644,106000000 +48.4339593,9.9685687,48200000 +48.43395905,9.9685712,48200000 +48.4339521,9.9685992,158000000 +48.4339505,9.96860205,158000000 +48.4339452,9.9686101,105000000 +48.43394116666667,9.968614533333332,105000000 +48.43394345,9.9686124,105000000 +48.4339254,9.96862235,179000000 +48.4339295,9.9686219,179000000 +48.43390213333333,9.968619833333332,108000000 +48.4339074,9.9686212,108000000 +48.43387285,9.96861085,141000000 +48.43383406666666,9.968598433333332,21100000 +48.4337871,9.9685849,20100000 +48.43374305,9.9685748,22400000 +48.433731566666665,9.968572566666666,22400000 +48.4336851,9.9685656,29000000 +48.43367375,9.968566,29000000 +48.43366376666666,9.968565533333331,29000000 +48.4336035,9.96855815,27300000 +48.433617,9.9685608,27300000 +48.4335479,9.9685478,28400000 +48.4335341,9.968546433333332,28400000 +48.4334787,9.9685416,28900000 +48.43346785,9.9685405,28900000 +48.43345683333333,9.9685399,28900000 +48.4334053,9.9685368,29100000 +48.4333905,9.96853585,29100000 +48.43332123333334,9.968533866666668,32000000 +48.4333469,9.9685333,32000000 +48.43333275,9.96853335,32000000 +48.4332586,9.96853705,33300000 +48.4332719,9.9685371,33300000 +48.4332042,9.9685364,72600000 +48.43319016666666,9.9685356,72600000 +48.4331346,9.9685319,40300000 +48.43312135,9.96853155,40300000 +48.433110733333336,9.968532433333332,40300000 +48.4330653,9.9685401,34500000 +48.4330531,9.9685427,34500000 +48.43300245,9.968549,35300000 +48.43298910000001,9.968548833333331,35300000 +48.4330158,9.9685486,35300000 +48.4329361,9.9685492,38100000 +48.4329235,9.9685504,38100000 +48.4328853,9.9685536,43400000 +48.4328719,9.968554,43400000 +48.43285853333333,9.968554233333334,43400000 +48.4328061,9.9685565,28100000 +48.432790350000005,9.968558,28100000 +48.4327365,9.9685654,26700000 +48.4327493,9.9685628,26700000 +48.4326726,9.968577033333334,29100000 +48.4326982,9.9685723,29100000 +48.43268535,9.9685749,29100000 +48.4326219,9.9685871,40200000 +48.43260945,9.9685888,40200000 +48.4325724,9.9685941,22700000 +48.43256055,9.96859585,22700000 +48.4325491,9.968597533333332,22700000 +48.4325051,9.9686034,40200000 +48.4324957,9.9686042,40200000 +48.43245483333333,9.968601866666669,42800000 +48.43246205,9.9686038,42800000 +48.4324696,9.968605,42800000 +48.4324282,9.9685915,33900000 +48.4324223,9.9685875,33900000 +48.4324054,9.968574,19100000 +48.4323999,9.96856825,19100000 +48.4323948,9.968561733333331,19100000 +48.4323752,9.9685329,29600000 +48.432371200000006,9.96852435,29600000 +48.432356133333336,9.968473233333334,22000000 +48.4323583,9.96848465,22000000 +48.4323607,9.9684957,22000000 +48.4323484,9.9684261,33100000 +48.43234665,9.96841275,33100000 +48.4323396,9.968341733333334,17600000 +48.4323356,9.9682779,29900000 +48.4323347,9.96826065,29900000 +48.432332,9.9682079,25700000 +48.4323311,9.9681896,25700000 +48.432329933333335,9.968171333333332,25700000 +48.432322,9.9680815,19600000 +48.4323241,9.9680986,19600000 +48.4323158,9.9680307,25600000 +48.43231395,9.9680138,25600000 +48.432311633333335,9.9679973,25600000 +48.432302,9.9679308,25000000 +48.43229945,9.96791425,25000000 +48.4322919,9.9678667,19700000 +48.43228980000001,9.9678526,19700000 +48.432287933333335,9.9678395,19700000 +48.43228015,9.96778095,30000000 +48.4322812,9.967791,30000000 +48.43227936666667,9.967773133333331,30000000 +48.4322773,9.9677414,39900000 +48.43227755,9.9677357,39900000 +48.43228303333333,9.9677015,23500000 +48.4322798,9.9677147,23500000 +48.432281200000006,9.9677078,23500000 +48.4322912,9.9676792,25400000 +48.4322948,9.9676741,25400000 +48.4323025,9.9676642,25600000 +48.4323054,9.96766175,25600000 +48.43230863333334,9.9676596,25600000 +48.4323231,9.967652,29100000 +48.4323262,9.9676512,29100000 +48.43233039999999,9.967650266666666,29100000 +48.432355066666666,9.9676456,28000000 +48.4323467,9.9676468,28000000 +48.4323508,9.9676462,28000000 +48.4323731,9.9676434,30800000 +48.4323783,9.96764305,30800000 +48.432383566666665,9.967642733333332,30800000 +48.4324094,9.9676416,33400000 +48.4324154,9.96764145,33400000 +48.4324215,9.967641233333334,33400000 +48.432465425,9.967639125,25800000 +48.43245913333334,9.967639633333333,25800000 +48.4324528,9.96764005,25800000 +48.432514266666665,9.9676334,24300000 +48.4325017,9.9676358,24300000 +48.43250795,9.96763475,24300000 +48.4325385,9.9676266,38800000 +48.4325472,9.96762465,38800000 +48.43255423333333,9.967622633333333,38800000 +48.43255423333333,9.967622633333333,38800000 +48.432594050000006,9.96761055,20800000 +48.43263796666667,9.967593933333331,78900000 +48.43268315,9.96757545,66200000 +48.4327596,9.9675322,26600000 +48.43276779999999,9.9675281,26600000 +48.4327918,9.9675163,16500000 +48.4327996,9.9675127,16500000 +48.432807233333335,9.967509533333333,16500000 +48.43284595,9.967497,20000000 +48.4328379,9.9674984,20000000 +48.43288603333334,9.9674919,26300000 +48.4328699,9.9674937,26300000 +48.432877950000005,9.9674928,26300000 +48.4329185,9.9674884,32400000 +48.43292685,9.9674871,32400000 +48.4329517,9.9674832,22900000 +48.43296025,9.96748165,22900000 +48.432968933333335,9.967479933333331,22900000 +48.432968933333335,9.967479933333331,22900000 +48.43301315,9.9674692,32000000 +48.43305823333333,9.967453266666666,40800000 +48.4331037,9.9674378,22700000 +48.433200150000005,9.9674097,19700000 +48.43319,9.967413,19700000 +48.433241,9.9673968,17900000 +48.4332513,9.967393466666666,17900000 +48.4332929,9.9673787,32400000 +48.4333033,9.9673749,32400000 +48.43333805,9.9673604,29200000 +48.43334643333333,9.9673571,29200000 +48.4333856,9.9673422,33500000 +48.4333968,9.96733865,33500000 +48.43340813333333,9.9673352,33500000 +48.4334705,9.9673133,23400000 +48.433453,9.9673201,23400000 +48.43346175,9.96731675,23400000 +48.4335108,9.9672987,33400000 +48.43352245,9.9672946,33400000 +48.433531833333326,9.967290566666668,33400000 +48.4335717,9.9672727,30800000 +48.4335797,9.96726905,30800000 +48.4336093,9.967256,40700000 +48.43362005,9.96725195,40700000 +48.433629,9.9672484,40700000 +48.43368303333333,9.967226266666666,109000000 +48.433673,9.9672304,109000000 +48.4336629,9.9672343,109000000 +48.4337177,9.9672096,177000000 +48.433725,9.9672061,177000000 +48.43373223333333,9.967202366666667,177000000 +48.4338071,9.9671597,66400000 +48.43381375,9.9671565,66400000 +48.43381886666666,9.967153466666666,66400000 +48.433845600000005,9.967142,89200000 +48.4338372,9.9671444,89200000 +48.43384105,9.9671429,89200000 +48.4338676,9.967141,37700000 +48.4338636,9.9671404,37700000 +48.43388513333333,9.967148033333332,22500000 +48.4339,9.96716,20800000 +48.433909400000005,9.96717445,19700000 +48.43391123333333,9.9671789,19700000 +48.4339179,9.9671991,80200000 +48.43391885,9.9672036,80200000 +48.43391983333333,9.967209633333336,80200000 +48.4339233,9.9672371,80700000 +48.43392385,9.96724535,80700000 +48.43392550000001,9.967291333333334,85100000 +48.43392540000001,9.967281150000002,85100000 +48.4339251,9.9672712,85100000 +48.4339258,9.9673271,94500000 +48.4339253,9.9673385,94500000 +48.43392483333333,9.9673483,94500000 +48.4339218,9.9673933,32000000 +48.4339206,9.9674069,32000000 +48.4339206,9.9674069,32000000 +48.433917166666674,9.9674665,69400000 +48.43391543333333,9.967546166666668,17800000 +48.43391556666666,9.967622933333333,37500000 +48.43394546666667,9.967952533333332,124000000 +48.43395456666667,9.9680283,94600000 +48.43396313333333,9.968106166666669,30300000 +48.43397006666667,9.9682013,169000000 +48.4339744,9.9684382,18700000 +48.4339754,9.968501300000002,93400000 +48.43397495,9.968586825,53100000 +48.43396916666666,9.968619066666667,71700000 +48.43395653333334,9.968643733333334,79900000 +48.43394095,9.96865485,146000000 +48.43392146666668,9.9686544,62900000 +48.4338924,9.968646766666668,154000000 +48.4338562,9.9686369,86600000 +48.43381716666666,9.968629433333332,72700000 +48.433764700000005,9.9686221,79000000 +48.43370996666667,9.968618966666666,36100000 +48.433652,9.968617733333334,25800000 +48.43358226666666,9.968609566666666,30300000 +48.43351536666668,9.9686023,27100000 +48.4334486,9.968596966666668,44900000 +48.43338403333333,9.968593,49100000 +48.43332186666667,9.9685882,33300000 +48.43326126666667,9.968587133333331,30200000 +48.43319093333333,9.968586066666669,47200000 +48.4331267,9.9685829,29100000 +48.43306506666667,9.9685826,34500000 +48.4330032,9.96858105,30800000 +48.432939466666674,9.9685776,41000000 +48.432952,9.9685777,41000000 +48.43287655,9.96858045,40900000 +48.432817633333336,9.968584966666668,26500000 +48.43275735,9.96858895,19300000 +48.43269373333334,9.968596733333332,48200000 +48.43262905,9.96860435,27600000 +48.43256696666666,9.968611966666666,28300000 +48.43251475,9.96861825,36400000 +48.43247336666667,9.9686189,20800000 +48.43243396666667,9.968608733333332,24500000 +48.43240195,9.9685882,27900000 +48.4323735,9.968554633333332,38200000 +48.4323787,9.96856235,38200000 +48.4323501,9.9685113,25800000 +48.432335,9.9684581,19900000 +48.43232565,9.9683971,62500000 +48.43232026666667,9.968326,62300000 +48.4323156,9.9682452,39800000 +48.43230976666666,9.968158833333334,45000000 +48.43230195,9.9680715,40500000 +48.43229213333333,9.967984866666669,23200000 +48.4322941,9.9680022,23200000 +48.43228245,9.96790095,31000000 +48.43227313333333,9.967830166666667,28400000 +48.43226535,9.96777265,26400000 +48.43226113333333,9.9677269,25600000 +48.4322639,9.967686233333334,19400000 +48.4322738,9.9676618,22000000 +48.43228976666666,9.967646766666668,30400000 +48.43228585,9.967649000000002,30400000 +48.43231230000001,9.96763695,33600000 +48.432339133333336,9.967630666666668,27800000 +48.432377800000005,9.967622466666668,16500000 +48.43241746666666,9.9676144,41300000 +48.43246725,9.96760425,37300000 +48.43251415,9.9675933,37500000 +48.43255415,9.9675828,101000000 +48.432564000000006,9.9675799,101000000 +48.4326127,9.9675636,100000000 +48.43265853333335,9.967543766666669,118000000 +48.4326995,9.9675207,104000000 +48.43273743333334,9.967498533333334,36800000 +48.4327749,9.9674806,21500000 +48.4328108,9.967469166666667,44700000 +48.43284785,9.9674628,31200000 +48.432888866666666,9.967458266666666,29800000 +48.4329333,9.967453249999998,23600000 +48.432981600000005,9.967444366666667,23900000 +48.433034,9.9674319,50400000 +48.43308966666667,9.9674168,28300000 +48.43314695,9.96740025,40000000 +48.433205166666674,9.967380433333334,22200000 +48.4331934,9.9673846,22200000 +48.4332644,9.96735875,22600000 +48.43332456666667,9.967334866666668,26800000 +48.4333839,9.96731225,20000000 +48.43339576666667,9.967308166666667,20000000 +48.43345795,9.9672855,33900000 +48.433509,9.96726675,24700000 +48.43352176666667,9.967261366666667,24700000 +48.4335846,9.96723405,18900000 +48.43364686666666,9.967208966666666,17700000 +48.43370575,9.96718565,69500000 +48.4337548,9.967164966666669,162000000 +48.4337461,9.9671688,162000000 +48.43379525,9.9671465,80900000 +48.4338273,9.967134033333332,104000000 +48.433849550000005,9.9671304,78800000 +48.4338663,9.9671354,28700000 +48.433881,9.96714435,30800000 +48.43389373333333,9.967158966666668,124000000 +48.43391233333333,9.967211966666666,17700000 +48.43391765,9.9672497,70200000 +48.43391985,9.9672852,28600000 +48.43391973333333,9.967295066666669,28600000 +48.4339183,9.9673455,84600000 +48.4339152,9.967400166666666,55000000 +48.43391335,9.96745475,94700000 +48.433913100000005,9.967467166666667,94700000 +48.43391295,9.96753505,120000000 +48.4339146,9.967602433333331,33200000 +48.43391713333333,9.967669433333334,137000000 +48.43394503333334,9.967971766666668,101000000 +48.433952866666665,9.968045833333331,95800000 +48.4339517,9.96803495,95800000 +48.4339588,9.968105,22200000 +48.4339601,9.968119933333334,22200000 +48.4339655,9.96818805,91300000 +48.43396623333333,9.968201266666666,91300000 +48.4339732,9.9684129,76500000 +48.43397326666667,9.968424566666668,76500000 +48.43397433333333,9.968491366666669,156000000 +48.43397493333333,9.968541366666669,83700000 +48.43397335,9.9685774,63500000 +48.43396993333334,9.968608766666666,110000000 +48.433962433333335,9.9686388,106000000 +48.4339644,9.96863435,106000000 +48.4339491,9.96865675,121000000 +48.433935250000005,9.9686629,103000000 +48.433932000000006,9.9686632,103000000 +48.433914,9.96866285,36100000 +48.43390866666667,9.968662033333333,36100000 +48.43388055,9.96865735,79900000 +48.433872400000006,9.968655933333332,79900000 +48.4338249,9.968648533333331,28700000 +48.43377133333333,9.968641933333334,109000000 +48.43372046666667,9.9686379,45200000 +48.4336633,9.968636066666669,30800000 +48.4335972,9.968632633333334,60500000 +48.43361035,9.9686335,60500000 +48.4335387,9.968629,40000000 +48.43352596666667,9.9686285,40000000 +48.43347055,9.96862575,35600000 +48.43346036666666,9.968624966666669,35600000 +48.43340725,9.968623,31900000 +48.43339653333334,9.9686229,31900000 +48.4333374,9.9686233,41300000 +48.433272933333335,9.9686211,18300000 +48.43321235,9.9686174,21500000 +48.433200766666666,9.968616666666668,21500000 +48.4331528,9.968614,43300000 +48.43314335,9.9686135,43300000 +48.43309655,9.96861245,24200000 +48.433084400000006,9.968612966666669,24200000 +48.433018366666666,9.968614733333332,33700000 +48.43302905,9.96861465,33700000 +48.432962200000006,9.96861585,23300000 +48.432950600000005,9.968616033333332,23300000 +48.43289235,9.9686175,32900000 +48.43283696666666,9.968618,20300000 +48.432827225,9.968617775,20300000 +48.4327693,9.96861685,28200000 +48.4327601,9.968617566666667,28200000 +48.4327095,9.9686217,38900000 +48.43270093333334,9.968622466666666,38900000 +48.43264476666667,9.968626133333332,17600000 +48.4326072,9.9686286,15800000 +48.43259675,9.968629,15800000 +48.4325883,9.968629733333334,15800000 +48.4325416,9.96863445,18400000 +48.43249403333333,9.968638566666668,21000000 +48.432446633333335,9.9686342,16600000 +48.4324148,9.96862005,36800000 +48.43239019999999,9.9685998,31700000 +48.4323627,9.9685587,32100000 +48.43234326666667,9.9685111,32400000 +48.43232963333333,9.968453733333332,41300000 +48.43232046666666,9.968375766666668,49700000 +48.43231625,9.9683093,17800000 +48.4323118,9.968234066666668,41000000 +48.4323067,9.968150766666668,24200000 +48.432297733333336,9.9680664,27300000 +48.432287933333335,9.967992466666669,18400000 +48.4322808,9.967936900000002,29900000 +48.4322757,9.967895033333331,16600000 +48.432271033333336,9.9678629,22800000 +48.4322683,9.967839966666668,26500000 +48.43226643333333,9.967827966666666,35700000 +48.4322644,9.9678162,17700000 +48.43226186666666,9.967797333333335,29800000 +48.4322592,9.967777566666667,32400000 +48.43225676666666,9.9677541,25400000 +48.43225575,9.96773395,34000000 +48.43225803333333,9.967709166666667,21700000 +48.4322648,9.96768565,34000000 +48.43227496666666,9.967670033333334,42300000 +48.43229436666667,9.967656133333334,23500000 +48.43232153333333,9.967646366666663,32400000 +48.432348733333335,9.967639866666666,26200000 +48.43238033333333,9.967633633333334,24100000 +48.432420125,9.96762645,25700000 +48.43241416666667,9.9676276,25700000 +48.4324669,9.9676172,33900000 +48.432505633333335,9.967607933333332,44900000 +48.43255333333334,9.967594266666666,30000000 +48.4325957,9.9675794,81300000 +48.43263796666667,9.967565633333336,98500000 +48.4326883,9.9675483,96400000 +48.43274006666667,9.967528566666669,61400000 +48.4327923,9.9675097,24100000 +48.43284345,9.96749415,22500000 +48.43289493333333,9.967478666666668,21000000 +48.43294645,9.9674618,17900000 +48.43299783333333,9.967442966666669,31300000 +48.43304915,9.9674243,17500000 +48.43310096666667,9.967405866666669,19900000 +48.43315315,9.9673885,25700000 +48.43320613333333,9.967370833333334,21500000 +48.43325855,9.96735365,30300000 +48.433311233333335,9.9673349,27800000 +48.4333719,9.9673116,37400000 +48.4334208,9.9672934,31900000 +48.43346616666667,9.967276733333334,44200000 +48.433521500000005,9.967254866666666,29300000 +48.4335719,9.9672342,26400000 +48.43360665,9.9672184,20800000 +48.43361826666666,9.9672135,20800000 +48.433671450000006,9.9671908,60800000 +48.43371353333333,9.9671722,134000000 +48.4337575,9.96715245,102000000 +48.4337643,9.967149133333336,102000000 +48.4337987,9.96713205,101000000 +48.433824433333335,9.9671234,74500000 +48.43384425,9.96712175,80700000 +48.4338587,9.9671247,39100000 +48.4338621,9.9671262,39100000 +48.43387835,9.9671362,40400000 +48.4338926,9.967152733333334,135000000 +48.43390325,9.9671749,30600000 +48.43391110000001,9.967206066666668,90000000 +48.4339186,9.96729065,36900000 +48.4339189,9.967297433333334,36900000 +48.43392,9.96734015,24600000 +48.4339191,9.967388033333334,16300000 +48.43391695,9.96744415,40100000 +48.4339166,9.967455833333334,40100000 +48.4339152,9.96752025,29000000 +48.43391606666668,9.9675855,29600000 +48.433944966666665,9.967930333333332,131000000 +48.43395345,9.96800245,124000000 +48.43396213333333,9.968073766666668,30200000 +48.43397133333334,9.968162433333331,45500000 +48.433978375,9.9685986,131000000 +48.4339789,9.968594566666669,131000000 +48.433973400000006,9.968625933333334,22400000 +48.43396526666667,9.9686452,19200000 +48.433949575,9.968659175,24000000 +48.43392956666667,9.9686631,16200000 +48.433905,9.9686604,163000000 +48.43387153333333,9.968655066666663,57000000 +48.43383276666666,9.968648866666667,102000000 +48.433777500000005,9.968642625,110000000 +48.43367503333334,9.9686377,28500000 +48.433621975,9.96863535,19700000 +48.43357026666666,9.9686323,27700000 +48.4335257,9.968629433333334,30000000 +48.433475400000006,9.968625275,78800000 +48.433425,9.968621,41300000 +48.4333861,9.9686185,32600000 +48.433337300000005,9.968615866666669,51700000 +48.4332926,9.968616066666668,37900000 +48.43324853333333,9.968615533333336,45600000 +48.4332049,9.968614,25900000 +48.433156200000006,9.968611066666668,31200000 +48.43310556666666,9.968608666666666,30100000 +48.43306185,9.96860925,28900000 +48.433020166666665,9.968612300000002,20800000 +48.43296436666666,9.9686121,36100000 +48.4329149,9.96861275,21400000 +48.43286716666666,9.968616133333333,29800000 +48.432804525,9.96862005,32300000 +48.432812866666666,9.968619233333332,32300000 +48.43275125,9.968625,37400000 +48.43274186666667,9.968625966666666,37400000 +48.4326907,9.9686307,23700000 +48.43264236666667,9.968634766666668,24500000 +48.43259293333333,9.9686381,81000000 +48.432584825,9.968638675,81000000 +48.43252463333334,9.968643166666666,22800000 +48.43248116666667,9.968644933333332,31300000 +48.43243786666667,9.9686367,23800000 +48.43240233333333,9.968614933333331,25900000 +48.43237113333333,9.9685748,26300000 +48.4323504,9.9685257,24700000 +48.4323409,9.9684834,34700000 +48.43233899999999,9.9684706,34700000 +48.4323297,9.9684012,20600000 +48.4323228,9.968337333333332,21300000 +48.4323158,9.968264366666666,35400000 +48.4323086,9.9681884,26100000 +48.432307233333326,9.968175466666668,26100000 +48.43229936666666,9.9681027,32200000 +48.4322907,9.96803395,27400000 +48.43228113333333,9.9679598,18600000 +48.43226906666666,9.9678752,24100000 +48.4322597,9.96780845,25700000 +48.43225416666667,9.967760333333333,31400000 +48.432253200000005,9.96772225,32800000 +48.43225376666667,9.967716433333337,32800000 +48.432259433333336,9.967689066666669,26500000 +48.4322661,9.967676666666668,40000000 +48.43227433333334,9.967668166666664,32200000 +48.43228773333333,9.967661333333334,25500000 +48.4322854,9.96766205,25500000 +48.43230145,9.96765765,21600000 +48.4323042,9.967657133333333,21600000 +48.43232073333333,9.967654066666666,39300000 +48.43233823333333,9.967649666666668,27500000 +48.43235635,9.9676439,27600000 +48.43236066666666,9.967642466666668,27600000 +48.432387766666665,9.9676333,18200000 +48.43238275,9.96763495,18200000 +48.432392875,9.9676317,18200000 +48.4324256,9.9676221,27100000 +48.43243166666667,9.967620366666669,27100000 +48.43246365,9.96761145,18000000 +48.43247053333334,9.967609566666669,18000000 +48.4325133,9.967597066666666,32100000 +48.432520975,9.967594525,32100000 +48.4325747,9.96757705,88800000 +48.4326168,9.96756275,77600000 +48.432627966666665,9.967559133333332,77600000 +48.4326862,9.9675394,83200000 +48.4326774,9.96754275,83200000 +48.43272665,9.9675233,24600000 +48.43273453333333,9.9675204,24600000 +48.43278563333333,9.967503166666663,28600000 +48.4328317,9.96748715,22300000 +48.432841233333335,9.967484066666666,22300000 +48.4328909,9.967467,31500000 +48.43289946666667,9.967464266666664,31500000 +48.432932,9.9674537,25800000 +48.43294215,9.96745035,25800000 +48.43299103333334,9.9674335,20100000 +48.4330281,9.9674204,26600000 +48.4330366,9.9674172,26600000 +48.43304353333334,9.9674143,26600000 +48.4330729,9.967403,33800000 +48.43308065,9.96739995,33800000 +48.43310695,9.96738965,23700000 +48.43311296666666,9.967387366666667,23700000 +48.4331447,9.96737625,34800000 +48.433153233333336,9.9673735,34800000 +48.4332069,9.967357433333332,26800000 +48.43319855,9.96735975,26800000 +48.4331889,9.9673624,26800000 +48.4332522,9.96734445,39400000 +48.4332602,9.967342099999998,39400000 +48.4332978,9.9673309,14100000 +48.4333087,9.96732765,14100000 +48.4334085,9.9672947,145800000 +48.433417633333335,9.9672915,145800000 +48.4334734,9.967270633333332,23200000 +48.4335151,9.9672539,46700000 +48.433536,9.967245333333333,46700000 +48.4335266,9.9672492,46700000 +48.433589600000005,9.967222333333334,23000000 +48.4335795,9.9672266,23000000 +48.43364155,9.9672018,85400000 +48.43368275,9.96718605,181000000 +48.43369236666667,9.967181866666666,181000000 +48.4337297,9.9671659,128000000 +48.43373765,9.96716235,128000000 +48.43376385,9.96714995,91800000 +48.43377026666667,9.9671468,91800000 +48.43379705,9.96713255,115000000 +48.4338027,9.9671306,115000000 +48.433828,9.9671236,115000000 +48.433844750000006,9.967122,35100000 +48.43384876666667,9.967122466666666,35100000 +48.4338678,9.9671275,35300000 +48.4338644,9.9671259,35300000 +48.4338706,9.9671291,35300000 +48.43388555,9.9671408,26300000 +48.4338824,9.9671374,26300000 +48.433896950000005,9.96715665,19200000 +48.43389926666666,9.9671614,19200000 +48.4339078,9.9671821,40200000 +48.4339095,9.9671883,40200000 +48.43391485,9.9672157,82200000 +48.43391583333334,9.967223066666667,82200000 +48.4339192,9.9672538,68200000 +48.4339198,9.96726175,68200000 +48.43392135,9.9672949,76700000 +48.43392143333333,9.967303633333332,76700000 +48.43392105,9.9673486,27100000 +48.433919,9.967398633333334,19100000 +48.4339172,9.9674363,35000000 +48.433916800000006,9.96744775,35000000 +48.43391590000001,9.9675077,28000000 +48.4339165,9.9675722,27600000 +48.43391866666667,9.967642733333332,17200000 +48.43392583333334,9.967731266666666,26400000 +48.433935,9.9678128,22800000 +48.43395465,9.9679595,149950000 +48.4322809,9.9676661,23800000 +48.43227795,9.96766835,23800000 +48.4322976,9.9676557,23400000 +48.432301466666665,9.9676541,23400000 +48.43232255,9.96764635,17100000 +48.43232753333333,9.967644833333331,17100000 +48.4323328,9.967643275,17100000 +48.43237416666667,9.967632233333331,20400000 +48.432416466666666,9.967623533333333,20400000 +48.432468825,9.967612850000002,37200000 +48.43245355,9.9676161,37200000 +48.43246113333333,9.967614500000002,37200000 +48.4325078,9.9676041,32600000 +48.43252296666666,9.967599866666664,32600000 +48.43251545,9.967602,32600000 +48.4325604,9.96758855,74200000 +48.4325698,9.967585566666669,74200000 +48.4326282,9.967568833333331,69500000 +48.43261835,9.9675715,69500000 +48.43268140000001,9.967552866666669,27600000 +48.4326628,9.9675587,27600000 +48.432673050000005,9.96755555,27600000 +48.43272505,9.96753875,39000000 +48.43273236666667,9.967536266666665,39000000 +48.43277165,9.9675236,24900000 +48.43278,9.967521133333332,24900000 +48.4327617,9.9675263,24900000 +48.4328284,9.967506633333334,16500000 +48.43287,9.9674937,22900000 +48.43287746666666,9.967491699999998,22900000 +48.4329139,9.9674817,23300000 +48.43292243333334,9.9674791,23300000 +48.4329621,9.967467,29800000 +48.43296943333333,9.967464666666666,29800000 +48.43301503333333,9.967450233333333,27100000 +48.43300835,9.9674524,27100000 +48.43305866666666,9.967435866666667,22200000 +48.4330417,9.9674415,22200000 +48.43305085,9.96743855,22200000 +48.43309585,9.96742265,18700000 +48.433103200000005,9.967420166666663,18700000 +48.433156175,9.9674024,18800000 +48.43320595,9.9673844,17000000 +48.43321506666666,9.9673813,17000000 +48.4332587,9.96736595,23700000 +48.43326726666667,9.967362833333334,23700000 +48.433310500000005,9.96734565,38500000 +48.43332156666667,9.9673413,38500000 +48.43337795,9.96731985,30200000 +48.4333873,9.967316633333333,30200000 +48.4334342,9.9673003,21000000 +48.43344363333333,9.967297133333334,21000000 +48.43350396666667,9.967275,27800000 +48.433569775,9.96724665,19000000 +48.433637866666665,9.967215133333337,50500000 +48.4336202,9.9672225,50500000 +48.4336292,9.9672191,50500000 +48.43368665,9.9671905,123000000 +48.43372305,9.9671737,113000000 +48.43373133333333,9.967169533333331,113000000 +48.4337651,9.96715185,86800000 +48.43377146666666,9.967148533333337,86800000 +48.43380533333333,9.9671329,79200000 +48.43379985,9.967135,79200000 +48.4338279,9.96712625,80600000 +48.433830633333336,9.967125866666668,80600000 +48.43384623333333,9.967126266666668,96200000 +48.43384335,9.96712575,96200000 +48.4338575,9.9671291,21700000 +48.4338604,9.9671305,21700000 +48.4338717,9.9671376,33600000 +48.43387426666666,9.9671395,33600000 +48.4338842,9.9671482,65400000 +48.43388635,9.96715075,65400000 +48.43389676666667,9.967166333333331,35700000 +48.43389475,9.9671625,35700000 +48.43390605,9.9671887,29900000 +48.4339044,9.9671833,29900000 +48.4339134,9.967220133333331,18100000 +48.4339188,9.96725875,75000000 +48.433918,9.9672501,75000000 +48.43392085,9.96729055,56400000 +48.4339211,9.9672989,56400000 +48.4339192,9.96747635,62200000 +48.433919,9.967488466666667,62200000 +48.433919,9.9675666,34200000 +48.43391875,9.9675507,34200000 +48.4339204,9.9676318,78100000 +48.4339213,9.96764875,78100000 +48.4339493,9.9678945,181000000 +48.4339519,9.96791295,181000000 +48.4339605,9.9679723,25100000 +48.43396283333333,9.9679894,25100000 +48.43397325,9.9680761,39000000 +48.43397463333334,9.9680904,39000000 +48.43398105,9.9681754,157000000 +48.4339819,9.968190633333334,157000000 +48.43398966666667,9.968362,177000000 +48.43398915,9.96835125,177000000 +48.43399216666666,9.968422466666668,152000000 +48.4339936,9.9684775,163000000 +48.433993675,9.96848615,163000000 +48.43399415,9.96853645,141000000 +48.43399416666667,9.968543833333332,141000000 +48.4339942,9.9685767,42800000 +48.433994000000006,9.968581566666666,42800000 +48.43399216666666,9.9686098,63400000 +48.433987433333336,9.968634766666666,110000000 +48.433986225000005,9.96863815,110000000 +48.4339776,9.96865595,98200000 +48.43397553333333,9.968658199999998,98200000 +48.4339577,9.968669833333331,182000000 +48.43396145,9.9686687,182000000 +48.4339351,9.96867285,30900000 +48.4339405,9.968673,30900000 +48.43391046666667,9.968670866666669,104000000 +48.433874333333335,9.9686665,40600000 +48.4338338,9.968662366666663,17000000 +48.43379036666667,9.9686588,79300000 +48.433783175,9.968658525,79300000 +48.43373465,9.9686568,39500000 +48.43372713333333,9.9686568,39500000 +48.433682700000006,9.96865795,20000000 +48.43363856666667,9.968658933333332,54200000 +48.43358825,9.96865905,25000000 +48.43357890000001,9.9686589,25000000 +48.4335219,9.968658633333334,41200000 +48.4335315,9.96865855,41200000 +48.433463800000006,9.968659366666666,33700000 +48.43347365,9.96865925,33700000 +48.43341185,9.96865985,26200000 +48.4334031,9.968660033333334,26200000 +48.4333497,9.9686596,43100000 +48.43333976666667,9.968659266666668,43100000 +48.43329295,9.96865705,45400000 +48.433282166666665,9.968656433333337,45400000 +48.433226700000006,9.968653150000002,37900000 +48.43321746666667,9.968652466666668,37900000 +48.4331628,9.9686499,18900000 +48.43310146666666,9.9686469,20700000 +48.4330524,9.9686453,20600000 +48.433043600000005,9.96864555,20600000 +48.4330345,9.968645833333332,20600000 +48.4329914,9.9686473,55500000 +48.4329788,9.9686476,55500000 +48.43292399999999,9.968648966666668,25600000 +48.43286146666667,9.9686504,19800000 +48.43279346666667,9.9686523,22200000 +48.432729566666666,9.968655733333334,54500000 +48.4327416,9.96865525,54500000 +48.4326725,9.96865815,31000000 +48.43266143333333,9.968658733333331,31000000 +48.4326093,9.9686619,45200000 +48.43259953333333,9.968662733333334,45200000 +48.432589825,9.968663725,45200000 +48.43252735,9.96866935,34600000 +48.4325191,9.968669966666669,34600000 +48.43248215,9.9686716,45700000 +48.43247613333333,9.968671266666666,45700000 +48.43244395,9.9686662,27600000 +48.4324377,9.9686633,27600000 +48.4324123,9.9686493,24000000 +48.43240655,9.96864415,24000000 +48.43238263333333,9.968617366666663,23700000 +48.43236125,9.9685834,22300000 +48.43235669999999,9.968573233333332,22300000 +48.4323402,9.9685297,26800000 +48.4323372,9.96851735,26800000 +48.432334966666666,9.968506533333333,26800000 +48.4323256,9.9684574,32800000 +48.43232395,9.9684464,32800000 +48.43232233333333,9.968435266666669,32800000 +48.4323124,9.9683555,23200000 +48.4323151,9.9683805,23200000 +48.4323137,9.96836825,23200000 +48.43230615,9.96828025,21300000 +48.4323052,9.968266333333332,21300000 +48.4323006,9.9681991,22500000 +48.43229895,9.9681796,22500000 +48.43228936666666,9.968083366666669,22900000 +48.4322804,9.9680093,23700000 +48.43227805,9.96799135,23700000 +48.43226955,9.96792215,18800000 +48.4322679,9.967908933333334,18800000 +48.43225935,9.9678468,32000000 +48.432257933333325,9.9678361,32000000 +48.4322511,9.9677815,25300000 +48.43225185,9.96778905,25300000 diff --git a/aggregator-node/resources/test.csv b/aggregator-node/resources/test.csv new file mode 100644 index 0000000..99b0447 --- /dev/null +++ b/aggregator-node/resources/test.csv @@ -0,0 +1,2404 @@ +lat,long,rtt +48.4339443,9.967161733333334,78900000 +48.43394475,9.9671683,78900000 +48.43393966666667,9.9671245,51800000 +48.4339408,9.96712915,51800000 +48.43393145,9.96710145,77200000 +48.43391836666667,9.967084033333334,82100000 +48.4339061,9.9670742,17200000 +48.43389823333333,9.9670709,17200000 +48.4339024,9.96707235,17200000 +48.4338805,9.9670667,21400000 +48.4338755,9.96706675,21400000 +48.43385146666666,9.9670702,41500000 +48.433824900000005,9.96708105,92800000 +48.43379503333333,9.967094366666666,75400000 +48.43376073333334,9.967111333333332,172000000 +48.4337206,9.9671297,119000000 +48.43372695,9.9671269,119000000 +48.43368280000001,9.967145766666668,28000000 +48.43364845,9.9671582,18000000 +48.43364193333334,9.967160833333333,18000000 +48.4336012,9.967175066666666,50600000 +48.433549825,9.96718925,94500000 +48.43355746666666,9.967187366666668,94500000 +48.43349716666666,9.9672049,38000000 +48.43345243333332,9.967218666666668,21900000 +48.4334024,9.96723545,26100000 +48.433353966666665,9.967254733333334,34100000 +48.43331236666666,9.967272533333334,18400000 +48.43327283333334,9.967288466666666,22700000 +48.433266875,9.967290825,22700000 +48.433233400000006,9.96730325,28600000 +48.433228533333335,9.967305133333332,28600000 +48.4332024,9.96731445,26800000 +48.43319576666666,9.967316466666666,26800000 +48.4331661,9.96732555,20200000 +48.433161000000005,9.967327233333334,20200000 +48.43313016666667,9.967335133333334,22100000 +48.4331365,9.96733405,22100000 +48.43310035,9.967341,34500000 +48.4330944,9.9673422,34500000 +48.433064,9.9673496,28400000 +48.433057600000005,9.967351266666666,28400000 +48.4330266,9.9673621,26500000 +48.43301893333333,9.967365466666664,26500000 +48.43298155,9.9673846,30600000 +48.43297520000001,9.967387166666668,30600000 +48.4329455,9.9674008,30500000 +48.43293645,9.96740435,30500000 +48.43290655,9.96741765,16700000 +48.432897966666665,9.967420833333334,16700000 +48.4328529,9.967438200000002,27200000 +48.432813566666674,9.967453433333334,37000000 +48.4327773,9.967465,31800000 +48.4327722,9.967466675,31800000 +48.43274195,9.9674775,37400000 +48.43273713333334,9.967479633333332,37400000 +48.43270859999999,9.9674912,33800000 +48.43267659999999,9.967503575,52400000 +48.4326811,9.967501733333334,52400000 +48.4326455,9.967515566666666,42300000 +48.43264985,9.96751385,42300000 +48.432623750000005,9.96752325,82800000 +48.43261966666668,9.967524666666666,82800000 +48.43259766666666,9.967532233333332,75400000 +48.432594775,9.967533275,75400000 +48.43257795,9.9675397,37800000 +48.43257533333334,9.967540666666666,37800000 +48.43255946666667,9.967545433333337,36000000 +48.432543900000006,9.967550766666667,32400000 +48.4325268,9.96755595,20900000 +48.4325292,9.967555333333332,20900000 +48.43251245,9.96755925,29300000 +48.43250983333333,9.967559766666668,29300000 +48.4324989,9.96756175,25500000 +48.432496833333325,9.9675621,25500000 +48.4324861,9.9675637,39500000 +48.43248413333333,9.967563833333331,39500000 +48.4324748,9.9675651,27200000 +48.43247515,9.9675647,27200000 +48.4324734,9.967566266666667,33600000 +48.4324737,9.9675665,19700000 +48.4324737,9.9675665,22500000 +48.4324737,9.9675665,22500000 +48.43247363333334,9.9675666,37100000 +48.43247362500001,9.96756665,37100000 +48.4324736,9.9675668,35500000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,28400000 +48.4324736,9.9675668,43600000 +48.432473,9.967566,26200000 +48.432471825,9.9675648,26200000 +48.43247246666667,9.967565366666667,26200000 +48.43246805,9.96756225,32000000 +48.43246783333333,9.967562166666667,32000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,33300000 +48.4324674,9.967562,37800000 +48.4324674,9.967562,24300000 +48.4324674,9.967562,24300000 +48.43246625,9.9675642,27400000 +48.4324657,9.967565033333337,27400000 +48.432462066666666,9.967569666666668,28600000 +48.432461450000005,9.96757065,28600000 +48.432457,9.96757655,25900000 +48.4324556,9.967578066666666,25900000 +48.432447100000005,9.9675845,31400000 +48.43244476666667,9.967584833333332,31400000 +48.4324289,9.967587633333332,25900000 +48.432425625,9.967588125,25900000 +48.4324025,9.967593733333333,21800000 +48.4323874,9.9676012,32000000 +48.432384866666666,9.9676032,32000000 +48.4323703,9.967617833333334,29900000 +48.432359133333335,9.9676361,30900000 +48.4323512,9.967658366666669,37900000 +48.432346200000005,9.9676845,23900000 +48.43234405,9.9677067,20700000 +48.43234376666666,9.9677121,20700000 +48.43234285,9.96774015,21300000 +48.43234306666667,9.9677469,21300000 +48.4323454,9.9677856,27300000 +48.43234636666667,9.967795233333332,27300000 +48.4323534,9.9678562,36100000 +48.432355075,9.9678675,36100000 +48.4323671,9.967949166666664,23000000 +48.4323655,9.96793705,23000000 +48.4323744,9.96801095,32400000 +48.43237576666667,9.968023966666664,32400000 +48.43238376666667,9.968103266666668,23700000 +48.432385425,9.968116925,23700000 +48.432393950000005,9.9681982,21400000 +48.432395066666665,9.968211166666666,21400000 +48.4324012,9.968288266666669,32800000 +48.432405,9.9683507,25800000 +48.43240566666666,9.968362933333331,25800000 +48.43240655,9.968375275,25800000 +48.43241273333334,9.968457433333333,32000000 +48.43241195,9.96844715,32000000 +48.4324165,9.9685044,40100000 +48.432417066666666,9.968511933333334,40100000 +48.432420075,9.968557425,25300000 +48.43242193333333,9.968589366666668,19800000 +48.43242313333334,9.968610866666667,27900000 +48.43242287499999,9.9686252,22800000 +48.432421733333335,9.968629633333334,21400000 +48.43242045,9.96862985,19900000 +48.43242026666667,9.9686298,19900000 +48.432418766666665,9.9686295,22700000 +48.4324186,9.9686295,22700000 +48.43241755,9.96862975,30900000 +48.43241736666666,9.968630166666664,30900000 +48.43241773333333,9.968635866666666,32300000 +48.432421833333336,9.968652133333332,32500000 +48.432422975,9.968655325,32500000 +48.432430100000005,9.9686737,20200000 +48.4324316,9.968676533333332,20200000 +48.4324287,9.9686708,20200000 +48.43244366666666,9.968694,27800000 +48.43246975,9.9687129,30100000 +48.43246479999999,9.968710866666669,30100000 +48.43250295,9.96872185,29200000 +48.43250956666666,9.9687222,29200000 +48.43254975,9.96872215,25100000 +48.4325575,9.9687218,25100000 +48.43259685,9.96872025,24400000 +48.43260516666667,9.968719933333334,24400000 +48.43265696666666,9.9687184,21400000 +48.432666025,9.968718175,21400000 +48.43272015,9.96871715,27600000 +48.4327292,9.968717,27600000 +48.432783,9.9687168,32500000 +48.432844875,9.968719,16900000 +48.43290676666667,9.968719900000002,18600000 +48.43295973333333,9.968720166666666,18400000 +48.433021675,9.96871955,17000000 +48.433012866666665,9.968719666666669,17000000 +48.43308045,9.96872065,28100000 +48.43308913333333,9.968720866666668,28100000 +48.4331408,9.9687214,23000000 +48.43313235,9.96872165,23000000 +48.43318986666666,9.968720566666669,23800000 +48.43324565,9.96872025,23800000 +48.4332938,9.96871995,26000000 +48.43330216666667,9.9687201,26000000 +48.43335249999999,9.968719466666666,30100000 +48.43340283333333,9.968719333333333,19600000 +48.433411425,9.96871915,19600000 +48.4334627,9.9687191,28400000 +48.43347116666666,9.9687195,28400000 +48.43352289999999,9.9687203,44700000 +48.4335852,9.96872015,17900000 +48.4336484,9.968718166666669,19900000 +48.4337018,9.9687172,20500000 +48.43369295,9.9687173,20500000 +48.433762775,9.96871905,25000000 +48.4337544,9.968718466666669,25000000 +48.43381175,9.96872295,22300000 +48.4338193,9.968724033333332,22300000 +48.43386193333333,9.968730966666667,35300000 +48.43389716666667,9.968740099999998,55500000 +48.4339016,9.968741825,55500000 +48.43392826666667,9.9687519,33900000 +48.433945,9.9687587,27900000 +48.433960875,9.968764825,30500000 +48.4339683,9.9687681,16400000 +48.43396915,9.96876875,16400000 +48.43396856666666,9.968767633333334,16400000 +48.4339672,9.968764,34800000 +48.43396713333333,9.968763466666667,34800000 +48.4339668,9.96876135,32000000 +48.43396686666667,9.968761033333337,32000000 +48.433967333333335,9.968760033333334,34300000 +48.43396645,9.9687685,21800000 +48.43396646666667,9.9687698,21800000 +48.433966825,9.968770325,21800000 +48.43397576666666,9.9687698,72500000 +48.4339713,9.9687708,72500000 +48.4339734,9.96877075,72500000 +48.4339892,9.96876105,161000000 +48.4339857,9.9687644,161000000 +48.43400566666667,9.9687378,130000000 +48.434007775,9.96873225,130000000 +48.4340183,9.96869075,83000000 +48.43401839999999,9.968648033333332,136000000 +48.4340146,9.96860205,52500000 +48.43401373333333,9.968590533333334,52500000 +48.43401,9.96853005,23300000 +48.43400745,9.96847635,23800000 +48.43400693333333,9.968464333333332,23800000 +48.4340048,9.96840285,101000000 +48.43400433333333,9.968389966666669,101000000 +48.4340023,9.968304225,151000000 +48.434002433333326,9.9683165,151000000 +48.43400269999999,9.96832875,151000000 +48.43400155,9.96822855,118000000 +48.43400136666667,9.9682123,118000000 +48.434,9.9681282,21700000 +48.4340005,9.968145,21700000 +48.4339963,9.968063,28000000 +48.43399496666667,9.9680496,28000000 +48.4339977,9.9680791,28000000 +48.43398573333334,9.967968033333332,24500000 +48.4339736,9.9678881,24100000 +48.43396415,9.9678249,47900000 +48.43396233333333,9.967812833333332,47900000 +48.433951666666665,9.9677336,91900000 +48.4339459,9.967673,51800000 +48.4339451,9.967660400000002,51800000 +48.43394125,9.9675926,44500000 +48.43394083333334,9.9675786,44500000 +48.43393955,9.967513,57000000 +48.4339393,9.967500466666666,57000000 +48.43393915,9.967488025,57000000 +48.43393749999999,9.967394433333334,62300000 +48.43393775,9.96740635,62300000 +48.4339355,9.967324733333331,62500000 +48.43393615,9.96733595,62500000 +48.43393319999999,9.9672622,26000000 +48.4339337,9.96727175,26000000 +48.4339311,9.967208,101000000 +48.4339288,9.967157266666666,39000000 +48.4339237,9.9671267,50100000 +48.4339219,9.9671215,50100000 +48.433909,9.9670937,59400000 +48.43390539999999,9.967089,59400000 +48.4338818,9.9670686,60500000 +48.4338866,9.9670708,60500000 +48.43385905,9.9670627,28000000 +48.43385533333333,9.967062966666669,28000000 +48.4338328,9.9670678,92500000 +48.43380646666666,9.967079633333334,17700000 +48.433771975,9.967096625,17400000 +48.4337342,9.967114166666668,96100000 +48.43374,9.96711165,96100000 +48.4336978,9.967128466666669,88900000 +48.4337042,9.96712625,88900000 +48.433651025,9.9671432,37900000 +48.433657933333336,9.9671411,37900000 +48.4336092,9.9671557,47500000 +48.4336006,9.967158433333331,47500000 +48.43355573333333,9.9671729,109000000 +48.4335145,9.967187133333333,25700000 +48.4334733,9.967201766666667,17900000 +48.433466575,9.967204025,17900000 +48.4334802,9.9671994,17900000 +48.4334265,9.9672185,35100000 +48.43341966666667,9.967221233333332,35100000 +48.43338475,9.9672348,37300000 +48.43337793333333,9.967237333333332,37300000 +48.433329725,9.967255075,34900000 +48.43333686666667,9.967252433333334,34900000 +48.43328675,9.96727105,20000000 +48.43327933333333,9.967273733333334,20000000 +48.43324125,9.9672868,28200000 +48.43323356666667,9.967289766666669,28200000 +48.4331943,9.9673038,22400000 +48.43318623333332,9.967306566666666,22400000 +48.4331485,9.96731715,48200000 +48.433139833333335,9.967319033333332,48200000 +48.4331029,9.9673269,25800000 +48.43309365,9.9673286,25800000 +48.43308616666667,9.9673302,25800000 +48.43304655,9.96734065,31600000 +48.43303963333333,9.9673426,31600000 +48.4330078,9.9673522,30500000 +48.43299885,9.96735565,30500000 +48.43296535,9.96736835,24200000 +48.43295706666667,9.967370566666668,24200000 +48.43290515,9.96738615,22800000 +48.43291206666667,9.9673839,22800000 +48.43285843333334,9.967401699999998,27500000 +48.43286485,9.967399449999998,27500000 +48.43282655,9.96741385,28900000 +48.43282053333333,9.967416333333333,28900000 +48.43279025,9.96742795,28600000 +48.43278256666667,9.967430866666668,28600000 +48.43274236666667,9.9674481,21800000 +48.43273615,9.9674514,21800000 +48.4327047,9.9674673,27700000 +48.43269845,9.9674711,27700000 +48.43269206666667,9.967474733333331,27700000 +48.43265323333333,9.967493266666668,26400000 +48.43261,9.967510675,23400000 +48.4325791,9.96752265,28800000 +48.4325751,9.967523966666668,28800000 +48.43255376666667,9.967531233333332,44200000 +48.432531775,9.9675377,40200000 +48.4325379,9.9675358,40200000 +48.43253493333333,9.967536833333334,40200000 +48.432508033333335,9.967542866666667,47600000 +48.4325154,9.9675415,47600000 +48.4325118,9.9675422,47600000 +48.4324829,9.967546966666664,29300000 +48.43248765,9.96754635,29300000 +48.432445275,9.96755165,20700000 +48.4324015,9.967556866666667,19400000 +48.4323631,9.967563533333331,20200000 +48.43232355,9.967570825,16600000 +48.432295466666666,9.9675779,20100000 +48.43227923333334,9.967581766666669,27400000 +48.432269,9.967586133333333,25500000 +48.4322677,9.9675867,25500000 +48.43225996666666,9.967590133333331,23000000 +48.432256300000006,9.967592433333332,23800000 +48.43225635,9.967597725,26000000 +48.43225759999999,9.967602366666666,17200000 +48.4322585,9.967607166666667,18800000 +48.43225945,9.9676108,23400000 +48.4322596,9.967611433333332,23400000 +48.432260266666674,9.9676144,25800000 +48.43226035000001,9.96761475,25800000 +48.43226116666667,9.9676168,17200000 +48.43226095,9.9676166,17200000 +48.43226245,9.96761805,32700000 +48.43226283333333,9.9676181,20800000 +48.432263,9.9676181,20200000 +48.432263,9.9676181,22900000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,16900000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,21900000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22800000 +48.432263,9.9676181,22800000 +48.4322584,9.9676212,21700000 +48.4322465,9.9676339,20700000 +48.432234375,9.967662675,17600000 +48.43222866666667,9.967707633333331,19000000 +48.43222865,9.9676998,19000000 +48.4322314,9.9677543,23300000 +48.4322358,9.9677913,24700000 +48.432236966666665,9.967800733333334,24700000 +48.432238125,9.9678103,24700000 +48.4322449,9.9678662,44300000 +48.43224675,9.9678806,44300000 +48.4322529,9.96793275,39400000 +48.43225506666667,9.967948933333332,39400000 +48.43226766666667,9.968047566666668,45400000 +48.4322659,9.9680329,45400000 +48.4322772,9.9681259,22400000 +48.43227873333333,9.9681394,22400000 +48.43228675,9.9682149,25400000 +48.43228813333334,9.968228,25400000 +48.43229415,9.96829235,30100000 +48.43229493333334,9.968304733333332,30100000 +48.43229883333333,9.9683753,26000000 +48.432302,9.96843215,35400000 +48.43230306666667,9.968442866666669,35400000 +48.43231023333333,9.968499333333334,44300000 +48.4323087,9.96848985,44300000 +48.432317,9.96853915,33000000 +48.43231806666666,9.9685453,33000000 +48.43231899999999,9.968551125,33000000 +48.4323241,9.9685813,34000000 +48.432325000000006,9.9685872,34000000 +48.4323278,9.9686042,28000000 +48.43232823333333,9.9686074,28000000 +48.43232865,9.968610175,28000000 +48.43233113333333,9.968626233333334,64700000 +48.4323307,9.96862425,64700000 +48.4323332,9.96863745,25700000 +48.4323337,9.968640433333332,25700000 +48.43233795,9.9686608,43300000 +48.43233966666667,9.9686662,43300000 +48.4323511,9.9686936,28600000 +48.43235426666666,9.968698433333332,28600000 +48.432357725,9.968702775,28600000 +48.43238445,9.9687259,18900000 +48.4323906,9.968727933333332,18900000 +48.4323775,9.9687226,18900000 +48.43243196666666,9.9687309,29000000 +48.432425550000005,9.9687319,29000000 +48.4324193,9.9687326,29000000 +48.4324629,9.9687253,17800000 +48.4324721,9.9687232,17800000 +48.4325061,9.968715799999998,21600000 +48.432516433333326,9.9687139,21600000 +48.4325589,9.9687067,38000000 +48.43257025,9.96870515,38000000 +48.43262256666666,9.968700466666666,18500000 +48.43263159999999,9.968700025,18500000 +48.43261355,9.9687011,18500000 +48.4326836,9.9686975,25800000 +48.43269265,9.9686973,25800000 +48.4327261,9.9686964,22400000 +48.43273795,9.9686962,22400000 +48.43274973333334,9.968696166666668,22400000 +48.4327905,9.9686959,22800000 +48.43280185,9.9686958,22800000 +48.43281136666667,9.9686958,22800000 +48.432856150000006,9.9686955,32100000 +48.43286463333334,9.9686954,32100000 +48.4329187,9.9686959,29800000 +48.4329094,9.9686957,29800000 +48.4329677,9.9686968,26800000 +48.43297586666667,9.968696633333332,26800000 +48.433018950000005,9.9686974,32400000 +48.4330297,9.968697466666669,32400000 +48.4330748,9.96869805,30700000 +48.4330826,9.968698233333331,30700000 +48.4331319,9.968700066666669,34800000 +48.43318193333334,9.9687017,34400000 +48.43317355,9.9687013,34400000 +48.433231166666666,9.968703566666669,26300000 +48.4332793,9.968705233333331,34500000 +48.43332566666667,9.968705866666664,16300000 +48.4333742,9.968706766666664,19100000 +48.4334116,9.96870685,18200000 +48.4334191,9.968706933333332,18200000 +48.4334569,9.96870725,28500000 +48.4334651,9.9687069,28500000 +48.433512666666665,9.9687046,32500000 +48.433571,9.968704766666669,21800000 +48.4336357,9.9687051,34600000 +48.43362643333333,9.968705266666667,34600000 +48.433697,9.9687059,23500000 +48.4337499,9.968708766666667,61000000 +48.43380176666667,9.968714533333332,27400000 +48.433843466666666,9.968723966666666,85300000 +48.4338714,9.9687318,22900000 +48.4338783,9.9687341,22900000 +48.433884,9.968736066666668,22900000 +48.433945050000005,9.96875165,67600000 +48.43394996666667,9.9687506,67600000 +48.4339735,9.9687395,79500000 +48.43397783333334,9.968735166666669,79500000 +48.4339997,9.96870245,133000000 +48.4340025,9.968694366666666,133000000 +48.434012,9.9686583,95700000 +48.43401285,9.9686505,95700000 +48.434014866666665,9.968601033333334,80900000 +48.4340149,9.96861145,80900000 +48.4340145,9.9685538,28600000 +48.43401433333333,9.968544533333333,28600000 +48.434013525,9.968474875,37200000 +48.4340137,9.968485666666668,37200000 +48.4340116,9.968396333333333,24100000 +48.43400976666667,9.9683246,127000000 +48.43400946666666,9.968252633333334,97900000 +48.4340094,9.968240025,97900000 +48.4340082,9.96816395,35100000 +48.4340076,9.9681509,35100000 +48.4340027,9.968072833333332,31500000 +48.434004,9.968086,31500000 +48.433993433333335,9.967993466666666,53800000 +48.4339913,9.967979975,53800000 +48.4339789,9.96789975,102000000 +48.43397656666667,9.9678838,102000000 +48.433962166666674,9.967788666666666,144000000 +48.4339659,9.967816,144000000 +48.433964,9.96780235,144000000 +48.43395405,9.96772035,157000000 +48.43395283333333,9.967706666666666,157000000 +48.43394726666666,9.967625533333331,22600000 +48.4339439,9.96753405,48100000 +48.43394413333333,9.9675468,48100000 +48.43394215,9.96744995,29900000 +48.4339426,9.9674624,29900000 +48.43394025,9.967389,25600000 +48.433939933333335,9.967373666666669,25600000 +48.4339382,9.9673031,32700000 +48.43393816666667,9.967291233333333,32700000 +48.4339377,9.9672446,60900000 +48.4339376,9.9672321,60900000 +48.43393715,9.9671956,50700000 +48.4339368,9.9671897,50700000 +48.43393275,9.967156,110000000 +48.4339254,9.96712945,48000000 +48.433922566666666,9.9671235,48000000 +48.43390626666667,9.9670966,38400000 +48.4338908,9.9670813,40500000 +48.43388746666667,9.967079133333334,40500000 +48.433883825,9.9670772,40500000 +48.43385546666667,9.967068,18300000 +48.4338332,9.9670703,28700000 +48.43383715,9.9670693,28700000 +48.4338135,9.9670766,33500000 +48.433809466666666,9.967078266666666,33500000 +48.43378336666667,9.967089466666666,110000000 +48.43377865,9.9670916,110000000 +48.43374905,9.9671048,79500000 +48.433743666666665,9.9671072,79500000 +48.4337217,9.967117,49500000 +48.4337139,9.96712035,49500000 +48.43370736666666,9.9671231,49500000 +48.43367315,9.9671368,58200000 +48.4336659,9.967139566666663,58200000 +48.4336192,9.967157,17100000 +48.43357046666667,9.967174166666666,138000000 +48.4335199,9.9671927,17200000 +48.433478750000006,9.9672072,31300000 +48.43347093333333,9.967210133333332,31300000 +48.43343155,9.9672248,27300000 +48.433415275,9.967230325,27300000 +48.43342343333333,9.967227466666666,27300000 +48.43336585,9.9672483,30300000 +48.43335770000001,9.967251200000002,30300000 +48.433310766666665,9.967268233333334,32200000 +48.43331845,9.96726555,32200000 +48.433258925,9.967287375,22600000 +48.43326643333334,9.9672849,22600000 +48.43320843333333,9.967304466666668,29900000 +48.4332153,9.96730195,29900000 +48.4331811,9.9673135,29800000 +48.433174,9.96731535,29800000 +48.43316736666667,9.967317,29800000 +48.4331411,9.9673239,28200000 +48.4331326,9.9673256,28200000 +48.4331253,9.967327066666666,28200000 +48.4330915,9.9673339,22200000 +48.43308493333333,9.9673355,22200000 +48.4330783,9.967337275,22200000 +48.4330341,9.96735035,28100000 +48.4330455,9.9673468,28100000 +48.4330021,9.96736145,19500000 +48.4329952,9.967363933333331,19500000 +48.4329881,9.967366525,19500000 +48.4329466,9.9673828,17500000 +48.43293833333333,9.967385933333333,17500000 +48.43290055,9.9673998,35000000 +48.4328937,9.967401633333331,35000000 +48.432857850000005,9.9674125,28500000 +48.4328507,9.967414966666666,28500000 +48.43280776666666,9.967427666666667,32900000 +48.43281485,9.9674255,32900000 +48.43277285,9.9674408,27700000 +48.4327648,9.967444666666667,27700000 +48.43272503333333,9.9674659,16300000 +48.432686,9.9674864,18700000 +48.4326605,9.9674979,35000000 +48.43265245,9.9675012,35000000 +48.432645533333336,9.967503866666668,35000000 +48.4326022,9.967520466666668,46800000 +48.4326083,9.9675183,46800000 +48.432616,9.9675158,46800000 +48.4325799,9.9675282,41100000 +48.4325751,9.9675298,41100000 +48.432569666666666,9.967531466666667,41100000 +48.432548,9.9675376,20300000 +48.4325441,9.96753885,20300000 +48.4325401,9.96754,20300000 +48.4325213,9.967545,26900000 +48.43251605,9.96754615,26900000 +48.4324932,9.9675505,48900000 +48.432498550000005,9.9675497,48900000 +48.432457125,9.967555225,23800000 +48.43246785,9.9675541,23800000 +48.43246263333333,9.967554666666668,23800000 +48.4324285,9.9675583,45400000 +48.4324205,9.96755915,45400000 +48.43241376666666,9.967559866666669,45400000 +48.4323849,9.9675632,24100000 +48.43237915,9.96756405,24100000 +48.43237366666667,9.967565,24100000 +48.4323517,9.9675689,20600000 +48.43234485,9.9675703,20600000 +48.43231466666666,9.967576866666668,29800000 +48.43232,9.9675757,29800000 +48.432291750000005,9.967581849999998,20800000 +48.43228843333333,9.967582666666663,20800000 +48.4322756,9.96758645,24400000 +48.43227396666666,9.967587133333332,24400000 +48.43226610000001,9.9675902,23800000 +48.43226473333334,9.967591066666666,23800000 +48.43225925,9.9675941,29100000 +48.43225856666667,9.967594366666669,29100000 +48.43225576666666,9.967595866666668,22400000 +48.43224766666666,9.967598700000002,25000000 +48.432252,9.9675972,25000000 +48.43224965,9.96759755,25000000 +48.4322375,9.9676058,31800000 +48.432234300000005,9.96760955,31800000 +48.43222125,9.96763105,18500000 +48.4322186,9.967639566666668,18500000 +48.4322099,9.9676795,22300000 +48.43220965,9.96769265,22300000 +48.43221016666666,9.967706533333333,22300000 +48.432217,9.9677806,18100000 +48.4322237,9.9678298,18400000 +48.432226150000005,9.96784755,18400000 +48.4322286,9.967865666666668,18400000 +48.4322381,9.9679395,25300000 +48.4322402,9.9679584,25300000 +48.4322487,9.96803105,24900000 +48.4322467,9.9680156,24900000 +48.43225103333333,9.968050133333334,24900000 +48.43226356666667,9.968161633333333,46300000 +48.43226195,9.9681461,46300000 +48.4322724,9.9682549,19200000 +48.432273900000006,9.968271866666669,19200000 +48.4322707,9.9682345,19200000 +48.4322805,9.9683444,25700000 +48.4322822,9.96836285,25700000 +48.4322878,9.968417,31600000 +48.4322901,9.9684339,31600000 +48.43229233333333,9.968450066666668,31600000 +48.4323008,9.968511,33600000 +48.4323021,9.96852075,33600000 +48.432309,9.96856475,33700000 +48.43231073333334,9.968573966666666,33700000 +48.4323072,9.9685546,33700000 +48.432317,9.9686067,42300000 +48.43231825,9.96861235,42300000 +48.4323219,9.9686287,33600000 +48.432322166666665,9.9686297,33600000 +48.4323223,9.968630175,33600000 +48.432323,9.9686321,26500000 +48.43232305,9.96863215,26500000 +48.43232336666667,9.9686325,42100000 +48.43232335,9.9686324,42100000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,32600000 +48.4323235,9.9686332,32600000 +48.43232346666667,9.968634633333332,17000000 +48.4323262,9.968648133333334,27900000 +48.43233325,9.9686663,20200000 +48.43233566666667,9.9686706,20200000 +48.43235833333333,9.968698533333331,21700000 +48.4323522,9.96869355,21700000 +48.43239783333333,9.9687182,19700000 +48.43238945,9.96871655,19700000 +48.4323815,9.9687141,19700000 +48.4324343,9.9687217,37500000 +48.4324442,9.96872105,37500000 +48.432481,9.9687178,28900000 +48.43249053333333,9.968716933333331,28900000 +48.4325338,9.9687129,37100000 +48.4325468,9.96871165,37100000 +48.432559966666666,9.968710433333332,37100000 +48.43262075,9.9687057,36800000 +48.43263273333333,9.968704700000002,36800000 +48.4326066,9.9687069,36800000 +48.4326853,9.9687018,23000000 +48.4326999,9.96870105,23000000 +48.4327431,9.9686997,39900000 +48.43275735,9.9686995,39900000 +48.43276896666666,9.968699566666666,39900000 +48.4328197,9.9686995,35200000 +48.4328331,9.96870025,35200000 +48.43284436666666,9.968700366666669,35200000 +48.4329067,9.9687002,41700000 +48.4328935,9.9687004,41700000 +48.43296853333334,9.968700133333334,19500000 +48.4329468,9.9687002,19500000 +48.4329565,9.9687003,19500000 +48.433038466666666,9.9687006,20200000 +48.43309245,9.9687006,28800000 +48.43310373333333,9.968700766666666,28800000 +48.4331534,9.9687012,26500000 +48.43316675,9.9687013,26500000 +48.4332204,9.9687018,31500000 +48.433233566666665,9.968702233333332,31500000 +48.43329835,9.968705,41200000 +48.4332857,9.9687044,41200000 +48.433347,9.9687065,30100000 +48.43335866666666,9.968706666666668,30100000 +48.4334036,9.968707,28700000 +48.43341485,9.9687073,28700000 +48.43342416666667,9.968707466666666,28700000 +48.43342416666667,9.968707466666666,28700000 +48.4334712,9.968709,62900000 +48.43352986666667,9.968711433333333,29900000 +48.43359436666666,9.968711233333334,29700000 +48.4336561,9.968709933333333,20400000 +48.4337134,9.96870885,19600000 +48.4337627,9.96871,21200000 +48.43381403333333,9.9687144,69800000 +48.43385733333333,9.968725733333336,31300000 +48.43389606666667,9.968735733333332,86400000 +48.4339316,9.96873395,83000000 +48.43396486666666,9.968710166666668,144000000 +48.4339908,9.9686648,117000000 +48.43400173333333,9.9686103,118000000 +48.4340046,9.968549733333331,46800000 +48.4340037,9.968477933333334,20700000 +48.43400143333334,9.968403133333332,15900000 +48.434000275,9.9683253,141000000 +48.43400383333333,9.968253333333331,140000000 +48.43400946666667,9.9681969,23900000 +48.43400745,9.96809495,30000000 +48.434006166666656,9.968085266666668,30000000 +48.4339996,9.96803855,34300000 +48.4339982,9.968029,34300000 +48.433996725,9.96801915,34300000 +48.43398675,9.9679578,123000000 +48.43398476666667,9.9679469,123000000 +48.433971066666665,9.9678705,90500000 +48.43397315,9.9678825,90500000 +48.43396145,9.9678096,100000000 +48.43395976666667,9.967797033333332,100000000 +48.43395185,9.96773275,28100000 +48.43395066666667,9.967719666666666,28100000 +48.43394955,9.967706425,28100000 +48.4339445,9.9676393,25100000 +48.433943600000006,9.9676255,25100000 +48.43394283333333,9.9676119,25100000 +48.43393945,9.96753505,52000000 +48.4339389,9.967518633333334,52000000 +48.4339399,9.9675486,52000000 +48.4339372,9.9674511,61900000 +48.4339367,9.9674383,61900000 +48.4339337,9.9673755,37500000 +48.43393326666666,9.967359666666669,37500000 +48.4339319,9.9673062,16800000 +48.43393155,9.96729255,16800000 +48.43393146666667,9.9672819,16800000 +48.43393075,9.9672304,152000000 +48.4339306,9.967221233333332,152000000 +48.43392916666667,9.967169633333333,85900000 +48.4339298,9.9671834,85900000 +48.433929500000005,9.9671764,85900000 +48.4339267,9.9671394,121000000 +48.4339253,9.9671318,121000000 +48.4339182,9.9671073,54600000 +48.4339152,9.9671012,54600000 +48.4339,9.9670769,39600000 +48.43389633333333,9.9670736,39600000 +48.4338758,9.96706055,34700000 +48.4338707,9.967059666666666,34700000 +48.4338797,9.9670618,34700000 +48.4338489,9.9670588,30600000 +48.43384295,9.9670603,30600000 +48.43382115,9.96706795,89400000 +48.43381576666667,9.967070533333334,89400000 +48.4337081,9.967124666666669,40600000 +48.4337143,9.96712205,40600000 +48.43366043333334,9.9671441,69400000 +48.433669550000005,9.96714065,69400000 +48.4336229,9.9671578,21400000 +48.4336155,9.9671603,21400000 +48.433608033333336,9.967162766666666,21400000 +48.43357,9.96717505,75600000 +48.43356033333333,9.967178166666669,75600000 +48.4335198,9.9671912,42000000 +48.4335117,9.96719395,42000000 +48.43350353333333,9.967196800000002,42000000 +48.43345446666667,9.967213733333333,22200000 +48.4334628,9.96721085,22200000 +48.43341335,9.96722805,20900000 +48.43340516666667,9.9672311,20900000 +48.43336455,9.9672458,26900000 +48.4333565,9.967248966666666,26900000 +48.43334835,9.9672523,26900000 +48.4333075,9.9672691,20200000 +48.4332995,9.96727265,20200000 +48.4332898,9.967276766666666,20200000 +48.4332495,9.9672933,31000000 +48.43323865,9.9672975,31000000 +48.433185900000005,9.967317333333334,24500000 +48.4332064,9.9673103,24500000 +48.43319495,9.96731415,24500000 +48.43314015,9.96733275,24800000 +48.43312906666667,9.967336266666669,24800000 +48.4331512,9.967329,24800000 +48.4330845,9.9673504,23100000 +48.43307365,9.96735365,23100000 +48.43302083333333,9.967368,28300000 +48.4330299,9.9673657,28300000 +48.43296333333333,9.967383733333332,24700000 +48.432982,9.9673789,24700000 +48.43297185,9.96738155,24700000 +48.432927,9.9673932,19400000 +48.43291735,9.9673958,19400000 +48.43288215,9.96740475,28500000 +48.43287383333333,9.967407133333332,28500000 +48.4328408,9.9674167,17000000 +48.43283285,9.9674185,17000000 +48.4328027,9.9674275,43800000 +48.432795633333335,9.967429966666666,43800000 +48.43276125,9.96744365,27400000 +48.432768,9.9674404,27400000 +48.4327347,9.96745645,25800000 +48.43272793333333,9.967459566666667,25800000 +48.4327003,9.9674723,63800000 +48.4326929,9.9674758,63800000 +48.4326867,9.967478733333335,63800000 +48.43265233333333,9.967496133333333,18000000 +48.432617533333335,9.9675105,57100000 +48.4326236,9.96750845,57100000 +48.43258745,9.96752045,34500000 +48.43258153333333,9.967522333333331,34500000 +48.43257572499999,9.967524075,34500000 +48.43253643333333,9.967536066666666,36600000 +48.4325417,9.9675347,36600000 +48.43251035,9.96754245,32400000 +48.4325052,9.967543533333334,32400000 +48.4324793,9.967548,20800000 +48.43247413333333,9.967548566666666,20800000 +48.4324688,9.96754915,20800000 +48.4324372,9.9675527,17900000 +48.4324291,9.9675538,17900000 +48.43240355,9.9675577,36000000 +48.43239763333333,9.9675586,36000000 +48.432391675,9.967559575,36000000 +48.43235665,9.967566,20500000 +48.43235116666667,9.9675672,20500000 +48.43232415,9.96757355,18800000 +48.43231946666666,9.967574866666668,18800000 +48.432295466666666,9.967582133333332,23400000 +48.4322986,9.9675811,23400000 +48.4322925,9.967583075,23400000 +48.43227685,9.9675883,25600000 +48.4322752,9.967588833333332,25600000 +48.4322671,9.9675919,21100000 +48.4322658,9.967592066666668,21100000 +48.43226095,9.96759375,31000000 +48.43226063333333,9.967593733333333,31000000 +48.4322605,9.967593575,31000000 +48.4322603,9.96759235,16800000 +48.4322599,9.9675925,16800000 +48.43225693333333,9.967593266666666,23200000 +48.4322535,9.9675958,19000000 +48.4322517,9.967597333333332,19000000 +48.43224045,9.9676085,22300000 +48.43223766666667,9.967612666666668,22300000 +48.432234975,9.967617575,22300000 +48.4322212,9.96765315,19600000 +48.4322201,9.9676613,19600000 +48.43221863333334,9.9677125,43900000 +48.43221805,9.96770365,43900000 +48.432224725000005,9.9677771,22700000 +48.43222360000001,9.967767333333336,22700000 +48.43223313333333,9.967848233333331,17800000 +48.43224420000001,9.967924133333334,33300000 +48.43224225,9.96791195,33300000 +48.43225575,9.9679926,28600000 +48.43225793333334,9.968007566666666,28600000 +48.4322692,9.96808455,25600000 +48.43227116666666,9.968100266666667,25600000 +48.43227985,9.96817405,23900000 +48.43228113333333,9.968188333333332,23900000 +48.432289233333336,9.968273666666668,40800000 +48.4322905,9.968287525,40800000 +48.4322973,9.9683698,20100000 +48.4322984,9.968382733333334,20100000 +48.43230556666666,9.968454466666666,19600000 +48.432312550000006,9.9685072,35200000 +48.43231403333334,9.9685168,35200000 +48.4323211,9.968561,29800000 +48.43232253333333,9.968568366666668,29800000 +48.43232835,9.96859845,28700000 +48.4323291,9.968602633333331,28700000 +48.4323299,9.9686069,28700000 +48.43233643333334,9.968636566666667,35300000 +48.43233515,9.9686325,35300000 +48.43234663333333,9.968662633333333,32100000 +48.43234405,9.968657749999998,32100000 +48.43236803333334,9.9686914,20600000 +48.432373325,9.9686951,20600000 +48.432415733333336,9.968711633333331,31900000 +48.43240865,9.96871125,31900000 +48.4324525,9.9687108,29500000 +48.43246066666666,9.968710133333332,29500000 +48.4325036,9.968706,32100000 +48.43251276666667,9.968704933333337,32100000 +48.43252195,9.9687039,32100000 +48.43258596666666,9.968697766666669,26300000 +48.43257675,9.968698450000002,26300000 +48.43263265,9.9686942,25500000 +48.432642066666666,9.968693533333331,25500000 +48.43269893333333,9.968689633333334,35900000 +48.4327085,9.9686893,35900000 +48.43276575,9.9686876,33100000 +48.43277543333334,9.9686878,33100000 +48.432833466666665,9.9686897,40200000 +48.43282375,9.9686891,40200000 +48.43289256666666,9.968690133333332,34600000 +48.432902425,9.968689625,34600000 +48.4329605,9.9686874,21100000 +48.432970000000005,9.9686873,21100000 +48.43301700000001,9.96868625,32400000 +48.43302640000001,9.968686266666667,32400000 +48.4330822,9.968686366666669,28200000 +48.433091375,9.96868665,28200000 +48.4331463,9.9686877,20300000 +48.43315546666667,9.968687733333333,20300000 +48.43320946666666,9.9686885,20100000 +48.43326343333333,9.968688766666666,37300000 +48.43327235,9.968689025,37300000 +48.4333259,9.96869015,20400000 +48.43333486666666,9.968690566666668,20400000 +48.4333804,9.9686908,21400000 +48.433389266666666,9.968690666666667,21400000 +48.43344196666667,9.968690933333331,22600000 +48.43345072500001,9.968691025,22600000 +48.43351346666666,9.968692,18000000 +48.4335043,9.96869185,18000000 +48.4335626,9.9686928,17800000 +48.43357286666667,9.968692933333331,17800000 +48.4336216,9.9686932,22200000 +48.43363286666666,9.968693533333337,22200000 +48.43369143333333,9.968695233333332,21100000 +48.4336826,9.9686947,21100000 +48.43374315,9.9686974,29900000 +48.43375183333333,9.968697966666667,29900000 +48.43379295,9.96870085,62500000 +48.43380006666666,9.968701766666667,62500000 +48.43383533333334,9.9687104,50300000 +48.43383,9.96870905,50300000 +48.433864766666666,9.968719,19000000 +48.433869,9.9687205,19000000 +48.4338941,9.96872975,50700000 +48.433897900000005,9.968731466666666,50700000 +48.4339168,9.9687389,36300000 +48.43392043333333,9.968740066666667,36300000 +48.433946325,9.968741275,61400000 +48.43394236666666,9.9687426,61400000 +48.43397423333334,9.968723133333333,102000000 +48.4339703,9.96872805,102000000 +48.43400673333334,9.9686377,118850000 +48.434005850000005,9.96864595,147000000 +48.43400673333334,9.9686377,147000000 +48.43400935,9.96859555,55600000 +48.43400946666666,9.9685844,55600000 +48.434009133333326,9.968523233333332,57600000 +48.43400895,9.9685131,57600000 +48.43400775,9.96845045,21400000 +48.4340076,9.968439266666666,21400000 +48.4340061,9.968369533333332,81400000 +48.43400303333333,9.968292366666669,63500000 +48.43400275,9.968279125,63500000 +48.43400125,9.96819795,20800000 +48.4340009,9.968183766666668,20800000 +48.4339987,9.968112649999998,24600000 +48.433998,9.968098433333331,24600000 +48.43399136666667,9.968011066666667,58700000 +48.433989525,9.967996275,58700000 +48.43397480000001,9.967891366666668,86700000 +48.43397685,9.9679065,86700000 +48.43394645,9.9676017,49200000 +48.4339454,9.9675864,49200000 +48.4339407,9.967497333333334,19500000 +48.43393705,9.967399225,27700000 +48.43393485,9.96732075,37200000 +48.43393473333333,9.967308999999998,37200000 +48.4339338,9.967245666666663,83400000 +48.43393360000001,9.967195766666668,47300000 +48.43393352500001,9.967188925,47300000 +48.4339322,9.96715,47300000 +48.4339317,9.967144366666666,47300000 +48.43392785,9.9671175,18200000 +48.43392636666667,9.9671127,18200000 +48.4339123,9.967082875,17100000 +48.4338947,9.96706395,26100000 +48.4338912,9.967061966666668,26100000 +48.43384335,9.96705645,91300000 +48.43383876666667,9.967057866666666,91300000 +48.4338105,9.967069166666668,93700000 +48.43380565,9.96707165,93700000 +48.433770733333326,9.96709,181000000 +48.433699025,9.967121975,101600000 +48.433705,9.967119733333334,101600000 +48.4337107,9.96711755,124000000 +48.433705,9.967119733333334,124000000 +48.43361576666666,9.967148433333334,67850000 +48.43353416666667,9.967176633333333,64900000 +48.43349954999999,9.96718955,21900000 +48.43349263333332,9.967192433333333,21900000 +48.4334571,9.967206266666668,36500000 +48.4334518,9.967208225,36500000 +48.4334194,9.96722025,35400000 +48.43341363333334,9.967222333333334,35400000 +48.4333778,9.967235233333334,20200000 +48.433339233333335,9.967249833333334,19000000 +48.43333235,9.9672527,19000000 +48.43328296666667,9.967273233333334,42100000 +48.43329035,9.96727025,42100000 +48.43324465,9.96728785,22300000 +48.43323673333333,9.9672909,22300000 +48.43318873333334,9.967309300000002,18600000 +48.43313293333333,9.9673291,26000000 +48.4331246,9.967331625,26000000 +48.433074950000005,9.96734635,18400000 +48.43306693333333,9.9673489,18400000 +48.4330181,9.9673639,19700000 +48.4329619,9.967379675,22900000 +48.43296963333333,9.967377733333333,22900000 +48.4329084,9.967395466666666,27100000 +48.4329159,9.9673932,27100000 +48.43286443333333,9.967408366666668,42000000 +48.43282250000001,9.9674219,41800000 +48.432815825000006,9.9674243,41800000 +48.4327762,9.9674391,42300000 +48.43276986666666,9.967442066666663,42300000 +48.4327327,9.967461133333334,53400000 +48.4326943,9.9674808,28200000 +48.432687675,9.96748395,28200000 +48.43264265,9.9675042,41600000 +48.432635733333335,9.967506833333331,41600000 +48.4325938,9.967521933333332,50000000 +48.4326009,9.9675195,50000000 +48.432554,9.96753495,33500000 +48.43254703333333,9.967536933333331,33500000 +48.432511000000005,9.96754555,42600000 +48.432503700000005,9.9675465,42600000 +48.4324652,9.96755025,19500000 +48.4324588,9.9675511,19500000 +48.43242103333333,9.9675562,24900000 +48.4323828,9.967562833333334,33100000 +48.4323474,9.9675711,23600000 +48.43234225,9.967572475,23600000 +48.4322919,9.9675869,45800000 +48.4322919,9.9675869,34550000 +48.43228793333333,9.9675881,34550000 +48.4322725,9.96759325,32100000 +48.432271033333336,9.967593866666666,32100000 +48.4322647,9.96759665,25300000 +48.43226345,9.96759745,25100000 +48.43226346666666,9.967597266666669,25100000 +48.43226195,9.9675967,21700000 +48.4322577,9.96759865,24800000 +48.43225636666667,9.967599133333332,24800000 +48.4322483,9.9676021,21400000 +48.4322376,9.9676054,30200000 +48.43223373333333,9.9676078,30200000 +48.4322157,9.96762505,27800000 +48.43220595,9.967646599999998,25200000 +48.432204866666666,9.967651766666664,25200000 +48.43220146666667,9.9676879,25900000 +48.43220125,9.9676814,25900000 +48.432213133333335,9.967776533333334,32050000 +48.43221125,9.96776515,32050000 +48.43221125,9.96776515,40400000 +48.4322098,9.9677565,40400000 +48.4322314,9.96789125,24900000 +48.432233466666666,9.9679039,24900000 +48.432235275,9.9679165,24900000 +48.432245,9.967988,20300000 +48.4322468,9.96800505,20300000 +48.43225553333334,9.968091833333334,21200000 +48.4322522,9.9680567,21200000 +48.4322541,9.96807435,21200000 +48.4322622,9.9681616,29500000 +48.43226395,9.9681787,29500000 +48.43227196666667,9.9682545,30100000 +48.4322773,9.96831785,29600000 +48.43227823333333,9.968329866666666,29600000 +48.432282400000005,9.96838765,37000000 +48.4322815,9.9683747,37000000 +48.4322833,9.968398333333331,37000000 +48.4322881,9.9684444,29300000 +48.43228995,9.96845625,29300000 +48.43229193333334,9.968467866666666,29300000 +48.4323028,9.9685231,23800000 +48.4323006,9.9685133,23800000 +48.43231055,9.96855795,47100000 +48.432312033333325,9.968564666666667,47100000 +48.4323185,9.9685941,29900000 +48.4323173,9.9685891,29900000 +48.43232245,9.9686089,29700000 +48.4323231,9.968611766666667,29700000 +48.4323254,9.9686215,27100000 +48.43232585,9.96862265,27100000 +48.43232606666667,9.968623233333334,27100000 +48.4323262,9.96862365,23400000 +48.432326233333335,9.968623666666668,23400000 +48.43232656666667,9.968623833333334,23100000 +48.4323265,9.9686238,23100000 +48.4323267,9.96862395,22500000 +48.4323267,9.9686239,22500000 +48.4323267,9.968623933333332,22500000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323266,9.9686241,16200000 +48.4323275,9.9686265,16200000 +48.43232853333333,9.9686292,16200000 +48.432333,9.9686416,23600000 +48.432335,9.9686458,23600000 +48.43233733333333,9.968650333333336,23600000 +48.432359600000005,9.968682233333332,30500000 +48.4323489,9.96867,30500000 +48.432354450000005,9.9686767,30500000 +48.4323884,9.9687049,38800000 +48.4323953,9.968707633333333,38800000 +48.4324295,9.9687164,32300000 +48.43244035,9.9687166,32300000 +48.4324498,9.968716533333334,32300000 +48.4324926,9.9687144,42800000 +48.43250195,9.9687137,42800000 +48.43251156666667,9.9687129,42800000 +48.4325512,9.9687095,21600000 +48.43256495,9.96870845,21600000 +48.43257673333333,9.968707766666666,21600000 +48.4326443,9.9687034,27900000 +48.43263335,9.9687041,27900000 +48.4326225,9.9687048,27900000 +48.4326882,9.9687014,25100000 +48.43270305,9.96870085,25100000 +48.43271556666667,9.9687005,25100000 +48.4327637,9.9686996,38600000 +48.432779,9.96869925,38600000 +48.43279183333333,9.968698933333334,38600000 +48.4328409,9.9686979,33500000 +48.432856650000005,9.96869685,33500000 +48.4328698,9.968696066666666,33500000 +48.43293945,9.9686931,25500000 +48.4329274,9.9686935,25500000 +48.43295106666667,9.968692833333334,25500000 +48.4330143,9.96869185,32400000 +48.4329984,9.9686919,32400000 +48.433027466666665,9.968691633333334,32400000 +48.4330776,9.9686917,34300000 +48.4330934,9.9686919,34300000 +48.43310666666667,9.968692066666668,34300000 +48.4331649,9.9686933,24500000 +48.43318055,9.96869345,24500000 +48.4331936,9.9686936,24500000 +48.4332428,9.9686941,36200000 +48.4332582,9.9686947,36200000 +48.43327096666667,9.968695033333333,36200000 +48.43333075,9.9686971,33800000 +48.43334436666667,9.968697533333334,33800000 +48.4333194,9.9686969,33800000 +48.4334004,9.968698,28600000 +48.433411,9.9686979,28600000 +48.433421566666674,9.9686981,28600000 +48.4334634,9.9686987,29200000 +48.43347385,9.96869875,29200000 +48.4334841,9.968698533333331,29200000 +48.4335242,9.9686985,36300000 +48.4335371,9.9686981,36300000 +48.433547633333326,9.9686978,36300000 +48.433606,9.968695166666665,17200000 +48.43366893333333,9.9686925,32400000 +48.4336482,9.9686933,32400000 +48.4336594,9.96869275,32400000 +48.43372245,9.9686929,24400000 +48.43373223333333,9.968693533333337,24400000 +48.4337105,9.9686926,24400000 +48.4337738,9.968696,31700000 +48.4337819,9.968697,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43384123333334,9.968704866666668,23200000 +48.4338829,9.968715,92500000 +48.433916333333336,9.968722833333333,86200000 +48.4339526,9.9687185,105000000 +48.43398243333333,9.9686941,106000000 +48.43401095,9.9686031,24700000 +48.43401146666667,9.9685944,24700000 +48.43401359999999,9.968541166666668,20800000 +48.43401345,9.968550400000002,20800000 +48.434014133333335,9.9684816,19000000 +48.4340141,9.96849385,19000000 +48.4340141,9.9684373,21200000 +48.43401405,9.9684276,21200000 +48.43401393333334,9.968417966666664,21200000 +48.434013775,9.9684085,21200000 +48.4340131,9.9683635,101000000 +48.43401285,9.96835575,101000000 +48.43401263333334,9.9683483,101000000 +48.4340117,9.9683193,123000000 +48.4340116,9.96831285,123000000 +48.43401153333334,9.968306433333334,123000000 +48.43401266666667,9.968269466666667,152000000 +48.434013425,9.968263775,152000000 +48.4340121,9.96827535,152000000 +48.4340191,9.9682279,133000000 +48.4340177,9.9682356,133000000 +48.43402016666667,9.968221233333333,133000000 +48.434024,9.9681952,33100000 +48.43402455,9.9681889,33100000 +48.43402493333334,9.968182266666668,33100000 +48.4340256,9.9681557,24200000 +48.43402525,9.96814865,24200000 +48.43402476666666,9.9681417,24200000 +48.4340222,9.968113,36100000 +48.43402095,9.9681048,36100000 +48.43401980000001,9.968096933333332,36100000 +48.434018575,9.968088375,36100000 +48.4340121,9.968044,36200000 +48.43401055,9.96803385,36200000 +48.4340089,9.968023566666668,36200000 +48.4339973,9.967957033333334,21700000 +48.4340016,9.9679803,21700000 +48.43399955,9.9679688,21700000 +48.43398635,9.96789705,140000000 +48.43398416666667,9.967884633333332,140000000 +48.433981975,9.967871975,140000000 +48.4339715,9.9678076,99800000 +48.43396985,9.9677941,99800000 +48.433968333333326,9.967780433333331,99800000 +48.433954666666665,9.967607966666668,21100000 +48.43395405,9.96759305,21100000 +48.4339563,9.9676379,21100000 +48.43395535,9.96762285,21100000 +48.433951,9.9675029,18000000 +48.43395039999999,9.967487666666663,18000000 +48.433948,9.9674272,19400000 +48.43394735,9.96741235,19400000 +48.43394666666666,9.9673978,19400000 +48.4339438,9.967327699999998,22600000 +48.43394346666667,9.967314866666666,22600000 +48.433943125,9.9673026,22600000 +48.4339417,9.9672441,74600000 +48.43394135,9.96723405,74600000 +48.43394116666667,9.967224633333332,74600000 +48.43393939999999,9.967173133333333,81200000 +48.4339406,9.967189,81200000 +48.4339402,9.96718095,81200000 +48.433935,9.967143,89600000 +48.4339328,9.96713615,89600000 +48.4339302,9.967129733333334,89600000 +48.433927375,9.967123775,89600000 +48.433912,9.967096,60000000 +48.43390835,9.9670918,60000000 +48.43390446666666,9.967088,60000000 +48.43387956666667,9.967071233333334,21400000 +48.43385705,9.96706685,50000000 +48.43385273333333,9.967067233333331,50000000 +48.433848375,9.967068,50000000 +48.4338267,9.967073,104000000 +48.43382215,9.9670748,104000000 +48.43381746666666,9.9670768,104000000 +48.43378746666667,9.96709,106000000 +48.43379285,9.96708745,106000000 +48.4337147,9.9671235,111000000 +48.4337075,9.96712645,111000000 +48.4337004,9.9671291,111000000 +48.4336667,9.9671401,51500000 +48.433651833333336,9.9671438,51500000 +48.4336593,9.967142,51500000 +48.4336112,9.96715395,20500000 +48.4336026,9.967156333333334,20500000 +48.4335702,9.9671657,62300000 +48.4335629,9.96716815,62300000 +48.43355566666667,9.9671706,62300000 +48.433522,9.9671817,83500000 +48.4335121,9.9671849,83500000 +48.4335041,9.967187533333332,83500000 +48.4334671,9.9671998,69600000 +48.43346006666667,9.967202033333333,69600000 +48.4334326,9.9672112,22700000 +48.43342615,9.96721345,22700000 +48.433418,9.9672165,22700000 +48.433373466666666,9.9672342,34300000 +48.4333876,9.9672284,34300000 +48.43338045,9.96723125,34300000 +48.4333416,9.9672484,23800000 +48.43333185,9.9672533,23800000 +48.433323666666666,9.9672574,23800000 +48.4332835,9.96727625,19400000 +48.43327606666667,9.967279766666667,19400000 +48.4332684,9.96728305,19400000 +48.4332235,9.9673007,37200000 +48.4332153,9.9673034,37200000 +48.4331748,9.9673149,19600000 +48.43316383333334,9.967318066666666,19600000 +48.4331858,9.9673119,19600000 +48.4331196,9.9673305,29600000 +48.4331084,9.9673337,29600000 +48.4330752,9.9673428,26200000 +48.43306675,9.9673452,26200000 +48.43305663333333,9.967348433333331,26200000 +48.432992033333335,9.9673678,24900000 +48.43300295,9.9673644,24900000 +48.4330139,9.967361,24900000 +48.432992033333335,9.9673678,24900000 +48.4329373,9.96738345,32400000 +48.43288343333333,9.9673987,26300000 +48.43283085,9.96741535,24800000 +48.43277989999999,9.967436633333334,18000000 +48.4327315,9.96746105,18400000 +48.432685,9.9674856,17200000 +48.4326398,9.9675065,30700000 +48.43259633333333,9.9675241,32200000 +48.4325578,9.96753845,31400000 +48.43252196666666,9.967549166666666,57600000 +48.43248173333333,9.967555966666666,35900000 +48.4324469,9.96755765,32900000 +48.432406166666674,9.9675617,18100000 +48.4323612,9.967572566666666,32100000 +48.43233225,9.9675819,26500000 +48.43231106666666,9.967588933333332,26600000 +48.43228986666667,9.967595166666667,23700000 +48.432277733333336,9.967599233333331,19900000 +48.43227055,9.9676017,15300000 +48.4322677,9.9676037,29000000 +48.43226645,9.96760515,26700000 +48.432263266666666,9.967606766666668,21300000 +48.43225163333333,9.9676158,19900000 +48.43223695,9.9676376,20000000 +48.43222765,9.96766885,26000000 +48.4322267,9.967678633333334,26000000 +48.4322261,9.9677308,30100000 +48.43223105,9.96777845,20500000 +48.43223270000001,9.9677917,20500000 +48.43224155,9.9678603,30600000 +48.43225216666667,9.9679382,26100000 +48.4322627,9.96802195,19500000 +48.43227095,9.96809225,43700000 +48.43227273333334,9.9681099,43700000 +48.43228015,9.96819675,22800000 +48.43228653333333,9.968277866666666,29100000 +48.43229285,9.968352,36200000 +48.432300266666665,9.9684222,39600000 +48.43230895,9.96848855,39600000 +48.43232013333334,9.968550966666667,32200000 +48.43233185,9.96860535,31300000 +48.432341,9.968642366666666,19000000 +48.432355,9.96867535,36300000 +48.43238143333334,9.9687036,21400000 +48.4323746,9.96869905,21400000 +48.43241925,9.9687187,23900000 +48.43246376666667,9.968717866666667,31900000 +48.4325096,9.9687131,28600000 +48.43255919999999,9.968708633333334,35600000 +48.43261155,9.96870505,27900000 +48.432664433333336,9.968701933333334,39100000 +48.43271645,9.96870005,48800000 +48.432763066666666,9.968700466666668,48500000 +48.43275415,9.96870055,48500000 +48.43280515,9.96870075,20900000 +48.432843166666665,9.968701566666669,38800000 +48.43287575,9.96870275,18300000 +48.43290326666667,9.968703533333334,33900000 +48.43292525,9.96870395,39000000 +48.43293903333333,9.968704133333333,26400000 +48.4329447,9.9687038,23900000 +48.432945450000005,9.9687036,23900000 +48.4329504,9.9687051,29400000 +48.4329603,9.968708,17800000 +48.43297926666667,9.968708766666667,32000000 +48.4330057,9.96870955,28300000 +48.43304293333333,9.968711133333334,38000000 +48.4330888,9.9687126,29600000 +48.4330788,9.9687122,29600000 +48.43313125,9.9687144,35100000 +48.43314243333333,9.968714833333332,35100000 +48.4331997,9.96871655,20600000 +48.4332603,9.968717066666668,16800000 +48.433321,9.96871735,20800000 +48.4333819,9.968716833333334,19500000 +48.43344235,9.96871785,19700000 +48.433504,9.9687177,69700000 +48.4335656,9.9687192,24500000 +48.43362286666667,9.968719766666666,24300000 +48.43367455,9.96872145,22900000 +48.433722366666665,9.968723466666669,19300000 +48.433767200000005,9.96872695,17700000 +48.43380173333333,9.9687327,16300000 +48.4338358,9.968740766666668,19100000 +48.433841225,9.968742250000002,19100000 +48.43387805,9.96875205,38600000 +48.4339104,9.968758033333334,85100000 +48.43394445,9.96875335,64700000 +48.43397443333333,9.968726,70200000 +48.43399855,9.9686807,99700000 +48.434009233333335,9.968624966666669,65300000 +48.4340119,9.9685686,119000000 +48.43401263333334,9.968504433333337,44400000 +48.43401163333333,9.968421133333337,24000000 +48.43401023333333,9.968342633333334,128000000 +48.43401033333333,9.968252933333334,114000000 +48.43401085,9.9681828,21900000 +48.4340106,9.9681682,21900000 +48.434007300000005,9.96808625,31500000 +48.433999,9.968007433333334,26900000 +48.4339884,9.9679229,49200000 +48.433975925,9.967829300000002,113000000 +48.43395793333334,9.9676534,49900000 +48.43395405,9.9675692,33100000 +48.43395103333333,9.967490566666669,37200000 +48.4339477,9.9674097,56800000 +48.43394503333334,9.967330333333331,25200000 +48.4339432,9.9672564,31000000 +48.43394216666667,9.967195066666669,68900000 +48.4339401,9.9671453,16300000 +48.43393026666666,9.9671027,37700000 +48.43391155,9.96707205,37200000 +48.43388836666667,9.967056066666666,20000000 +48.433858566666665,9.9670524,76700000 +48.43383045,9.9670611,127000000 +48.4337029,9.9671203,161000000 +48.4336938,9.9671238,161000000 +48.43368446666667,9.9671274,161000000 +48.4334805,9.96720305,80200000 +48.4334908,9.9671996,80200000 +48.43347206666667,9.967205866666667,80200000 +48.4334352,9.9672183,25800000 +48.43342555,9.96722115,25800000 +48.4333962,9.96723015,22200000 +48.43338896666668,9.967232366666666,22200000 +48.4333595,9.96724165,31700000 +48.43335523333334,9.967243033333334,31700000 +48.43333305,9.967250150000002,24200000 +48.433329500000006,9.967251533333334,24200000 +48.433311633333325,9.967259333333333,27700000 +48.43331375,9.9672584,27700000 +48.4333161,9.9672573,27700000 +48.4333033,9.967263166666667,18800000 +48.4333021,9.967263,23100000 +48.433302,9.96726305,23100000 +48.4333016,9.9672625,23900000 +48.43330153333333,9.967262333333332,23900000 +48.43330155,9.96726235,23900000 +48.4333012,9.9672626,22000000 +48.4333012,9.9672629,22000000 +48.433300800000005,9.967265133333331,24000000 +48.4333015,9.96726465,24000000 +48.4333017,9.9672641,24000000 +48.4332998,9.9672662,27100000 +48.43330005,9.9672666,27100000 +48.4333006,9.9672678,23900000 +48.43330075,9.96726815,23900000 +48.43330096666667,9.967268266666666,23900000 +48.4333018,9.9672689,23500000 +48.4333023,9.9672688,23500000 +48.433302733333335,9.967268666666667,23500000 +48.4333045,9.9672677,23600000 +48.433305,9.96726735,23600000 +48.4333062,9.9672657,28100000 +48.4333066,9.96726475,28100000 +48.43330699999999,9.9672634,28100000 +48.4333086,9.9672578,16000000 +48.43331003333333,9.967253833333332,16000000 +48.4333094,9.96725575,16000000 +48.4333112,9.9672461,19200000 +48.43331125,9.96724415,19200000 +48.43331416666667,9.9672366,34400000 +48.43331365,9.967238300000002,34400000 +48.4333127,9.9672402,34400000 +48.4333152,9.9672293,34900000 +48.43331525,9.96722735,34900000 +48.43331536666667,9.967227066666666,34900000 +48.4333158,9.9672254,34500000 +48.43331595,9.9672252,34500000 +48.43331723333333,9.967226266666666,30600000 +48.4333167,9.967226,30600000 +48.433317,9.96722615,30600000 +48.43331835,9.9672268,17500000 +48.4333186,9.9672271,22300000 +48.4333188,9.96722745,22300000 +48.43331903333333,9.9672281,22300000 +48.43332036666667,9.967234066666668,50600000 +48.4333202,9.9672315,50600000 +48.4333201,9.9672325,50600000 +48.433324166666665,9.967245666666663,27800000 +48.4333233,9.9672436,27800000 +48.4333231,9.9672418,27800000 +48.4333283,9.9672541,25000000 +48.4333293,9.96725565,25000000 +48.4333304,9.967257,25000000 +48.4333361,9.967263,21200000 +48.4333382,9.9672645,21200000 +48.4333452,9.9672691,16500000 +48.43334755,9.96727015,16500000 +48.43334996666667,9.967271066666669,16500000 +48.4333597,9.9672737,27600000 +48.4333635,9.967274,27600000 +48.4333668,9.967274066666668,27600000 +48.4333796,9.9672733,20600000 +48.4333845,9.96727225,20600000 +48.43338946666668,9.967270833333334,20600000 +48.43342163333333,9.967259966666669,24600000 +48.43341635,9.96726205,24600000 +48.43342163333333,9.967259966666669,24600000 +48.4334105,9.9672643,24600000 +48.43345415,9.96724655,35400000 +48.43349103333333,9.967230666666666,38700000 +48.433543766666666,9.967207866666667,36800000 +48.43358905,9.967188,41700000 +48.4336367,9.9671684,47400000 +48.4336821,9.96714845,115000000 +48.43379863333333,9.967094433333331,113000000 +48.4338257,9.96708655,95100000 +48.43384749999999,9.967087166666666,132000000 +48.43386595,9.96709375,131000000 +48.4338951,9.96711705,20500000 +48.4339028,9.96713125,17600000 +48.43390406666666,9.967135666666666,17600000 +48.4339086,9.967154,73300000 +48.433909400000005,9.967159850000002,73300000 +48.4339123,9.967194833333332,86400000 +48.43391195,9.967187,86400000 +48.4339115,9.9671795,86400000 +48.4339133,9.9672283,115000000 +48.43391315,9.9672388,115000000 +48.4339113,9.967296366666666,54500000 +48.43391185,9.96728375,54500000 +48.4339122,9.9672717,54500000 +48.4339084,9.9673487,143000000 +48.43390725,9.9673632,143000000 +48.4339044,9.9674081,87000000 +48.4339036,9.96742415,87000000 +48.43390303333334,9.967440666666668,87000000 +48.4339016,9.9675072,19200000 +48.4339019,9.96752485,19200000 +48.4339034,9.9675784,97500000 +48.4339048,9.9675966,97500000 +48.43390623333334,9.967615166666668,97500000 +48.43392463333333,9.967800333333331,181000000 +48.4339225,9.96778225,181000000 +48.4339203,9.967764,181000000 +48.4339415,9.9679604,83500000 +48.43394270000001,9.967975,83500000 +48.4339401,9.9679428,83500000 +48.4339475,9.9680385,65400000 +48.43394885,9.9680558,65400000 +48.4339532,9.9681078,69100000 +48.433954,9.9681253,69100000 +48.43395483333333,9.968142666666669,69100000 +48.43395595,9.9682276,172000000 +48.4339561,9.9682109,172000000 +48.4339549,9.9682772,177000000 +48.4339548,9.96829345,177000000 +48.4339547,9.968309633333334,177000000 +48.43395505,9.9683898,95400000 +48.4339549,9.9683742,95400000 +48.4339549,9.968550966666667,98500000 +48.4339552,9.9685409,98500000 +48.433955,9.96854655,98500000 +48.4339551,9.9685642,80000000 +48.43395525,9.96856455,80000000 +48.4339559,9.968565,72100000 +48.43395615,9.9685649,72100000 +48.43395633333333,9.968564766666669,72100000 +48.4339569,9.9685643,77900000 +48.43395695,9.9685643,77900000 +48.433957166666666,9.968564333333331,77900000 +48.4339579,9.9685644,108000000 +48.433958,9.9685644,108000000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,94900000 +48.433958100000005,9.9685644,94900000 +48.4339581,9.9685644,94800000 +48.4339581,9.9685644,94800000 +48.433958100000005,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,28000000 +48.43395886666666,9.968564766666669,106000000 +48.4339586,9.9685643,106000000 +48.4339581,9.9685644,106000000 +48.4339593,9.9685687,48200000 +48.43395905,9.9685712,48200000 +48.4339521,9.9685992,158000000 +48.4339505,9.96860205,158000000 +48.4339452,9.9686101,105000000 +48.43394116666667,9.968614533333332,105000000 +48.43394345,9.9686124,105000000 +48.4339254,9.96862235,179000000 +48.4339295,9.9686219,179000000 +48.43390213333333,9.968619833333332,108000000 +48.4339074,9.9686212,108000000 +48.43387285,9.96861085,141000000 +48.43383406666666,9.968598433333332,21100000 +48.4337871,9.9685849,20100000 +48.43374305,9.9685748,22400000 +48.433731566666665,9.968572566666666,22400000 +48.4336851,9.9685656,29000000 +48.43367375,9.968566,29000000 +48.43366376666666,9.968565533333331,29000000 +48.4336035,9.96855815,27300000 +48.433617,9.9685608,27300000 +48.4335479,9.9685478,28400000 +48.4335341,9.968546433333332,28400000 +48.4334787,9.9685416,28900000 +48.43346785,9.9685405,28900000 +48.43345683333333,9.9685399,28900000 +48.4334053,9.9685368,29100000 +48.4333905,9.96853585,29100000 +48.43332123333334,9.968533866666668,32000000 +48.4333469,9.9685333,32000000 +48.43333275,9.96853335,32000000 +48.4332586,9.96853705,33300000 +48.4332719,9.9685371,33300000 +48.4332042,9.9685364,72600000 +48.43319016666666,9.9685356,72600000 +48.4331346,9.9685319,40300000 +48.43312135,9.96853155,40300000 +48.433110733333336,9.968532433333332,40300000 +48.4330653,9.9685401,34500000 +48.4330531,9.9685427,34500000 +48.43300245,9.968549,35300000 +48.43298910000001,9.968548833333331,35300000 +48.4330158,9.9685486,35300000 +48.4329361,9.9685492,38100000 +48.4329235,9.9685504,38100000 +48.4328853,9.9685536,43400000 +48.4328719,9.968554,43400000 +48.43285853333333,9.968554233333334,43400000 +48.4328061,9.9685565,28100000 +48.432790350000005,9.968558,28100000 +48.4327365,9.9685654,26700000 +48.4327493,9.9685628,26700000 +48.4326726,9.968577033333334,29100000 +48.4326982,9.9685723,29100000 +48.43268535,9.9685749,29100000 +48.4326219,9.9685871,40200000 +48.43260945,9.9685888,40200000 +48.4325724,9.9685941,22700000 +48.43256055,9.96859585,22700000 +48.4325491,9.968597533333332,22700000 +48.4325051,9.9686034,40200000 +48.4324957,9.9686042,40200000 +48.43245483333333,9.968601866666669,42800000 +48.43246205,9.9686038,42800000 +48.4324696,9.968605,42800000 +48.4324282,9.9685915,33900000 +48.4324223,9.9685875,33900000 +48.4324054,9.968574,19100000 +48.4323999,9.96856825,19100000 +48.4323948,9.968561733333331,19100000 +48.4323752,9.9685329,29600000 +48.432371200000006,9.96852435,29600000 +48.432356133333336,9.968473233333334,22000000 +48.4323583,9.96848465,22000000 +48.4323607,9.9684957,22000000 +48.4323484,9.9684261,33100000 +48.43234665,9.96841275,33100000 +48.4323396,9.968341733333334,17600000 +48.4323356,9.9682779,29900000 +48.4323347,9.96826065,29900000 +48.432332,9.9682079,25700000 +48.4323311,9.9681896,25700000 +48.432329933333335,9.968171333333332,25700000 +48.432322,9.9680815,19600000 +48.4323241,9.9680986,19600000 +48.4323158,9.9680307,25600000 +48.43231395,9.9680138,25600000 +48.432311633333335,9.9679973,25600000 +48.432302,9.9679308,25000000 +48.43229945,9.96791425,25000000 +48.4322919,9.9678667,19700000 +48.43228980000001,9.9678526,19700000 +48.432287933333335,9.9678395,19700000 +48.43228015,9.96778095,30000000 +48.4322812,9.967791,30000000 +48.43227936666667,9.967773133333331,30000000 +48.4322773,9.9677414,39900000 +48.43227755,9.9677357,39900000 +48.43228303333333,9.9677015,23500000 +48.4322798,9.9677147,23500000 +48.432281200000006,9.9677078,23500000 +48.4322912,9.9676792,25400000 +48.4322948,9.9676741,25400000 +48.4323025,9.9676642,25600000 +48.4323054,9.96766175,25600000 +48.43230863333334,9.9676596,25600000 +48.4323231,9.967652,29100000 +48.4323262,9.9676512,29100000 +48.43233039999999,9.967650266666666,29100000 +48.432355066666666,9.9676456,28000000 +48.4323467,9.9676468,28000000 +48.4323508,9.9676462,28000000 +48.4323731,9.9676434,30800000 +48.4323783,9.96764305,30800000 +48.432383566666665,9.967642733333332,30800000 +48.4324094,9.9676416,33400000 +48.4324154,9.96764145,33400000 +48.4324215,9.967641233333334,33400000 +48.432465425,9.967639125,25800000 +48.43245913333334,9.967639633333333,25800000 +48.4324528,9.96764005,25800000 +48.432514266666665,9.9676334,24300000 +48.4325017,9.9676358,24300000 +48.43250795,9.96763475,24300000 +48.4325385,9.9676266,38800000 +48.4325472,9.96762465,38800000 +48.43255423333333,9.967622633333333,38800000 +48.43255423333333,9.967622633333333,38800000 +48.432594050000006,9.96761055,20800000 +48.43263796666667,9.967593933333331,78900000 +48.43268315,9.96757545,66200000 +48.4327596,9.9675322,26600000 +48.43276779999999,9.9675281,26600000 +48.4327918,9.9675163,16500000 +48.4327996,9.9675127,16500000 +48.432807233333335,9.967509533333333,16500000 +48.43284595,9.967497,20000000 +48.4328379,9.9674984,20000000 +48.43288603333334,9.9674919,26300000 +48.4328699,9.9674937,26300000 +48.432877950000005,9.9674928,26300000 +48.4329185,9.9674884,32400000 +48.43292685,9.9674871,32400000 +48.4329517,9.9674832,22900000 +48.43296025,9.96748165,22900000 +48.432968933333335,9.967479933333331,22900000 +48.432968933333335,9.967479933333331,22900000 +48.43301315,9.9674692,32000000 +48.43305823333333,9.967453266666666,40800000 +48.4331037,9.9674378,22700000 +48.433200150000005,9.9674097,19700000 +48.43319,9.967413,19700000 +48.433241,9.9673968,17900000 +48.4332513,9.967393466666666,17900000 +48.4332929,9.9673787,32400000 +48.4333033,9.9673749,32400000 +48.43333805,9.9673604,29200000 +48.43334643333333,9.9673571,29200000 +48.4333856,9.9673422,33500000 +48.4333968,9.96733865,33500000 +48.43340813333333,9.9673352,33500000 +48.4334705,9.9673133,23400000 +48.433453,9.9673201,23400000 +48.43346175,9.96731675,23400000 +48.4335108,9.9672987,33400000 +48.43352245,9.9672946,33400000 +48.433531833333326,9.967290566666668,33400000 +48.4335717,9.9672727,30800000 +48.4335797,9.96726905,30800000 +48.4336093,9.967256,40700000 +48.43362005,9.96725195,40700000 +48.433629,9.9672484,40700000 +48.43368303333333,9.967226266666666,109000000 +48.433673,9.9672304,109000000 +48.4336629,9.9672343,109000000 +48.4337177,9.9672096,177000000 +48.433725,9.9672061,177000000 +48.43373223333333,9.967202366666667,177000000 +48.4338071,9.9671597,66400000 +48.43381375,9.9671565,66400000 +48.43381886666666,9.967153466666666,66400000 +48.433845600000005,9.967142,89200000 +48.4338372,9.9671444,89200000 +48.43384105,9.9671429,89200000 +48.4338676,9.967141,37700000 +48.4338636,9.9671404,37700000 +48.43388513333333,9.967148033333332,22500000 +48.4339,9.96716,20800000 +48.433909400000005,9.96717445,19700000 +48.43391123333333,9.9671789,19700000 +48.4339179,9.9671991,80200000 +48.43391885,9.9672036,80200000 +48.43391983333333,9.967209633333336,80200000 +48.4339233,9.9672371,80700000 +48.43392385,9.96724535,80700000 +48.43392550000001,9.967291333333334,85100000 +48.43392540000001,9.967281150000002,85100000 +48.4339251,9.9672712,85100000 +48.4339258,9.9673271,94500000 +48.4339253,9.9673385,94500000 +48.43392483333333,9.9673483,94500000 +48.4339218,9.9673933,32000000 +48.4339206,9.9674069,32000000 +48.4339206,9.9674069,32000000 +48.433917166666674,9.9674665,69400000 +48.43391543333333,9.967546166666668,17800000 +48.43391556666666,9.967622933333333,37500000 +48.43394546666667,9.967952533333332,124000000 +48.43395456666667,9.9680283,94600000 +48.43396313333333,9.968106166666669,30300000 +48.43397006666667,9.9682013,169000000 +48.4339744,9.9684382,18700000 +48.4339754,9.968501300000002,93400000 +48.43397495,9.968586825,53100000 +48.43396916666666,9.968619066666667,71700000 +48.43395653333334,9.968643733333334,79900000 +48.43394095,9.96865485,146000000 +48.43392146666668,9.9686544,62900000 +48.4338924,9.968646766666668,154000000 +48.4338562,9.9686369,86600000 +48.43381716666666,9.968629433333332,72700000 +48.433764700000005,9.9686221,79000000 +48.43370996666667,9.968618966666666,36100000 +48.433652,9.968617733333334,25800000 +48.43358226666666,9.968609566666666,30300000 +48.43351536666668,9.9686023,27100000 +48.4334486,9.968596966666668,44900000 +48.43338403333333,9.968593,49100000 +48.43332186666667,9.9685882,33300000 +48.43326126666667,9.968587133333331,30200000 +48.43319093333333,9.968586066666669,47200000 +48.4331267,9.9685829,29100000 +48.43306506666667,9.9685826,34500000 +48.4330032,9.96858105,30800000 +48.432939466666674,9.9685776,41000000 +48.432952,9.9685777,41000000 +48.43287655,9.96858045,40900000 +48.432817633333336,9.968584966666668,26500000 +48.43275735,9.96858895,19300000 +48.43269373333334,9.968596733333332,48200000 +48.43262905,9.96860435,27600000 +48.43256696666666,9.968611966666666,28300000 +48.43251475,9.96861825,36400000 +48.43247336666667,9.9686189,20800000 +48.43243396666667,9.968608733333332,24500000 +48.43240195,9.9685882,27900000 +48.4323735,9.968554633333332,38200000 +48.4323787,9.96856235,38200000 +48.4323501,9.9685113,25800000 +48.432335,9.9684581,19900000 +48.43232565,9.9683971,62500000 +48.43232026666667,9.968326,62300000 +48.4323156,9.9682452,39800000 +48.43230976666666,9.968158833333334,45000000 +48.43230195,9.9680715,40500000 +48.43229213333333,9.967984866666669,23200000 +48.4322941,9.9680022,23200000 +48.43228245,9.96790095,31000000 +48.43227313333333,9.967830166666667,28400000 +48.43226535,9.96777265,26400000 +48.43226113333333,9.9677269,25600000 +48.4322639,9.967686233333334,19400000 +48.4322738,9.9676618,22000000 +48.43228976666666,9.967646766666668,30400000 +48.43228585,9.967649000000002,30400000 +48.43231230000001,9.96763695,33600000 +48.432339133333336,9.967630666666668,27800000 +48.432377800000005,9.967622466666668,16500000 +48.43241746666666,9.9676144,41300000 +48.43246725,9.96760425,37300000 +48.43251415,9.9675933,37500000 +48.43255415,9.9675828,101000000 +48.432564000000006,9.9675799,101000000 +48.4326127,9.9675636,100000000 +48.43265853333335,9.967543766666669,118000000 +48.4326995,9.9675207,104000000 +48.43273743333334,9.967498533333334,36800000 +48.4327749,9.9674806,21500000 +48.4328108,9.967469166666667,44700000 +48.43284785,9.9674628,31200000 +48.432888866666666,9.967458266666666,29800000 +48.4329333,9.967453249999998,23600000 +48.432981600000005,9.967444366666667,23900000 +48.433034,9.9674319,50400000 +48.43308966666667,9.9674168,28300000 +48.43314695,9.96740025,40000000 +48.433205166666674,9.967380433333334,22200000 +48.4331934,9.9673846,22200000 +48.4332644,9.96735875,22600000 +48.43332456666667,9.967334866666668,26800000 +48.4333839,9.96731225,20000000 +48.43339576666667,9.967308166666667,20000000 +48.43345795,9.9672855,33900000 +48.433509,9.96726675,24700000 +48.43352176666667,9.967261366666667,24700000 +48.4335846,9.96723405,18900000 +48.43364686666666,9.967208966666666,17700000 +48.43370575,9.96718565,69500000 +48.4337548,9.967164966666669,162000000 +48.4337461,9.9671688,162000000 +48.43379525,9.9671465,80900000 +48.4338273,9.967134033333332,104000000 +48.433849550000005,9.9671304,78800000 +48.4338663,9.9671354,28700000 +48.433881,9.96714435,30800000 +48.43389373333333,9.967158966666668,124000000 +48.43391233333333,9.967211966666666,17700000 +48.43391765,9.9672497,70200000 +48.43391985,9.9672852,28600000 +48.43391973333333,9.967295066666669,28600000 +48.4339183,9.9673455,84600000 +48.4339152,9.967400166666666,55000000 +48.43391335,9.96745475,94700000 +48.433913100000005,9.967467166666667,94700000 +48.43391295,9.96753505,120000000 +48.4339146,9.967602433333331,33200000 +48.43391713333333,9.967669433333334,137000000 +48.43394503333334,9.967971766666668,101000000 +48.433952866666665,9.968045833333331,95800000 +48.4339517,9.96803495,95800000 +48.4339588,9.968105,22200000 +48.4339601,9.968119933333334,22200000 +48.4339655,9.96818805,91300000 +48.43396623333333,9.968201266666666,91300000 +48.4339732,9.9684129,76500000 +48.43397326666667,9.968424566666668,76500000 +48.43397433333333,9.968491366666669,156000000 +48.43397493333333,9.968541366666669,83700000 +48.43397335,9.9685774,63500000 +48.43396993333334,9.968608766666666,110000000 +48.433962433333335,9.9686388,106000000 +48.4339644,9.96863435,106000000 +48.4339491,9.96865675,121000000 +48.433935250000005,9.9686629,103000000 +48.433932000000006,9.9686632,103000000 +48.433914,9.96866285,36100000 +48.43390866666667,9.968662033333333,36100000 +48.43388055,9.96865735,79900000 +48.433872400000006,9.968655933333332,79900000 +48.4338249,9.968648533333331,28700000 +48.43377133333333,9.968641933333334,109000000 +48.43372046666667,9.9686379,45200000 +48.4336633,9.968636066666669,30800000 +48.4335972,9.968632633333334,60500000 +48.43361035,9.9686335,60500000 +48.4335387,9.968629,40000000 +48.43352596666667,9.9686285,40000000 +48.43347055,9.96862575,35600000 +48.43346036666666,9.968624966666669,35600000 +48.43340725,9.968623,31900000 +48.43339653333334,9.9686229,31900000 +48.4333374,9.9686233,41300000 +48.433272933333335,9.9686211,18300000 +48.43321235,9.9686174,21500000 +48.433200766666666,9.968616666666668,21500000 +48.4331528,9.968614,43300000 +48.43314335,9.9686135,43300000 +48.43309655,9.96861245,24200000 +48.433084400000006,9.968612966666669,24200000 +48.433018366666666,9.968614733333332,33700000 +48.43302905,9.96861465,33700000 +48.432962200000006,9.96861585,23300000 +48.432950600000005,9.968616033333332,23300000 +48.43289235,9.9686175,32900000 +48.43283696666666,9.968618,20300000 +48.432827225,9.968617775,20300000 +48.4327693,9.96861685,28200000 +48.4327601,9.968617566666667,28200000 +48.4327095,9.9686217,38900000 +48.43270093333334,9.968622466666666,38900000 +48.43264476666667,9.968626133333332,17600000 +48.4326072,9.9686286,15800000 +48.43259675,9.968629,15800000 +48.4325883,9.968629733333334,15800000 +48.4325416,9.96863445,18400000 +48.43249403333333,9.968638566666668,21000000 +48.432446633333335,9.9686342,16600000 +48.4324148,9.96862005,36800000 +48.43239019999999,9.9685998,31700000 +48.4323627,9.9685587,32100000 +48.43234326666667,9.9685111,32400000 +48.43232963333333,9.968453733333332,41300000 +48.43232046666666,9.968375766666668,49700000 +48.43231625,9.9683093,17800000 +48.4323118,9.968234066666668,41000000 +48.4323067,9.968150766666668,24200000 +48.432297733333336,9.9680664,27300000 +48.432287933333335,9.967992466666669,18400000 +48.4322808,9.967936900000002,29900000 +48.4322757,9.967895033333331,16600000 +48.432271033333336,9.9678629,22800000 +48.4322683,9.967839966666668,26500000 +48.43226643333333,9.967827966666666,35700000 +48.4322644,9.9678162,17700000 +48.43226186666666,9.967797333333335,29800000 +48.4322592,9.967777566666667,32400000 +48.43225676666666,9.9677541,25400000 +48.43225575,9.96773395,34000000 +48.43225803333333,9.967709166666667,21700000 +48.4322648,9.96768565,34000000 +48.43227496666666,9.967670033333334,42300000 +48.43229436666667,9.967656133333334,23500000 +48.43232153333333,9.967646366666663,32400000 +48.432348733333335,9.967639866666666,26200000 +48.43238033333333,9.967633633333334,24100000 +48.432420125,9.96762645,25700000 +48.43241416666667,9.9676276,25700000 +48.4324669,9.9676172,33900000 +48.432505633333335,9.967607933333332,44900000 +48.43255333333334,9.967594266666666,30000000 +48.4325957,9.9675794,81300000 +48.43263796666667,9.967565633333336,98500000 +48.4326883,9.9675483,96400000 +48.43274006666667,9.967528566666669,61400000 +48.4327923,9.9675097,24100000 +48.43284345,9.96749415,22500000 +48.43289493333333,9.967478666666668,21000000 +48.43294645,9.9674618,17900000 +48.43299783333333,9.967442966666669,31300000 +48.43304915,9.9674243,17500000 +48.43310096666667,9.967405866666669,19900000 +48.43315315,9.9673885,25700000 +48.43320613333333,9.967370833333334,21500000 +48.43325855,9.96735365,30300000 +48.433311233333335,9.9673349,27800000 +48.4333719,9.9673116,37400000 +48.4334208,9.9672934,31900000 +48.43346616666667,9.967276733333334,44200000 +48.433521500000005,9.967254866666666,29300000 +48.4335719,9.9672342,26400000 +48.43360665,9.9672184,20800000 +48.43361826666666,9.9672135,20800000 +48.433671450000006,9.9671908,60800000 +48.43371353333333,9.9671722,134000000 +48.4337575,9.96715245,102000000 +48.4337643,9.967149133333336,102000000 +48.4337987,9.96713205,101000000 +48.433824433333335,9.9671234,74500000 +48.43384425,9.96712175,80700000 +48.4338587,9.9671247,39100000 +48.4338621,9.9671262,39100000 +48.43387835,9.9671362,40400000 +48.4338926,9.967152733333334,135000000 +48.43390325,9.9671749,30600000 +48.43391110000001,9.967206066666668,90000000 +48.4339186,9.96729065,36900000 +48.4339189,9.967297433333334,36900000 +48.43392,9.96734015,24600000 +48.4339191,9.967388033333334,16300000 +48.43391695,9.96744415,40100000 +48.4339166,9.967455833333334,40100000 +48.4339152,9.96752025,29000000 +48.43391606666668,9.9675855,29600000 +48.433944966666665,9.967930333333332,131000000 +48.43395345,9.96800245,124000000 +48.43396213333333,9.968073766666668,30200000 +48.43397133333334,9.968162433333331,45500000 +48.433978375,9.9685986,131000000 +48.4339789,9.968594566666669,131000000 +48.433973400000006,9.968625933333334,22400000 +48.43396526666667,9.9686452,19200000 +48.433949575,9.968659175,24000000 +48.43392956666667,9.9686631,16200000 +48.433905,9.9686604,163000000 +48.43387153333333,9.968655066666663,57000000 +48.43383276666666,9.968648866666667,102000000 +48.433777500000005,9.968642625,110000000 +48.43367503333334,9.9686377,28500000 +48.433621975,9.96863535,19700000 +48.43357026666666,9.9686323,27700000 +48.4335257,9.968629433333334,30000000 +48.433475400000006,9.968625275,78800000 +48.433425,9.968621,41300000 +48.4333861,9.9686185,32600000 +48.433337300000005,9.968615866666669,51700000 +48.4332926,9.968616066666668,37900000 +48.43324853333333,9.968615533333336,45600000 +48.4332049,9.968614,25900000 +48.433156200000006,9.968611066666668,31200000 +48.43310556666666,9.968608666666666,30100000 +48.43306185,9.96860925,28900000 +48.433020166666665,9.968612300000002,20800000 +48.43296436666666,9.9686121,36100000 +48.4329149,9.96861275,21400000 +48.43286716666666,9.968616133333333,29800000 +48.432804525,9.96862005,32300000 +48.432812866666666,9.968619233333332,32300000 +48.43275125,9.968625,37400000 +48.43274186666667,9.968625966666666,37400000 +48.4326907,9.9686307,23700000 +48.43264236666667,9.968634766666668,24500000 +48.43259293333333,9.9686381,81000000 +48.432584825,9.968638675,81000000 +48.43252463333334,9.968643166666666,22800000 +48.43248116666667,9.968644933333332,31300000 +48.43243786666667,9.9686367,23800000 +48.43240233333333,9.968614933333331,25900000 +48.43237113333333,9.9685748,26300000 +48.4323504,9.9685257,24700000 +48.4323409,9.9684834,34700000 +48.43233899999999,9.9684706,34700000 +48.4323297,9.9684012,20600000 +48.4323228,9.968337333333332,21300000 +48.4323158,9.968264366666666,35400000 +48.4323086,9.9681884,26100000 +48.432307233333326,9.968175466666668,26100000 +48.43229936666666,9.9681027,32200000 +48.4322907,9.96803395,27400000 +48.43228113333333,9.9679598,18600000 +48.43226906666666,9.9678752,24100000 +48.4322597,9.96780845,25700000 +48.43225416666667,9.967760333333333,31400000 +48.432253200000005,9.96772225,32800000 +48.43225376666667,9.967716433333337,32800000 +48.432259433333336,9.967689066666669,26500000 +48.4322661,9.967676666666668,40000000 +48.43227433333334,9.967668166666664,32200000 +48.43228773333333,9.967661333333334,25500000 +48.4322854,9.96766205,25500000 +48.43230145,9.96765765,21600000 +48.4323042,9.967657133333333,21600000 +48.43232073333333,9.967654066666666,39300000 +48.43233823333333,9.967649666666668,27500000 +48.43235635,9.9676439,27600000 +48.43236066666666,9.967642466666668,27600000 +48.432387766666665,9.9676333,18200000 +48.43238275,9.96763495,18200000 +48.432392875,9.9676317,18200000 +48.4324256,9.9676221,27100000 +48.43243166666667,9.967620366666669,27100000 +48.43246365,9.96761145,18000000 +48.43247053333334,9.967609566666669,18000000 +48.4325133,9.967597066666666,32100000 +48.432520975,9.967594525,32100000 +48.4325747,9.96757705,88800000 +48.4326168,9.96756275,77600000 +48.432627966666665,9.967559133333332,77600000 +48.4326862,9.9675394,83200000 +48.4326774,9.96754275,83200000 +48.43272665,9.9675233,24600000 +48.43273453333333,9.9675204,24600000 +48.43278563333333,9.967503166666663,28600000 +48.4328317,9.96748715,22300000 +48.432841233333335,9.967484066666666,22300000 +48.4328909,9.967467,31500000 +48.43289946666667,9.967464266666664,31500000 +48.432932,9.9674537,25800000 +48.43294215,9.96745035,25800000 +48.43299103333334,9.9674335,20100000 +48.4330281,9.9674204,26600000 +48.4330366,9.9674172,26600000 +48.43304353333334,9.9674143,26600000 +48.4330729,9.967403,33800000 +48.43308065,9.96739995,33800000 +48.43310695,9.96738965,23700000 +48.43311296666666,9.967387366666667,23700000 +48.4331447,9.96737625,34800000 +48.433153233333336,9.9673735,34800000 +48.4332069,9.967357433333332,26800000 +48.43319855,9.96735975,26800000 +48.4331889,9.9673624,26800000 +48.4332522,9.96734445,39400000 +48.4332602,9.967342099999998,39400000 +48.4332978,9.9673309,14100000 +48.4333087,9.96732765,14100000 +48.4334085,9.9672947,145800000 +48.433417633333335,9.9672915,145800000 +48.4334734,9.967270633333332,23200000 +48.4335151,9.9672539,46700000 +48.433536,9.967245333333333,46700000 +48.4335266,9.9672492,46700000 +48.433589600000005,9.967222333333334,23000000 +48.4335795,9.9672266,23000000 +48.43364155,9.9672018,85400000 +48.43368275,9.96718605,181000000 +48.43369236666667,9.967181866666666,181000000 +48.4337297,9.9671659,128000000 +48.43373765,9.96716235,128000000 +48.43376385,9.96714995,91800000 +48.43377026666667,9.9671468,91800000 +48.43379705,9.96713255,115000000 +48.4338027,9.9671306,115000000 +48.433828,9.9671236,115000000 +48.433844750000006,9.967122,35100000 +48.43384876666667,9.967122466666666,35100000 +48.4338678,9.9671275,35300000 +48.4338644,9.9671259,35300000 +48.4338706,9.9671291,35300000 +48.43388555,9.9671408,26300000 +48.4338824,9.9671374,26300000 +48.433896950000005,9.96715665,19200000 +48.43389926666666,9.9671614,19200000 +48.4339078,9.9671821,40200000 +48.4339095,9.9671883,40200000 +48.43391485,9.9672157,82200000 +48.43391583333334,9.967223066666667,82200000 +48.4339192,9.9672538,68200000 +48.4339198,9.96726175,68200000 +48.43392135,9.9672949,76700000 +48.43392143333333,9.967303633333332,76700000 +48.43392105,9.9673486,27100000 +48.433919,9.967398633333334,19100000 +48.4339172,9.9674363,35000000 +48.433916800000006,9.96744775,35000000 +48.43391590000001,9.9675077,28000000 +48.4339165,9.9675722,27600000 +48.43391866666667,9.967642733333332,17200000 +48.43392583333334,9.967731266666666,26400000 +48.433935,9.9678128,22800000 +48.43395465,9.9679595,149950000 +48.4322809,9.9676661,23800000 +48.43227795,9.96766835,23800000 +48.4322976,9.9676557,23400000 +48.432301466666665,9.9676541,23400000 +48.43232255,9.96764635,17100000 +48.43232753333333,9.967644833333331,17100000 +48.4323328,9.967643275,17100000 +48.43237416666667,9.967632233333331,20400000 +48.432416466666666,9.967623533333333,20400000 +48.432468825,9.967612850000002,37200000 +48.43245355,9.9676161,37200000 +48.43246113333333,9.967614500000002,37200000 +48.4325078,9.9676041,32600000 +48.43252296666666,9.967599866666664,32600000 +48.43251545,9.967602,32600000 +48.4325604,9.96758855,74200000 +48.4325698,9.967585566666669,74200000 +48.4326282,9.967568833333331,69500000 +48.43261835,9.9675715,69500000 +48.43268140000001,9.967552866666669,27600000 +48.4326628,9.9675587,27600000 +48.432673050000005,9.96755555,27600000 +48.43272505,9.96753875,39000000 +48.43273236666667,9.967536266666665,39000000 +48.43277165,9.9675236,24900000 +48.43278,9.967521133333332,24900000 +48.4327617,9.9675263,24900000 +48.4328284,9.967506633333334,16500000 +48.43287,9.9674937,22900000 +48.43287746666666,9.967491699999998,22900000 +48.4329139,9.9674817,23300000 +48.43292243333334,9.9674791,23300000 +48.4329621,9.967467,29800000 +48.43296943333333,9.967464666666666,29800000 +48.43301503333333,9.967450233333333,27100000 +48.43300835,9.9674524,27100000 +48.43305866666666,9.967435866666667,22200000 +48.4330417,9.9674415,22200000 +48.43305085,9.96743855,22200000 +48.43309585,9.96742265,18700000 +48.433103200000005,9.967420166666663,18700000 +48.433156175,9.9674024,18800000 +48.43320595,9.9673844,17000000 +48.43321506666666,9.9673813,17000000 +48.4332587,9.96736595,23700000 +48.43326726666667,9.967362833333334,23700000 +48.433310500000005,9.96734565,38500000 +48.43332156666667,9.9673413,38500000 +48.43337795,9.96731985,30200000 +48.4333873,9.967316633333333,30200000 +48.4334342,9.9673003,21000000 +48.43344363333333,9.967297133333334,21000000 +48.43350396666667,9.967275,27800000 +48.433569775,9.96724665,19000000 +48.433637866666665,9.967215133333337,50500000 +48.4336202,9.9672225,50500000 +48.4336292,9.9672191,50500000 +48.43368665,9.9671905,123000000 +48.43372305,9.9671737,113000000 +48.43373133333333,9.967169533333331,113000000 +48.4337651,9.96715185,86800000 +48.43377146666666,9.967148533333337,86800000 +48.43380533333333,9.9671329,79200000 +48.43379985,9.967135,79200000 +48.4338279,9.96712625,80600000 +48.433830633333336,9.967125866666668,80600000 +48.43384623333333,9.967126266666668,96200000 +48.43384335,9.96712575,96200000 +48.4338575,9.9671291,21700000 +48.4338604,9.9671305,21700000 +48.4338717,9.9671376,33600000 +48.43387426666666,9.9671395,33600000 +48.4338842,9.9671482,65400000 +48.43388635,9.96715075,65400000 +48.43389676666667,9.967166333333331,35700000 +48.43389475,9.9671625,35700000 +48.43390605,9.9671887,29900000 +48.4339044,9.9671833,29900000 +48.4339134,9.967220133333331,18100000 +48.4339188,9.96725875,75000000 +48.433918,9.9672501,75000000 +48.43392085,9.96729055,56400000 +48.4339211,9.9672989,56400000 +48.4339192,9.96747635,62200000 +48.433919,9.967488466666667,62200000 +48.433919,9.9675666,34200000 +48.43391875,9.9675507,34200000 +48.4339204,9.9676318,78100000 +48.4339213,9.96764875,78100000 +48.4339493,9.9678945,181000000 +48.4339519,9.96791295,181000000 +48.4339605,9.9679723,25100000 +48.43396283333333,9.9679894,25100000 +48.43397325,9.9680761,39000000 +48.43397463333334,9.9680904,39000000 +48.43398105,9.9681754,157000000 +48.4339819,9.968190633333334,157000000 +48.43398966666667,9.968362,177000000 +48.43398915,9.96835125,177000000 +48.43399216666666,9.968422466666668,152000000 +48.4339936,9.9684775,163000000 +48.433993675,9.96848615,163000000 +48.43399415,9.96853645,141000000 +48.43399416666667,9.968543833333332,141000000 +48.4339942,9.9685767,42800000 +48.433994000000006,9.968581566666666,42800000 +48.43399216666666,9.9686098,63400000 +48.433987433333336,9.968634766666666,110000000 +48.433986225000005,9.96863815,110000000 +48.4339776,9.96865595,98200000 +48.43397553333333,9.968658199999998,98200000 +48.4339577,9.968669833333331,182000000 +48.43396145,9.9686687,182000000 +48.4339351,9.96867285,30900000 +48.4339405,9.968673,30900000 +48.43391046666667,9.968670866666669,104000000 +48.433874333333335,9.9686665,40600000 +48.4338338,9.968662366666663,17000000 +48.43379036666667,9.9686588,79300000 +48.433783175,9.968658525,79300000 +48.43373465,9.9686568,39500000 +48.43372713333333,9.9686568,39500000 +48.433682700000006,9.96865795,20000000 +48.43363856666667,9.968658933333332,54200000 +48.43358825,9.96865905,25000000 +48.43357890000001,9.9686589,25000000 +48.4335219,9.968658633333334,41200000 +48.4335315,9.96865855,41200000 +48.433463800000006,9.968659366666666,33700000 +48.43347365,9.96865925,33700000 +48.43341185,9.96865985,26200000 +48.4334031,9.968660033333334,26200000 +48.4333497,9.9686596,43100000 +48.43333976666667,9.968659266666668,43100000 +48.43329295,9.96865705,45400000 +48.433282166666665,9.968656433333337,45400000 +48.433226700000006,9.968653150000002,37900000 +48.43321746666667,9.968652466666668,37900000 +48.4331628,9.9686499,18900000 +48.43310146666666,9.9686469,20700000 +48.4330524,9.9686453,20600000 +48.433043600000005,9.96864555,20600000 +48.4330345,9.968645833333332,20600000 +48.4329914,9.9686473,55500000 +48.4329788,9.9686476,55500000 +48.43292399999999,9.968648966666668,25600000 +48.43286146666667,9.9686504,19800000 +48.43279346666667,9.9686523,22200000 +48.432729566666666,9.968655733333334,54500000 +48.4327416,9.96865525,54500000 +48.4326725,9.96865815,31000000 +48.43266143333333,9.968658733333331,31000000 +48.4326093,9.9686619,45200000 +48.43259953333333,9.968662733333334,45200000 +48.432589825,9.968663725,45200000 +48.43252735,9.96866935,34600000 +48.4325191,9.968669966666669,34600000 +48.43248215,9.9686716,45700000 +48.43247613333333,9.968671266666666,45700000 +48.43244395,9.9686662,27600000 +48.4324377,9.9686633,27600000 +48.4324123,9.9686493,24000000 +48.43240655,9.96864415,24000000 +48.43238263333333,9.968617366666663,23700000 +48.43236125,9.9685834,22300000 +48.43235669999999,9.968573233333332,22300000 +48.4323402,9.9685297,26800000 +48.4323372,9.96851735,26800000 +48.432334966666666,9.968506533333333,26800000 +48.4323256,9.9684574,32800000 +48.43232395,9.9684464,32800000 +48.43232233333333,9.968435266666669,32800000 +48.4323124,9.9683555,23200000 +48.4323151,9.9683805,23200000 +48.4323137,9.96836825,23200000 +48.43230615,9.96828025,21300000 +48.4323052,9.968266333333332,21300000 +48.4323006,9.9681991,22500000 +48.43229895,9.9681796,22500000 +48.43228936666666,9.968083366666669,22900000 +48.4322804,9.9680093,23700000 +48.43227805,9.96799135,23700000 +48.43226955,9.96792215,18800000 +48.4322679,9.967908933333334,18800000 +48.43225935,9.9678468,32000000 +48.432257933333325,9.9678361,32000000 +48.4322511,9.9677815,25300000 +48.43225185,9.96778905,25300000 diff --git a/aggregator-node/src/.gitkeep b/aggregator-node/src/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/aggregator-node/src/server.py b/aggregator-node/src/server.py new file mode 100644 index 0000000..a7ef617 --- /dev/null +++ b/aggregator-node/src/server.py @@ -0,0 +1,506 @@ +import flwr as fl +import tensorflow as tf +from tensorflow import keras +from typing import Dict, Optional, Tuple, List, Union +import pandas as pd +import numpy as np +from sklearn.preprocessing import MinMaxScaler +import sys +import json +from flwr.server.client_manager import SimpleClientManager +from flwr.server.client_proxy import ClientProxy +from abc import ABC +from logging import INFO +from flwr.common.logger import log +from time import sleep +from time import time_ns +from flask import Flask, request +import threading +import os + + +Scalar = Union[bool, bytes, float, int, str] +Config = Dict[str, Scalar] +param_file = None +global best_model, list_kpi_11 +selected_clients_ids = [] # This is the list of client IDs the Agg.Node receives from the DMLO and will use for training. +all_round_reports = {} # The dictionary containing all the round reports +flwr_port = sys.argv[1] +dmlo_port = sys.argv[2] +# server_ip = ip +l_kpi1, l_kpi2, l_kpi4, l_kpi5, list_kpi_11 = [], [], [], [], [] + +app = Flask(__name__) + + +@app.route("/config_server", methods=["POST"]) +def config_server(): + global param_file + param_file = request.json + param_received.set() + # print("_____Received a config file", flush=True) + try: + global req_clients + # highest_req_clients = max(req_clients, highest_req_clients) + req_clients = request["training_clients_per_round"] + # print(f"_____The new number of clients (req_clients) is: {req_clients} and the highest was had so far is {highest_req_clients}", flush=True) + # if req_clients > highest_req_clients: + # print(f"_____Rescaled the last dimension to {req_clients}", flush=True) + # kpis = np.resize(kpis, (epochs+1, 12, req_clients)) + except: + # print("_____Except path triggered", flush=True) + pass + return "Parameters received successfully.", 200 + + +@app.route( + "/select_clients", methods=["GET"] +) # The method that will receive the list of client IDs the server will use for training. +def select_clients(): + global selected_clients_ids + selected_clients_ids = request.json["eligible_clients_ids"] + if len(selected_clients_ids) != req_clients: + print( + f"WARNING: {req_clients} clients are needed but only {len(selected_clients_ids)} client IDs are received. The training will wait for another list with enough eligible clients." + ) + # A selection logic can be added here to modify the "selected_clients_id" variable. Do not forget to modify the next line (return) if this logic is added + return request.json, 200 + + +@app.route("/check_connection", methods=["POST"]) +def check_connection(): + """A function part of the older system to synchronize the processes. + It does not hurt to keep for the final version to check server availability. + """ + return "Agg.Node is online", 200 + + +@app.route("/terminate_app", methods=["POST"]) +def terminate_app(): + try: + save_kpis() + except: + print("No KPIs saved.") + try: + global best_model + tf.keras.models.save_model( + model=best_model, + filepath="../resources/last_model.h5", + overwrite=True, + save_format="h5", + ) + except: + print("No model has been saved") + print("Agg.Node shutting down...") + end_thread = threading.Thread(target=__terminate__) + end_thread.start() + # myserver.disconnect_all_clients(timeout=None) + return "Agg.Node successfully received shutdown command.", 200 + + +@app.route("/upload_kpi01", methods=["POST"]) +def upload_kpi01(): + """for automatic averaging if needed again + received01 += 1 + if received01 != 1: + kpi01_value = (kpi01_value*((received01-1)/received01)) + (((request.json["kpi01"] - uc6_01_start)/1000000000)/received01) + print(f"KPI01 average so far: {kpi01_value}") + else: kpi01_value = (request.json["kpi01"] - uc6_01_start)/1000000000 + return "", 200 + """ + l_kpi1.append((request.json["kpi01"] - uc6_01_start) / 1000000000) + if ( + current_training_round != 1 + ): # Skipping the measurement for the first round as it is inaccurate because of the starting process + kpis[current_training_round, 1, len(l_kpi1) - 1] = ( + request.json["kpi01"] - uc6_01_start + ) / 1000000000 + return "", 200 + + +@app.route("/upload_kpi02", methods=["POST"]) +def upload_kpi02(): + tmp = (request.json["kpi02"] - (uc6_02_help_end - uc6_02_help_start)) / 1000000000 + l_kpi2.append(tmp) + kpis[current_training_round, 2, len(l_kpi2) - 1] = tmp + return "", 200 + + +@app.route("/upload_kpi04", methods=["POST"]) +def upload_kpi04(): + try: + l_kpi4.append(request.json["kpi04"]) + kpis[current_training_round, 4, len(l_kpi4) - 1] = request.json["kpi04"] + except: + pass + return "", 200 + + +@app.route("/upload_kpi05", methods=["POST"]) +def upload_kpi05(): + l_kpi5.append(request.json["kpi05"]) + kpis[current_training_round, 5, len(l_kpi5) - 1] = request.json["kpi05"] + return "", 200 + + +@app.route("/get_status", methods=["GET"]) +def get_status(): + try: + with open("Round_report.txt", "r") as file: + report = file.read() + return report + except FileNotFoundError: + return "No report available", 200 + except Exception as e: + return f"An error occurred: {e}", 500 + + +def __terminate__(): + sleep(2) + os._exit(0) + + +def run_flask(): + app.run(host="0.0.0.0", port=dmlo_port) + + +param_received = threading.Event() +flask_thread = threading.Thread(target=run_flask) +flask_thread.setDaemon(True) +flask_thread.start() +param_received.wait() + +local_training = param_file["hyperparam_epochs"] +epochs = param_file["num_epochs"] +req_clients = param_file["training_clients_per_round"] # Number of clients to train +# highest_req_clients = req_clients # the highest number of clinets a round has had so far (to resize the KPI matrix if needed) +hyperparam_learning_rate = param_file["hyperparam_learning_rate"] +hyperparam_batch_size = param_file["hyperparam_batch_size"] +ml_model = param_file["ml_model"] +kpis = np.empty((epochs + 1, 12, 8), dtype=object) +print("Parameters loaded") +q_alpha = 0.95 +n_features = 3 +n_future = 1 +n_past = 400 + + +def save_kpis(): + try: + np.save("kpis.npy", kpis) + except: + print("No KPIs recorded so far.") + + +def save_round_report(round_status): + all_round_reports[f"Round {current_training_round}"] = round_status + try: + with open("Round_report.txt", "w") as file: + json.dump(all_round_reports, file, indent=4) + except Exception as e: + print(f"An error occurred: {e}") + + +class QuantileMetric(tf.keras.metrics.Metric): + def __init__(self, name="quantile_metric", **kwargs): + super(QuantileMetric, self).__init__(name=name, **kwargs) + self.quantile_metric = self.add_weight( + name="quantile_metric", initializer="zeros" + ) + self.quantile_metric_count = self.add_weight( + name="quantile_metric_count", initializer="zeros" + ) + + def update_state(self, y_true, y_pred, sample_weight=None): + quantileCondition = tf.math.greater(y_true, tf.squeeze(y_pred)) + qc = tf.math.reduce_sum(tf.cast(quantileCondition, tf.float32)) + self.quantile_metric.assign_add(qc) + self.quantile_metric_count.assign_add( + tf.cast(tf.size(quantileCondition), tf.float32) + ) + + def result(self): + return self.quantile_metric / self.quantile_metric_count + + def reset_state(self): + self.quantile_metric.assign(0.0) + self.quantile_metric_count.assign(0) + + +def tilted_loss(y_true, y_pred): + q = q_alpha + e = y_true - y_pred + tl = tf.stack([q * e, (q - 1) * e]) + e_max = tf.math.reduce_max(tl, axis=0, keepdims=True) + return tf.reduce_mean(e_max) + + +""" Choosing GPU +gpu_id = 0 # Index of the GPU you want to use +physical_devices = tf.config.list_physical_devices('GPU') +print(physical_devices) +tf.config.set_visible_devices(physical_devices[gpu_id], 'GPU') +tf.config.experimental.set_memory_growth(physical_devices[gpu_id], True) +""" + + +def main() -> None: + global best_model + print("Inializing Model") + best_model = tf.keras.models.load_model(ml_model, compile=False) + + print("Model loaded") + + opt = tf.keras.optimizers.Adam(learning_rate=hyperparam_learning_rate) + best_model.compile( + optimizer=opt, + loss=[tilted_loss], + metrics=[QuantileMetric(), keras.metrics.MeanAbsoluteError()], + ) + + print("Model Compiled") + + class CustomStrategy(fl.server.strategy.FedAdagrad): + def aggregate_fit(self, rnd, results, failures): + uc6_03_start = time_ns() + aggregated_parameters = super().aggregate_fit(rnd, results, failures) + uc6_03_end = time_ns() + global kpi_uc6_03 + kpi_uc6_03 = ( + (uc6_03_end - uc6_03_start) / 1000000000 + ) # Time required to aggregate all locally trained models sent by the OBUs in sec (Target <5s) + kpis[current_training_round, 3, 0] = kpi_uc6_03 + + per_client_accuracy = [] + per_client_loss = [] + clients_order = [] # To map the accuracy and loss to a client ID (n'th ID to the n'th accuracy/loss) + for result in results: + client_info = result[1].metrics + clients_order.append(client_info["id"]) + per_client_accuracy.append(client_info["accuracy"]) + per_client_loss.append(client_info["loss"]) + round_status = { + "is_completed": "True", + "current_accuracy": accuracy_perc, + "current_loss": loss_perc, + "lost_clients": len(failures), + "clients_order": clients_order, + "per_client_accuracy": per_client_accuracy, + "per_client_loss": per_client_loss, + } + save_round_report(round_status) + kpi_uc6_11 = round( + 100 - ((len(failures) / (len(results) + len(failures))) * 100), 1 + ) # The % of successfully uploaded trained models for a certain round (Target >90%) + kpis[current_training_round, 11, 0] = kpi_uc6_11 + list_kpi_11.append(kpi_uc6_11) + kpi_uc6_10 = sum(list_kpi_11) / len( + list_kpi_11 + ) # The % of successfully uploaded trained models in total (Target >90%) + kpis[current_training_round, 10, 0] = kpi_uc6_10 + + return aggregated_parameters + + strategy = CustomStrategy( + evaluate_fn=get_evaluate_fn(best_model), + on_fit_config_fn=fit_config, + initial_parameters=fl.common.ndarrays_to_parameters(best_model.get_weights()), + ) + + class GetPropertiesIns: + """Properties request for a client.""" + + def __init__(self, config: Config): + self.config = config + + test: GetPropertiesIns = GetPropertiesIns(config={"server_round": 1}) + + class Criterion(ABC): + """Abstract class which allows subclasses to implement criterion + sampling.""" + + def select(self, client: ClientProxy) -> bool: + """Decide whether a client should be eligible for sampling or not.""" + # if client.get_properties(ins=test, timeout = None).properties["client_id"] in eligible_clients_ids: #This line makes the selection logic on the server side but needs clients to be connected first. In the final test version, the logic is elsewhere. This function just uses the previous selection + if ( + client.get_properties(ins=test, timeout=None).properties["client_id"] + in selected_clients_ids + ): + return True + else: + # # Code to debug clients not being selected for training despite selecting their ID (first thought: ID as str compared to ID as int will always return false) + # print(f"Rejected: _{client.get_properties(ins=test, timeout = None).properties['client_id']}_ with the list being:") + # for i in selected_clients_ids: + # print(f"_{i}_") + return False + + c = Criterion() + + class CustomClientManager(SimpleClientManager): + def sample( + self, + num_clients: int = 2, # Number of clients currently connected to the server + rq_clients: int = req_clients, # Number of clients to train (added) + min_num_clients: int = 3, + min_wait: int = req_clients, # Number of clients to have before beginning the selection (added) + criterion: [Criterion] = c, + ) -> List[ClientProxy]: + """Sample a number of Flower ClientProxy instances.""" + # Block until at least num_clients are connected. + if min_wait is None: + min_wait = num_clients + self.wait_for(min_wait) + print(f"{min_wait} clients connected.") + + connection_attempts = 40 # Helper variable to give the OBUs more time to start and connect to the agg.node + while connection_attempts != 0: + # Sample clients which meet the criterion + available_cids = list(self.clients) + if criterion is not None: + available_cids = [ + cid + for cid in available_cids + if criterion.select(self.clients[cid]) + ] + + if rq_clients > len(available_cids): + log( + INFO, + "Sampling failed: number of available clients" + " (%s) is less than number of requested clients (%s).", + len(available_cids), + rq_clients, + ) + connection_attempts -= 1 + print( + f"Retrying in 5 seconds. Attempts left: {connection_attempts}" + ) + sleep(5) + else: + break + + if rq_clients > len(available_cids): + return [] + + sampled_cids = available_cids + return [self.clients[cid] for cid in sampled_cids] + + fl.server.start_server( + server_address=f"0.0.0.0:{flwr_port}", + config=fl.server.ServerConfig(num_rounds=epochs), + strategy=strategy, + client_manager=CustomClientManager(), + ) + + +def get_evaluate_fn(best_model): + """Return an evaluation function for server-side evaluation.""" + + # The `evaluate` function will be called after every round + def evaluate( + server_round: int, + parameters: fl.common.NDArrays, + config: Dict[str, fl.common.Scalar], + ) -> Optional[Tuple[float, Dict[str, fl.common.Scalar]]]: + global uc6_02_help_start + uc6_02_help_start = ( + time_ns() + ) # Time to be substracted as processing time to know the model upload time + best_model.set_weights(parameters) # Update model with the latest parameters + + df_final = pd.read_csv("../resources/test.csv") + df_train = pd.read_csv("../resources/data.csv") + # train test validation split + test_df = df_final + # Scaling the dataframe + test = test_df + scalers = {} + + # Scaling train data + for i in test_df.columns: + scaler = MinMaxScaler(feature_range=(-1, 1)) + s_s = scaler.fit_transform(test[i].values.reshape(-1, 1)) + s_s = np.reshape(s_s, len(s_s)) + scalers["scaler_" + i] = scaler + test[i] = s_s + + def split_series(series, n_past, n_future): + X, y = list(), list() + # Loop to create array of every observations (past) and predictions (future) for every datapoint + for window_start in range(len(series)): + # Calculating boundaries for each datapoint + past_end = window_start + n_past + future_end = past_end + n_future + # Loop will end if the number of datapoints is less than observations (past) + if future_end > len(series): + break + past, future = ( + series[window_start:past_end, :], + series[past_end:future_end, :], + ) + X.append(past) + y.append(future) + return np.array(X), np.array(y) + + X_test, y_test = split_series(test.values, n_past, n_future) + X_test = X_test.reshape((X_test.shape[0], X_test.shape[1], n_features)) + y_test = y_test.reshape((y_test.shape[0], y_test.shape[1], n_features)) + + print(X_test.shape) + print(y_test.shape) + + y_test_sliced = y_test[:, :, 2] + + np.save("X_test_server.npy", X_test) + np.save("y_test_server.npy", y_test_sliced) + + loss, metric, error = best_model.evaluate(X_test, y_test_sliced) + pred = best_model.predict(X_test) + pred_copies = np.repeat(pred, 3, axis=-1) + pred_copies = np.expand_dims(pred_copies, axis=1) + for index, i in enumerate(test_df.columns): + scaler = scalers["scaler_" + i] + pred_copies[:, :, index] = scaler.inverse_transform( + pred_copies[:, :, index] + ) + y_test[:, :, index] = scaler.inverse_transform(y_test[:, :, index]) + np.save("prediction_server.npy", pred_copies) + np.save("test_server.npy", y_test) + + global loss_perc, accuracy_perc + loss_perc = loss + accuracy_perc = error + + save_kpis() + return loss, {"accuracy": error} + + return evaluate + + +def fit_config(server_round: int): + """Return training configuration dict for each round. + Keep batch size fixed at 2048, perform two rounds of training with one + local epoch, increase to two local epochs afterwards. + """ + global \ + current_training_round, \ + uc6_02_help_end, \ + uc6_01_start, \ + l_kpi1, \ + l_kpi2, \ + l_kpi4, \ + l_kpi5 + current_training_round = server_round + l_kpi1, l_kpi2, l_kpi4, l_kpi5 = [], [], [], [] + uc6_02_help_end = time_ns() + + uc6_01_start = time_ns() + config = { + "batch_size": hyperparam_batch_size, + "local_epochs": local_training, + } + return config + + +if __name__ == "__main__": + main() diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..6b52a4c --- /dev/null +++ b/compose.yaml @@ -0,0 +1,163 @@ +services: + aggregator: + build: + context: ./aggregator-node + container_name: aggregator + ports: + - "34000:8080" + - "34001:5000" + environment: + - FLWR_PORT=8080 + - DMLO_PORT=5000 + healthcheck: + test: > + curl -f -s http://localhost:5000 || + [ "$(curl -o /dev/null -s -w '%{http_code}' http://localhost:5000)" -eq 404 ] + interval: 30s + timeout: 10s + retries: 5 + restart: unless-stopped + + pqos: + build: + context: ./pqos + container_name: pqos + ports: + - "32000:5000" + environment: + - ENDPOINT=https://webhook.site/9ebcf608-2c9a-4302-87e5-5b477831b6b + healthcheck: + test: > + curl -f -s http://localhost:5000 || + [ "$(curl -o /dev/null -s -w '%{http_code}' http://localhost:5000)" -eq 404 ] + interval: 30s + timeout: 10s + retries: 5 + restart: unless-stopped + + nmsender: + build: + context: ./5g-uulm-network-monitoring/ + dockerfile: ./docker/nginx.Dockerfile + container_name: nginx + ports: + - "31000:1935" + deploy: + resources: + limits: + cpus: "1.0" + restart: unless-stopped + # healthcheck: + # test: > + # ffprobe rtmp://localhost/live/test + # interval: 30s + # timeout: 10s + # retries: 5 + + server_config: + depends_on: + aggregator: + condition: service_healthy + build: + context: ./config + dockerfile: server_config.Dockerfile + container_name: server_config + + nmcli1: + depends_on: + server_config: + condition: service_completed_successfully + nmsender: + condition: service_started + build: + context: ./5g-uulm-network-monitoring/ + dockerfile: ./docker/nmcli_default.Dockerfile + container_name: nmcli1 + ports: + - "45000:8000" + environment: + - RUST_LOG=info + - ROCKET_CONFIG=/etc/videoprobe/Rocket.toml + - GNSS_DEV=/dev/ttyACM0 + - GNSS_ENABLED=false + restart: unless-stopped + + nmcli2: + depends_on: + server_config: + condition: service_completed_successfully + nmsender: + condition: service_started + build: + context: ./5g-uulm-network-monitoring/ + dockerfile: ./docker/nmcli_default.Dockerfile + container_name: nmcli2 + ports: + - "55000:8000" + environment: + - RUST_LOG=info + - ROCKET_CONFIG=/etc/videoprobe/Rocket.toml + - GNSS_DEV=/dev/ttyACM0 + - GNSS_ENABLED=false + restart: unless-stopped + + client1_config: + depends_on: + - nmcli1 + - nmcli2 + build: + context: ./config + dockerfile: client_config.Dockerfile + environment: + - ENDPOINT=http://172.17.0.1:45000 + container_name: client1_config + + # client2_config: + # depends_on: + # - nmcli2 + # build: + # context: ./configs + # dockerfile: client_config.Dockerfile + # environment: + # - ENDPOINT: http://172.17.0.1:55000 + # container_name: client2_config + + client1: + depends_on: + - client1_config + build: + context: ./obu-node + container_name: client1 + ports: + - "41000:8080" + - "41001:5000" + - "41002:80" + environment: + - SERVER_IP_FLWR=172.17.0.1:34000 + - SERVER_IP_AGG=172.17.0.1:34001 + - CLIENT_ID=1 + deploy: + resources: + limits: + cpus: "1.0" + restart: unless-stopped + + client2: + depends_on: + - client1_config + build: + context: ./obu-node + container_name: client2 + ports: + - "51000:8080" + - "51001:5000" + - "51002:80" + environment: + - SERVER_IP_FLWR=172.17.0.1:34000 + - SERVER_IP_AGG=172.17.0.1:34001 + - CLIENT_ID=2 + deploy: + resources: + limits: + cpus: "1.0" + restart: unless-stopped diff --git a/config/client_config.Dockerfile b/config/client_config.Dockerfile new file mode 100644 index 0000000..fcaad88 --- /dev/null +++ b/config/client_config.Dockerfile @@ -0,0 +1,9 @@ +FROM curlimages/curl:latest + +# Use curl to send POST and GET requests +CMD curl -X GET -H "Content-Type: application/json" \ + -d '{"node_ip": ["http://172.17.0.1:41002/upload"], "stream_ip": "172.17.0.1", "stream_url": "rtmp://172.17.0.1:31000/live/test"}' \ + http://172.17.0.1:45000/demo/start && \ + curl -X GET -H "Content-Type: application/json" \ + -d '{"node_ip": ["http://172.17.0.1:51002/upload"], "stream_ip": "172.17.0.1", "stream_url": "rtmp://172.17.0.1:31000/live/test"}' \ + http://172.17.0.1:55000/demo/start diff --git a/config/server_config.Dockerfile b/config/server_config.Dockerfile new file mode 100644 index 0000000..c7477b3 --- /dev/null +++ b/config/server_config.Dockerfile @@ -0,0 +1,9 @@ +FROM curlimages/curl:latest + +# Use curl to send POST and GET requests +CMD curl -X POST -H "Content-Type: application/json" \ + -d '{ "ml_model": "../resources/best_model_no_tuner_40.h5", "num_epochs": 10, "min_working_nodes": 2, "hyperparam_epochs": 5, "hyperparam_batch_size": 2048, "hyperparam_learning_rate": 0.001, "avg_algorithm": "FedAvg", "training_clients_per_round": 2 }' \ + http://172.17.0.1:34001/config_server && \ + curl -X GET -H "Content-Type: application/json" \ + -d '{"eligible_clients_ids" : ["1", "2"]}' \ + http://172.17.0.1:34001/select_clients diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..e1f48b9 --- /dev/null +++ b/notes.md @@ -0,0 +1,947 @@ + + +# Notes + +## Running Network Monitoring and Training + +### mec + +- To start aggregator: `docker run -p 34000:8080 -p 34001:5000 -e FLWR_PORT=8080 -e DMLO_PORT=5000 --name aggregator --rm aggregator:latest` +- To start pqos: `docker run --rm --name pqos -e ENDPOINT=https://webhook.site/9ebcf608-2c9a-4302-87e5-5b477831b6b -p 32000:5000 pqos:latest` +- To start nmsender: `docker run --rm --cpus=1 -p 31000:1935 --name nginx nginx-stream` + +### Send server_config to aggregator and do client_select + +- config: `curl -X POST -H "Content-Type: application/json" -d '{ "ml_model": "../resources/best_model_no_tuner_40.h5", "num_epochs": 10, "min_working_nodes": 2, "hyperparam_epochs": 5, "hyperparam_batch_size": 2048, "hyperparam_learning_rate": 0.001, "avg_algorithm": "FedAvg", "training_clients_per_round": 2}' http://172.17.0.1:34001/config_server` +- client_select: `curl -X GET -H "Content-Type: application/json" -d '{"eligible_clients_ids" : ["1", "2"]}' http://172.17.0.1:34001/select_clients` + +### Run nmclient on obus + +`docker run -p 45000:8000 -e RUST_LOG=info -e ROCKET_CONFIG=/etc/videoprobe/Rocket.toml -e GNSS_DEV=/dev/ttyACM0 -e GNSS_ENABLED=false --name nmcli1 nmcli:latest` +`docker run -p 55000:8000 -e RUST_LOG=info -e ROCKET_CONFIG=/etc/videoprobe/Rocket.toml -e GNSS_DEV=/dev/ttyACM0 -e GNSS_ENABLED=false --name nmcli2 nmcli:latest` + +### Send config to nmclients on obus + +`curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"http://172.17.0.1:41002/upload\"], \"stream_ip\": \"172.17.0.1\", \"stream_url\": \"rtmp://172.17.0.1:31000/live/test\"}" http://172.17.0.1:45000/demo/start` +`curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"http://172.17.0.1:51002/upload\"], \"stream_ip\": \"172.17.0.1\", \"stream_url\": \"rtmp://172.17.0.1:31000/live/test\"}" http://172.17.0.1:55000/demo/start` + +### Start training on Clients + +`docker run --cpus=1 -p 41000:8080 -p 41001:5000 -p 41002:80 -e SERVER_IP_FLWR=172.17.0.1:34000 -e SERVER_IP_AGG=172.17.0.1:34001 -e CLIENT_ID=1 --name client1 --rm obu:latest` +`docker run --cpus=1 -p 51000:8080 -p 51001:5000 -p 51002:80 -e SERVER_IP_FLWR=172.17.0.1:34000 -e SERVER_IP_AGG=172.17.0.1:34001 -e CLIENT_ID=2 --name client2 --rm obu:latest` + +## 5G IANA + +Here I'll describe how we deploy this setup onto the 5G IANA platform. + +### Setup Components + +We'll need the following 5 components: + +- nmsender +- nmclient +- aggregator +- obu-node +- pqos + +All images are on the custom docker registry: [192.168.100.2:5000/uulm](192.168.100.2:5000/uulm) with +the 5g-iana user. + +#### uc6nmsen2 / nmsender + +nmsender is pushed as nginx:v1.2.2 onto the registry. The components name is: uc6nmsen2 + +##### General + +Name: uc6nmsen2 +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: nginx:v1.2.2 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 2048 +Storage: 10 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: ffprobe -v quiet -print_format json -show_streams rtmp://localhost/live/test +Time Interval: 10 + +##### ~~Container Execution~~ + +##### ~~Environment Variables~~ + +##### Exposed Interfaces + +uc6nmsen21935: 1935 / Access / TCP/UDP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6nmclient / nmclient + +nmclient is pushed as passive_network_monitoring:v1.2.1. The components name is: +uc6nmclient + +##### General + +Name: uc6nmclient +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: passive_network_monitoring:v1.2.1 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 512 +Storage: 10 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +ROCKET_CONFIG: /etc/videoprobe/Rocket.toml +GNSS_DEV: /dev/ttyACM0 +RUST_LOG: info +GNSS_ENABLED: true + +##### Exposed Interfaces + +uc6nmclientstatus: 8000 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6aggnode / aggregator + +aggregator is pushed as uc6aggnode:v1.1.0. The component is: uc6aggnode + +##### General + +Name: uc6aggnode +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: uc6aggnode:v0.9.0 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 1024 +Storage: 10 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: +Time Interval: 10 + +##### ~~Container Execution~~ + +##### ~~Environment Variables~~ + +##### Exposed Interfaces + +uc6aggnode8080: 8080 / Access / TCP +uc6aggnode5000: 5000 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6dmltrain0 / obu-node + +We'll need this twice, with different environment variables +obu-node is pushed as training_agent:v1.2.0. The component name is: uc6dmltrain0 + +##### General + +Name: uc6dmltrain0 +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: training_agent:v1.2.0 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 4096 +Storage: 4 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [ http://localhost:80 ] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +- SERVER_IP_FLWR=192.168.100.4:30765 +- SERVER_IP_AGG=192.168.100.4:31810 +- CLIENT_ID=0 + +##### Exposed Interfaces + +uc6dmltrain08080: 8080 / Access / TCP +uc6dmltrain080: 80 / Access / TCP +obustart0: 5001 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6dmltrain1 / obu-node + +We'll need this twice, with different environment variables +obu-node is pushed as training_agent:v1.2.0. The component name is: uc6dmltrain1 + +##### General + +Name: uc6dmltrain1 +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: training_agent:v1.2.0 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 4096 +Storage: 4 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [ http://localhost:80 ] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +- SERVER_IP_FLWR=192.168.100.4:30765 +- SERVER_IP_AGG=192.168.100.4:31810 +- CLIENT_ID=1 + +##### Exposed Interfaces + +uc6dmltrain18080: 8080 / Access / TCP +uc6dmltrain180: 80 / Access / TCP +obustart1: 5001 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6pqos / pqos + +pqos is pushed as uc6pqos:v1.2.0. The component is uc6pqos + +##### General + +Name: uc6pqos +Architecture: amd64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: uc6pqos:v1.2.0 + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 512 +Storage: 10 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [http://localhost:5000] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +ENDPOINT: [ https://webhook.site/9ebcf608-2c9a-4302-87e5-5b477831b6b ] + +##### Exposed Interfaces + +uc6pqos5000: 5000 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6dmlarm0 / obu-node + +We'll need this twice, with different environment variables +obu-node is pushed as training_agent:v1.2.0. The component name is: uc6dmlarm0 + +##### General + +Name: us6dmlarm0 +Architecture: arm64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: training_agent:v1.2.0 +Docker Username: 5g-iana +Docker Password: 5g-iana +Custom Docker Registry: [ 192.168.100.2:5000/uulm ] + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 4096 +Storage: 4 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [ http://localhost:80 ] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +- SERVER_IP_FLWR=192.168.100.4:30765 +- SERVER_IP_AGG=192.168.100.4:31810 +- CLIENT_ID=3 + +##### Exposed Interfaces + +uc6dmlarm08080: 8080 / Access / TCP +uc6dmlarm080: 80 / Access / TCP +obustart3: 5001 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6dmlarm1 / obu-node + +We'll need this twice, with different environment variables +obu-node is pushed as training_agent:v1.2.0. The component name is: uc6dmlarm1 + +##### General + +Name: uc6dmlarm1 +Architecture: arm64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: training_agent:v1.2.0 +Docker Username: 5g-iana +Docker Password: 5g-iana +Custom Docker Registry: [ 192.168.100.2:5000/uulm ] + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 4096 +Storage: 4 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [ http://localhost:80 ] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +- SERVER_IP_FLWR=192.168.100.4:31805 +- SERVER_IP_AGG=192.168.100.4:30760 +- CLIENT_ID=4 + +##### Exposed Interfaces + +uc6dmlarm18080: 8080 / Access / TCP +uc6dmlarm180: 80 / Access / TCP +obustart4: 5001 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +#### uc6dmlarm2 / obu-node + +We'll need this twice, with different environment variables +obu-node is pushed as training_agent:v1.2.0. The component name is: uc6dmlarm2 + +##### General + +Name: uc6dmlarm2 +Architecture: arm64 +Elasticity Controller: HORIZONTAL + +##### Distribution Parameters + +Docker Image: training_agent:v1.2.0 +Docker Username: 5g-iana +Docker Password: 5g-iana +Custom Docker Registry: [ 192.168.100.2:5000/uulm ] + +##### Minimum Execution Requirements + +vCPUs: 1 +RAM: 4096 +Storage: 4 +Hypervisor Type: ESXI + +##### Health Check + +HTTP/Command: [ http://localhost:80 ] +Time Interval: 10 + +##### ~~Container Execution~~ + +##### Environment Variables + +- SERVER_IP_FLWR=192.168.100.4:30765 +- SERVER_IP_AGG=192.168.100.4:31810 +- CLIENT_ID=2 + +##### Exposed Interfaces + +uc6dmlarm28080: 8080 / Access / TCP +uc6dmlarm280: 80 / Access / TCP +obustart2: 5001 / Access / TCP + +##### ~~Required Interfaces~~ + +##### ~~Plugins~~ + +##### ~~Volumes~~ + +##### ~~Devices~~ + +##### ~~Labels~~ + +##### ~~Advanced Options~~ + +### Setup Applications + +#### uc6nmsen2 / uc6nmsen2 + +Has uc6nmsen2 with the name uc6nmsen21831. + +#### uc6nmcli2 / uc6nmclient + +Has uc6nmclient with the name us6nmclient1771. + +#### uc6aggnode / uc6aggnode + +Has uc6aggnode with the name uc6aggnode1781. + +#### uc6dmltrain0 / uc6dmltrain0 + +Has uc6dmltrain0 with the name uc6dmltrain02031. + +#### uc6dmltrain1 / uc6dmltrain1 + +Has uc6dmltrain1 with the name uc6dmltrain1541. + +#### uc6pqos / uc6pqos + +Has uc6pqos with the name uc6pqos1841. + +#### uc6dmlarm0 / uc6dmlarm0 + +Has uc6dmlarm0 with the name uc6dmlarm02041. + +#### uc6dmlarm1 / uc6dmlarm1 + +Has uc6dmlarm1 with the name uc6dmlarm12051. + +#### uc6dmlarm2 / uc6dmlarm2 + +Has uc6dmlarm2 with the name uc6dmlarm22061. + +### Setup Deployment + +#### uc6aggnode6 / uc6aggnode + +##### Configure "uc6aggnode1781" Component + +Select node: 5g-iana-mec + +##### Set the Constraints of "uc6aggnode1781" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6nmsender / uc6nmsen2 + +##### Configure "uc6nmsen21831" Component + +Select node: 5g-iana-mec + +##### Set the Constraints of "uc6nmsen21831" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6pqos0 / uc6pqos + +##### Configure "uc6pqos1841" Component + +Select node: 5g-iana-mec + +##### Set the Constraints of "uc6pqos1841" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6nmcli1 / uc6nmcli2 + +Select node: uulm-obu1 + +##### Set the Constraints of "" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6nmcli0 / uc6nmcli2 + +##### Configure "" Component + +Select node: uulm-obu0 + +##### Set the Constraints of "uc6nmclient1771" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6dml90 / uc6dmltrain0 + +##### Configure "uc6dmltrain02031" Component + +Select node: uulm-obu0 + +##### Set the Constraints of "uc6dmltrain02031" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6dml91 / uc6dmltrain1 + +##### Configure "uc6dmltrain1541" Component + +Select node: uulm-obu1 + +##### Set the Constraints of "uc6dmltrain1541" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6dmlarm0 / uc6dmlarm0 + +##### Configure "uc6dmlarm02041" Component + +Select node: orin + +##### Set the Constraints of "uc6dmlarm02041" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6dmlarm1 / uc6dmlarm1 + +##### Configure "uc6dmlarm12051" Component + +Select node: ubuntu + +##### Set the Constraints of "uc6dmlarm12051" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +#### uc6dmlarm2 / uc6dmlarm2 + +##### Configure "uc6dmlarm22061" Component + +Select node: links-vobu-1 + +##### Set the Constraints of "uc6dmlarm22061" Access Interface + +Radio Service Types: eMBB +Uplink Bandwidth: 1 +Downlink Bandwidth: 10 + +### Curl commands + +```sh +# towards uc6aggnode +curl -X POST -H "Content-Type: application/json" -d '{ "ml_model": "../resources/best_model_no_tuner_40.h5", "num_epochs": 10, "min_working_nodes": 1, "hyperparam_epochs": 5, "hyperparam_batch_size": 2048, "hyperparam_learning_rate": 0.001, "avg_algorithm": "FedAvg", "training_clients_per_round": 1}' http://172.17.0.1:34001/config_server + +curl -X POST -H "Content-Type: application/json" -d '{"eligible_clients_ids" : ["1"]}' http://172.17.0.1:34001/select_clients + +# towards nmcli2 +curl -X GET -H "Content-Type: application/json" -d "{\"node_ip\": [\"http://172.17.0.1:41002/upload\"], \"stream_ip\": \"172.17.0.1\", \"stream_url\": \"rtmp://172.17.0.1:31000/live/test\"}" http://172.17.0.1:45000/demo/start +``` + +### Possible Tags + +```sh +curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/uulm/nginx/tags/list +{"name":"uulm/nginx","tags":["v1.2.1","v1.1.0","v1.2.2","v1.1.1"]} +``` + +```sh +curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/uulm/passive_network_monitoring/tags/list +{"name":"uulm/passive_network_monitoring","tags":["v1.2.1","v1.1.0","v1.2.0","v1.1.1"]} +``` + +```sh +curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/uulm/uc6aggnode/tags/list +{"name":"uulm/uc6aggnode","tags":["v0.9.0"]} +``` + +```sh +curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/uulm/training_agent/tags/list +{"name":"uulm/training_agent","tags":["v1.1.0","v1.2.0","v1.1.1"]} +``` + +### Kubernetes Stats + +#### Aggregator node + +```sh +nxw@5g-iana-manager:~$ kc get all -n 31ff3ac6-c9c9-454c-8131-f0be06dfd711 +NAME READY STATUS RESTARTS AGE +pod/uc6agg-uc6aggnode1781-eeqsuyvfcx-deployment-767949685b-tlrn8 1/1 Running 4 (44h ago) 45h + +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6agg-uc6aggnode1781-eeqsuyvfcx-service NodePort 10.152.183.223 8080:30765/TCP,5000:31810/TCP 45h + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6agg-uc6aggnode1781-eeqsuyvfcx-deployment 1/1 1 1 45h +``` + +Curl only from obu or mec +Curl to start this: `curl -X POST -H "Content-Type: application/json" -d '{ "ml_model": "../resources/best_model_no_tuner_40.h5", "num_epochs": 10, "min_working_nodes": 2, "hyperparam_epochs": 5, "hyperparam_batch_size": 2048,"hyperparam_learning_rate": 0.001, "avg_algorithm": "FedAvg", "training_clients_per_round": 2}' http://192.168.100.4:31808/config_server` +Client Selection: `curl -X GET -H "Content-Type: application/json" -d '{"eligible_clients_ids" : ["0", "1"]}' http://192.168.100.4:31808/select_clients` + +#### uc6dml on uulm-obu0 / uulm-obu1 + +##### uulm-obu0 + +```sh +nxw@5g-iana-manager:~$ kc get all -n 5dcb12b1-a7a9-4b73-b290-a30f1d02b7db +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6dmltrain0-uc6dmltrain02031-jekf9nmeui-service NodePort 10.152.183.71 80:31418/TCP,8080:30402/TCP,5001:32126/TCP 45h + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6dmltrain0-uc6dmltrain02031-jekf9nmeui-deployment 0/0 0 0 45h + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6dmltrain0-uc6dmltrain02031-jekf9nmeui-deployment-7b779477b4 0 0 0 45h +``` + +##### uulm-obu1 + +```sh +nxw@5g-iana-manager:~$ kc get all -n 7cc5f73c-e349-493c-a592-9e0e685a0a65 +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6dmltrain1-uc6dmltrain1541-xtyata0ycb-service NodePort 10.152.183.89 8080:30022/TCP,80:32174/TCP,5001:31066/TCP 45h + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6dmltrain1-uc6dmltrain1541-xtyata0ycb-deployment 0/0 0 0 45h + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6dmltrain1-uc6dmltrain1541-xtyata0ycb-deployment-bd7d5964b 0 0 0 45h +``` + +#### PQoS (TODO) + +```sh +nxw@5g-iana-manager:~$ kc get all -n e2c74d7f-5de3-47ae-a450-5af3745ba0dc +NAME READY STATUS RESTARTS AGE +pod/uc6pqos0-uc6pqos1841-chdrqcj0rm-deployment-7546f9455f-qmfx6 0/1 ContainerCreating 0 21s + +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6pqos0-uc6pqos1841-chdrqcj0rm-service NodePort 10.152.183.18 5000:32119/TCP 21s + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6pqos0-uc6pqos1841-chdrqcj0rm-deployment 0/1 1 0 21s + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6pqos0-uc6pqos1841-chdrqcj0rm-deployment-7546f9455f 1 1 0 21s +``` + +#### NmSender + +```sh +nxw@5g-iana-manager:~$ kc get all -n 1918b480-5b0c-4cf5-aff6-f60d06622251 +NAME READY STATUS RESTARTS AGE +pod/uc6nmsender-uc6nmsen21831-3ebfpbnq83-deployment-64884c7f769pc8s 1/1 Running 0 56m + +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6nmsender-uc6nmsen21831-3ebfpbnq83-service NodePort 10.152.183.30 1935:31023/TCP 56m + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6nmsender-uc6nmsen21831-3ebfpbnq83-deployment 1/1 1 1 56m + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6nmsender-uc6nmsen21831-3ebfpbnq83-deployment-64884c7f76 1 1 1 56m +``` + +#### NmCli on uulm-obu0 / uulm-obu1 + +##### uulm-obu0 + +```sh +nxw@5g-iana-manager:~$ kc get all -n a0633f4a-98bb-4dc3-9aff-c0c8b75ccf33 +NAME READY STATUS RESTARTS AGE +pod/uc6nmcli0-uc6nmclient1771-1gyqqtau43-deployment-6d6fc795dfsbvgj 1/1 Running 0 16m + +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6nmcli0-uc6nmclient1771-1gyqqtau43-service NodePort 10.152.183.164 8000:30637/TCP 16m + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6nmcli0-uc6nmclient1771-1gyqqtau43-deployment 1/1 1 1 16m + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6nmcli0-uc6nmclient1771-1gyqqtau43-deployment-6d6fc795df 1 1 1 16m +``` + +Curl to start this: `curl -X GET -H "Content-Type: application/json" -d "{\"endpoint_ip\": [\"http://192.168.100.4:31418/upload\", \"https://webhook.site/fbf62890-8c93-426c-bb19-461d8e11ff8c\"], \"ping_ip\": \"192.168.100.4\", \"stream_url\": \"rtmp://192.168.100.4:31023/live/test\"}" http://192.168.100.4:30637/demo/start` + +##### uulm-obu1 + +```sh +nxw@5g-iana-manager:~$ kc get all -n fa862b87-1d25-4357-bc29-ffcc4aa67907 +NAME READY STATUS RESTARTS AGE +pod/uc6nmcli1-uc6nmclient1771-k9rifya6n3-deployment-84f59b85ccvrn8q 1/1 Running 0 14m + +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +service/uc6nmcli1-uc6nmclient1771-k9rifya6n3-service NodePort 10.152.183.237 8000:32334/TCP 14m + +NAME READY UP-TO-DATE AVAILABLE AGE +deployment.apps/uc6nmcli1-uc6nmclient1771-k9rifya6n3-deployment 1/1 1 1 14m + +NAME DESIRED CURRENT READY AGE +replicaset.apps/uc6nmcli1-uc6nmclient1771-k9rifya6n3-deployment-84f59b85cc 1 1 1 14m + +``` + +Curl only from obu or mec +Curl to start this: `curl -X GET -H "Content-Type: application/json" -d "{\"endpoint_ip\": [\"http://192.168.100.4:32174/upload\", \"https://webhook.site/fbf62890-8c93-426c-bb19-461d8e11ff8c\"], \"ping_ip\": \"192.168.100.4\", \"stream_url\": \"rtmp://192.168.100.4:31023/live/test\"}" http://192.168.100.4:32334/demo/start` + +```json +{ + "endpoint_ip": [ + "http://192.168.100.4:30956/upload", + "http://192.168.100.4:32119/accept_data" + ], + "ping_ip": "192.168.100.4", + "stream_url": "rtmp://192.168.100.4:30888/live/test" +} +``` + +## Scripts + +From uulm-obu0, uulm-obu1 or 5g-iana-mec. +Get list of repos: +`curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/_catalog` +Get tags for a repo: +`curl -u 5g-iana:5g-iana -k https://192.168.100.2:5000/v2/uulm/training_agent/tags/list` + +## Issues + +### uulm-obu0 offline + +uulm-obu0 is offline and has been offline for a while. + +### Logs + +Can't access logs from kubernetes on the uulm-obu1 + +```sh +Error from server: Get "https://172.16.1.11:10250/containerLogs/26f69d2b-bf62-44a6-9346-421d34d376d8/uc6dml9-01-uc6dmltrain541-ccdgt3sqq8-deployment-6896f68c87cgq4r/uc6dml9-01-uc6dmltrain541-ccdgt3sqq8": dial tcp 172.16.1.11:10250: i/o timeout +``` + +Troubleshooting steps would be + +> I get "i/o timeouts" when calling "microk8s kubectl logs" +> +> Make sure your hostname resolves correctly to the IP address of your host or localhost. The following error may indicate this misconfiguration: +> +> microk8s kubectl logs +> Error from server: Get "...": dial tcp host-IP:10250: i/o timeout +> +> One way to address this issue is to add the hostname and IP details of the host in /etc/hosts. In the case of a multi-node cluster, the /etc/hosts on each machine has to be updated with the details of all cluster nodes. + +But doesn't work + +## todo + +- Agg node testing - Giorgos will test on platform +- network monitoring figure out why not our obus are working +- check arm deployment of nmclient +- deploy nmclient tool on uc1 obus +- confirm pqos deployment on obu on our obus + +## Data Collection for NEtwork Monitoring + +```sh +curl -X GET -d "{\"id\": 1}" 192.168.200.11:32684/data_collection/get_data_stats +curl -X GET -H "Content-Type: application/json" -d "{\"endpoint_ip\": [\"https://webhook.site/85e1c94b-6642-45e2-abd4-59ef11450c2b\"], \"ping_ip\": \"192.168.100.4\", \"stream_url\": \"rtmp://192.168.100.4:31023/live/test\"}" http://192.168.200.11:32684/demo/start +``` + +## PQoS Final Event + +### Component + +#### General + +- Name: uc6pqos-fe +- Architecture: x86 +- Elasticity controller: HORIZONTAL + +#### Distribution Parameters + +- Docker Image: uc6pqos:v1.3.0 +- Docker Credentials: + +#### Minimum Execution Requirements + +- vCPUs: 1 +- RAM (MB): 512 +- Storage (GB): 10 +- Hypervisor Type: ESXI + +#### Health Check + +- HTTP: [http://localhost:5000](http://localhost:5000) +- Time Interval (in seconds): 10 + +#### Environment variables + +# For testing + +- ENDPOINT: [https://webhook.site/fc612cc3-48a1-418f-8e97-e6b691285892](https://webhook.site/fc612cc3-48a1-418f-8e97-e6b691285892) + +#### Exposed Interfaces + +- uc6pqosfe5000: 5000 + +### Application + +- Name: PQoS-finalevent +- Component: uc6pqos-fe + +### Instance + +- Name: PQoS-finalevent +- Selector Provider: NEXTWORKS-OSS +- Application: PQoS-finalevent + - Selector node: uulm-obu0 # For Testing +- Ingress: + - Minimum Bandwidth: eMBB + - Radio Service Types: 1 + - Maximum Bandwidth: 10 diff --git a/obu-node/Dockerfile b/obu-node/Dockerfile new file mode 100644 index 0000000..f3c5a31 --- /dev/null +++ b/obu-node/Dockerfile @@ -0,0 +1,16 @@ +FROM python:3.11 AS compile-image +WORKDIR /federated-example +COPY requirements.txt . +RUN python3 -m pip install --upgrade pip +RUN python3 -m venv /venv +RUN . /venv/bin/activate && \ + python3 -m ensurepip --upgrade && \ + python3 -m pip install -r /federated-example/requirements.txt + +FROM python:3.11 AS run-image +COPY --from=compile-image /venv /venv + +WORKDIR /federated-example/src + +COPY . /federated-example/ +CMD . /venv/bin/activate && python3 client.py $SERVER_IP_FLWR $PARAMETER_IP:5000 $SERVER_IP_AGG $CLIENT_ID diff --git a/obu-node/README.md b/obu-node/README.md new file mode 100644 index 0000000..81f57cb --- /dev/null +++ b/obu-node/README.md @@ -0,0 +1,16 @@ +# OBU node + +This is the version matching the final requirements where the client are started from the policy executor + +## Running the code using Docker + +1. To create the Docker Image, run "Dockerfile" using this command: `docker build -f Dockerfile -t client-image .` +2. Create a container from the above image using this command: `docker run -p 8080:8080 -p 5000:5000 -p 80:80 -e SERVER_IP_FLWR={server_ip_port_flwr} -e PARAMETER_IP=1 -e SERVER_IP_AGG={server_ip_port_agg} -e CLIENT_ID={client_id} --name client --rm client-image` (More notes below) +3. The script for the clients will run automatically. The clients assume the server is ready to accept the connection (which is the scenario to expect given no error happens on the server side), otherwise the clients will fail to establish the connection and stop the execution. + +* **Notes**: +- `{server_ip_port_flwr}`is the IP address and port number used for the flower framework (port 8080 in tests) and `{server_ip_port_agg}` are the ip address and port used to communicated with the DMLO (port 5000 in tests), they should both be of the form `192.168.0.1:5000`. +- `{client_id}` is the ID to assign the specific client (each client should have a unique ID) +- The `-p` flag is used to map the docker ports to the devices ports and should be changed according to the ports used in the simulation (currently set to ports 8080 and 5000). +- The `-e` flag is used to set the variables used to run the script automatically. +- The execution can be stopped by opening another terminal and using this command `docker kill client`. diff --git a/obu-node/buildx/buildkitd.toml b/obu-node/buildx/buildkitd.toml new file mode 100644 index 0000000..293417e --- /dev/null +++ b/obu-node/buildx/buildkitd.toml @@ -0,0 +1,7 @@ +[registry."192.168.100.2:5000"] + http = true + insecure = true + ca = ["certs/192.168.100.2:5000/ca.crt"] + [[registry."192.168.100.2:5000".keypair]] + key = "certs/192.168.100.2:5000/client.key" + cert = "certs/192.168.100.2:5000/client.cert" diff --git a/obu-node/buildx/create_builder.sh b/obu-node/buildx/create_builder.sh new file mode 100755 index 0000000..071e176 --- /dev/null +++ b/obu-node/buildx/create_builder.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker buildx create --name iana --platform linux/amd64,linux/arm64 --bootstrap --config ./buildkitd.toml --use \ No newline at end of file diff --git a/obu-node/buildx/setup.sh b/obu-node/buildx/setup.sh new file mode 100755 index 0000000..73dba8f --- /dev/null +++ b/obu-node/buildx/setup.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# Nokia +#IANA_REGISTRY=192.168.100.2:5000 +# TS +IANA_REGISTRY=192.168.100.2:5000 + +mkdir -p certs/"$IANA_REGISTRY" + +( + cd certs/"$IANA_REGISTRY" || exit 1 + + openssl s_client -showcerts -connect "$IANA_REGISTRY" ca.crt + + openssl genrsa -out client.key 4096 + openssl req -new -x509 -text -key client.key -out client.cert \ + -subj "/C=DE/ST=Northrhine Westphalia/L=Essen/O=University Duisburg-Essen/emailAddress=tuan-dat.tran@stud.uni-due.de" +) diff --git a/obu-node/docker-push.sh b/obu-node/docker-push.sh new file mode 100755 index 0000000..3d471b9 --- /dev/null +++ b/obu-node/docker-push.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +DOCKERFILE="./Dockerfile" +REGISTRY=192.168.100.2:5000/uulm +REMOTE_IMAGE="training_agent" +TAG=v1.3.0 + +docker buildx build --platform linux/amd64,linux/arm64 -f $DOCKERFILE -t \ + $REGISTRY/$REMOTE_IMAGE:$TAG . --push diff --git a/obu-node/requirements.txt b/obu-node/requirements.txt new file mode 100644 index 0000000..81fc9c4 --- /dev/null +++ b/obu-node/requirements.txt @@ -0,0 +1,62 @@ +absl-py==2.0.0 +astunparse==1.6.3 +blinker==1.7.0 +cachetools==5.3.2 +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +cryptography==41.0.5 +Flask==3.0.0 +flatbuffers==23.5.26 +flwr==1.5.0 +gast==0.5.4 +google-auth==2.23.4 +google-auth-oauthlib==1.0.0 +google-pasta==0.2.0 +grpcio==1.59.2 +h5py==3.10.0 +idna==3.4 +iterators==0.0.2 +itsdangerous==2.1.2 +Jinja2==3.1.2 +joblib==1.3.2 +keras==2.14.0 +libclang==16.0.6 +Markdown==3.5.1 +MarkupSafe==2.1.3 +ml-dtypes==0.2.0 +netifaces==0.11.0 +numpy==1.26.1 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==23.2 +pandas==2.1.2 +protobuf==3.20.3 +psutil==5.9.6 +pyasn1==0.5.0 +pyasn1-modules==0.3.0 +pycparser==2.21 +pycryptodome==3.19.0 +Pympler==1.0.1 +python-dateutil==2.8.2 +pytz==2023.3.post1 +requests==2.31.0 +requests-oauthlib==1.3.1 +rsa==4.9 +scikit-learn==1.3.2 +scipy==1.11.3 +six==1.16.0 +tensorboard==2.14.1 +tensorboard-data-server==0.7.2 +tensorflow==2.14.0 +tensorflow-estimator==2.14.0 +tensorflow-io-gcs-filesystem==0.34.0 +termcolor==2.3.0 +threadpoolctl==3.2.0 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==2.0.7 +watchdog==3.0.0 +Werkzeug==3.0.1 +wrapt==1.14.1 diff --git a/obu-node/resources/.gitkeep b/obu-node/resources/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/obu-node/resources/best_model_no_tuner_40.h5 b/obu-node/resources/best_model_no_tuner_40.h5 new file mode 100644 index 0000000..43e4d6e Binary files /dev/null and b/obu-node/resources/best_model_no_tuner_40.h5 differ diff --git a/obu-node/resources/train_c1.csv b/obu-node/resources/train_c1.csv new file mode 100644 index 0000000..e6278ef --- /dev/null +++ b/obu-node/resources/train_c1.csv @@ -0,0 +1,10813 @@ +lat,long,rtt +48.43223812,9.96726228,60900000 +48.43222522,9.96728208,71100000 +48.432238080000005,9.96731992,84200000 +48.43226568,9.96730758,144000000 +48.4322569,9.9672667,25600000 +48.43225595,9.9672652,25600000 +48.432255133333335,9.967263433333336,25600000 +48.432254525,9.967261325,25600000 +48.43225402,9.96725912,25600000 +48.432248400000006,9.96724572,31000000 +48.432248725,9.967246325,31000000 +48.43224916666667,9.967246933333334,31000000 +48.432249600000006,9.96724745,31000000 +48.43224585,9.96724195,50700000 +48.4322457,9.967241366666668,50700000 +48.43224545,9.967240675,50700000 +48.43224508,9.96724016,50700000 +48.43224185,9.96723765,74900000 +48.43224143333333,9.967237266666666,74900000 +48.432240925,9.967236425,74900000 +48.43223805,9.96723065,106000000 +48.43223736666666,9.967229833333334,106000000 +48.432236675,9.967229075,106000000 +48.43223616,9.9672285,106000000 +48.432233075,9.9672247,128000000 +48.43223326666666,9.967224933333334,128000000 +48.4322335,9.96722515,128000000 +48.43223306,9.96722434,128000000 +48.43223425,9.96722135,92000000 +48.4322347,9.9672208,92000000 +48.43223515,9.9672203,92000000 +48.4322355,9.96721996,92000000 +48.43223760000001,9.9672177,21600000 +48.43223692,9.96721236,38400000 +48.432237425,9.967212725,38400000 +48.4322378,9.9672134,38400000 +48.4322339,9.96721275,26200000 +48.432233466666666,9.967213,26200000 +48.43223335,9.9672131,26200000 +48.4322334,9.96721338,26200000 +48.43223385,9.967215825,44100000 +48.4322338,9.9672153,44100000 +48.43223376,9.96721608,44100000 +48.43223383333333,9.967215566666669,44100000 +48.43223315,9.96721805,76500000 +48.43223306666667,9.967218366666666,76500000 +48.43223295,9.967218575,76500000 +48.43223294,9.9672188,76500000 +48.43223460000001,9.9672202,22900000 +48.432235340000005,9.96722014,22900000 +48.432234300000005,9.96722025,22900000 +48.432235025,9.967220225,22900000 +48.4322373,9.9672207,46800000 +48.43223756666666,9.967220633333332,46800000 +48.43223785,9.9672208,46800000 +48.432238,9.96722124,46800000 +48.43223708000001,9.96722356,46700000 +48.432237175,9.967223925,46700000 +48.43223733333334,9.967224233333331,46700000 +48.432235000000006,9.96722135,32500000 +48.432234533333336,9.967222,32500000 +48.432233875,9.967222725,32500000 +48.43223316,9.96722318,32500000 +48.432226760000006,9.96722566,29100000 +48.4322278,9.9672246,29100000 +48.432227275,9.967224875,29100000 +48.432223275,9.96723065,31400000 +48.432223533333335,9.9672304,31400000 +48.43222308,9.9672311,31400000 +48.432222125,9.96723675,32700000 +48.4322221,9.96723744,32700000 +48.43222216666666,9.967236033333334,32700000 +48.432223,9.967244833333334,29000000 +48.43222325,9.967245875,29000000 +48.43222348,9.967246460000002,29000000 +48.43222566,9.9672486,41700000 +48.43222555,9.9672487,41700000 +48.43222533333333,9.9672489,41700000 +48.43222666666667,9.967248866666669,35100000 +48.43222708,9.96724922,35100000 +48.432226775,9.967248875,35100000 +48.43222672,9.96724998,22300000 +48.432226825,9.96725,22300000 +48.4322272,9.9672499,22300000 +48.43222664,9.96724972,25000000 +48.4322261,9.9672499,25000000 +48.43222626666667,9.967249699999998,25000000 +48.4322265,9.96724965,25000000 +48.43222686666667,9.967250733333334,34300000 +48.43222675,9.967250925,34300000 +48.43222664,9.96725112,34300000 +48.432227,9.96725065,34300000 +48.43222574999999,9.967254925,24800000 +48.432225733333325,9.9672545,24800000 +48.43222585,9.96725385,24800000 +48.43222582,9.96725528,24800000 +48.4322259,9.967257,32800000 +48.43222646666666,9.967256933333331,32800000 +48.432227075,9.96725695,32800000 +48.43222756,9.9672572,32800000 +48.43222955,9.96725915,27000000 +48.43223003333333,9.9672587,27000000 +48.43223035,9.9672582,27000000 +48.43223064,9.96725792,27000000 +48.43223266666666,9.9672559,36400000 +48.432232825,9.967256,36400000 +48.43223316,9.96725618,36400000 +16.1440783,3.3224191333333333,25800000 +12.108058725,2.49181435,25800000 +9.68644698,1.99345148,25800000 +9.6864473,1.99345224,25200000 +48.4322369,9.9672634,22500000 +48.43223704,9.96726802,19600000 +12.108059225,2.4918173,26200000 +19.37289494,3.9869078,26200000 +48.4322382,9.967270374999998,33000000 +48.43223765,9.9672706,33000000 +48.43223793333333,9.9672704,33000000 +48.43223832,9.96727058,33000000 +48.43223902,9.96727246,18600000 +48.432239333333335,9.9672739,25700000 +48.4322392,9.967273875,25700000 +48.43223912,9.96727384,25700000 +48.43223856666666,9.9672745,39300000 +36.324178925,7.475455875,39300000 +38.745791,7.973819779999999,39300000 +16.144080066666668,3.322426933333333,28100000 +12.10806005,2.4918202,28100000 +9.68644804,1.99345616,28100000 +32.28815963333333,6.644853033333334,36000000 +36.324178675,7.47546075,36000000 +29.05934294,5.9803686,36000000 +32.28815633333333,6.644857933333334,23600000 +36.324176075,7.475465975,23600000 +38.7457882,7.9738315,23600000 +48.43224314,9.96730576,27800000 +48.4322425,9.967304,27800000 +48.4322447,9.9673126,23500000 +48.4322437,9.967311625,23500000 +48.4322433,9.96731084,23500000 +48.43224419999999,9.967312033333334,23500000 +48.43224086,9.9673029,24600000 +48.43224156666667,9.9673054,24600000 +48.432241225,9.96730415,24600000 +48.432238866666665,9.967294233333334,29000000 +48.432238875,9.9672935,29000000 +48.43223886,9.96729288,29000000 +48.432238866666665,9.967291333333334,27000000 +48.432238875,9.96729165,27000000 +48.43223888,9.96729202,27000000 +48.4322381,9.967295025,28600000 +48.43223802,9.96729552,28600000 +48.43223714,9.96730148,19600000 +48.43223384,9.96730676,17600000 +48.43223125,9.967310675,33300000 +48.4322314,9.967310433333331,33300000 +48.43223112,9.9673109,33300000 +48.43223056666667,9.967312,23000000 +48.43223054,9.96731258,23000000 +48.43223055,9.9673123,23000000 +48.43222948,9.9673159,28200000 +48.43223005,9.96731475,28200000 +48.43222983333334,9.967315133333331,28200000 +48.432229625000005,9.967315525,28200000 +48.43222856666667,9.967318566666668,38800000 +48.43222845,9.96731865,38800000 +48.43222836,9.96731878,38800000 +48.4322287,9.9673184,38800000 +48.432227833333336,9.967319933333334,22900000 +48.43222785,9.9673198,22900000 +48.43222785,9.96731995,22900000 +48.4322279,9.96731996,22900000 +48.4322281,9.967319233333331,24000000 +48.432228050000006,9.96731915,24000000 +48.43222798000001,9.96731908,24000000 +48.432227825,9.96731865,24500000 +48.43222773333333,9.967318533333334,24500000 +48.43222792,9.96731892,24500000 +48.432228466666665,9.967321166666666,33900000 +48.432228575,9.967321375,33900000 +48.43222866,9.967321600000002,33900000 +48.432229725,9.967323925,29100000 +48.4322302,9.96732526,29100000 +48.432233425,9.96733325,25000000 +48.43223352,9.967333580000002,25000000 +48.43223542,9.96732992,17800000 +48.43223864,9.96731508,39000000 +48.4322381,9.967316366666669,39000000 +48.432238475,9.96731575,39000000 +48.4322378,9.96731705,39000000 +48.4322407,9.96730865,36300000 +48.432241266666665,9.9673073,36300000 +48.432241775,9.967306075,36300000 +48.43224208,9.96730534,36300000 +48.432242675,9.96730305,46200000 +48.432243,9.96730255,46200000 +48.4322428,9.967302966666669,46200000 +48.43224242,9.9673029,46200000 +48.43224023333334,9.9673012,28200000 +48.43224024,9.96730038,28200000 +48.432240225,9.967300825,28200000 +48.43224060000001,9.96729784,86700000 +48.432240400000005,9.967297725,86700000 +48.432241675,9.967299225,30200000 +48.43224206,9.96729898,30200000 +48.43224628,9.96729496,23600000 +48.43224798,9.96729524,22600000 +12.108063825,2.491823925,17000000 +9.68645106,1.99345914,17000000 +48.43225648,9.96730464,73700000 +48.432256275,9.9673027,73700000 +48.4322602,9.96731692,25000000 +48.432265666666666,9.967321533333331,45700000 +48.43226605,9.9673217,45700000 +48.43226635999999,9.96732152,45700000 +48.4322679,9.96732095,35200000 +48.43226744,9.96732174,35200000 +48.43226446,9.967322739999998,19100000 +48.43226334,9.9673141,30800000 +48.432263625,9.967314525,30800000 +48.43226328,9.9673183,32000000 +48.432262925,9.967317875,32000000 +48.43226795,9.96732335,27600000 +48.43226794,9.96732228,27600000 +48.4322671,9.967319024999998,29100000 +48.43226674,9.96731972,29100000 +48.43226228,9.96732684,30000000 +48.43225856666667,9.967324133333332,42100000 +48.43225755,9.967321275,42100000 +48.43225668,9.96731914,42100000 +48.43224982,9.96731384,19600000 +48.43223522,9.96732994,17700000 +48.432236,9.96733544,16500000 +48.4322375,9.9673346,26800000 +48.4322369,9.967335225,21200000 +48.43223673999999,9.9673352,21200000 +48.43223555,9.96733405,27800000 +48.43223536000001,9.96733378,27800000 +48.432233675,9.9673324,33800000 +48.43223342,9.96733244,33800000 +48.43223166,9.96733316,18300000 +48.4322315,9.967333775,21500000 +48.4322315,9.967334,21500000 +48.43223155,9.96733605,30800000 +48.43223154,9.96733762,36300000 +48.43223164,9.96733834,31100000 +48.43223192000001,9.96733936,25000000 +48.4322319,9.9673394,18600000 +48.4322319,9.9673394,20500000 +48.43223085,9.967341625,31000000 +48.4322308,9.96734224,31000000 +48.43223266666666,9.967346399999998,42200000 +48.43223335,9.967346775,42200000 +48.432237400000005,9.96734925,27300000 +48.43223768,9.96734942,27300000 +48.43224035,9.96735075,41700000 +48.43224052,9.96735096,41700000 +48.432241375,9.96735255,21800000 +48.432243225,9.967352375,24000000 +48.43224342,9.96735232,24000000 +48.432244925,9.967351875,26900000 +48.4322451,9.9673518,26900000 +48.43224678,9.96735112,24900000 +48.4322466,9.967351225,24900000 +48.43224824,9.96734996,21700000 +48.4322487,9.9673494,22000000 +48.43224953333333,9.967348133333331,28600000 +48.432249575,9.967347925,28600000 +48.43224958,9.96734772,28600000 +48.43224914,9.96734466,19000000 +48.432249,9.967341520000002,17600000 +48.432249,9.9673412,20600000 +48.43224886666667,9.967340933333334,33800000 +48.432248875,9.967340900000002,33800000 +48.4322489,9.9673408,25000000 +48.4322489,9.9673408,25000000 +48.432248925,9.967340725,35000000 +48.43224896,9.96734064,35000000 +48.4322493,9.96734,29700000 +48.4322493,9.96734,39800000 +48.4322493,9.96734,39800000 +48.4322493,9.96734,25500000 +48.43224964,9.96733918,35600000 +48.43225018,9.96733634,31800000 +48.43224992,9.96733588,29900000 +48.432249275,9.9673351,28100000 +48.43224904,9.96733508,28100000 +48.43224733333333,9.967334199999998,31600000 +48.432247175,9.967334025,31600000 +48.43224624,9.967333020000002,22500000 +48.43224572,9.9673354,22800000 +48.4322459,9.96733702,25100000 +48.432245575,9.967337425,27100000 +48.432245640000005,9.967337,26600000 +48.43224597999999,9.96733604,21900000 +48.432245975,9.967334875,19000000 +48.4322468,9.96733336,25700000 +48.432247700000005,9.967331433333332,23700000 +48.43224802,9.96733076,23700000 +48.432247875,9.967331075,23700000 +48.4322486,9.9673295,20700000 +48.4322486,9.9673295,20700000 +48.43224766666666,9.967329566666669,21100000 +48.4322476,9.9673296,21100000 +48.4322473,9.9673298,26100000 +48.432247225,9.967329875,26100000 +48.43224666666666,9.967329366666666,18800000 +48.4322467,9.96732815,26900000 +48.4322467,9.9673282,26900000 +48.432246725,9.9673278,35000000 +48.43224745,9.9673261,28600000 +48.4322494,9.96732698,16900000 +48.4322513,9.96732634,30300000 +48.432252,9.967326266666667,37200000 +48.43225214,9.96732642,37200000 +48.432252075,9.967326325,37200000 +48.43225235,9.9673268,25900000 +48.43225233333334,9.9673268,25900000 +48.432252350000006,9.96732675,25900000 +48.4322526,9.967326433333332,35000000 +48.432252625,9.9673264,35000000 +48.4322527,9.9673263,25000000 +48.4322527,9.9673263,25000000 +48.4322529,9.96732615,30600000 +48.4322529,9.96732614,30600000 +48.4322529,9.9673261,46000000 +48.4322529,9.9673261,24600000 +48.4322529,9.9673261,24600000 +48.43225288,9.96732604,20600000 +48.4322526,9.9673259,33000000 +48.43225232,9.96732504,26900000 +48.4322516,9.967324175,29400000 +48.432249766666665,9.967323133333332,26200000 +48.432249575,9.967322825,26200000 +48.432249,9.9673219,40300000 +48.432249,9.9673219,40300000 +48.432249,9.96732064,20300000 +48.432249,9.967320975,20300000 +48.4322491,9.9673189,32600000 +48.4322491,9.9673189,24100000 +48.43224897499999,9.967318975,35300000 +48.43224898,9.96731902,35300000 +48.432249350000006,9.96731935,25700000 +48.432249340000006,9.96731944,25700000 +48.43224922500001,9.967320425,18100000 +48.43224892,9.96732134,37200000 +48.4322485,9.96732396,22300000 +48.432247675,9.9673264,16900000 +48.432247675,9.967327125,27000000 +48.432248525,9.967329075,32000000 +48.43224868,9.96732934,32000000 +48.432250075,9.967331125,22100000 +48.43225016,9.9673313,22100000 +48.43225073999999,9.96733282,21500000 +48.432250725,9.967332775,21500000 +48.432250725,9.96733335,31900000 +48.43225072,9.96733336,31900000 +48.4322507,9.9673334,21100000 +48.4322507,9.9673334,20700000 +48.43225064,9.96733228,23600000 +48.43225014,9.96733024,18100000 +48.4322493,9.967329475,22200000 +48.43224925,9.967329375,27400000 +48.43224954,9.96733052,21800000 +48.43224984,9.96733092,30800000 +48.432250200000006,9.96732842,23100000 +48.43225044,9.967330139999998,31800000 +48.43225144,9.96733134,26200000 +48.43225144,9.96733246,20700000 +48.432251425,9.96733445,23800000 +48.4322514,9.96733462,23800000 +48.432251075,9.967335975,34500000 +48.432251,9.96733618,34500000 +48.43225035,9.9673379,18100000 +48.43224978,9.96733898,25800000 +48.43225032,9.96734046,44500000 +48.4322508,9.96734175,33800000 +48.4322508,9.96734212,23800000 +48.4322508,9.9673421,30400000 +48.4322507,9.967342,30400000 +48.4322499,9.9673412,33000000 +48.432249875,9.967341175,33000000 +48.432249625,9.967340525,18900000 +48.432248925,9.967339425,37400000 +48.43224896666666,9.967339433333334,37400000 +48.432248575,9.967338825,21900000 +48.4322481,9.9673381,17700000 +48.43224805,9.96733805,17700000 +48.4322479,9.9673379,19700000 +48.4322479,9.9673379,30400000 +48.4322479,9.9673379,19100000 +48.4322479,9.9673379,16800000 +48.4322479,9.9673379,20600000 +48.432247925,9.9673374,18200000 +48.43224888,9.96733128,34400000 +48.4322511,9.967326825,24600000 +48.4322519,9.9673259,24300000 +48.4322519,9.9673259,28800000 +48.4322519,9.9673259,36500000 +48.4322519,9.9673259,27800000 +48.4322519,9.9673259,28700000 +48.4322517,9.967325575,18700000 +48.432249425,9.967323425,24900000 +48.4322492,9.9673233,23100000 +48.4322492,9.9673233,15900000 +48.4322492,9.9673233,15900000 +48.432249025,9.9673231,31700000 +48.4322477,9.9673224,27800000 +48.4322477,9.9673224,22500000 +48.4322477,9.9673224,26700000 +48.4322477,9.9673224,29200000 +48.43224665,9.967320975,23800000 +48.43224648,9.96732048,23800000 +48.43224445,9.9673167,19900000 +48.432243725,9.967314,19600000 +48.4322436,9.9673136,30400000 +48.4322436,9.9673136,22100000 +48.4322436,9.9673136,25400000 +48.4322436,9.9673136,22200000 +48.432243750000005,9.96731415,32200000 +48.43224370000001,9.967313933333337,32200000 +48.432244,9.9673151,34300000 +48.432244,9.9673151,25800000 +48.432244,9.9673151,30000000 +48.432244,9.9673151,18900000 +48.432244,9.9673151,22400000 +48.432244,9.9673151,23200000 +48.432244,9.9673151,28100000 +48.43224475,9.96731625,33000000 +48.43224624,9.967318680000002,37100000 +48.4322466,9.9673189,29000000 +48.4322466,9.9673189,36600000 +48.4322466,9.9673189,24000000 +48.4322466,9.9673189,27100000 +48.4322466,9.9673189,27000000 +48.4322466,9.9673189,24900000 +48.4322466,9.9673189,20100000 +48.4322466,9.9673189,15800000 +48.43224668,9.96731956,36800000 +48.4322469,9.9673247,36800000 +48.4322469,9.9673247,34800000 +48.4322469,9.9673247,31000000 +48.43224695000001,9.96732505,32200000 +48.43224706,9.96732688,38400000 +48.4322519,9.96732835,25300000 +48.4322558,9.96733015,28400000 +48.432258,9.967331375,37900000 +48.43225886,9.9673317,39100000 +48.4322589,9.9673317,45200000 +48.4322589,9.9673317,18100000 +48.4322589,9.9673317,20800000 +48.4322589,9.9673317,45000000 +48.4322589,9.9673317,29600000 +48.4322589,9.9673317,30500000 +48.43226013333333,9.967333333333332,27000000 +48.432261,9.967335,27200000 +48.432261,9.967335,29200000 +48.432261625,9.967333725,40900000 +48.432261575,9.967332725,28600000 +48.4322609,9.96733245,26000000 +48.43226035,9.96733265,26700000 +48.43226036666667,9.9673321,32400000 +48.432261275,9.9673313,18900000 +48.4322611,9.967328975,29000000 +48.4322611,9.9673288,31300000 +48.4322611,9.9673288,27900000 +48.4322611,9.9673288,21900000 +48.4322611,9.9673288,17800000 +48.43225833333333,9.967327733333333,33600000 +48.4322541,9.9673254,23800000 +48.4322541,9.9673254,23300000 +48.4322541,9.9673254,23900000 +48.4322541,9.9673254,36200000 +48.4322541,9.9673254,21800000 +48.4322541,9.9673254,25900000 +48.4322541,9.9673254,26800000 +48.4322541,9.9673254,19400000 +48.4322541,9.9673254,17900000 +48.4322541,9.9673254,17900000 +48.4322541,9.9673254,20000000 +48.4322541,9.9673254,20000000 +48.4322541,9.9673254,26700000 +48.4322541,9.9673254,26700000 +48.43225235,9.9673221,24800000 +48.4322529,9.967323233333332,24800000 +48.43225045,9.9673173,16900000 +48.43225063333333,9.967317233333334,16900000 +48.4322517,9.967317166666668,26400000 +48.4322518,9.967317125,26400000 +48.43225235,9.9673167,28100000 +48.4322526,9.967316566666668,28100000 +48.43225453333333,9.967315566666668,24700000 +48.4322549,9.967315425,24700000 +48.43225675,9.9673142,27300000 +48.43225686666667,9.967313866666666,27300000 +48.4322578,9.96731165,22600000 +48.43225756666667,9.9673121,22600000 +48.432259666666674,9.967308833333332,32700000 +48.43226010000001,9.96730865,32700000 +48.432262300000005,9.9673079,36400000 +48.432262533333336,9.967307733333334,36400000 +48.43226396666666,9.967306666666667,19200000 +48.43226425,9.9673064,19200000 +48.43226803333334,9.9673043,28000000 +48.43226865,9.96730405,28000000 +48.43227303333333,9.967301766666669,15700000 +48.432273525,9.967301425,15700000 +48.43227674,9.9672993,17100000 +48.4322797,9.967297125,18400000 +48.4322823,9.967294933333331,33100000 +48.4322837,9.967293066666668,33800000 +48.432283625,9.967293175,33800000 +48.4322835,9.9672942,25600000 +48.43228366666667,9.967294433333334,25600000 +48.432284,9.967295299999998,26700000 +48.432283850000005,9.9672953,26700000 +48.43228265,9.9672953,22200000 +48.43228250000001,9.967295433333334,22200000 +48.432280525,9.96729925,25100000 +48.43228106666667,9.9672981,25100000 +48.4322775,9.9673075,32800000 +48.432277166666665,9.967309133333334,32800000 +48.4322769,9.967310475,32800000 +48.43227586666666,9.9673194,18700000 +48.4322758,9.9673205,18700000 +48.4322756,9.967328566666668,40600000 +48.43227577500001,9.9673301,40600000 +48.4322771,9.96734428,23000000 +48.432276825,9.9673424,23000000 +48.43227986666667,9.967361966666669,35600000 +48.43228295,9.9673795,19700000 +48.4322824,9.967377466666669,19700000 +48.43228348,9.96738148,19700000 +48.43228796666667,9.9674004,28100000 +48.43228845,9.967402775,28100000 +48.43229276666667,9.9674209,35900000 +48.432293225,9.96742345,35900000 +48.432296400000006,9.967442533333331,21100000 +48.432296675,9.967444825,21100000 +48.43229916666667,9.967464466666666,23600000 +48.432299475,9.967467025,23600000 +48.43230163333334,9.967485566666667,26000000 +48.43230205,9.967488525,26000000 +48.43230466666666,9.967507499999998,30900000 +48.4323051,9.967509825,30900000 +48.432309125,9.967527875,24000000 +48.43230956,9.96753,24000000 +48.43231219999999,9.967548166666669,24700000 +48.432312375,9.96755025,24700000 +48.4323127,9.967564033333332,30700000 +48.43231245,9.96756625,30700000 +48.43230865,9.967583925,26800000 +48.43230930000001,9.9675823,26800000 +48.43230295,9.9675956,25900000 +48.4323022,9.96759664,25900000 +48.43229503333333,9.9676039,23200000 +48.432294275,9.967604425,23200000 +48.432288925,9.967607625,20400000 +48.43228844,9.96760782,20400000 +48.43228322,9.967609759999998,22100000 +48.432283875,9.9676095,22100000 +48.4322774,9.9676114,28700000 +48.43227675,9.967611475,28700000 +48.43227033333333,9.9676121,28900000 +48.432269425,9.9676122,28900000 +48.4322623,9.967612066666668,27200000 +48.432261375,9.967611825,27200000 +48.43225108,9.96760886,16400000 +48.432252175,9.967609375,16400000 +48.432241675,9.967602525,22300000 +48.4322304,9.96759054,23900000 +48.43223155,9.9675922,23900000 +48.4322215,9.967573466666666,20800000 +48.43222045,9.96757065,20800000 +48.4322124,9.967546475,24900000 +48.43221152,9.96754268,24900000 +48.43220375,9.9675057,20600000 +48.43220278,9.96750112,20600000 +48.43219275,9.967454075,26500000 +48.43219164,9.96744862,26500000 +48.432180433333336,9.967393266666669,31300000 +48.4321674,9.96732895,35000000 +48.43216926666667,9.967339333333332,35000000 +48.432152825,9.967253125,16700000 +48.43213946666666,9.967186766666666,26000000 +48.432124075,9.967112,18900000 +48.432107,9.967033333333331,35500000 +48.43210435,9.9670199,35500000 +48.43208526666667,9.966929166666668,26600000 +48.43206715,9.966849775,29700000 +48.43206472,9.96683974,29700000 +48.432042725,9.966741875,28800000 +48.43204536666667,9.966753633333331,28800000 +48.43202436666667,9.966661233333332,25700000 +48.4320218,9.966650475,25700000 +48.431999475000005,9.966558175,21100000 +48.43200273333334,9.966571566666667,21100000 +48.43197733333333,9.966464166666666,35300000 +48.43197405,9.966449875,35300000 +48.43195176666666,9.966355933333332,21900000 +48.431949325,9.966345725,21900000 +48.4319306,9.966265025,36000000 +48.4319284,9.96625576,36000000 +48.4319088,9.966170833333331,32900000 +48.43190672499999,9.966162025,32900000 +48.431890825,9.966098275,16600000 +48.431878866666665,9.96605,32700000 +48.43186815,9.966003525,30200000 +48.4318584,9.965961366666669,41100000 +48.431856725,9.965955275,41100000 +48.431842875,9.96590605,35400000 +48.431845,9.965913433333334,35400000 +48.43182573333333,9.965848333333334,37000000 +48.43180803333333,9.965793966666668,32000000 +48.431804925,9.965784675,32000000 +48.4317868,9.96572815,29800000 +48.43178386666667,9.965718,29800000 +48.43176706666667,9.965654366666667,32500000 +48.43175163333333,9.965585266666666,26100000 +48.431749075,9.9655732,26100000 +48.43173365,9.9654997,28700000 +48.43173106666666,9.965486933333333,28700000 +48.43171613333334,9.965413333333332,31600000 +48.431714125000006,9.965404075,31600000 +48.43169633333333,9.965327766666668,34000000 +48.431693525,9.9653161,34000000 +48.43167386666666,9.965237133333334,21000000 +48.431650175,9.965147075,23900000 +48.43165316666667,9.965159433333332,23900000 +48.4316253,9.965042625,36900000 +48.43162856666667,9.965055666666666,36900000 +48.43160405,9.9649579,23800000 +48.4316002,9.964942333333331,23800000 +48.431579766666665,9.9648584,23900000 +48.43157575,9.96484215,23900000 +48.43154603333334,9.964727433333334,33500000 +48.431550400000006,9.96474405,33500000 +48.4315205,9.964625966666668,24900000 +48.43149054999999,9.964503525,28900000 +48.43145933333333,9.964379466666664,19200000 +48.4314332,9.9642692,20200000 +48.43140773333334,9.9641636,32800000 +48.4314039,9.96414745,32800000 +48.431376525000005,9.964030025,30900000 +48.43137388,9.96401758,30900000 +48.431352200000006,9.9639148,20500000 +48.43134916666667,9.963897333333334,20500000 +48.43133219999999,9.9637969,21600000 +48.4313299,9.9637815,21600000 +48.431316433333336,9.963674133333337,32000000 +48.431306925,9.96355685,23300000 +48.43130813333334,9.963574166666666,23300000 +48.43129819999999,9.9634359,31800000 +48.43129243333333,9.963344566666663,18400000 +48.431291875,9.963327799999998,18400000 +48.43129353333333,9.963217733333332,22300000 +48.431307333333336,9.9631409,24600000 +48.43132246666667,9.963072600000002,20600000 +48.431323875,9.963061175,20600000 +48.4313275,9.962993,18900000 +48.43132599999999,9.9629821,18900000 +48.43131036666667,9.962921233333336,15900000 +48.4312501,9.962802466666666,29700000 +48.43122586666667,9.962742266666666,26600000 +48.4312062,9.9626695,21400000 +48.43120325,9.962655875,21400000 +48.4311859,9.9625712,34500000 +48.4311832,9.962555833333331,34500000 +48.43117,9.96247615,35500000 +48.431167433333336,9.962459133333336,35500000 +48.43115266666667,9.9623524,34800000 +48.431150375,9.96233325,34800000 +48.43113503333334,9.962194033333333,28800000 +48.43113700000001,9.96221495,28800000 +48.43112433333334,9.9620643,17800000 +48.431114433333335,9.9619312,33300000 +48.4311127,9.96190985,33300000 +48.431098633333335,9.9617465,38100000 +48.43108735,9.96161855,31800000 +48.4310851,9.961592233333334,31800000 +48.431082825,9.961565675,31800000 +48.43106945,9.96140435,30700000 +48.4310673,9.9613767,30700000 +48.43105705,9.96123625,25700000 +48.431055333333326,9.961207366666663,25700000 +48.4310479,9.9610306,28100000 +48.431047275,9.96100025,28100000 +48.43104466666667,9.960785266666669,28700000 +48.4310448,9.9608164,28700000 +48.43104466666667,9.960598066666668,25300000 +48.43104445,9.96062935,25300000 +48.43104629999999,9.960410266666663,35800000 +48.4310466,9.960378925,35800000 +48.43104893333333,9.9601597,32800000 +48.43104875,9.96019095,32800000 +48.4310486,9.959972233333334,28800000 +48.4310434,9.959753125,40100000 +48.431044533333335,9.9597845,40100000 +48.43103595,9.9595645,37800000 +48.431034333333336,9.959532866666663,37800000 +48.43102213333333,9.9593438,25100000 +48.4310026,9.959124025,25200000 +48.43097806666666,9.958906066666666,27400000 +48.4309525,9.958722266666667,17700000 +48.43091945,9.9585213,18800000 +48.43088556666667,9.9583257,28800000 +48.4308497,9.958126425,40800000 +48.43081633333333,9.957938999999998,40700000 +48.43078807500001,9.9577747,32200000 +48.430759425,9.95760335,38200000 +48.430737375,9.9574656,19500000 +48.43071985,9.95733535,43600000 +48.430697275,9.9571451,40700000 +48.43069606666668,9.957132266666669,45000000 +48.430693225,9.9571142,64600000 +48.43057385,9.957026325,131000000 +48.428027775,9.95686385,85400000 +48.42797006666667,9.956848366666668,158000000 +48.4279738,9.95684935,158000000 +48.427967025,9.95684755,158000000 +48.4279457,9.956841533333334,180000000 +48.42792845,9.9568368,102000000 +48.427915775,9.95683355,49400000 +48.42791042500001,9.9568322,31200000 +48.427909675,9.956832,40300000 +48.427909475,9.956831675,30200000 +48.4279092,9.956831566666668,37300000 +48.427908875,9.9568316,28900000 +48.4279088,9.9568316,30900000 +48.42790829999999,9.9568307,42900000 +48.42790835,9.9568308,42900000 +48.4279079,9.956829425,45700000 +48.4279077,9.9568288,35100000 +48.427907225000006,9.956828,50600000 +48.4279064,9.95682705,42400000 +48.4279062,9.9568269,32900000 +48.4279062,9.9568269,30400000 +48.4279062,9.9568269,23400000 +48.42790476,9.95682656,24000000 +48.42790492499999,9.95682655,24000000 +48.4279038,9.9568267,37000000 +48.4279038,9.9568267,37000000 +48.4279037,9.956826766666667,58800000 +48.42790195,9.95682795,41800000 +48.42789525,9.956828625,42700000 +48.427881275,9.956826875,40700000 +48.4278606,9.9568236,42100000 +48.42783025,9.95681805,51900000 +48.4277937,9.956813575,28200000 +48.42775925,9.956813025,28100000 +48.427725375,9.956816875,22300000 +48.42772983333333,9.9568161,22300000 +48.42769823333333,9.956821833333334,38100000 +48.427694975,9.956822475,38100000 +48.42767683333333,9.956826266666669,41600000 +48.4276698,9.9568283,34300000 +48.42766025,9.9568321,25400000 +48.42763805,9.95684565,26200000 +48.427605,9.95688582,23400000 +48.427581875,9.956957425,33500000 +48.42757053333333,9.957034,33600000 +48.42755992,9.9571385,23300000 +48.4275489,9.957252333333336,30200000 +48.427547775,9.9572653,30200000 +48.4275373,9.957383075,26200000 +48.42753584,9.95739808,26200000 +48.427521766666665,9.957538233333333,34500000 +48.427519875,9.957556425,34500000 +48.427504266666666,9.957711466666666,31500000 +48.42748806666666,9.957875633333332,25800000 +48.4274672,9.95807885,36400000 +48.427446233333335,9.958282266666666,32400000 +48.4274229,9.9585001,28500000 +48.427396925,9.9587197,23400000 +48.42736746666666,9.9589412,22300000 +48.42733712500001,9.959160375000002,25400000 +48.427304,9.9593911,26400000 +48.427272925,9.959604675,20500000 +48.4272367,9.959851225,26300000 +48.42720024,9.960081159999998,38300000 +48.4271628,9.96031312,17300000 +48.42712785,9.9605264,26300000 +48.42709240000001,9.9607392,23400000 +48.427051275,9.960979299999998,21900000 +48.427011525,9.961202425,19800000 +48.426976625,9.9614038,38300000 +48.42697256,9.96142726,38300000 +48.4269345,9.961644,28400000 +48.42689488,9.96185706,22300000 +48.4267761,9.96254175,21600000 +48.42677218,9.962565,21600000 +48.426779966666665,9.9625184,21600000 +48.4267407,9.962750533333333,24300000 +48.42673695,9.962774125,24300000 +48.4267332,9.96279772,24300000 +48.426699075,9.963010975,24900000 +48.42669516,9.96303494,24900000 +48.4266569,9.96327552,16800000 +48.426629,9.96345755,24800000 +48.426624633333326,9.963485966666669,24800000 +48.426619675,9.963518425,24800000 +48.42659465,9.96368915,28700000 +48.42659116666667,9.963713566666668,28700000 +48.426586825,9.9637442,28700000 +48.42655366,9.96398434,17800000 +48.4265569,9.96395975,17800000 +48.42656016666667,9.963935133333337,17800000 +48.42652586666666,9.964197033333337,17300000 +48.4265225,9.9642236,17300000 +48.42649385,9.964449975,30800000 +48.42649673333333,9.964425433333334,30800000 +48.426491,9.96447458,30800000 +48.42646873333334,9.964672233333332,29000000 +48.42646348,9.96472186,29000000 +48.42646605,9.96469705,29000000 +48.42644126666666,9.964936799999998,28000000 +48.426438725,9.964963699999998,28000000 +48.42643632,9.96498978,28000000 +48.4264154,9.965218066666669,22700000 +48.426413200000006,9.965242775,22700000 +48.42639508,9.96548098,24100000 +48.42639883333334,9.965424733333334,24100000 +48.4263969,9.965453725,24100000 +48.426380900000005,9.965687533333332,22600000 +48.42637870000001,9.9657176,22600000 +48.426382700000005,9.96566335,22600000 +48.4263622,9.9659484,32800000 +48.4263484,9.96612095,43000000 +48.426345733333335,9.9661478,43000000 +48.426343200000005,9.96617275,43000000 +48.4263407,9.96619694,43000000 +48.4263202,9.9664025,19600000 +48.426322600000006,9.9663752,19600000 +48.426318175,9.966427825,19600000 +48.4263056,9.966618966666667,27700000 +48.42630356,9.966664259999998,27700000 +48.426304625,9.96664165,27700000 +48.42629545,9.96684365,22000000 +48.426294266666666,9.966865666666669,22000000 +48.4262929,9.966887450000002,22000000 +48.42627913333333,9.967051833333334,42100000 +48.426276225,9.96707445,42100000 +48.42627322,9.96709628,42100000 +48.42623775,9.967298625,37300000 +48.4262478,9.9672543,37300000 +48.42624276666667,9.9672774,37300000 +48.42619573333334,9.967448833333334,72900000 +48.42618875,9.967468125,72900000 +48.425782875,9.968228225,141000000 +48.42577658,9.96824402,141000000 +48.425721275,9.968400075,171000000 +48.42625866000001,9.96980712,74100000 +48.42636945,9.969822425,132000000 +48.42700705,9.96978935,115000000 +48.42702476666667,9.969786166666664,115000000 +48.427039625,9.969783275,115000000 +48.4280764,9.969441150000002,42500000 +48.428098266666666,9.969434866666669,42500000 +48.4280547,9.9694476,42500000 +48.4281936,9.9694082,35300000 +48.42821093333333,9.9694035,35300000 +48.428227075,9.969399200000002,35300000 +48.42824277999999,9.96939512,35300000 +48.428393175,9.969358925000002,36600000 +48.42835865,9.96936625,36600000 +48.428376533333335,9.969362366666669,36600000 +48.42849745,9.96933915,84800000 +48.42854055,9.969333925,84800000 +48.42852093333334,9.969336133333334,84800000 +48.4297093,9.96937025,49800000 +48.429731633333326,9.969374233333332,49800000 +48.42975025,9.96937765,49800000 +48.42987275,9.9694008,34900000 +48.429889800000005,9.969404333333337,34900000 +48.429905525,9.96940775,34900000 +48.43001866666666,9.9694344,49000000 +48.43000235,9.9694302,49000000 +48.430033725,9.969438425,49000000 +48.430169725000006,9.9694806,124000000 +48.430151,9.969473666666666,124000000 +48.4302859,9.969526133333334,32100000 +48.4302997,9.9695321,32100000 +48.43041306666667,9.9695831,42200000 +48.430430025,9.969591350000002,42200000 +48.430544133333335,9.969648966666666,23600000 +48.430559725,9.969657425,23600000 +48.43067933333333,9.969723233333331,33800000 +48.43069435,9.9697315,33800000 +48.430912,9.969852366666666,20100000 +48.43098955,9.96989825,34900000 +48.43100393333333,9.969906766666666,34900000 +48.431018075,9.969915225,34900000 +48.4310921,9.9699599,32300000 +48.4311054,9.969968066666668,32300000 +48.4311839,9.970016666666666,28200000 +48.431196675,9.9700246,28200000 +48.43128276666667,9.970076666666666,19500000 +48.431273,9.9700708,19500000 +48.4313518,9.970119166666668,29700000 +48.4313641,9.970126625,29700000 +48.43143755,9.9701715,98000000 +48.43144956666666,9.970178833333334,98000000 +48.43151526666667,9.970218533333332,78000000 +48.431524225,9.97022385,78000000 +48.4316029,9.970270500000002,120000000 +48.4318612,9.97034015,84500000 +48.43187076666667,9.970337833333334,84500000 +48.43192726666666,9.970319633333334,22700000 +48.431936175,9.97031475,22700000 +48.4319959,9.970272733333331,107000000 +48.4320364,9.9702283,112000000 +48.432043175,9.97021865,112000000 +48.4320841,9.970151266666669,137000000 +48.432088275,9.97014245,137000000 +48.432118925000005,9.970064425,79100000 +48.43211583333334,9.970075166666666,79100000 +48.43213996666666,9.9699791,93900000 +48.4321655,9.969796166666669,107000000 +48.43216395,9.9698104,107000000 +48.432174325000005,9.969709975,83300000 +48.43217316666667,9.969722933333331,83300000 +48.43218263333333,9.9696093,161000000 +48.4321837,9.969596575,161000000 +48.4321917,9.969495266666668,181000000 +48.4321998,9.969399366666666,121000000 +48.432227,9.96919625,19200000 +48.43222973333334,9.969181766666669,19200000 +48.432272025,9.969004425,96300000 +48.43229970000001,9.968921800000002,40200000 +48.43232163333332,9.9688677,20200000 +48.43233956666666,9.9688247,31000000 +48.43234185,9.968817925000002,31000000 +48.43235533333333,9.9687712,35700000 +48.4323625,9.968727466666666,35700000 +48.4323633,9.96866505,24900000 +48.432355075,9.968593825,23800000 +48.43234149999999,9.968520725,29000000 +48.432330325,9.96844775,77900000 +48.4323213,9.968365375,49900000 +48.4323203,9.96835592,49900000 +48.4323111,9.968264466666668,23900000 +48.4323039,9.968185,28500000 +48.432302575,9.96817125,28500000 +48.432291175,9.9680601,25900000 +48.43229323333333,9.968076466666666,25900000 +48.432277766666665,9.9679552,25000000 +48.43227575,9.96794105,25000000 +48.43225805,9.96783145,27600000 +48.432238675,9.967716725,20200000 +48.43222076666667,9.967612733333333,28500000 +48.4322052,9.967516366666668,27800000 +48.432186125,9.967409275,22900000 +48.4321634,9.96728905,30800000 +48.43214575,9.9671999,38200000 +48.43214246666667,9.9671833,38200000 +48.432119625,9.967073775,25300000 +48.43212296666667,9.967089866666669,25300000 +48.432098466666666,9.966971833333334,28400000 +48.4320957,9.96695935,28400000 +48.43207165,9.966854775,42100000 +48.43204365,9.966739925,25600000 +48.43204058,9.96672806,25600000 +48.4320117,9.966615824999998,27300000 +48.43198625,9.96651,31400000 +48.43195765,9.966391125,20100000 +48.4319264,9.966268475,44800000 +48.431898025,9.966156075,26100000 +48.431866975,9.966040925,22800000 +48.431835325,9.9659245,17600000 +48.431802175,9.96580015,21400000 +48.4317695,9.96567025,22500000 +48.4317418,9.965542524999998,20500000 +48.43174483333333,9.965557133333332,20500000 +48.43171716,9.9654246,29400000 +48.431690675,9.96530445,38800000 +48.4316934,9.965316166666666,38800000 +48.431666025,9.965200275,32900000 +48.4316361,9.9650782,24200000 +48.43160832,9.96496526,27400000 +48.431582225,9.964857875,28400000 +48.43155743999999,9.964764,26200000 +48.4315241,9.964642675,22900000 +48.431496125,9.96453455,39700000 +48.43146466,9.9644097,15300000 +48.43143058,9.96427466,26700000 +48.431433925,9.964288325,26700000 +48.431396125000006,9.964137375,24800000 +48.4313672,9.96401268,32600000 +48.43133858,9.96386424,25000000 +48.43131962,9.96373248,24700000 +48.4313071,9.96361096,29900000 +48.43129856,9.96349164,21900000 +48.43129116666666,9.963381533333331,19400000 +48.4312889,9.9632811,23900000 +48.431299033333325,9.963198233333332,31800000 +48.43130205,9.963186275,31800000 +48.43132096666667,9.963111666666666,21700000 +48.431332975,9.96303225,28000000 +48.43132255,9.962947425,23300000 +48.43129065,9.96287805,18700000 +48.431258766666666,9.962821666666663,20500000 +48.43123070000001,9.9627572,20600000 +48.431203575,9.9626621,29100000 +48.43117853333333,9.962548066666663,35100000 +48.4311595,9.962433133333333,32800000 +48.431140275,9.962280025,32800000 +48.43112413333333,9.9621219,19200000 +48.431109375000005,9.9619432,21000000 +48.43109356666667,9.961747166666669,22400000 +48.4310772,9.961560175,29200000 +48.43106046666667,9.961343,22500000 +48.43104876666666,9.961154633333337,20200000 +48.431047175,9.961125025,20200000 +48.431039133333336,9.960902933333331,34800000 +48.4310395,9.960702666666668,30900000 +48.43104235,9.960467975,19800000 +48.4310451,9.960230566666668,26100000 +48.43104546666667,9.960024733333332,19900000 +48.4310424,9.95978305,35300000 +48.43103423333333,9.959540866666666,22600000 +48.43102150000001,9.959332333333334,30300000 +48.430999175,9.959096225,32700000 +48.430971125,9.958851875,20200000 +48.43094326666667,9.958644266666669,33100000 +48.430908975,9.95842635,43700000 +48.430870425,9.9582159,173000000 +48.43083326666667,9.958028366666667,27700000 +48.43080035,9.95785095,29100000 +48.4307696,9.95768815,22900000 +48.4307443,9.95754435,35900000 +48.430725825,9.957416975,22900000 +48.4307127,9.9573171,112000000 +48.4306927,9.9571446,38000000 +48.430691975,9.957135925,34800000 +48.43068946666667,9.957121233333334,66900000 +48.428021566666665,9.956868,72900000 +48.4280181,9.956867175,72900000 +48.42798665,9.956859525,56400000 +48.4279898,9.956860333333331,56400000 +48.42796237500001,9.956853175,77700000 +48.42796002000001,9.95685258,77700000 +48.427939733333325,9.9568473,62700000 +48.42792576,9.9568437,41400000 +48.42791863333333,9.956841933333331,22600000 +48.4279181,9.956841775,22600000 +48.427915425,9.956841225,82900000 +48.42791538,9.95684126,82900000 +48.4279151,9.956841675,44000000 +48.4279151,9.956841666666667,44000000 +48.4279151,9.9568417,26600000 +48.4279151,9.9568417,152000000 +48.4279151,9.9568417,91900000 +48.4279151,9.9568417,91900000 +48.4279151,9.9568417,91900000 +48.4279151,9.956842033333333,52000000 +48.4279151,9.956842125,52000000 +48.4279151,9.9568424,40200000 +48.4279151,9.9568424,27000000 +48.4279151,9.9568424,27000000 +48.4279151,9.956842559999998,74500000 +48.4279151,9.956842474999998,74500000 +48.4279151,9.9568429,100000000 +48.4279151,9.9568429,100000000 +48.4279151,9.9568429,59800000 +48.4279151,9.9568429,78000000 +48.4279151,9.9568429,19700000 +48.42791496666666,9.9568429,81700000 +48.4279133,9.956843066666666,44300000 +48.427912625,9.956843,44300000 +48.427904833333336,9.956841466666669,43000000 +48.42790665,9.956842,43000000 +48.42789056666667,9.956837433333332,35100000 +48.4278641,9.956829975000002,38900000 +48.42782783333333,9.956821766666666,28800000 +48.42777674999999,9.9568156,43800000 +48.42778493333333,9.9568158,43800000 +48.42771686666666,9.9568203,47600000 +48.42766396666667,9.9568444,26200000 +48.4276175,9.9568954,19200000 +48.42761165,9.956907125,19200000 +48.42757926666667,9.957000033333332,25100000 +48.42756563333334,9.9570984,34800000 +48.42755272,9.95723418,34300000 +48.42753775,9.957393125,33700000 +48.427522775,9.957548075,37500000 +48.42750556666667,9.957721266666669,45600000 +48.427488833333335,9.9578942,30400000 +48.42746996666667,9.958078666666664,28200000 +48.427466550000005,9.9581108,28200000 +48.42744226666667,9.958341366666666,27400000 +48.4274459,9.95830715,27400000 +48.42742106666666,9.958527833333331,21300000 +48.4274165,9.9585642,21300000 +48.427386266666666,9.958807,35200000 +48.42735364999999,9.95905935,21200000 +48.42731913333333,9.959308766666666,29000000 +48.427314675000005,9.959340975,29000000 +48.42727953333334,9.9595934,33800000 +48.4272435,9.959834975,18500000 +48.4271999,9.96010895,45900000 +48.42715626,9.96037268,31700000 +48.427112,9.960634166666669,23200000 +48.42707403333333,9.960856966666666,24700000 +48.427067075,9.9608975,24700000 +48.427015975,9.961195425,37700000 +48.42702153333334,9.9611637,37700000 +48.42697193333333,9.961444666666669,30900000 +48.426966675,9.961474075,30900000 +48.4269213,9.961724149999998,33100000 +48.4268762,9.961966225,29600000 +48.426828075,9.962236325,31700000 +48.4266814,9.963068775,37300000 +48.42668613333333,9.963038966666666,37300000 +48.42669135,9.9630069,37300000 +48.42664596666666,9.963294500000002,21000000 +48.426641975,9.96332185,21000000 +48.42663792,9.96334926,21000000 +48.426607,9.9635552,19700000 +48.4266024,9.9635874,19700000 +48.4265981,9.9636173,19700000 +48.42655766,9.96389396,21200000 +48.42656626666667,9.9638354,21200000 +48.426561875,9.96386515,21200000 +48.42652356666667,9.9641379,20700000 +48.426519825,9.96416775,20700000 +48.426489575,9.9644153,23800000 +48.426493066666666,9.964385566666666,23800000 +48.4264553,9.96471668,27700000 +48.4264584,9.9646882,27700000 +48.4264616,9.964658733333334,27700000 +48.4264301,9.964937433333333,26400000 +48.42642685,9.964963875,26400000 +48.42642366,9.96499016,26400000 +48.4263989,9.965185,23000000 +48.426393966666666,9.965222766666669,23000000 +48.42636122,9.965487540000002,23400000 +48.42636387500001,9.9654625,23400000 +48.426341025,9.965704825,22100000 +48.42633938,9.965728039999998,22100000 +48.4263272,9.96591315,27600000 +48.426326,9.9659361,27600000 +48.426324625,9.96595905,27600000 +48.4263156,9.96610835,23700000 +48.42631409999999,9.9661349,23700000 +48.4263128,9.966159425,23700000 +48.42631162,9.96618308,23700000 +48.426301375,9.966409,25400000 +48.42630226666666,9.966387533333332,25400000 +48.4262958,9.9665565,24300000 +48.426295125,9.966576775,24300000 +48.4262944,9.96659676,24300000 +48.42628735,9.966785,24900000 +48.42628664,9.96680398,24900000 +48.42628813333334,9.966765166666669,24900000 +48.42627993333334,9.966958166666666,52400000 +48.42627885,9.96697545,52400000 +48.42626823333333,9.967098733333335,30100000 +48.42626625,9.9671151,30100000 +48.42626424,9.96713094,30100000 +48.42623925,9.967283475,21900000 +48.4262438,9.967263966666666,21900000 +48.426197050000006,9.967435375,31600000 +48.42620253333334,9.9674187,31600000 +48.425547900000005,9.96930964,141000000 +48.42553962000001,9.969345700000002,29500000 +48.42553543999999,9.96936526,24000000 +48.4255355,9.969366425,42400000 +48.4255364,9.96936608,33900000 +48.425537425,9.96936565,30900000 +48.42553782,9.96936578,34300000 +48.4255362,9.96937645,44000000 +48.425533975,9.96940685,71100000 +48.425539075,9.969462725,116000000 +48.42556224,9.96952464,19600000 +48.42560585,9.969578900000002,20600000 +48.425658325,9.96961675,18700000 +48.4257184,9.9696468,52300000 +48.4262393,9.9697843,40600000 +48.42624995,9.96978605,40600000 +48.426260633333335,9.969787733333334,40600000 +48.426271375,9.969789225,40600000 +48.4270611,9.9697609,82500000 +48.42708005,9.96975725,82500000 +48.4270948,9.9697544,82500000 +48.42806955,9.969428525,40300000 +48.428051833333335,9.969433700000002,40300000 +48.4280232,9.9694425,40300000 +48.42803755,9.969438,40300000 +48.4281507,9.9694052,66800000 +48.4281716,9.96939955,66800000 +48.42818776666667,9.969395333333331,66800000 +48.428202725,9.9693916,66800000 +48.42829515,9.9693693,67000000 +48.42831533333333,9.9693647,67000000 +48.42833545,9.9693603,67000000 +48.428472925,9.969333325,173000000 +48.4284358,9.9693394,173000000 +48.428453733333335,9.969336333333333,173000000 +48.43192286666667,9.970312633333334,26200000 +48.431929925,9.9703093,26200000 +48.4319907,9.97026915,23600000 +48.432042275,9.970210425,107000000 +48.4320812,9.970143533333331,173000000 +48.43208655,9.970131575,173000000 +48.43211563333333,9.970058933333334,125000000 +48.4321187,9.970048775,125000000 +48.432138,9.9699763,87000000 +48.432140075,9.969966375,87000000 +48.432169980000005,9.96977436,146000000 +48.4321793,9.969675575,130000000 +48.432178066666665,9.969688833333334,130000000 +48.4321899,9.96956655,160000000 +48.43218856666667,9.9695797,160000000 +48.432221166666665,9.969272233333331,28500000 +48.43223133333333,9.969194766666668,78500000 +48.43223325,9.969182425,78500000 +48.43224845,9.9690956,97900000 +48.43224656666666,9.969104633333332,97900000 +48.43226513333334,9.969024466666667,125000000 +48.4322673,9.969016475,125000000 +48.432286833333336,9.968952533333336,33300000 +48.432289475000005,9.968945225,33300000 +48.432312875,9.968887625,21800000 +48.43231558,9.9688823,21800000 +48.43233896666667,9.9688388,27400000 +48.432342425,9.968832825,27400000 +48.432368725,9.968783075,34400000 +48.43236295,9.96879525,34400000 +48.432366133333325,9.968788666666669,34400000 +48.432384,9.96874575,36900000 +48.43238586666666,9.968738366666669,36900000 +48.4323872,9.96873175,36900000 +48.43239173333333,9.968682066666666,25800000 +48.4323911,9.96867445,25800000 +48.43238233333333,9.96862,33000000 +48.4323801,9.968612025,33000000 +48.43236705,9.96856535,27800000 +48.43236403333333,9.968555366666669,27800000 +48.432344725,9.968482525,28600000 +48.43234935,9.96850435,28600000 +48.4323469,9.9684936,28600000 +48.4323333,9.9684142,34200000 +48.43233183333333,9.9684023,34200000 +48.4323251,9.9683424,22900000 +48.4323242,9.968332933333334,22900000 +48.43232305,9.96832205,22900000 +48.43231536666667,9.9682468,28800000 +48.43231432500001,9.968235925,28800000 +48.43230646666667,9.968157766666668,23400000 +48.432305475,9.96814845,23400000 +48.43229686666666,9.968076266666667,45200000 +48.4322951,9.96806365,45200000 +48.432282675,9.967975,39100000 +48.432284433333336,9.967987366666668,39100000 +48.43226846666667,9.9678817,29000000 +48.432266325,9.9678684,29000000 +48.43225106666666,9.967765966666668,18600000 +48.43224915,9.967752775,18600000 +48.43223615,9.96766555,26300000 +48.43223363333333,9.967649799999998,26300000 +48.4322191,9.967567,37500000 +48.432216625,9.96755425,37500000 +48.432200550000005,9.9674695,34000000 +48.43219833333334,9.967458133333333,34000000 +48.432195750000005,9.96744505,34000000 +48.4321787,9.96735955,32100000 +48.43217546666667,9.967344166666663,32100000 +48.4321602,9.96726825,21800000 +48.4321572,9.967253466666667,21800000 +48.432138375,9.9671501,37600000 +48.43214076666666,9.967164666666667,37600000 +48.432123,9.9670645,40300000 +48.4321209,9.967053766666666,40300000 +48.4321059,9.966980233333333,28600000 +48.432103425,9.9669698,28600000 +48.4320865,9.966898366666667,30000000 +48.432084,9.9668885,30000000 +48.43206693333334,9.966820566666668,25600000 +48.43206395,9.96680885,25600000 +48.432041625,9.966722025,26900000 +48.43204443333334,9.9667333,26900000 +48.432016675,9.9666203,29300000 +48.43201412,9.9666095,29300000 +48.431992300000005,9.9665194,50400000 +48.43198850000001,9.966503566666669,50400000 +48.4319688,9.966419366666669,22800000 +48.431965075,9.96640365,22800000 +48.43194525,9.9663201,24900000 +48.43194163333334,9.966304566666668,24900000 +48.43192066666666,9.966215633333332,46300000 +48.43191755,9.96620255,46300000 +48.43189235,9.96609815,29700000 +48.4318951,9.966109033333334,29700000 +48.4318984,9.9661222,29700000 +48.4318752,9.96602935,27800000 +48.43187313333333,9.9660205,27800000 +48.4318597,9.965966233333331,22900000 +48.4318577,9.9659587,22900000 +48.43184526666666,9.965911,21900000 +48.4318437,9.965905075,21900000 +48.4318321,9.965864433333332,21300000 +48.43183025,9.965858825,21300000 +48.431813275,9.965808975000002,49500000 +48.4318153,9.965814733333334,49500000 +48.43179776666667,9.965762633333332,27100000 +48.43179545,9.96575535,27100000 +48.431776000000006,9.965689433333331,36900000 +48.431773425,9.9656796,36900000 +48.43175566666667,9.9656076,41600000 +48.431752725,9.965594125,41600000 +48.43173585,9.96551595,24400000 +48.43173306666667,9.965503166666666,24400000 +48.431730550000005,9.965491925,24400000 +48.43171295,9.96541265,38100000 +48.43170936666667,9.965397333333334,38100000 +48.43168535,9.965298125,29800000 +48.431689266666666,9.965314433333331,29800000 +48.43166275,9.9652048,19800000 +48.4316589,9.965189633333331,19800000 +48.4316339,9.965093866666663,29700000 +48.4316305,9.9650812,29700000 +48.431602266666665,9.964975266666668,34100000 +48.4315979,9.964958875,34100000 +48.43156926666666,9.9648471,24100000 +48.431564625,9.9648284,24100000 +48.43152945,9.964690825,24800000 +48.43153745,9.9647225,24800000 +48.43153313333334,9.964705666666667,24800000 +48.431504450000006,9.96458825,27000000 +48.431500633333336,9.964573066666668,27000000 +48.43147366666667,9.964468733333334,39600000 +48.4314701,9.964454425,39600000 +48.43146662,9.96444048,39600000 +48.4314381,9.9643242,34000000 +48.4314332,9.964304166666668,34000000 +48.43140785,9.9642033,21600000 +48.43140246666667,9.9641829,21600000 +48.43137196666667,9.964059733333334,19200000 +48.43136755,9.964038975,19200000 +48.43134285,9.9639147,20000000 +48.4313393,9.963894266666664,20000000 +48.4313227,9.963792000000002,19500000 +48.43131983333333,9.963771800000002,19500000 +48.43130586666666,9.9636532,27900000 +48.4313042,9.96363455,27900000 +48.431295,9.963526900000002,33100000 +48.43129386666666,9.963510566666669,33100000 +48.43128875,9.96343395,31000000 +48.43128806666667,9.963420733333336,31000000 +48.431284733333335,9.963346266666669,17100000 +48.43128465,9.963334725,17100000 +48.43128683333333,9.963255133333334,21900000 +48.43128575,9.96326645,21900000 +48.4312946,9.963199,30700000 +48.43129706666667,9.963188,30700000 +48.43131400000001,9.963123233333333,31800000 +48.43131685,9.963112,31800000 +48.43133015,9.9630426,31500000 +48.43133036666666,9.9630306,31500000 +48.4313248,9.962967966666668,17000000 +48.43132125,9.962957275,17000000 +48.431293,9.9628816,21700000 +48.4312624,9.96282895,39500000 +48.43125503333332,9.962813966666666,39500000 +48.4312273,9.9627504,32000000 +48.4312213,9.9627323,32000000 +48.43119613333334,9.9626314,22700000 +48.4312049,9.9626747,22700000 +48.43120045,9.96265345,22700000 +48.4311791,9.9625407,20700000 +48.4311751,9.96251625,20700000 +48.4311634,9.9624406,23000000 +48.43115965,9.962414,23000000 +48.43115606666667,9.9623868,23000000 +48.431142,9.9622753,33200000 +48.4311385,9.962246,33200000 +48.4311287,9.9621564,18300000 +48.4311251,9.96211745,18300000 +48.43111046666667,9.961948833333333,18100000 +48.4310969,9.9617794,38700000 +48.4310996,9.9618143,38700000 +48.43108103333333,9.961601133333334,23700000 +48.43108435,9.9616377,23700000 +48.4310683,9.961453,22400000 +48.4310653,9.9614147,22400000 +48.431054,9.9612587,44000000 +48.431051700000005,9.9612185,44000000 +48.4310436,9.9610557,30500000 +48.4310425,9.96101395,30500000 +48.4310392,9.960801933333334,22000000 +48.43103935,9.96084485,22000000 +48.43103955,9.96058665,28800000 +48.4310391,9.9606299,28800000 +48.4310417,9.9604137,26800000 +48.431042133333335,9.960370466666667,26800000 +48.431044,9.9601973,44700000 +48.4310441,9.9601541,44700000 +48.4310442,9.95995945,21400000 +48.431043566666666,9.9599162,21400000 +48.4310401,9.9597433,36900000 +48.43103895,9.9597001,36900000 +48.431030533333335,9.959484266666664,35100000 +48.43103285,9.9595273,35100000 +48.4310201,9.9593127,32200000 +48.43101655,9.9592703,32200000 +48.43100125,9.9591016,21500000 +48.43099673333333,9.95906,21500000 +48.4309778,9.9588945,20300000 +48.4309724,9.95885345,20300000 +48.4309494,9.95869185,22400000 +48.4309433,9.958652666666667,22400000 +48.4309185,9.9584988,20000000 +48.43091215,9.958462099999998,20000000 +48.43088695,9.95831995,33700000 +48.4308806,9.958286233333332,33700000 +48.43084925,9.95812365,18500000 +48.4308552,9.9581545,18500000 +48.4308292,9.9580194,20800000 +48.43082385,9.95799115,20800000 +48.4308033,9.9578818,37000000 +48.4307986,9.957856,37000000 +48.4307806,9.9577548,20200000 +48.43077625,9.95773065,20200000 +48.43075965,9.95763855,47500000 +48.430755866666665,9.957616566666664,47500000 +48.43073785,9.95750955,38500000 +48.4307413,9.9575302,38500000 +48.4307252,9.95742895,24800000 +48.43072253333333,9.957410033333334,24800000 +48.4307098,9.957319,82100000 +48.43070165,9.9572552,108000000 +48.43070006666667,9.957241566666664,108000000 +48.4306942,9.9571915,24000000 +48.4306933,9.9571822,24000000 +48.4306903,9.9571533,17600000 +48.43068956666667,9.9571477,17600000 +48.4306866,9.9571268,53100000 +48.4306855,9.95712155,53100000 +48.4306479,9.9570424,170000000 +48.4306541,9.9570485,170000000 +48.43057855,9.9570191,41300000 +48.430567466666666,9.957019133333333,41300000 +48.4279735,9.9568507,120000000 +48.4279551,9.9568459,120000000 +48.42793746666666,9.956841233333334,120000000 +48.4278705,9.956824,155000000 +48.4278561,9.9568204,155000000 +48.42778573333334,9.956809833333333,25000000 +48.4278136,9.9568113,25000000 +48.42779955,9.9568099,25000000 +48.4277186,9.9568211,39100000 +48.4277313,9.9568157,39100000 +48.427682,9.9568425,41700000 +48.42767085,9.9568531,41700000 +48.427660333333336,9.956865166666669,41700000 +48.4276209,9.9569184,32600000 +48.4276126,9.956935349999998,32600000 +48.42758036666667,9.957036066666666,29500000 +48.4275903,9.9569912,29500000 +48.4275848,9.9570129,29500000 +48.42756225,9.9571591,22800000 +48.4275653,9.9571327,22800000 +48.42754776666667,9.9572999,41200000 +48.4275535,9.957241,41200000 +48.42755075,9.95727005,41200000 +48.4275353,9.9574228,18900000 +48.42753195,9.95745555,18900000 +48.4275148,9.957628466666668,47400000 +48.4275218,9.9575567,47400000 +48.42751845,9.9575923,47400000 +48.4275008,9.9577751,46100000 +48.42749675,9.957813,46100000 +48.4274851,9.9579293,35100000 +48.42748115,9.9579699,35100000 +48.42747716666667,9.958011366666668,35100000 +48.4274603,9.9581803,32100000 +48.4274558,9.95822445,32100000 +48.42743133333334,9.958452666666666,30500000 +48.42743635,9.9584056,30500000 +48.4274413,9.9583593,30500000 +48.4274099,9.9586434,23900000 +48.4274042,9.9586918,23900000 +48.4273855,9.9588363,30000000 +48.42737905,9.95888435,30000000 +48.42737256666667,9.958932366666666,30000000 +48.4273454,9.9591247,28200000 +48.42733835,9.95917325,28200000 +48.4273034,9.9594197,27500000 +48.42731055,9.9593698,27500000 +48.4273178,9.9593202,27500000 +48.4272739,9.9596206,26800000 +48.4272664,9.9596714,26800000 +48.4272436,9.9598247,25000000 +48.42723575,9.9598758,25000000 +48.42722789999999,9.9599269,25000000 +48.4271959,9.9601314,27000000 +48.4271876,9.9601827,27000000 +48.4271455,9.960441266666669,31500000 +48.4271625,9.9603372,31500000 +48.42715425,9.9603892,31500000 +48.4271021,9.9607033,23600000 +48.4271108,9.9606506,23600000 +48.4270756,9.960862,24200000 +48.4270664,9.96091485,24200000 +48.42705706666667,9.9609678,24200000 +48.4270193,9.9611795,22800000 +48.4270104,9.9612326,22800000 +48.4269634,9.961497933333334,42900000 +48.42697285,9.96144485,42900000 +48.42691605,9.9617639,44400000 +48.4269256,9.9617105,44400000 +48.4267333,9.96281885,30200000 +48.4267274,9.962857833333333,30200000 +48.4266902,9.9630899,17200000 +48.42665585,9.963293449999998,30000000 +48.42664753333333,9.9633438,30000000 +48.426609500000005,9.963595333333332,25400000 +48.42657895,9.96382425,23900000 +48.42654489999999,9.964081366666669,22100000 +48.4265109,9.9643416,24800000 +48.426477733333336,9.964600966666666,33000000 +48.42648435,9.9645497,33000000 +48.42644236666666,9.9648862,17800000 +48.42644805,9.96484135,17800000 +48.42641285,9.9651061,35000000 +48.42640813333333,9.965140933333332,35000000 +48.4263814,9.96534675,19500000 +48.42635936666667,9.965543600000002,17800000 +48.42634066666667,9.9657748,19100000 +48.4263274,9.966031866666668,20900000 +48.42631795,9.9662391,17700000 +48.4263162,9.966281966666664,17700000 +48.42630805,9.9664948,29900000 +48.42630093333333,9.9666907,32800000 +48.42629016666666,9.9669071,44700000 +48.4262715,9.96709755,48800000 +48.42624026666667,9.967281433333332,103000000 +48.4255449,9.9693662,34000000 +48.42554195,9.9693843,27400000 +48.42554126666666,9.969388066666667,27400000 +48.42553775,9.9694091,46500000 +48.42553485,9.96943665,39600000 +48.4255351,9.969447033333331,39600000 +48.4255394,9.9694924,52700000 +48.4255425,9.96950435,52700000 +48.4255613,9.9695518,30800000 +48.42556836666666,9.9695626,30800000 +48.42560985,9.96961,27100000 +48.4256,9.9696021,27100000 +48.4256527,9.96963695,33900000 +48.4256647,9.969642233333332,33900000 +48.4257145,9.9696635,35900000 +48.42572805,9.96966875,35900000 +48.4262455,9.9698027,63100000 +48.4262672,9.96980575,63100000 +48.4272645,9.969728,114000000 +48.428079833333335,9.969437833333332,27500000 +48.4282268,9.9693975,23000000 +48.4283773,9.969361833333332,31900000 +48.42853045,9.96933625,43900000 +48.42868276666667,9.9693203,49600000 +48.429651500000006,9.969358,30800000 +48.4297248,9.9693701,33700000 +48.429749,9.969374,33700000 +48.429773133333335,9.969377866666669,33700000 +48.4298929,9.96939965,28700000 +48.4298691,9.9693944,28700000 +48.43001883333333,9.9694324,32900000 +48.4299639,9.9694169,32900000 +48.4299934,9.96942495,32900000 +48.4301164,9.9694631,40900000 +48.43013965,9.969471250000002,40900000 +48.4302324,9.969506,33100000 +48.43025550000001,9.969515566666669,33100000 +48.4303478,9.9695552,25900000 +48.43037085,9.96956575,25900000 +48.4304862,9.969620666666666,31800000 +48.4304401,9.9695978,31800000 +48.43046315,9.96960915,31800000 +48.4306017,9.96967955,23200000 +48.4305786,9.9696675,23200000 +48.4306702,9.9697156,48500000 +48.43069255,9.96972755,48500000 +48.43071466666667,9.969739366666667,48500000 +48.430802,9.9697863,38800000 +48.4308231,9.969798,38800000 +48.43092540000001,9.9698567,42100000 +48.4308855,9.9698333,42100000 +48.430905550000006,9.969845,42100000 +48.4310226,9.96991415,46800000 +48.4310037,9.969903,46800000 +48.4310966,9.96995885,43100000 +48.431114433333335,9.969969866666668,43100000 +48.431185,9.9700131,21600000 +48.43120205,9.9700236,21600000 +48.4312861,9.970076,20200000 +48.4312527,9.970055,20200000 +48.43126945,9.9700655,20200000 +48.4313691,9.97012835,21500000 +48.4313525,9.9701181,21500000 +48.431419,9.9701584,63900000 +48.43143505,9.9701682,63900000 +48.431451133333326,9.9701781,63900000 +48.43153135,9.9702272,109000000 +48.43161129999999,9.970274566666664,166000000 +48.43184535,9.9703416,69800000 +48.4318306,9.9703426,69800000 +48.43190295,9.97033045,34600000 +48.43191676666666,9.970324466666668,34600000 +48.4320188,9.9702476,167000000 +48.4320297,9.97023365,167000000 +48.43203993333333,9.970218666666668,167000000 +48.4320781,9.970155,141000000 +48.4320859,9.9701368,141000000 +48.432119,9.970037733333331,111000000 +48.4321076,9.9700796,111000000 +48.43211355,9.97005905,111000000 +48.4321393,9.9699505,126000000 +48.43214335,9.9699275,126000000 +48.4321575,9.969832,157000000 +48.43216043333334,9.969807366666666,157000000 +48.4321714,9.969708,60000000 +48.43217395,9.969682850000002,60000000 +48.4321816,9.9696058,94800000 +48.432184,9.9695797,94800000 +48.432186566666665,9.969553366666666,94800000 +48.43219955,9.9694212,23400000 +48.43221513333333,9.969293333333331,19200000 +48.4322297,9.9691972,23800000 +48.43223365,9.9691749,23800000 +48.43225543333333,9.9690716,18000000 +48.43228095,9.96898125,22900000 +48.43230956666668,9.968904266666668,22800000 +48.43233755,9.9688391,22700000 +48.4323563,9.9687916,17200000 +48.43235976666667,9.968779333333332,17200000 +48.4323716,9.9687285,20000000 +48.432372650000005,9.968714599999998,20000000 +48.43237175,9.9686577,34700000 +48.43236933333333,9.968643300000002,34700000 +48.43196025,9.9664332,18100000 +48.43135825,9.96400845,16100000 +48.43103396666667,9.9595793,21200000 +48.4309108,9.95848135,18700000 +48.4301801,9.95709375,30800000 +48.429161533333335,9.957075666666666,30600000 +48.4275966,9.9569819,17300000 +48.432256,9.9673663,24000000 +48.432256,9.9673663,25700000 +48.432256,9.9673663,29200000 +48.432256,9.9673663,28500000 +48.432256,9.9673663,16500000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,43900000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,19900000 +48.432256,9.9673663,23000000 +48.432256,9.9673663,24200000 +48.432256,9.9673663,17500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,30500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,21500000 +48.432256,9.9673663,23400000 +48.432256,9.9673663,39900000 +48.432256,9.9673663,31900000 +48.432256,9.9673663,21600000 +48.432256,9.9673663,27400000 +48.432256,9.9673663,22600000 +48.432256,9.9673663,22800000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,23700000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,42800000 +48.432256,9.9673663,42800000 +48.432256,9.9673663,27700000 +48.432256,9.9673663,27700000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,36400000 +48.432256,9.9673663,26800000 +48.432256,9.9673663,26800000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,29000000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31800000 +48.432256,9.9673663,31700000 +48.432256,9.9673663,31700000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,39400000 +48.432256,9.9673663,20500000 +48.432256,9.9673663,20500000 +48.432256,9.9673663,32700000 +48.432256,9.9673663,32700000 +48.432256,9.9673663,28200000 +48.432256,9.9673663,28200000 +48.432256,9.9673663,37600000 +48.432256,9.9673663,37600000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,17400000 +48.432256,9.9673663,20000000 +48.432256,9.9673663,20000000 +48.432256,9.9673663,25000000 +48.432256,9.9673663,25000000 +48.432256,9.9673663,29700000 +48.432256,9.9673663,29700000 +48.432256,9.9673663,39000000 +48.432256,9.9673663,39000000 +48.432256,9.9673663,26000000 +48.432256,9.9673663,26000000 +48.432256,9.9673663,24700000 +48.432256,9.9673663,30600000 +48.432256,9.9673663,30600000 +48.432256,9.9673663,22200000 +48.432256,9.9673663,22200000 +48.432256,9.9673663,28100000 +48.432256,9.9673663,28100000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,32900000 +48.432256,9.9673663,28000000 +48.432256,9.9673663,28000000 +48.432256,9.9673663,16600000 +48.432256,9.9673663,16600000 +48.432256,9.9673663,34200000 +48.432256,9.9673663,34200000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,21700000 +48.432256,9.9673663,30900000 +48.432256,9.9673663,30900000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,28800000 +48.432256,9.9673663,32300000 +48.432256,9.9673663,32300000 +48.432256,9.9673663,21400000 +48.432256,9.9673663,21400000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,25100000 +48.432256,9.9673663,19400000 +48.432256,9.9673663,19400000 +48.432256,9.9673663,22900000 +48.432256,9.9673663,22900000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18300000 +48.432256,9.9673663,18600000 +48.432256,9.9673663,18600000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,27100000 +48.432256,9.9673663,29900000 +48.432256,9.9673663,29900000 +48.4322561,9.9673664,38800000 +48.4322563,9.96736645,38800000 +48.4322574,9.9673665,32700000 +48.43225805,9.96736655,32700000 +48.4322604,9.9673665,31600000 +48.4322607,9.9673667,31600000 +48.43226113333333,9.967366766666666,31600000 +48.4322628,9.9673667,31600000 +48.4322636,9.96736665,31600000 +48.43226705,9.9673661,18600000 +48.432266,9.9673664,18600000 +48.4322703,9.9673648,23100000 +48.4322715,9.96736415,23100000 +48.4322696,9.9673654,43800000 +48.43226995,9.96736515,43800000 +48.4322709,9.967364,19100000 +48.4322713,9.9673633,19100000 +48.43227166666666,9.967362533333333,19100000 +48.4322734,9.9673596,18900000 +48.43227405,9.96735865,18900000 +48.4322765,9.9673544,31900000 +48.4322762,9.96735485,31900000 +48.4322757,9.9673557,31900000 +48.4322775,9.9673533,19700000 +48.43227775,9.9673533,19700000 +48.4322786,9.9673534,16600000 +48.43227875,9.9673534,16600000 +48.432278966666665,9.967353466666667,16600000 +48.4322799,9.9673541,27000000 +48.43227985,9.96735535,27000000 +48.4322798,9.9673602,29100000 +48.432279750000006,9.96736235,29100000 +48.4322789,9.967376366666668,20300000 +48.432279300000005,9.96737285,20300000 +48.43227895,9.9673967,16000000 +48.432281,9.9674107,36600000 +48.43228185,9.967415,36600000 +48.4322847,9.9674277,31800000 +48.4322858,9.96743195,31800000 +48.43228696666667,9.967436433333331,31800000 +48.4322919,9.9674565,25700000 +48.432293,9.967461,25700000 +48.4322968,9.9674745,30400000 +48.4322978,9.96747925,30400000 +48.43230193333333,9.9674994,36500000 +48.4323007,9.9674931,36500000 +48.4323013,9.9674964,36500000 +48.4323047,9.9675109,25100000 +48.4323053,9.96751365,25100000 +48.4323074,9.9675236,39200000 +48.4323078,9.967525533333331,39200000 +48.4323068,9.9675213,39200000 +48.4323094,9.9675338,28700000 +48.43230995,9.9675365,28700000 +48.43231183333334,9.9675531,20700000 +48.432311600000006,9.9675496,20700000 +48.43231145,9.96757125,34900000 +48.4323119,9.9675671,34900000 +48.4323097,9.9675834,32200000 +48.4323088,9.96758635,32200000 +48.4323054,9.9675951,23000000 +48.43230425,9.96759725,23000000 +48.4323029,9.967599166666668,23000000 +48.4322971,9.9676057,31900000 +48.43229575,9.96760655,31900000 +48.4322887,9.967609166666668,24800000 +48.4322913,9.9676086,24800000 +48.43229,9.9676089,24800000 +48.4322832,9.96761015,20700000 +48.4322803,9.9676101,28200000 +48.43227945,9.9676103,28200000 +48.432278966666665,9.967610366666667,28200000 +48.432278,9.9676105,17400000 +48.43227775,9.9676105,17400000 +48.4322762,9.9676107,40000000 +48.4322749,9.96761085,40000000 +48.4322735,9.967610833333334,40000000 +48.4322668,9.9676105,27000000 +48.4322648,9.9676102,27000000 +48.43225376666667,9.967606733333334,35600000 +48.43225605,9.9676078,35600000 +48.4322584,9.9676087,35600000 +48.4322444,9.9676014,38700000 +48.43224185,9.96759925,38700000 +48.4322347,9.9675918,42600000 +48.4322324,9.9675884,42600000 +48.4322302,9.9675846,42600000 +48.4322216,9.9675671,20900000 +48.43221965,9.9675612,20900000 +48.432214,9.9675406,35700000 +48.4322122,9.96753205,35700000 +48.4322104,9.9675229,35700000 +48.432203,9.967484,35100000 +48.43220085,9.96747265,35100000 +48.4321897,9.967411533333332,21900000 +48.4321921,9.9674248,21900000 +48.4321944,9.9674373,21900000 +48.4321792,9.9673565,18800000 +48.4321763,9.9673417,18800000 +48.4321674,9.9672958,21200000 +48.432164,9.9672801,21200000 +48.4321607,9.967263166666667,21200000 +48.4321467,9.9671939,20500000 +48.4321431,9.967176,20500000 +48.4321286,9.9671054,22700000 +48.432124433333335,9.967088333333333,22700000 +48.432108,9.9670195,27100000 +48.432104,9.96700175,27100000 +48.432083866666666,9.966911933333332,20600000 +48.43206295,9.96682055,18800000 +48.432039800000005,9.966727,16700000 +48.432013600000005,9.96661635,19600000 +48.43198736666667,9.9665089,18100000 +48.4319662,9.9664219,23000000 +48.43196075,9.9664007,23000000 +48.4319443,9.9663368,15900000 +48.4319388,9.96631575,15900000 +48.43193336666667,9.9662948,15900000 +48.4319122,9.9662121,24500000 +48.43190715,9.96619205,24500000 +48.4318925,9.966134,41200000 +48.431888,9.96611625,41200000 +48.4318838,9.966099,41200000 +48.4318677,9.9660324,22200000 +48.4318639,9.96601755,22200000 +48.43184613333333,9.965947333333334,28800000 +48.43184955,9.9659607,28800000 +48.4318532,9.9659742,28800000 +48.4318326,9.9658943,28900000 +48.431829,9.9658814,28900000 +48.4318177,9.9658418,28200000 +48.43181375,9.965828,28200000 +48.43180966666667,9.9658141,28200000 +48.4317908,9.9657502,32700000 +48.4317856,9.96573105,32700000 +48.4317722,9.9656791,18400000 +48.43176825,9.9656616,18400000 +48.431752,9.9655882,31000000 +48.4317478,9.965568766666664,31000000 +48.4317308,9.9654895,24800000 +48.43172585,9.9654689,24800000 +48.43170415,9.9653786,30400000 +48.4317108,9.9654057,30400000 +48.431681350000005,9.9652837,25700000 +48.43167493333334,9.965256566666667,25700000 +48.4316868,9.9653067,25700000 +48.4316422,9.965119349999998,21900000 +48.4316476,9.9651433,21900000 +48.43162005000001,9.9650241,17800000 +48.4316035,9.9649521,18400000 +48.431596850000005,9.96492165,18400000 +48.43159073333334,9.964895466666666,18400000 +48.4315628,9.9647835,26500000 +48.431556400000005,9.96475965,26500000 +48.4315343,9.9646756,24800000 +48.43152775,9.9646509,24800000 +48.43149945,9.9645432,36200000 +48.4314686,9.96442565,23700000 +48.43143425,9.9642931,33000000 +48.4314426,9.9643268,33000000 +48.43142726666667,9.964263733333333,33000000 +48.4314011,9.9641494,32600000 +48.4313949,9.96412125,32600000 +48.4313744,9.9640232,22400000 +48.4313683,9.96399545,22400000 +48.431348,9.963899,23100000 +48.43134165,9.9638644,23100000 +48.4313267,9.9637738,26400000 +48.43132205,9.96373875,26400000 +48.43131833333333,9.963708433333334,26400000 +48.431305,9.9635796,26700000 +48.43130255,9.96354655,26700000 +48.4312934,9.96342095,20300000 +48.4312895,9.9633345,23900000 +48.43129005,9.96330815,23900000 +48.4312958,9.963234,26900000 +48.43130035,9.963212,26900000 +48.4313151,9.9631496,30000000 +48.4313199,9.96313035,30000000 +48.4313315,9.9630724,20700000 +48.4313329,9.96305295,20700000 +48.4313316,9.9629957,27800000 +48.4313279,9.96297795,27800000 +48.4313052,9.96291065,23100000 +48.4313125,9.9629268,23100000 +48.4312786,9.9628556,20400000 +48.43125385,9.9628041,22300000 +48.4312234,9.96272385,24000000 +48.4312041,9.9626522,22900000 +48.43119785,9.96262565,22900000 +48.4311805,9.9625422,27900000 +48.431175800000005,9.9625117,27900000 +48.431158,9.9623825,26900000 +48.4311623,9.9624165,26900000 +48.4311448,9.9622776,43100000 +48.43114045,9.9622407,43100000 +48.4311282,9.9621272,30000000 +48.4311245,9.96208755,30000000 +48.43111075,9.9619235,26900000 +48.4310966,9.96174905,21900000 +48.431081000000006,9.961564849999998,24100000 +48.4310663,9.96137015,30800000 +48.43105046666667,9.9611233,37600000 +48.43105275,9.96116785,37600000 +48.4310427,9.9609294,27900000 +48.43104225,9.96087595,27900000 +48.431041,9.9607141,27700000 +48.43104135,9.960670100000002,27700000 +48.4310428,9.9605375,23700000 +48.43104295,9.96049315,23700000 +48.431044,9.96030435,25000000 +48.43104433333334,9.960256033333335,25000000 +48.4310437,9.9603599,25000000 +48.4310451,9.9600479,74600000 +48.431045,9.96000325,74600000 +48.431043,9.959825250000002,50300000 +48.431038,9.959615,28500000 +48.431028100000006,9.95939655,20800000 +48.4310133,9.959203,25400000 +48.43100870000001,9.959156966666669,25400000 +48.43097985,9.9589072,35800000 +48.4309865,9.9589596,35800000 +48.4309586,9.9587507,37000000 +48.43095235,9.95870945,37000000 +48.4309302,9.958566,32100000 +48.43092335,9.95852555,32100000 +48.4309028,9.9584046,41300000 +48.43089395,9.9583551,41300000 +48.4308619,9.95817895,17800000 +48.43082655,9.957989,30500000 +48.430788166666666,9.9577709,21300000 +48.4307944,9.95780745,21300000 +48.4307631,9.9576214,29800000 +48.43075855,9.9575931,29800000 +48.4307443,9.9574995,41800000 +48.4307399,9.9574688,41800000 +48.4307294,9.9573918,33900000 +48.43072595,9.95736525,33900000 +48.43070219999999,9.9571844,50100000 +48.43070275,9.9571884,50100000 +48.430700650000006,9.95717225,22500000 +48.4307004,9.9571727,40600000 +48.43070035,9.9571729,40600000 +48.43070005,9.9571736,23900000 +48.4306998,9.95717385,31900000 +48.4306992,9.9571739,19100000 +48.43069905,9.95717325,19100000 +48.4306988,9.9571726,23300000 +48.430698750000005,9.95717255,23300000 +48.4306986,9.95717225,27200000 +48.4306986,9.9571724,35800000 +48.4306987,9.95717195,44000000 +48.43069685,9.95716095,122000000 +48.4306893,9.95713295,63800000 +48.43058355,9.9570543,122000000 +48.4305256,9.95705575,139000000 +48.43051163333333,9.957057266666666,139000000 +48.429236,9.957094,148150000 +48.429209,9.9570898,148150000 +48.42877835,9.95702095,21700000 +48.4281561,9.956915,62700000 +48.42814745,9.95691265,62700000 +48.4281009,9.9569002,78100000 +48.42809615,9.95689895,78100000 +48.42808155,9.956895,54650000 +48.42807725,9.9568937,62750000 +48.428077,9.9568936,24300000 +48.4280771,9.9568937,24300000 +48.4280767,9.9568936,49550000 +48.4280767,9.9568936,48000000 +48.4280767,9.9568936,41800000 +48.4280767,9.9568936,49000000 +48.4280769,9.95689355,31800000 +48.42788635,9.95683765,26200000 +48.4278601,9.9568318,30800000 +48.42785165,9.95683045,30800000 +48.4278068,9.9568287,23000000 +48.4278193,9.9568277,23000000 +48.4277675,9.9568354,31700000 +48.4277539,9.956841,31700000 +48.4277022,9.9568738,22900000 +48.42765525,9.95693685,26900000 +48.42762005,9.95702925,29200000 +48.42760005,9.9571404,29100000 +48.4275665,9.95739825,36900000 +48.42754516666667,9.957588766666666,33850000 +48.42754875,9.95755365,33850000 +48.42754875,9.95755365,39100000 +48.4275289,9.9577503,16800000 +48.42752485,9.95778825,16800000 +48.4275065,9.9579553,22700000 +48.42748755,9.9581452,22800000 +48.42748236666666,9.9581931,22800000 +48.42743350000001,9.9586151,25700000 +48.42742763333334,9.958663133333332,25700000 +48.42739695,9.95890465,44100000 +48.42736355,9.95913665,27700000 +48.42733375,9.95934585,24000000 +48.42732623333333,9.959395266666666,24000000 +48.4272953,9.9595936,26700000 +48.42728755,9.95964345,26700000 +48.42725665,9.95984335,33100000 +48.427248733333336,9.959893633333332,33100000 +48.4272101,9.96014485,23800000 +48.4271784,9.96034555,32700000 +48.42713286666666,9.960621466666668,15800000 +48.4271413,9.960571300000002,15800000 +48.42708675,9.96089735,18400000 +48.4270527,9.96109785,22600000 +48.42704416666667,9.961148266666669,22600000 +48.4270094,9.9613504,38500000 +48.42699575,9.961427400000002,38500000 +48.4269643,9.9616079,56600000 +48.4269559,9.96166005,56600000 +48.42691060000001,9.9619225,71000000 +48.42677616666666,9.962708166666667,27000000 +48.4267949,9.9625981,27000000 +48.42678545,9.9626531,27000000 +48.4267383,9.9629292,24000000 +48.42672875,9.962985,24000000 +48.4267024,9.963153,24900000 +48.4266932,9.96320935,24900000 +48.42668403333334,9.9632656,24900000 +48.4266524,9.9634914,35900000 +48.4266438,9.963548,35900000 +48.426618,9.9637187,31500000 +48.42660975,9.96377625,31500000 +48.426601266666665,9.9638333,31500000 +48.426568,9.9640598,38000000 +48.426560550000005,9.9641153,38000000 +48.42652183333333,9.9644044,35800000 +48.42652935,9.9643473,35800000 +48.4265385,9.9642801,35800000 +48.4264863,9.96466955,21700000 +48.42645725,9.9648733,23900000 +48.4264346,9.9650248,32700000 +48.42642575,9.96508245,32700000 +48.42641863333333,9.9651323,32700000 +48.426394,9.9653236,34300000 +48.426389150000006,9.96536915,34300000 +48.4263757,9.9655053,27700000 +48.42637225,9.96555,27700000 +48.4263688,9.965594566666669,27700000 +48.42635165,9.9658401,28900000 +48.4263547,9.9657952,28900000 +48.4263441,9.9659746,24800000 +48.4263413,9.9660192,24800000 +48.42633115,9.966197350000002,28000000 +48.426329333333335,9.966241433333336,28000000 +48.4263218,9.9664173,21400000 +48.4263201,9.9664608,21400000 +48.426313750000006,9.9666331,24400000 +48.42631183333334,9.9666751,24400000 +48.426300350000005,9.9668812,25400000 +48.4263028,9.9668408,25400000 +48.42628233333334,9.967076833333332,39600000 +48.42628725,9.9670393,39600000 +48.4262913,9.9670008,39600000 +48.4262606,9.9672239,54900000 +48.42625355,9.96725885,54900000 +48.42622125,9.967394,141000000 +48.42621143333333,9.967425966666664,141000000 +48.4255711,9.96931495,164000000 +48.425573,9.9693052,164000000 +48.4255642,9.969349,19300000 +48.42556226666667,9.969356433333331,19300000 +48.425555,9.9693869,34800000 +48.42555350000001,9.9693947,34800000 +48.4255494,9.9694191,47000000 +48.42554865,9.9694275,47000000 +48.4255483,9.969436266666667,47000000 +48.425549,9.9694751,176000000 +48.42555105,9.9694874,176000000 +48.425566200000006,9.9695392,22000000 +48.4255733,9.969551699999998,22000000 +48.4255605,9.9695261,22000000 +48.4256068,9.9695971,22800000 +48.4256176,9.9696056,22800000 +48.425652,9.9696284,23100000 +48.42566455,9.969635149999998,23100000 +48.42567776666667,9.969641566666663,23100000 +48.4257332,9.9696662,35700000 +48.4257483,9.96967225,35700000 +48.42626033333334,9.969805666666666,25400000 +48.4262121,9.9697989,25400000 +48.42623605,9.96980245,25400000 +48.4263581,9.9698176,59000000 +48.42638295,9.9698199,59000000 +48.42702015,9.9697902,129000000 +48.4269812,9.9697977,129000000 +48.4272429,9.9697409,38600000 +48.4272763,9.9697318,38600000 +48.4273761,9.9697007,103000000 +48.4274087,9.96968775,103000000 +48.4275064,9.9696485,117000000 +48.42753905,9.96963545,117000000 +48.4276238,9.969601,99100000 +48.4276563,9.9695885,99100000 +48.4279459,9.96948505,128000000 +48.4279181,9.969494,128000000 +48.4280442,9.9694534,28300000 +48.42807975,9.96944235,28300000 +48.4281871,9.9694102,27700000 +48.428223200000005,9.9694004,27700000 +48.4283324,9.9693713,31700000 +48.4283691,9.9693632,31700000 +48.4284788,9.969343,72800000 +48.42851525,9.96933885,72800000 +48.4286241,9.9693273,133000000 +48.4286603,9.9693245,133000000 +48.4287694,9.9693172,158000000 +48.42880635,9.96931565,158000000 +48.4296465,9.9693592,18800000 +48.429674,9.9693638,18800000 +48.4297566,9.969378,39000000 +48.42979135,9.96938395,39000000 +48.4299095,9.969407,41000000 +48.429937333333335,9.969413866666669,41000000 +48.4300627,9.9694469,29100000 +48.43009055,9.9694554,29100000 +48.4302086,9.96949535,130000000 +48.4303616,9.969558266666668,23100000 +48.4303326,9.9695448,23100000 +48.4305034,9.9696263,27500000 +48.4304717,9.9696107,27500000 +48.4305961,9.9696731,24000000 +48.43062555,9.9696886,24000000 +48.4307122,9.9697351,85900000 +48.4307345,9.9697476,85900000 +48.4308007,9.9697848,76400000 +48.4308276,9.96979995,76400000 +48.43093225,9.96986025,33600000 +48.43102265,9.96991405,31700000 +48.43104383333334,9.9699272,31700000 +48.4311339,9.9699826,31100000 +48.43115735,9.9699967,31100000 +48.4312486,9.9700516,22600000 +48.4312263,9.9700381,22600000 +48.4313148,9.9700919,19800000 +48.4313361,9.9701057,19800000 +48.4313999,9.9701471,35700000 +48.43141655,9.97015795,35700000 +48.4314664,9.9701899,84300000 +48.43148305,9.97020015,84300000 +48.4318719,9.9703442,91900000 +48.4318858,9.970340299999998,91900000 +48.4319461,9.9703168,44800000 +48.4319584,9.97030875,44800000 +48.4321131,9.9700748,158000000 +48.4321198,9.97005105,158000000 +48.4321411,9.96995195,140000000 +48.43214446666667,9.9699292,140000000 +48.43215925,9.96981305,141000000 +48.4321564,9.9698408,141000000 +48.43216935,9.96970445,151000000 +48.43217865,9.96960355,112000000 +48.43220715,9.96933715,84300000 +48.4322213,9.9692397,155000000 +48.4322253,9.969215933333333,155000000 +48.4322447,9.9691121,87600000 +48.4322495,9.96909085,87600000 +48.4322718,9.96900485,45900000 +48.43229345,9.96894255,33000000 +48.432317866666665,9.968883166666666,19200000 +48.4323133,9.96889335,19200000 +48.43234135,9.96883005,53300000 +48.43235645,9.9687888,23700000 +48.43236725,9.96873785,16100000 +48.432368233333335,9.968723566666666,16100000 +48.4323652,9.9686438,24600000 +48.4323528,9.96856925,19800000 +48.4323415,9.9685056,19900000 +48.43233865,9.96848755,19900000 +48.4323259,9.9683993,137000000 +48.4323178,9.9683283,48900000 +48.4323156,9.9683048,48900000 +48.43230735,9.96821745,26800000 +48.4323091,9.9682355,26800000 +48.43229835,9.96813225,22300000 +48.432287900000006,9.96804335,19800000 +48.43227865,9.96796805,27000000 +48.43227623333333,9.9679508,27000000 +48.4322653,9.9678727,24700000 +48.4322627,9.96785505,24700000 +48.43224895,9.9677647,22000000 +48.43223025,9.9676552,29900000 +48.43220945,9.96754105,40800000 +48.4321854,9.96742065,27500000 +48.4321603,9.9672956,19100000 +48.43213795,9.9671849,20000000 +48.4321118,9.96705995,24900000 +48.43207903333334,9.966910933333333,32800000 +48.4320857,9.96694085,32800000 +48.432041850000005,9.96675335,25800000 +48.43201175,9.96662725,33900000 +48.4320177,9.9666539,33900000 +48.4319906,9.9665344,19700000 +48.4319827,9.9665008,19700000 +48.43195115,9.96636435,34100000 +48.4319589,9.9663988,34100000 +48.43192095,9.9662355,34700000 +48.43189435,9.9661295,30000000 +48.431887466666666,9.966103533333332,30000000 +48.431857,9.9659882,22700000 +48.4318484,9.9659572,22700000 +48.4318232,9.9658651,16900000 +48.43181525,9.96583475,16900000 +48.43178795,9.9657327,19300000 +48.4317632,9.96563265,21200000 +48.43173596666666,9.9655039,19900000 +48.4317138,9.9653995,29900000 +48.431709,9.9653777,29900000 +48.431686,9.9652761,31900000 +48.4316922,9.9653021,31900000 +48.4316593,9.9651761,36800000 +48.4316662,9.9652007,36800000 +48.4316382,9.9651,34800000 +48.43163045,9.96507255,34800000 +48.43159905,9.9649552,18800000 +48.43156565,9.964828,21100000 +48.431533,9.9647011,19500000 +48.4315002,9.96457405,26100000 +48.4314777,9.9644867,20800000 +48.43146935,9.96445245,20800000 +48.43143575,9.96431475,34700000 +48.43140725,9.9641893,42900000 +48.43140043333333,9.964158966666668,42900000 +48.4313659,9.9640002,29200000 +48.43134055,9.96387535,44200000 +48.43132115,9.9637497,27800000 +48.43130765,9.96362445,21800000 +48.4312993,9.9635244,23000000 +48.4312936,9.96345405,17900000 +48.43129,9.96341195,25300000 +48.43128946666667,9.963403666666666,25300000 +48.4312871,9.9633702,23600000 +48.43128665,9.9633635,23600000 +48.4312854,9.96334225,22600000 +48.4312847,9.9633284,24600000 +48.4312846,9.96332425,24600000 +48.4312844,9.9633092,20500000 +48.43128455,9.96330275,20500000 +48.4312869,9.9632728,24400000 +48.431294,9.9632327,23200000 +48.4313138,9.9631578,17700000 +48.43130965,9.9631725,17700000 +48.4313305,9.9630913,23800000 +48.4313325,9.96307235,23800000 +48.4313341,9.9630151,26600000 +48.4313311,9.96299615,26600000 +48.4313167,9.962941,38200000 +48.4313091,9.962924050000002,38200000 +48.4312842,9.9628738,23200000 +48.43127505,9.96285725,23200000 +48.431248,9.9628059,28900000 +48.43124005,9.9627863,28900000 +48.4312194,9.9627217,27300000 +48.43121335,9.9626968,27300000 +48.4311955,9.9626177,35800000 +48.4311901,9.96258865,35800000 +48.4311745,9.9624973,24900000 +48.43116955,9.96246425,24900000 +48.4311557,9.9623613,29700000 +48.4311515,9.96232475,29700000 +48.4311341,9.96217335,28700000 +48.4311384,9.9622121,28700000 +48.4311222,9.9620547,35300000 +48.4311186,9.9620137,35300000 +48.43110465,9.96184455,35700000 +48.4311082,9.9618879,35700000 +48.43109015,9.9616692,27800000 +48.431094,9.9617134,27800000 +48.4310744,9.96148565,17700000 +48.4310629,9.9613378,16600000 +48.4310591,9.96128655,16600000 +48.431049,9.9611317,24600000 +48.4310469,9.96107925,24600000 +48.4310433,9.9609206,18400000 +48.4310432,9.96086705,18400000 +48.4310445,9.9606517,36100000 +48.4310438,9.9607058,36100000 +48.43104585,9.9604441,20900000 +48.4310452,9.9604884,20900000 +48.4310468,9.9603105,29900000 +48.4310476,9.96025385,29900000 +48.4310482,9.9600842,57900000 +48.4310476,9.96002755,57900000 +48.4310454,9.9598582,48600000 +48.431044150000005,9.9598016,48600000 +48.4310375,9.95957385,24100000 +48.43102515,9.9593441,21600000 +48.43100605,9.95911655,28700000 +48.4309815,9.958904400000002,30000000 +48.4309523,9.95869655,37300000 +48.4309219,9.95850665,24500000 +48.4308878,9.95830625,34900000 +48.430852,9.958113999999998,32600000 +48.43081785,9.95793485,28900000 +48.4307878,9.95777355,23200000 +48.43078196666667,9.9577417,23200000 +48.4307589,9.95761,29900000 +48.43075495,9.95758445,29900000 +48.430739200000005,9.95747635,47200000 +48.43072695,9.95738905,18600000 +48.43071565,9.9573067,62900000 +48.43069975,9.9571844,91200000 +48.4306958,9.95715435,41900000 +48.43067485,9.9570856,21400000 +48.4280333,9.956885,42900000 +48.4280222,9.95688235,42900000 +48.4279906,9.9568748,43700000 +48.4279813,9.9568723,43700000 +48.4279492,9.9568634,37300000 +48.4279553,9.9568651,37300000 +48.42792945,9.9568579,45600000 +48.4279335,9.956859,45600000 +48.4279196,9.9568552,33900000 +48.4279179,9.95685475,33900000 +48.4279152,9.9568536,21500000 +48.4279152,9.9568535,21500000 +48.4279152,9.9568533,43400000 +48.42791525,9.9568532,43400000 +48.4279155,9.9568527,28600000 +48.4279155,9.9568526,28600000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,32800000 +48.4279155,9.9568525,32800000 +48.4279155,9.9568525,29600000 +48.4279155,9.9568525,29600000 +48.4279155,9.9568525,39900000 +48.4279155,9.9568525,39900000 +48.4279155,9.9568525,72000000 +48.4279155,9.9568525,72000000 +48.4279155,9.9568525,84300000 +48.4279155,9.9568525,84300000 +48.4279155,9.9568525,37900000 +48.4279155,9.9568525,37900000 +48.4279155,9.9568525,73800000 +48.4279155,9.9568525,73800000 +48.4279155,9.9568525,51800000 +48.4279155,9.9568525,51800000 +48.4279155,9.9568525,21800000 +48.4279155,9.9568525,21800000 +48.4279155,9.9568525,35900000 +48.4279155,9.9568525,35900000 +48.4279155,9.9568525,37500000 +48.4279155,9.9568525,37500000 +48.4279155,9.9568525,48300000 +48.4279155,9.9568525,48300000 +48.4279155,9.9568525,33100000 +48.4279155,9.9568525,33100000 +48.4279155,9.9568525,17800000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,29000000 +48.4279155,9.9568525,51900000 +48.4279155,9.9568525,51900000 +48.4279155,9.9568525,37800000 +48.4279155,9.9568525,37800000 +48.4279155,9.9568525,36100000 +48.4279155,9.9568525,36100000 +48.4279155,9.9568525,43400000 +48.4279155,9.9568525,43400000 +48.4279155,9.9568525,31800000 +48.4279155,9.9568525,31800000 +48.4279155,9.9568525,33000000 +48.4279155,9.9568525,33000000 +48.4279155,9.9568525,63100000 +48.4279155,9.9568525,63100000 +48.4279155,9.9568525,45400000 +48.4279155,9.9568525,45400000 +48.4279155,9.9568525,41000000 +48.4279155,9.9568525,41000000 +48.4279155,9.9568525,46700000 +48.4279155,9.9568525,46700000 +48.4279155,9.9568525,55500000 +48.4279155,9.9568525,55500000 +48.4279155,9.9568525,47900000 +48.4279155,9.9568525,47900000 +48.4279155,9.9568525,37400000 +48.4279155,9.9568525,37400000 +48.4279155,9.9568525,29300000 +48.4279155,9.9568525,29300000 +48.4279155,9.9568525,31000000 +48.4279155,9.9568525,31000000 +48.4279155,9.9568525,29700000 +48.4279155,9.9568525,29700000 +48.4279155,9.9568525,45800000 +48.4279155,9.9568525,45800000 +48.4279155,9.9568525,105000000 +48.4279155,9.9568525,32600000 +48.4279155,9.9568525,50700000 +48.4279155,9.9568525,35000000 +48.4279155,9.9568525,29100000 +48.4279155,9.9568525,19900000 +48.4279155,9.9568525,29800000 +48.4279155,9.9568525,29800000 +48.4279155,9.9568525,23000000 +48.4279155,9.9568525,23000000 +48.4279155,9.9568525,32300000 +48.4279155,9.9568525,32300000 +48.4279155,9.9568525,30600000 +48.4279155,9.9568525,30600000 +48.4279155,9.9568525,47000000 +48.4279155,9.9568525,47000000 +48.4279155,9.9568525,87100000 +48.4279155,9.9568525,37000000 +48.4279155,9.9568525,31800000 +48.427915500000005,9.9568525,31800000 +48.4279155,9.9568525,34800000 +48.4279155,9.9568525,41400000 +48.4279155,9.9568525,36500000 +48.427915500000005,9.9568525,36500000 +48.4279146,9.95685205,26700000 +48.427902,9.95684835,24100000 +48.4279063,9.9568496,24100000 +48.42788085,9.9568423,41800000 +48.42787453333333,9.956840666666666,41800000 +48.42784325,9.95683345,30900000 +48.427817950000005,9.9568291,42700000 +48.42779345,9.95682685,36000000 +48.4277877,9.9568268,36000000 +48.4277626,9.95682765,33000000 +48.42774896666666,9.956829166666669,24100000 +48.4277428,9.9568301,28300000 +48.427737400000005,9.9568314,17300000 +48.42772705,9.9568347,20100000 +48.427713350000005,9.9568417,29700000 +48.4277086,9.956845166666668,29700000 +48.4276809,9.95686985,29300000 +48.42764603333334,9.956918666666668,21700000 +48.42760795,9.9569999,26500000 +48.4275858,9.9570777,46200000 +48.42758156666667,9.9571,46200000 +48.4275629,9.95721885,38000000 +48.4275515,9.95732675,40800000 +48.4275377,9.9574602,38900000 +48.427533833333335,9.9574978,38900000 +48.4275178,9.9576586,47100000 +48.4275141,9.95769415,47100000 +48.42749865,9.95784175,36400000 +48.4274823,9.95799875,25300000 +48.4274781,9.9580399,25300000 +48.42745669999999,9.95825125,31000000 +48.42743183333334,9.958476066666668,28900000 +48.4273987,9.9587496,16800000 +48.4273666,9.958988,20000000 +48.42733056666666,9.959245633333332,20700000 +48.4272931,9.95950255,26800000 +48.427254833333336,9.959758666666666,21000000 +48.4272187,9.9599888,24900000 +48.4272111,9.9600397,24900000 +48.4271792,9.9602431,30600000 +48.4271466,9.9604466,29900000 +48.42713836666667,9.960497600000002,29900000 +48.4270973,9.9607526,26800000 +48.42705336666666,9.961005966666669,37700000 +48.42706225,9.9609554,37700000 +48.4270004,9.96130995,27900000 +48.4270132,9.9612337,27900000 +48.4269624,9.96153955,35700000 +48.42692765,9.96174395,31800000 +48.42691856666666,9.961795,31800000 +48.42687355,9.9620513,37200000 +48.4267506,9.962776,36800000 +48.426741433333326,9.962828466666666,36800000 +48.4267045,9.963039,17900000 +48.42669575,9.9630921,17900000 +48.42665406666666,9.9633585,28400000 +48.42666215,9.96330535,28400000 +48.4266223,9.9635711,25500000 +48.4266144,9.96362415,25500000 +48.42658465,9.96383675,23000000 +48.426577400000006,9.9638899,23000000 +48.42654155,9.964156,29000000 +48.4265145,9.96436945,22100000 +48.42650849999999,9.964422399999998,22100000 +48.42647825,9.96468475,23900000 +48.42645254999999,9.96488925,22800000 +48.42644553333333,9.9649391,22800000 +48.4264178,9.9651367,36400000 +48.426411400000006,9.9651852,36400000 +48.4263878,9.9653776,42000000 +48.4263831,9.965425566666667,42000000 +48.4263651,9.9656169,33600000 +48.42636185,9.9656647,33600000 +48.426349,9.96585665,33900000 +48.42634623333333,9.965904733333332,33900000 +48.4263359,9.9660972,31000000 +48.4263335,9.9661448,31000000 +48.4263226,9.9663768,38200000 +48.4263245,9.9663317,38200000 +48.4263151,9.9665533,42200000 +48.4263141,9.966595,42200000 +48.42630586666667,9.9667924,41500000 +48.42630805,9.96675485,41500000 +48.42629355,9.96697775,22900000 +48.42627865,9.96712015,49700000 +48.4262737,9.967154466666663,49700000 +48.4262444,9.9673229,45400000 +48.4262517,9.9672904,45400000 +48.42556845,9.9695456,24300000 +48.4256009,9.96958765,34800000 +48.42565556666667,9.9696263,27000000 +48.42571985,9.96965705,31800000 +48.4257787,9.96968095,70100000 +48.4262434,9.9697987,43600000 +48.42626505,9.9698016,43600000 +48.426286833333336,9.969804233333331,43600000 +48.42639825,9.96981645,91400000 +48.4263753,9.9698146,91400000 +48.4271183,9.9697627,63000000 +48.4271439,9.96975745,63000000 +48.42725365,9.969730299999998,76300000 +48.4280659,9.9694412,34100000 +48.42821536666667,9.969398566666667,43800000 +48.4283772,9.9693593,30000000 +48.4283483,9.969365,30000000 +48.4285084,9.969335999999998,95400000 +48.4286337,9.9693201,71100000 +48.4314048,9.97014005,124000000 +48.4315723,9.97024265,20700000 +48.43165743333333,9.970290333333333,88900000 +48.43174005,9.9703245,137000000 +48.431897500000005,9.9703308,63500000 +48.4318825,9.9703348,63500000 +48.4319415,9.9703157,43900000 +48.43195885,9.9703048,43900000 +48.432014,9.97025995,119000000 +48.432025466666666,9.970246266666663,119000000 +48.4320777,9.97017025,141000000 +48.4320686,9.9701877,141000000 +48.4321102,9.97009765,146000000 +48.4321168,9.970077966666668,146000000 +48.4321029,9.9701169,146000000 +48.4321409,9.9699969,57100000 +48.432145250000005,9.96997535,57100000 +48.4321627,9.969864566666663,29800000 +48.432175650000005,9.9697496,25900000 +48.43218666666667,9.969630166666668,31700000 +48.432184500000005,9.9696545,31700000 +48.4321956,9.969532,93200000 +48.43219785,9.96950695,93200000 +48.4322044,9.9694318,98500000 +48.43220956666666,9.9693824,98500000 +48.43220685,9.96940685,98500000 +48.43222455,9.96926215,123000000 +48.4322212,9.9692855,123000000 +48.4322427,9.969150766666669,66100000 +48.4322388,9.96917185,66100000 +48.4322351,9.9691934,66100000 +48.432264450000005,9.9690512,79900000 +48.4322596,9.9690697,79900000 +48.4322852,9.96898105,76800000 +48.4322798,9.9689976,76800000 +48.43229066666667,9.968965033333332,76800000 +48.4323151,9.9688974,15000000 +48.4323203,9.96888465,15000000 +48.43234426666667,9.968824166666666,39200000 +48.4323354,9.9688478,39200000 +48.43233995,9.96883625,39200000 +48.4323621,9.9687651,31900000 +48.4323651,9.968744,31900000 +48.43237,9.9686845,28100000 +48.432368,9.96865865,28100000 +48.4323583,9.9685813,24700000 +48.43235385,9.9685554,24700000 +48.4323413,9.9684772,16900000 +48.4323385,9.9684555,16900000 +48.4323294,9.9683784,80200000 +48.432327,9.96835615,80200000 +48.4323199,9.9682888,34100000 +48.43231725,9.96826025,34100000 +48.4323148,9.968235366666669,34100000 +48.4323037,9.9681284,20400000 +48.43230125,9.96810525,20400000 +48.4322895,9.96801295,34200000 +48.4322926,9.9680361,34200000 +48.4322801,9.9679428,29500000 +48.4322733,9.967896866666669,29500000 +48.4322768,9.9679198,29500000 +48.4322588,9.9678048,32100000 +48.4322548,9.96778105,32100000 +48.43223256666667,9.967652800000002,28800000 +48.43223805,9.9676827,28800000 +48.4322425,9.9677081,28800000 +48.43220445,9.96750065,19600000 +48.4322092,9.9675274,19600000 +48.4321872,9.9674073,21200000 +48.4321822,9.9673806,21200000 +48.4321583,9.9672606,44800000 +48.432164,9.9672871,44800000 +48.4321416,9.9671818,21400000 +48.432135900000006,9.96715595,21400000 +48.432129566666674,9.9671262,21400000 +48.4321038,9.9670026,43400000 +48.4320983,9.96697765,43400000 +48.43207285,9.96686555,23900000 +48.4320484,9.96676125,20500000 +48.43201633333334,9.9666272,22800000 +48.431986550000005,9.9665032,16900000 +48.4319921,9.9665277,16900000 +48.4319634,9.96640275,39900000 +48.4319693,9.9664284,39900000 +48.4319421,9.9663126,29100000 +48.43193415,9.9662797,29100000 +48.43192736666666,9.966251266666667,29100000 +48.4318976,9.9661285,20900000 +48.43189075,9.96610235,20900000 +48.4318702,9.9660237,26000000 +48.4318615,9.96599115,26000000 +48.4318261,9.9658624,35500000 +48.431835,9.9658944,35500000 +48.431794800000006,9.965748349999998,15700000 +48.431767050000005,9.96563505,21700000 +48.431761300000005,9.9656077,21700000 +48.4317395,9.9655025,27900000 +48.4317337,9.9654778,27900000 +48.4317162,9.965403,27900000 +48.43170845,9.9653713,27900000 +48.4316716,9.965227166666669,25700000 +48.4316872,9.9652883,25700000 +48.43167885,9.9652556,25700000 +48.4316399,9.9651033,23800000 +48.4316313,9.96506965,23800000 +48.4316059,9.9649683,28400000 +48.4315991,9.9649411,28400000 +48.4315755,9.9648462,23700000 +48.431567400000006,9.96481225,23700000 +48.4315425,9.9647095,29900000 +48.4315336,9.96467525,29900000 +48.4315074,9.9645717,19100000 +48.4314986,9.9645365,19100000 +48.4314729,9.9644305,34500000 +48.43146605,9.96440205,34500000 +48.4314461,9.9643171,22300000 +48.431437900000006,9.9642819,22300000 +48.4314085,9.9641543,28900000 +48.431417,9.9641896,28900000 +48.4313755,9.9640201,21800000 +48.43136876666667,9.963992433333331,21800000 +48.4313824,9.9640482,21800000 +48.4313403,9.9638696,28700000 +48.4313353,9.96384335,28700000 +48.4313218,9.9637667,27400000 +48.4313183,9.9637423,27400000 +48.4313031,9.9636052,23900000 +48.4312929,9.9634614,20900000 +48.4312947,9.9634862,20900000 +48.4312881,9.9633869,18800000 +48.43128695,9.96336275,18800000 +48.4312865,9.9632918,25200000 +48.4312893,9.9632645,25200000 +48.43129313333333,9.9632418,25200000 +48.431311,9.9631579,30600000 +48.43131595,9.96313935,30600000 +48.4313306,9.9630743,22800000 +48.43133225,9.9630559,22800000 +48.43133045,9.962981,25800000 +48.43132673333334,9.962964466666667,25800000 +48.4313334,9.9630016,25800000 +48.4313056,9.9628995,23200000 +48.4312996,9.9628879,23200000 +48.431274,9.96284405,25800000 +48.4312805,9.9628548,25800000 +48.4312549,9.9628098,30100000 +48.43124765,9.9627928,30100000 +48.43124146666667,9.962776566666667,30100000 +48.4312163,9.9626991,24600000 +48.4312114,9.9626792,24600000 +48.4311962,9.9626164,19600000 +48.4311912,9.96259365,19600000 +48.43117175,9.96248995,23000000 +48.4311671,9.962460966666669,23000000 +48.4311504,9.9623458,26000000 +48.43114665,9.96231605,26000000 +48.43112873333333,9.962159466666668,25800000 +48.431132,9.96219205,25800000 +48.4311356,9.9622241,25800000 +48.431115,9.9620096,35800000 +48.4311123,9.96197455,35800000 +48.4311038,9.9618676,19900000 +48.4311007,9.96183075,19900000 +48.4310913,9.9617183,25600000 +48.43108805,9.96167965,25600000 +48.431084733333336,9.961640333333332,25600000 +48.431068550000006,9.96143935,20100000 +48.4310595,9.9613134,34600000 +48.43105605,9.9612598,34600000 +48.4310533,9.961212866666669,34600000 +48.431043,9.9610086,23500000 +48.43104195,9.9609529,23500000 +48.43104045,9.96072955,30100000 +48.4310401,9.9607854,30100000 +48.4310421,9.9605614,25200000 +48.4310429,9.96050525,25200000 +48.4310442,9.9603368,25200000 +48.43104445,9.9602919,25200000 +48.4310453,9.9601565,26800000 +48.4310449,9.96009975,26800000 +48.4310438,9.959929,24600000 +48.4310432,9.9598835,24600000 +48.4310392,9.95970205,23000000 +48.43103786666666,9.959657433333334,23000000 +48.431031,9.9594578,34200000 +48.43102845,9.9594139,34200000 +48.43101515,9.95922865,19300000 +48.4310197,9.9592827,19300000 +48.4309974,9.9590459,38000000 +48.43099226666667,9.959003633333332,38000000 +48.4309638,9.9587845,23700000 +48.4309405,9.9586309,24800000 +48.430934,9.95859065,24800000 +48.43089796666667,9.958381366666666,37400000 +48.4309138,9.9584713,37400000 +48.4309054,9.9584228,37400000 +48.43085855,9.9581697,60300000 +48.4308657,9.9582058,60300000 +48.4308382,9.9580629,24300000 +48.43083055,9.9580198,24300000 +48.4308079,9.9578935,33400000 +48.4308023,9.95786175,33400000 +48.4307832,9.9577538,25700000 +48.43077705,9.9577183,25700000 +48.43075625,9.9575983,38100000 +48.4307616,9.9576298,38100000 +48.430752000000005,9.957571633333334,38100000 +48.4307369,9.9574723,119000000 +48.4307339,9.9574502,119000000 +48.4307243,9.9573755,18800000 +48.43072175,9.95735635,18800000 +48.43071053333333,9.9572682,22600000 +48.4306989,9.9571838,36700000 +48.430698250000006,9.9571781,36700000 +48.43069575,9.9571557,46000000 +48.4306965,9.9571615,46000000 +48.43068975,9.95712385,30600000 +48.4306924,9.9571347,30600000 +48.4306782,9.9570903,66000000 +48.43067135,9.95707925,66000000 +48.4306028,9.9570321,61200000 +48.43059065,9.9570311,61200000 +48.4281442,9.956908,127000000 +48.4281321,9.9569049,127000000 +48.42809255,9.9568944,24600000 +48.42805575,9.95688415,41200000 +48.428022850000005,9.95687515,24300000 +48.42799635,9.956868149999998,33300000 +48.42797105,9.9568619,35400000 +48.42794965,9.95685645,49600000 +48.42793305,9.95685255,44900000 +48.4279206,9.956849333333333,35400000 +48.4279213,9.9568496,35400000 +48.4279189,9.9568489,56200000 +48.4279188,9.9568489,56200000 +48.42791885,9.9568489,80900000 +48.42791875,9.9568487,40800000 +48.42791879999999,9.956848366666668,52300000 +48.4279186,9.9568484,52300000 +48.42791645,9.95684715,45700000 +48.4279175,9.9568476,45700000 +48.4279128,9.9568456,51600000 +48.42791025,9.9568447,51600000 +48.4278962,9.9568407,23700000 +48.42788795,9.9568388,23700000 +48.4278608,9.956834,52300000 +48.42785265,9.95683315,52300000 +48.427823,9.9568321,32700000 +48.4278117,9.95683305,32700000 +48.4277703,9.9568411,28100000 +48.42772195,9.95686195,23800000 +48.4276777,9.956892450000002,27900000 +48.42763019999999,9.956946666666669,21900000 +48.427601,9.9570193,18900000 +48.427589600000005,9.9570848,18800000 +48.42758155,9.9571584,18100000 +48.42757083333333,9.957296433333331,21800000 +48.4275577,9.9574448,30900000 +48.42754465,9.957575,36500000 +48.4275313,9.9577078,26500000 +48.427527733333335,9.9577429,26500000 +48.42750915,9.95792445,26400000 +48.42748866666667,9.958120733333333,31700000 +48.42746675,9.95833005,31000000 +48.42744296666667,9.958553,20700000 +48.42741265,9.9588109,25600000 +48.427381700000005,9.9590538,21000000 +48.42734785,9.9593006,17000000 +48.42731343333333,9.959552033333331,22400000 +48.4272761,9.95980625,24900000 +48.427235800000005,9.960060633333333,25700000 +48.4272439,9.9600097,25700000 +48.4271955,9.960315049999998,18200000 +48.42716255,9.96051585,29900000 +48.42715433333333,9.9605652,29900000 +48.42711155,9.96082145,20000000 +48.4270757,9.9610265,31700000 +48.427032,9.9612675,17000000 +48.4269874,9.9615086,42400000 +48.4269432,9.961750866666668,47000000 +48.4268988,9.9619949,38800000 +48.4268134,9.96248685,24200000 +48.4267735,9.962727466666667,28800000 +48.42673445,9.9629616,26300000 +48.42672579999999,9.9630114,26300000 +48.426683,9.963261200000002,23600000 +48.4266542,9.96346095,20400000 +48.42664679999999,9.9635115,20400000 +48.4266185,9.9637134,23600000 +48.42661135,9.9637645,23600000 +48.42657623333334,9.964021066666668,28800000 +48.42658285,9.96396945,28800000 +48.4265428,9.96427875,32900000 +48.4265497,9.964227,32900000 +48.42651615,9.9644845,25000000 +48.426509733333326,9.9645353,25000000 +48.42647685,9.96478595,21800000 +48.4264478,9.96497805,22800000 +48.42644066666666,9.9650248,22800000 +48.42640995,9.9652564,44000000 +48.42639045,9.96543955,23700000 +48.42638616666667,9.965485633333332,23700000 +48.42636755,9.9657164,30400000 +48.42635575,9.96589985,23100000 +48.426353266666666,9.9659456,23100000 +48.42634085,9.96617455,29000000 +48.42633116666666,9.9663944,39100000 +48.4263246,9.9665581,29800000 +48.42632275,9.96660155,29800000 +48.42631326666666,9.966801733333332,27600000 +48.426315,9.966769,27600000 +48.42629806666667,9.967011566666669,45300000 +48.4263014,9.9669767,45300000 +48.42627835,9.96717405,115000000 +48.42624893333334,9.967328433333334,92400000 +48.426282,9.9698112,38400000 +48.42631225,9.9698142,38400000 +48.426338566666665,9.969816666666668,38400000 +48.42687405,9.96981255,26300000 +48.42700175,9.96979335,137000000 +48.4271261,9.9697683,33100000 +48.4272762,9.969729050000002,45500000 +48.42744613333334,9.969671433333334,151000000 +48.4280014,9.96946605,22500000 +48.4280346,9.969455533333331,22500000 +48.4282099,9.9694033,22200000 +48.428349100000005,9.96936755,26900000 +48.42850363333334,9.969339733333332,19400000 +48.4286747,9.9693195,28200000 +48.43148695,9.9702048,55100000 +48.4315625,9.97025035,74100000 +48.43163905,9.9702942,56400000 +48.4316976,9.9703232,163000000 +48.4317172,9.9703304,163000000 +48.4317954,9.970349550000002,109000000 +48.4318699,9.97034735,38900000 +48.4319233,9.9703333,64800000 +48.4319406,9.9703247,64800000 +48.432006,9.9702761,48300000 +48.43205845,9.9702081,80800000 +48.432098800000006,9.97012175,141000000 +48.43212905,9.97001995,93900000 +48.43223505,9.96919425,44200000 +48.43225265,9.96910995,136000000 +48.43225476666667,9.969101,136000000 +48.4322645,9.9690614,31600000 +48.4322676,9.96904965,31600000 +48.4322812,9.968999449999998,26000000 +48.43229465,9.96895585,50800000 +48.43230975,9.9689133,33600000 +48.4323249,9.9688766,34100000 +48.4323431,9.96883725,30500000 +48.432362600000005,9.96879445,29300000 +48.43238115,9.968735,41100000 +48.4323842,9.9686645,27600000 +48.43236985,9.96859175,31300000 +48.43235,9.9685147,34000000 +48.432333400000005,9.96842975,84300000 +48.43232255,9.96833725,68100000 +48.43231375,9.96823825,27000000 +48.4323056,9.9681475,30900000 +48.4322937,9.96805175,30000000 +48.4322807,9.9679517,35800000 +48.4322663,9.9678433,27900000 +48.43225715,9.9677767,41900000 +48.43225335,9.9677405,43500000 +48.43225325,9.96770915,20800000 +48.432260266666674,9.967680566666663,20900000 +48.43227145,9.9676625,21800000 +48.4322864,9.967648666666667,23700000 +48.43230245,9.96763365,38000000 +48.432314250000005,9.96761585,34000000 +48.4323229,9.96759285,38300000 +48.43232733333334,9.9675566,42900000 +48.4323219,9.9674985,24000000 +48.43232105,9.96749195,24000000 +48.4323184,9.9674724,28700000 +48.43231715,9.9674641,28700000 +48.432314,9.9674425,32700000 +48.43231136666666,9.967426966666666,32700000 +48.43231265,9.9674342,32700000 +48.4323061,9.9673997,26100000 +48.4323044,9.96739395,26100000 +48.4322977,9.9673759,24300000 +48.43229525,9.9673716,24300000 +48.4322882,9.9673603,20000000 +48.43228243333333,9.967354666666669,20000000 +48.432285,9.96735695,20000000 +48.432273,9.967348,24500000 +48.43227125,9.9673475,24500000 +48.4322665,9.9673464,43800000 +48.43226555,9.96734655,43800000 +48.4322628,9.9673464,30200000 +48.4322622,9.9673465,30200000 +48.4322621,9.967346400000002,30200000 +48.4322622,9.9673459,30800000 +48.43226225,9.96734595,30800000 +48.43226263333333,9.967345833333331,15900000 +48.4322626,9.96734575,15900000 +48.4322626,9.9673457,15900000 +48.4322629,9.9673458,34800000 +48.4322628,9.9673459,34800000 +48.4322631,9.9673455,22800000 +48.4322632,9.96734545,22800000 +48.43226333333333,9.967345266666667,22800000 +48.4322638,9.9673445,32300000 +48.432264,9.9673443,32300000 +48.4322642,9.9673441,27700000 +48.4322642,9.9673441,27700000 +48.432264233333335,9.967343966666666,27700000 +48.4322652,9.9673438,17300000 +48.43226575,9.96734395,17300000 +48.4322678,9.9673444,33200000 +48.4322684,9.9673443,33200000 +48.4322712,9.967343633333334,30700000 +48.4322707,9.9673439,30700000 +48.4322703,9.9673441,30700000 +48.4322726,9.9673428,30400000 +48.43227255,9.96734275,30400000 +48.432272600000005,9.9673426,32100000 +48.4322725,9.9673425,32100000 +48.432272600000005,9.96734255,32100000 +48.4322726,9.9673426,27000000 +48.4322726,9.9673426,27000000 +48.4322736,9.9673426,22100000 +48.4322736,9.9673426,22100000 +48.432273550000005,9.96734255,26700000 +48.4322736,9.9673426,26700000 +48.43227276666667,9.967342466666668,23400000 +48.432273,9.9673425,23400000 +48.4322729,9.96734245,23400000 +48.4322719,9.9673425,30800000 +48.43227155,9.9673425,30800000 +48.4322708,9.9673426,33500000 +48.4322706,9.967342666666667,33500000 +48.4322697,9.9673429,30800000 +48.4322695,9.967343,30800000 +48.432269,9.967343,18900000 +48.432269,9.967343,18900000 +48.432269,9.967343,18900000 +48.432269,9.967343,26100000 +48.432269,9.967343,26100000 +48.432269,9.967343,21900000 +48.432269,9.967343,26600000 +48.432269,9.967343,26600000 +48.432269,9.967343,26600000 +48.432269,9.967343,24900000 +48.432269,9.967343,23600000 +48.432269,9.967343,23600000 +48.432269,9.967343,23600000 +48.432269,9.967343,30400000 +48.432269,9.967343,30400000 +48.432269,9.967343,27100000 +48.432269,9.967343,27100000 +48.432269,9.967343,17200000 +48.432269,9.967343,22400000 +48.432269,9.967343,22400000 +48.432269,9.967343,32700000 +48.432269,9.967343,32700000 +48.432269,9.967343,27900000 +48.432269,9.967343,27900000 +48.432269,9.967343,36800000 +48.432269,9.967343,36800000 +48.432269,9.967343,26800000 +48.432269,9.967343,26800000 +48.432269,9.967343,26800000 +48.432269,9.967343,39800000 +48.432269,9.967343,39800000 +48.432269,9.967343,25800000 +48.432269,9.967343,25800000 +48.432269,9.967343,33600000 +48.432269,9.967343,33600000 +48.432269,9.967343,30300000 +48.432269,9.967343,30300000 +48.432269,9.967343,24200000 +48.432269,9.967343,24200000 +48.432269,9.967343,41800000 +48.432269,9.967343,41800000 +48.432269,9.967343,37900000 +48.432269,9.967343,37900000 +48.432269,9.967343,27100000 +48.432269,9.967343,27100000 +48.432269,9.967343,24500000 +48.432269,9.967343,24500000 +48.432269,9.967343,33900000 +48.432269,9.967343,33900000 +48.432269,9.967343,36600000 +48.432269,9.967343,36600000 +48.432269,9.967343,34600000 +48.432269,9.967343,34600000 +48.432269,9.967343,29100000 +48.432269,9.967343,29100000 +48.432269,9.967343,24000000 +48.432269,9.967343,24000000 +48.432269,9.967343,22800000 +48.432269,9.967343,22800000 +48.432269,9.967343,45200000 +48.432269,9.967343,45200000 +48.432269,9.967343,16400000 +48.432269,9.967343,16400000 +48.432269,9.967343,27200000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,24700000 +48.432269,9.967343,33100000 +48.432269,9.967343,33100000 +48.432269,9.967343,18100000 +48.432269,9.967343,18100000 +48.432269,9.967343,26700000 +48.432269,9.967343,26700000 +48.432269,9.967343,34000000 +48.432269,9.967343,34000000 +48.432269,9.967343,21700000 +48.432269,9.967343,21700000 +48.432269,9.967343,23800000 +48.432269,9.967343,23800000 +48.432269,9.967343,30300000 +48.432269,9.967343,30300000 +48.432269,9.967343,22900000 +48.432269,9.967343,22900000 +48.432269,9.967343,22200000 +48.432269,9.967343,22200000 +48.432269,9.967343,19900000 +48.432269,9.967343,19900000 +48.432269,9.967343,47000000 +48.432269,9.967343,47000000 +48.432269,9.967343,24600000 +48.432269,9.967343,24600000 +48.432269,9.967343,24800000 +48.432269,9.967343,24800000 +48.432269,9.967343,39200000 +48.432269,9.967343,39200000 +48.432269,9.967343,20200000 +48.432269,9.967343,20200000 +48.432269,9.967343,29700000 +48.432269,9.967343,29700000 +48.432269,9.967343,24800000 +48.432269,9.967343,24800000 +48.432269,9.967343,41000000 +48.432269,9.967343,41000000 +48.432269,9.967343,39300000 +48.432269,9.967343,39300000 +48.432269,9.967343,22200000 +48.432269,9.967343,22200000 +48.432269,9.967343,30400000 +48.432269,9.967343,30400000 +48.432269,9.967343,33400000 +48.432269,9.967343,33400000 +48.432269,9.967343,20000000 +48.432269,9.967343,20000000 +48.432269,9.967343,19000000 +48.432269,9.967343,19000000 +48.432269,9.967343,24900000 +48.432269,9.967343,24900000 +48.432269,9.967343,28600000 +48.432269,9.967343,28600000 +48.432269,9.967343,25400000 +48.432269,9.967343,25400000 +48.432269,9.967343,42100000 +48.432269,9.967343,42100000 +48.432269,9.967343,15500000 +48.432269,9.967343,15500000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.4322291,9.9673527,37800000 +48.43222933333334,9.967355566666669,37000000 +48.4322295,9.9673571,29400000 +48.4322295,9.9673571,25500000 +48.43223146666667,9.967358433333333,28700000 +48.432232925,9.9673604,26200000 +48.432233200000006,9.9673612,30400000 +48.4322332,9.967361475,16100000 +48.43223303333334,9.967362066666666,25900000 +48.43223373333333,9.967362733333331,38600000 +48.43223432500001,9.967360125,36900000 +48.4322371,9.96735795,26200000 +48.4322389,9.9673537,26700000 +48.432240925,9.967351925,30400000 +48.43224103333333,9.9673496,30900000 +48.432244175,9.967346175,29400000 +48.4322449,9.967346699999998,42900000 +48.43224476666666,9.967349033333331,26000000 +48.4322452,9.967349,37300000 +48.43224456666667,9.967349333333331,32100000 +48.43224523333333,9.967346166666667,31500000 +48.432246075,9.9673492,23900000 +48.432248,9.967349366666664,36000000 +48.43225017500001,9.9673478,24400000 +48.432252225,9.967347175,26900000 +48.432255325,9.96734785,33900000 +48.432256550000005,9.96734905,22400000 +48.432257025000006,9.96735055,22100000 +48.432256800000005,9.967352533333331,22900000 +48.432257125,9.96735395,23900000 +48.43225796666667,9.9673542,32300000 +48.43225845,9.967353525,29200000 +48.4322583,9.9673532,28000000 +48.432257433333326,9.967352266666667,33800000 +48.4322528,9.96734965,30800000 +48.4322521,9.967349666666664,30800000 +48.432251575,9.96734965,30800000 +48.43225,9.9673496,38600000 +48.43225,9.9673496,38600000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,22800000 +48.43225,9.9673496,31800000 +48.432250125,9.967350725,20200000 +48.43225090000001,9.9673575,18500000 +48.43225090000001,9.9673575,26600000 +48.432251,9.967360425,23000000 +48.43225023333333,9.9673661,23500000 +48.4322503,9.9673658,23500000 +48.43225015,9.96736635,23500000 +48.432249866666666,9.967367533333334,25800000 +48.4322499,9.96736745,25800000 +48.4322497,9.9673681,22000000 +48.432249500000005,9.967368366666667,22000000 +48.4322483,9.9673696,25000000 +48.43224813333333,9.96737,25000000 +48.432248,9.967370425,25000000 +48.4322476,9.96737305,23900000 +48.43224766666666,9.9673735,23900000 +48.43224775,9.9673755,19000000 +48.432247700000005,9.967375933333331,19000000 +48.4322474,9.9673776,17600000 +48.432247450000006,9.9673779,17600000 +48.4322474,9.9673776,17600000 +48.4322474,9.9673808,22400000 +48.432247450000006,9.967380599999998,22400000 +48.4322475,9.9673807,29400000 +48.4322475,9.9673807,29400000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,25900000 +48.4322475,9.9673807,34000000 +48.4322475,9.9673807,34000000 +48.43224705,9.9673797,36200000 +48.43224656666666,9.967378733333332,36200000 +48.4322461,9.96737795,36200000 +48.43224353333334,9.967373933333334,17400000 +48.4322433,9.9673736,26600000 +48.4322433,9.9673736,26600000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26300000 +48.4322433,9.9673736,26800000 +48.4322433,9.9673736,26800000 +48.4322433,9.9673736,23700000 +48.4322433,9.9673736,23700000 +48.4322433,9.9673736,26200000 +48.4322433,9.9673736,26200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,30200000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,21000000 +48.4322433,9.9673736,48800000 +48.4322433,9.9673736,48800000 +48.4322433,9.9673736,36300000 +48.4322433,9.9673736,36300000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33100000 +48.4322433,9.9673736,33000000 +48.4322433,9.9673736,33000000 +48.4322433,9.9673736,33700000 +48.4322433,9.9673736,33700000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,23000000 +48.4322433,9.9673736,23000000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,30100000 +48.4322433,9.9673736,17100000 +48.4322433,9.9673736,17100000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,36900000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,27500000 +48.4322433,9.9673736,35900000 +48.4322433,9.9673736,35900000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322433,9.9673736,20100000 +48.4322418,9.9673727,26900000 +48.432241266666665,9.967372433333331,26900000 +48.4322402,9.9673719,20600000 +48.43223973333334,9.967371733333332,20600000 +48.43223973333334,9.967371733333332,20600000 +48.432235950000006,9.967370725,38200000 +48.43222863333333,9.967371266666667,28800000 +48.4322292,9.9673712,28800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,33800000 +48.4322264,9.9673719,24000000 +48.4322264,9.9673719,24000000 +48.4322264,9.9673719,28100000 +48.4322264,9.9673719,28100000 +48.4322264,9.9673719,44700000 +48.4322264,9.9673719,44700000 +48.4322264,9.9673719,44700000 +48.4322265,9.9673714,43200000 +48.432226633333336,9.967371033333334,43200000 +48.432226633333336,9.967371033333334,43200000 +48.4322273,9.967369466666666,22900000 +48.432228025,9.967369325,32800000 +48.43222936666666,9.9673704,22900000 +48.43223006666667,9.967370933333331,25600000 +48.4322305,9.9673709,33900000 +48.432230466666674,9.9673702,18200000 +48.43223103333333,9.967368833333332,20600000 +48.432230725,9.9673684,27700000 +48.432229766666666,9.9673684,19700000 +48.4322286,9.967367866666669,17800000 +48.432227225000005,9.9673674,30000000 +48.4322257,9.967368766666668,16400000 +48.43222423333333,9.967369333333332,29000000 +48.432224475,9.967370125,26000000 +48.43222723333333,9.967371,24600000 +48.4322317,9.967373366666669,24600000 +48.43224010000001,9.9673717,31800000 +48.4322464,9.9673694,27600000 +48.432250466666666,9.967368166666668,27600000 +48.4322555,9.967365225,18100000 +48.43225856666667,9.967359366666663,27500000 +48.43226063333333,9.967354633333334,17900000 +48.432262225,9.967351125,25500000 +48.432264233333335,9.967346999999998,36700000 +48.4322663,9.967341966666666,23700000 +48.432269625,9.967335375,27700000 +48.43227326666667,9.9673318,18200000 +48.432272575,9.9673407,18100000 +48.43227096666667,9.967357466666666,18100000 +48.43227183333334,9.967374266666669,19800000 +48.4322737,9.9673905,24500000 +48.43227436666666,9.967393966666668,24500000 +48.432275025,9.967397275,24500000 +48.4322786,9.9674166,23900000 +48.43227913333334,9.967419633333334,23900000 +48.432281,9.9674355,28100000 +48.43228166666668,9.9674392,28100000 +48.43228696666667,9.967460266666668,23900000 +48.432287925,9.96746315,23900000 +48.4322926,9.96748205,24600000 +48.43229384999999,9.967486325,24600000 +48.43229316666666,9.967484166666669,24600000 +48.43229933333333,9.967499966666669,33600000 +48.43229885,9.96749785,33600000 +48.4323027,9.96750845,42700000 +48.43230306666667,9.967510066666668,42700000 +48.432303425,9.967511875,42700000 +48.4323055,9.9675253,22500000 +48.43230563333333,9.967528333333334,22500000 +48.432306350000005,9.9675434,25100000 +48.432306100000005,9.967546433333334,25100000 +48.432304,9.9675612,28800000 +48.4323034,9.967563633333334,28800000 +48.432303025,9.967566025,28800000 +48.4323011,9.96757965,37000000 +48.43230063333334,9.9675815,37000000 +48.432294675,9.9675937,35100000 +48.43229543333334,9.9675922,35100000 +48.4322904,9.9676022,29600000 +48.43228946666667,9.967603333333336,29600000 +48.43228475,9.9676085,23400000 +48.432283600000005,9.967609566666669,23400000 +48.432275,9.967614575,16900000 +48.432268050000005,9.96761785,19200000 +48.4322675,9.967618033333332,19200000 +48.432262900000005,9.9676191,21600000 +48.432261875,9.9676192,21600000 +48.43225285,9.967620325,25700000 +48.43225515,9.96762025,25700000 +48.432254066666665,9.9676203,25700000 +48.43225285,9.967620325,25700000 +48.43224313333334,9.967618966666668,31700000 +48.432231825,9.967613725,26800000 +48.43221733333333,9.967600733333333,26400000 +48.432204275,9.967570025,24600000 +48.43219323333333,9.967527,37800000 +48.4321824,9.967481433333331,24300000 +48.43216835,9.9674161,45400000 +48.432153150000005,9.9673408,20400000 +48.43213586666667,9.967260266666663,29500000 +48.43211705,9.967177199999998,20300000 +48.432095233333335,9.967087833333332,32400000 +48.4320747,9.96699225,22400000 +48.4320549,9.96690615,33900000 +48.4320296,9.9667974,25400000 +48.4320012,9.9666792,28900000 +48.43197905,9.96658095,24100000 +48.43195205,9.9664727,17700000 +48.4319224,9.966350866666668,44300000 +48.43189505,9.9662403,32300000 +48.4318691,9.966138133333333,38900000 +48.4318455,9.96604865,29000000 +48.4318249,9.965968666666669,30200000 +48.4318052,9.96589645,21000000 +48.4317695,9.9657628,22400000 +48.4317647,9.9657464,22400000 +48.4317468,9.96567615,22300000 +48.4317423,9.965657166666666,22300000 +48.4317245,9.9655795,23800000 +48.43171985,9.9655587,23800000 +48.4316996,9.96547495,27900000 +48.4316943,9.9654529,27900000 +48.4316943,9.9654529,27900000 +48.43164405,9.96524485,23500000 +48.43163796666667,9.9652205,23500000 +48.43160935,9.96509515,21900000 +48.43160935,9.96509515,21900000 +48.4316146,9.9651213,21900000 +48.4315792,9.9649641,16800000 +48.4315476,9.9648312,23900000 +48.43151386666667,9.964696133333334,26800000 +48.43147945,9.9645559,36000000 +48.43144353333334,9.9644138,22500000 +48.4314082,9.9642702,25900000 +48.43137286666666,9.964117866666667,22900000 +48.431343600000005,9.9639753,21900000 +48.43131986666666,9.963844966666665,22200000 +48.43130035,9.96370425,21100000 +48.4312888,9.9635971,40100000 +48.4312788,9.96348595,28100000 +48.43127056666666,9.963359266666666,22900000 +48.43127785,9.96324075,19600000 +48.43129819999999,9.963148566666666,28900000 +48.43131275,9.96304955,18400000 +48.4313059,9.96297875,16800000 +48.431278133333336,9.9628983,27200000 +48.43124185,9.962823,25700000 +48.4312134,9.9627516,21000000 +48.43118565,9.96265235,24600000 +48.43118043333334,9.962627933333332,24600000 +48.43115605,9.96249775,32800000 +48.4311391,9.96238325,34100000 +48.4311222,9.962235433333332,17700000 +48.43110845,9.96207595,40000000 +48.43109416666667,9.961893766666668,31000000 +48.43107875,9.9617079,30700000 +48.43106233333334,9.961517366666667,30000000 +48.431046,9.96132175,27700000 +48.43103299999999,9.9611238,24000000 +48.4310347,9.96116375,24000000 +48.4310281,9.9609423,30000000 +48.43102805,9.960901,30000000 +48.4310284,9.9607552,24000000 +48.43102875,9.96071255,24000000 +48.431029550000005,9.9605288,36500000 +48.43103236666667,9.9602814,19500000 +48.43103475,9.96004765,31900000 +48.43103365,9.95986465,43000000 +48.4310326,9.9598192,43000000 +48.431028,9.9596379,32900000 +48.43102605,9.9595929,32900000 +48.4310131,9.959369733333334,37900000 +48.4310163,9.95941415,37900000 +48.4309946,9.95914915,22300000 +48.4309759,9.9589757,79100000 +48.4309705,9.958933066666669,79100000 +48.430942400000006,9.9587232,21200000 +48.43091855,9.9585627,31200000 +48.43091226666667,9.958524033333331,31200000 +48.4308874,9.9583719,31900000 +48.43088085,9.9583355,31900000 +48.430848233333336,9.9581583,17700000 +48.430817000000005,9.9579911,19700000 +48.43079515,9.9578714,33500000 +48.43079013333334,9.957843866666666,33500000 +48.43076655,9.95771275,22700000 +48.4307471,9.9576038,38200000 +48.43073275,9.9575173,32000000 +48.430722933333335,9.957454033333333,46400000 +48.430715250000006,9.9574053,23200000 +48.43071066666667,9.957373566666666,19100000 +48.4307082,9.9573554,18900000 +48.43070763333333,9.957352166666666,17600000 +48.4307078,9.95735195,28200000 +48.43070783333334,9.9573515,52400000 +48.4307079,9.9573513,37400000 +48.4307079,9.9573513,49000000 +48.4307079,9.9573513,40900000 +48.4307079,9.9573513,21200000 +48.4307079,9.9573513,24500000 +48.4307079,9.9573513,33100000 +48.4307079,9.9573513,42200000 +48.4307079,9.9573513,34800000 +48.4307079,9.9573513,38400000 +48.4307079,9.9573513,19000000 +48.4307079,9.9573513,39700000 +48.4307079,9.9573513,61900000 +48.4307079,9.9573513,22000000 +48.4307079,9.9573513,22000000 +48.4307079,9.9573513,38900000 +48.4307079,9.9573513,23900000 +48.4307079,9.9573513,18400000 +48.4307079,9.9573513,110000000 +48.4307079,9.9573513,110000000 +48.4307079,9.9573513,80350000 +48.4307079,9.9573513,56900000 +48.4307079,9.9573513,75800000 +48.4307079,9.9573513,26100000 +48.43070775,9.95734895,18900000 +48.43070313333334,9.9573123,23600000 +48.43069815,9.95727465,24200000 +48.430693866666665,9.957243666666663,29700000 +48.43069135,9.9572254,59900000 +48.43068903333333,9.957210066666669,107000000 +48.4306812,9.9571793,53800000 +48.43063213333334,9.9571112,182950000 +48.43059015,9.95709785,52700000 +48.4305499,9.95709665,65600000 +48.4305383,9.957097466666667,65600000 +48.4304076,9.9571157,157000000 +48.43024286666667,9.9571393,142000000 +48.4294296,9.9571494,160000000 +48.42930773333334,9.957135366666666,158000000 +48.4279189,9.9568724,58000000 +48.42783883333333,9.956852266666663,16300000 +48.4277705,9.9568462,15600000 +48.42770893333333,9.956868,21100000 +48.4276541,9.9569207,33300000 +48.42761475,9.95699485,27500000 +48.42760726666668,9.957018366666668,27500000 +48.42757655,9.9571454,34400000 +48.42755656666666,9.9572913,30100000 +48.42753545,9.95747065,33800000 +48.42751995,9.9576122,24200000 +48.42750076666667,9.9577993,41800000 +48.42747995,9.95799625,20000000 +48.42745683333334,9.9582057,22800000 +48.42743230000001,9.95842445,29500000 +48.42740473333333,9.958649933333334,25200000 +48.42737465,9.95887675,25800000 +48.427344233333336,9.9591032,30600000 +48.42731235,9.9593316,26400000 +48.42728006666667,9.959558200000002,33700000 +48.4272474,9.9597802,15800000 +48.4272147,9.959998666666666,19100000 +48.42718125,9.9602138,20900000 +48.42714703333333,9.960424766666668,28900000 +48.42711055,9.9606434,30000000 +48.427073666666665,9.960860733333334,22500000 +48.4270808,9.9608192,22500000 +48.42703735,9.96106935,26800000 +48.42700076666667,9.961278633333334,26800000 +48.42696385,9.9614896,28900000 +48.4269277,9.9616967,28300000 +48.4267723,9.9625723,24500000 +48.4267292,9.9628215,25000000 +48.42669695,9.96301945,24300000 +48.42666416666666,9.963226233333334,26100000 +48.4266368,9.9634042,19700000 +48.42663076666667,9.963443,19700000 +48.42660135,9.963637,20400000 +48.42657513333334,9.9638198,25600000 +48.42654386666667,9.9640384,25800000 +48.4265176,9.9642323,26200000 +48.4264971,9.9643941,19400000 +48.42649183333333,9.9644349,19400000 +48.4264654,9.9646398,19100000 +48.42644345,9.9648057,28100000 +48.42643773333333,9.964847033333331,28100000 +48.42640785,9.9650548,18900000 +48.42637703333333,9.965267266666666,19700000 +48.42638265,9.9652236,19700000 +48.42635265,9.9654895,30200000 +48.4263343,9.965721733333332,36600000 +48.4263225,9.9659138,22700000 +48.4263203,9.96595045,22700000 +48.4263109,9.9661352,25000000 +48.42630866666667,9.966184833333331,25000000 +48.42629795,9.96643145,36000000 +48.42628703333333,9.966666666666669,32800000 +48.4262758,9.96688595,33600000 +48.4262579,9.9670842,32600000 +48.426229250000006,9.9672628,65000000 +48.4262211,9.9672991,65000000 +48.4261746,9.9674768,72400000 +48.4255317,9.9693638,35900000 +48.4255306,9.9693684,35900000 +48.425528,9.9693791,40600000 +48.4255276,9.96938055,40600000 +48.425527466666665,9.969381033333333,40600000 +48.42552635,9.96938195,66100000 +48.42552633333333,9.969381933333333,66100000 +48.4255264,9.9693822,30500000 +48.4255266,9.9693822,30500000 +48.4255268,9.969382233333333,30500000 +48.4255274,9.9693828,25800000 +48.42552755,9.96938325,25800000 +48.42552763333333,9.969383833333334,25800000 +48.4255277,9.9693868,33500000 +48.42552745,9.9693885,33500000 +48.4255272,9.9695046,35000000 +48.42553125,9.9695173,35000000 +48.42553543333333,9.969527733333331,35000000 +48.42556775,9.96958075,21900000 +48.4255587,9.969571,21900000 +48.4255979,9.9696065,21100000 +48.42560995,9.96961355,21100000 +48.42562276666666,9.969619933333334,21100000 +48.4256765,9.9696447,33900000 +48.42569145,9.96965075,33900000 +48.4257382,9.9696685,39600000 +48.42575505,9.9696744,39600000 +48.425772566666666,9.969680633333333,39600000 +48.42621596666667,9.969792133333334,32900000 +48.42618955,9.9697886,32900000 +48.4261635,9.9697845,32900000 +48.4263225,9.9698053,124000000 +48.4263498,9.9698083,124000000 +48.4270181,9.9697778,101000000 +48.42704795,9.96977215,101000000 +48.42707786666667,9.9697659,101000000 +48.4281205,9.9694235,46100000 +48.4281501,9.96941465,46100000 +48.4282382,9.9693904,28600000 +48.4282671,9.96938315,28600000 +48.42829576666667,9.969376333333331,28600000 +48.4284096,9.969352,87100000 +48.4284375,9.9693471,87100000 +48.428574133333335,9.969327333333334,95900000 +48.4285202,9.9693336,95900000 +48.428547300000005,9.9693301,95900000 +48.4294747,9.9693437,25200000 +48.42949476666666,9.969346333333332,25200000 +48.4295746,9.9693573,28700000 +48.42959465,9.9693604,28700000 +48.4296756,9.9693728,32100000 +48.429696,9.969376,32100000 +48.429798000000005,9.96939255,30200000 +48.4297776,9.9693892,30200000 +48.429899266666666,9.969411233333332,22300000 +48.42987935,9.9694069,22300000 +48.4299973,9.9694343,121000000 +48.4299782,9.9694294,121000000 +48.4300543,9.9694491,29400000 +48.43009146666666,9.9694602,29400000 +48.43007295,9.96945455,29400000 +48.43018255,9.96949065,29900000 +48.4301647,9.9694839,29900000 +48.43027146666666,9.9695262,34000000 +48.4302538,9.96951875,34000000 +48.4303421,9.9695565,17800000 +48.4303599,9.9695644,17800000 +48.43043095,9.9695974,38900000 +48.43044873333334,9.969605866666669,38900000 +48.430537650000005,9.969649,55600000 +48.4306089,9.9696854,24900000 +48.430626966666665,9.969695,24900000 +48.4307,9.9697343,33000000 +48.4307187,9.9697445,33000000 +48.4307748,9.9697754,37900000 +48.430793300000005,9.9697856,37900000 +48.430811600000006,9.9697959,37900000 +48.4309019,9.96984745,132000000 +48.4308842,9.969837,132000000 +48.43097275,9.96988895,56600000 +48.43099039999999,9.9698994,56600000 +48.431061,9.9699415,25100000 +48.43107875,9.9699519,25100000 +48.4311496,9.96999415,19100000 +48.43116739999999,9.970005,19100000 +48.4312474,9.9700541,30600000 +48.43126495,9.97006465,30600000 +48.4313352,9.9701072,29800000 +48.4314069,9.97015005,49600000 +48.43142473333333,9.9701607,49600000 +48.4315146,9.9702117,71800000 +48.4314964,9.9702021,71800000 +48.43192445,9.97031975,32600000 +48.43193879999999,9.9703123,32600000 +48.4320529,9.97020605,138000000 +48.4320627,9.970188466666666,138000000 +48.4321357,9.9699866,17000000 +48.4321532,9.969895,32100000 +48.4321566,9.96987065,32100000 +48.43217176666667,9.969746666666667,91900000 +48.432169,9.9697718,91900000 +48.4321854,9.9696231,36700000 +48.43219783333333,9.9695019,43400000 +48.4321952,9.9695261,43400000 +48.4322121,9.9693813,30000000 +48.4322507,9.9691355,173000000 +48.4322717,9.96904095,44100000 +48.43227793333333,9.969018766666666,44100000 +48.4323044,9.9689329,45700000 +48.4323115,9.96891485,45700000 +48.43234623333333,9.9688397,19400000 +48.4323399,9.9688522,19400000 +48.43237375,9.96878055,21300000 +48.432386300000005,9.96873055,26000000 +48.43238676666667,9.968717633333334,26000000 +48.4323811,9.96864825,18500000 +48.43236735,9.9685882,35800000 +48.43236326666667,9.968572366666663,35800000 +48.43234335,9.9684907,22500000 +48.43232750000001,9.968399633333334,29700000 +48.4323148,9.9682968,38600000 +48.43230615,9.96820645,22300000 +48.43230413333333,9.968183466666666,22300000 +48.432295,9.9680906,30400000 +48.43229235,9.9680673,30400000 +48.4322796,9.9679749,24700000 +48.43227593333334,9.967951666666666,24700000 +48.4322578,9.9678326,34800000 +48.4322616,9.9678567,34800000 +48.432239,9.967713866666667,37100000 +48.43224275,9.96773685,37100000 +48.4322209,9.96760035,25900000 +48.4322065,9.9675158,26000000 +48.43220256666666,9.9674953,26000000 +48.432184,9.9674042,25000000 +48.43217955,9.9673841,25000000 +48.4321614,9.967301,28400000 +48.43215656666666,9.967279233333333,28400000 +48.432132,9.96716595,24500000 +48.4321056,9.967048,27600000 +48.4321159,9.9670955,27600000 +48.4321106,9.9670715,27600000 +48.4320749,9.9669209,30600000 +48.4320828,9.9669521,30600000 +48.432048550000005,9.96681265,32700000 +48.4320545,9.9668386,32700000 +48.43202275,9.9667079,20100000 +48.4320162,9.966680566666666,20100000 +48.4319831,9.96654425,26700000 +48.4319562,9.96643705,20600000 +48.4319494,9.966410233333333,20600000 +48.43191685,9.96627745,22200000 +48.4318854,9.966147133333337,21700000 +48.4318535,9.96601915,19600000 +48.4318272,9.9659202,23200000 +48.4318204,9.965896133333333,23200000 +48.4317927,9.9658015,29700000 +48.43178565,9.9657778,29700000 +48.43175440000001,9.9656602,23800000 +48.43175965,9.965684,23800000 +48.4317658,9.9657081,23800000 +48.431734,9.965564,33500000 +48.4317287,9.96554,33500000 +48.4317118,9.9654683,17900000 +48.4317056,9.9654449,17900000 +48.4316993,9.965421766666667,17900000 +48.4316736,9.9653274,29400000 +48.43166725,9.9653032,29400000 +48.4316418,9.96520195,72500000 +48.4316353,9.965176266666669,72500000 +48.4316103,9.9650724,26800000 +48.43160043333333,9.9650302,26800000 +48.43160585,9.96505335,26800000 +48.43157145,9.9649053,57500000 +48.431578,9.9649316,57500000 +48.4315513,9.9648257,22000000 +48.43153723333334,9.964773266666668,22000000 +48.431544200000005,9.96479975,22000000 +48.4315096,9.9646655,20700000 +48.43150245,9.96463765,20700000 +48.4314815,9.9645533,33100000 +48.43146776666666,9.964495566666669,33100000 +48.43147465,9.9645241,33100000 +48.4314391,9.9643811,91700000 +48.43143175,9.964352300000002,91700000 +48.4314101,9.9642645,28600000 +48.4314028,9.9642349,28600000 +48.43139553333333,9.964205233333333,28600000 +48.4313662,9.9640856,90700000 +48.431359650000005,9.96405495,90700000 +48.4313405,9.9639632,29100000 +48.4313345,9.9639327,29100000 +48.43132896666666,9.963902333333335,29100000 +48.43130365,9.96374985,68500000 +48.4313077,9.9637804,68500000 +48.431293,9.9636638,24100000 +48.43129085,9.96363745,24100000 +48.4312887,9.963611633333334,24100000 +48.4312808,9.9635116,41900000 +48.43127885,9.9634882,41900000 +48.4312739,9.9634184,19800000 +48.4312728,9.9633956,19800000 +48.43127206666667,9.963373166666669,19800000 +48.4312721,9.9632848,25700000 +48.4312746,9.96326365,25700000 +48.4312855,9.9632013,22200000 +48.431290700000005,9.96318095,22200000 +48.4312955,9.963160466666666,22200000 +48.4313125,9.9630572,107000000 +48.4313116,9.9630779,107000000 +48.4313114,9.9629958,22000000 +48.43130795,9.962976,22000000 +48.431302933333335,9.962957433333337,22000000 +48.4312776,9.9628883,83800000 +48.431269400000005,9.9628736,83800000 +48.43123735,9.96281515,21100000 +48.43123003333333,9.9627999,21100000 +48.4312025,9.9627354,89700000 +48.431197,9.9627167,89700000 +48.4311824,9.9626565,26100000 +48.43117795,9.9626343,26100000 +48.43117363333334,9.9626113,26100000 +48.4311568,9.9625163,46200000 +48.43115305,9.9624907,46200000 +48.43113513333333,9.962354766666667,30700000 +48.43113845,9.96238345,30700000 +48.4311418,9.9624115,30700000 +48.4311218,9.9622373,23700000 +48.431118600000005,9.96220615,23700000 +48.4311096,9.9621103,23000000 +48.43110665,9.9620769,23000000 +48.43110366666667,9.962042766666666,23000000 +48.431092,9.9619027,36900000 +48.43108885,9.9618656,36900000 +48.4310792,9.9617518,27900000 +48.43107595,9.9617124,27900000 +48.431072666666665,9.961672166666666,27900000 +48.4310595,9.9615087,17400000 +48.4310564,9.96146645,17400000 +48.4310468,9.9613377,29800000 +48.4310412,9.961248166666666,29800000 +48.4310439,9.9612932,29800000 +48.43103015,9.96101815,65200000 +48.4310315,9.9610655,65200000 +48.4310277,9.9608749,27300000 +48.4310276,9.9608267,27300000 +48.43102753333333,9.960778366666666,27300000 +48.4310283,9.9605842,89200000 +48.4310289,9.960535,89200000 +48.431032,9.960287466666664,29800000 +48.4310317,9.9603866,29800000 +48.43103175,9.9603371,29800000 +48.4310319,9.9600889,51000000 +48.431031700000005,9.9600392,51000000 +48.431031,9.9598909,36000000 +48.43103,9.95984115,36000000 +48.43102886666667,9.9597914,36000000 +48.4310235,9.9595924,39700000 +48.43102135,9.9595428,39700000 +48.43100653333334,9.959295966666668,36700000 +48.4310137,9.9593941,36700000 +48.43101035,9.95934495,36700000 +48.43100653333334,9.959295966666668,36700000 +48.430968,9.958909,43900000 +48.43096175,9.95886155,43900000 +48.43095526666667,9.958814333333336,43900000 +48.43095526666667,9.958814333333336,43900000 +48.43092095,9.9585812,92500000 +48.4308839,9.958362200000002,17800000 +48.4308465,9.9581577,118000000 +48.43081086666667,9.957970033333334,28800000 +48.4307624,9.9577014,30800000 +48.4307572,9.95767115,30800000 +48.4307523,9.9576417,30800000 +48.43072965,9.9575041,63400000 +48.4307337,9.9575293,63400000 +48.43072965,9.9575041,63400000 +48.43071236666666,9.9573888,41400000 +48.43069935,9.95729555,86000000 +48.4306852,9.9571769,71100000 +48.4306832,9.9571567,21000000 +48.4306833,9.9571536,46000000 +48.4306826,9.957145533333334,34700000 +48.43066156666666,9.957083466666669,42000000 +48.43057973333333,9.957036966666667,30100000 +48.43052245,9.9570328,111000000 +48.42808765,9.95689675,42100000 +48.4280565,9.9568885,33500000 +48.4280301,9.9568819,64200000 +48.42800823333334,9.956876800000002,90300000 +48.4279913,9.9568726,54400000 +48.42798196666666,9.956870633333333,43600000 +48.42798019999999,9.95687065,33100000 +48.4279796,9.95687065,28800000 +48.427979533333335,9.956870633333333,28800000 +48.42797925,9.9568706,34800000 +48.4279792,9.95687055,19100000 +48.4279791,9.956870466666668,19100000 +48.4279787,9.9568699,33900000 +48.42797833333333,9.9568693,33000000 +48.427978,9.9568688,34200000 +48.4279775,9.95686845,27500000 +48.4279774,9.9568684,27500000 +48.4279771,9.9568682,32400000 +48.427977,9.95686815,32400000 +48.427976650000005,9.9568679,71200000 +48.4279765,9.9568676,25800000 +48.4279765,9.956867533333332,25800000 +48.42797635,9.95686725,81500000 +48.42797625,9.9568671,29300000 +48.42797616666667,9.956867066666668,29300000 +48.4279759,9.9568668,32700000 +48.4279758,9.95686675,32700000 +48.4279754,9.9568665,45800000 +48.42797529999999,9.956866433333332,45800000 +48.427975,9.9568662,62900000 +48.42797495000001,9.9568661,62900000 +48.42797485,9.9568659,35100000 +48.42797483333334,9.956865833333334,35100000 +48.4279747,9.9568655,27300000 +48.42797463333333,9.956865233333334,44900000 +48.42797465,9.95686525,44900000 +48.4279746,9.95686515,33800000 +48.42797465,9.95686505,37900000 +48.42797466666666,9.956865,37900000 +48.4279748,9.9568648,48200000 +48.42797485,9.95686475,48200000 +48.42797495000001,9.9568646,38000000 +48.42797519999999,9.9568645,23900000 +48.4279753,9.9568645,46100000 +48.42797535,9.95686445,46100000 +48.427975333333336,9.9568643,39100000 +48.4279754,9.95686435,39100000 +48.4279741,9.95686385,52000000 +48.42796935,9.9568621,28700000 +48.427965666666665,9.956861,28700000 +48.427943,9.9568543,25800000 +48.4279128,9.956846033333331,69900000 +48.427837333333336,9.9568322,36600000 +48.427786600000005,9.95683305,40900000 +48.4277534,9.9568425,35000000 +48.4277417,9.9568489,35000000 +48.42773043333333,9.956856666666669,35000000 +48.42767675,9.9569093,23300000 +48.4276866,9.9568949,23300000 +48.4276495,9.9569562,23800000 +48.42763356666666,9.956994233333331,23800000 +48.42764135,9.95697445,23800000 +48.42760105,9.9571044,27800000 +48.4276057,9.9570798,27800000 +48.4275838,9.95720845,25900000 +48.42757996666666,9.957237233333332,25900000 +48.4275646,9.9573569,34600000 +48.4275608,9.9573896,34600000 +48.42754535,9.95752605,38800000 +48.427541966666666,9.957556266666666,38800000 +48.427523,9.95773335,20100000 +48.427501500000005,9.957940733333333,18300000 +48.4274831,9.9581165,26300000 +48.427478,9.958162,26300000 +48.42745695,9.95835015,33900000 +48.42745096666667,9.958398966666667,33900000 +48.42741796666667,9.9586612,32700000 +48.427387,9.95889055,32800000 +48.42735316666667,9.959135166666664,30800000 +48.4273194,9.9593794,25400000 +48.42729105,9.95957395,24800000 +48.42728396666666,9.9596223,24800000 +48.427248950000006,9.95986365,34000000 +48.42721473333334,9.960088533333334,41000000 +48.4271738,9.9603438,32600000 +48.4271329,9.960581950000002,26700000 +48.4271017,9.9607692,28600000 +48.427094166666656,9.960814933333332,28600000 +48.427055,9.96104025,30400000 +48.4270629,9.960996,30400000 +48.42701726666667,9.961251566666666,25300000 +48.42702375,9.9612153,25300000 +48.4269883,9.9614113,33300000 +48.4269805,9.96145475,33300000 +48.42694455,9.9616509,31600000 +48.42693653333333,9.961694566666663,31600000 +48.42674505,9.96276805,23000000 +48.426739266666665,9.962801733333334,23000000 +48.42670985,9.96297025,34600000 +48.42670416666667,9.963004066666668,34600000 +48.426698425,9.963038175,34600000 +48.42666315,9.9632428,24700000 +48.42665756666667,9.963277666666666,24700000 +48.4266251,9.963487766666669,27500000 +48.4266303,9.96345245,27500000 +48.42659945,9.9636639,17600000 +48.4265941,9.963699433333334,17600000 +48.42658935,9.963735275,17600000 +48.4265604,9.96395025,29200000 +48.4265556,9.9639866,29200000 +48.42653,9.9641796,36500000 +48.42652483333333,9.964220233333334,36500000 +48.42649666666667,9.9644485,25900000 +48.4265014,9.96441175,25900000 +48.4264734,9.9646324,24100000 +48.426463775,9.9647058,24100000 +48.4264686,9.964669066666666,24100000 +48.42643455,9.96492655,24800000 +48.4264293,9.964963433333333,24800000 +48.42639723333334,9.965185666666668,25100000 +48.42640265,9.96514835,25100000 +48.4263721,9.96537195,19800000 +48.4263678,9.965409366666668,19800000 +48.4263639,9.965446825,19800000 +48.42634215,9.9656716,26400000 +48.42633923333333,9.965709,26400000 +48.42632426666666,9.965934433333333,30200000 +48.4263106,9.966195925,31600000 +48.4262985,9.966467233333333,27300000 +48.4262907,9.96665605,38500000 +48.426279775,9.966863775,25800000 +48.42557633333333,9.9695981,25000000 +48.4256337,9.9696403,27100000 +48.4256951,9.9696699,44100000 +48.42571143333333,9.969676833333333,44100000 +48.4257972,9.9697113,74900000 +48.42623755,9.9698181,30400000 +48.4262566,9.969820366666667,30400000 +48.42636375,9.96983095,58200000 +48.42705495,9.9697863,109000000 +48.4272058,9.969750266666669,97000000 +48.42750186666667,9.969654833333331,26100000 +48.42766315,9.9695912,22400000 +48.427994850000005,9.96947095,64200000 +48.428156566666665,9.969423233333334,22900000 +48.4283158,9.96938155,33800000 +48.428474300000005,9.969349566666668,150000000 +48.4297296,9.96937995,24900000 +48.429762,9.969385866666668,24900000 +48.4298912,9.9694109,37700000 +48.42992315,9.96941825,37700000 +48.43008220000001,9.969459966666667,30900000 +48.43005055,9.96945055,30900000 +48.4302081,9.969501,46900000 +48.430239400000005,9.9695133,46900000 +48.430363,9.9695648,31800000 +48.4303931,9.969578633333334,31800000 +48.4305123,9.9696352,31500000 +48.43054125,9.9696501,31500000 +48.4306267,9.9696951,41900000 +48.4306541,9.9697103,41900000 +48.430681,9.9697255,41900000 +48.43081165,9.9697999,117000000 +48.4307862,9.9697854,117000000 +48.43091135,9.9698581,99400000 +48.43093553333333,9.969872466666668,99400000 +48.4310195,9.9699226,30000000 +48.43104285,9.96993665,30000000 +48.431065966666665,9.969950666666668,30000000 +48.431157,9.9700067,32600000 +48.43117915,9.970020300000002,32600000 +48.43128763333333,9.970086766666666,23800000 +48.4312449,9.9700607,23800000 +48.4312664,9.97007395,23800000 +48.43139185,9.97015025,130000000 +48.4313716,9.9701381,130000000 +48.43146175,9.9701922,78400000 +48.43147786666666,9.970201966666666,78400000 +48.4315472,9.9702436,151000000 +48.431565,9.970254,151000000 +48.4315823,9.9702641,151000000 +48.4319514,9.9703148,37800000 +48.43196445,9.97030495,37800000 +48.4321346,9.96997565,84900000 +48.43215236666666,9.969862999999998,30900000 +48.432166550000005,9.9697405,21300000 +48.43217715,9.9696361,33400000 +48.43217976666667,9.969609633333333,33400000 +48.4322369,9.9691475,129000000 +48.4322414,9.9691267,129000000 +48.43226485,9.9690312,50400000 +48.4322601,9.9690481,50400000 +48.4322845,9.9689668,24200000 +48.43228963333333,9.9689523,24200000 +48.4323099,9.9688983,32900000 +48.43231475,9.96888725,32900000 +48.43233265,9.9688466,34900000 +48.432336600000006,9.968837466666663,34900000 +48.4323516,9.9688017,21300000 +48.43235485,9.9687927,21300000 +48.43236696666667,9.968735933333331,18600000 +48.4323654,9.9686606,22200000 +48.43234963333334,9.968575566666669,32100000 +48.432353250000006,9.96859345,32100000 +48.4323359,9.9685028,34300000 +48.4323327,9.9684832,34300000 +48.43232115,9.9684035,32900000 +48.432318933333335,9.968386133333334,32900000 +48.43230715,9.9682866,32100000 +48.43230463333333,9.968264033333332,32100000 +48.4322941,9.9681719,27700000 +48.43229135,9.9681478,27700000 +48.43227646666667,9.9680235,28800000 +48.43227935,9.96804915,28800000 +48.4322825,9.9680746,28800000 +48.4322626,9.9679209,46900000 +48.43225865,9.96789475,46900000 +48.4322465,9.967815,27900000 +48.4322422,9.967788,27900000 +48.4322378,9.967760599999998,27900000 +48.4322194,9.9676504,28800000 +48.4322143,9.9676241,28800000 +48.43219555,9.9675171,26900000 +48.4321908,9.967490833333336,26900000 +48.43216715,9.96736,21700000 +48.4321719,9.9673862,21700000 +48.43214203333333,9.967230866666668,34200000 +48.43214755,9.96725645,34200000 +48.4321144,9.96710345,21800000 +48.432086133333335,9.9669774,27500000 +48.4320551,9.96685155,19100000 +48.4320366,9.9667753,48500000 +48.43202975,9.9667499,48500000 +48.4320232,9.966724366666666,48500000 +48.4319966,9.9666211,34100000 +48.431992,9.96660135,34100000 +48.43196795,9.96650185,24000000 +48.43196126666667,9.966475166666669,24000000 +48.4319278,9.9663408,28900000 +48.4319344,9.9663677,28900000 +48.4319007,9.96623325,18900000 +48.43189396666667,9.966206933333334,18900000 +48.4318666,9.9661022,42400000 +48.43185985,9.9660757,42400000 +48.431854066666666,9.966053766666668,42400000 +48.431828,9.9659567,20200000 +48.43182075,9.9659302,20200000 +48.4317881,9.965811366666664,20300000 +48.43175255,9.96567885,42000000 +48.4317591,9.9657061,42000000 +48.431722400000005,9.965545433333332,49700000 +48.43172765,9.9655688,49700000 +48.4316992,9.9654416,34500000 +48.4316924,9.9654128,34500000 +48.43168516666666,9.9653839,34500000 +48.431656,9.9652675,26600000 +48.43164855,9.96523795,26600000 +48.431619,9.96511865,33600000 +48.4316116,9.965088166666668,33600000 +48.4315819,9.9649652,22700000 +48.43157415,9.96493365,22700000 +48.43153583333333,9.964775366666666,27600000 +48.43154355,9.9648073,27600000 +48.4315047,9.9646459,28200000 +48.4314967,9.9646135,28200000 +48.431472,9.9645155,23800000 +48.4314639,9.9644828,23800000 +48.431455633333336,9.9644506,23800000 +48.43141435,9.9642897,19800000 +48.4313869,9.964178400000002,21700000 +48.43138053333333,9.964152266666668,21700000 +48.4313534,9.9640372,22500000 +48.4313403,9.963974333333336,22500000 +48.43134665,9.96400565,22500000 +48.4313172,9.9638521,22800000 +48.43131275,9.9638239,22800000 +48.43129745,9.96371675,27000000 +48.4313006,9.9637424,27000000 +48.43129473333334,9.9636918,27000000 +48.4312841,9.96357895,41800000 +48.4312851,9.9635957,41800000 +48.43127795,9.96349675,23500000 +48.43127656666667,9.963475266666668,23500000 +48.43126955,9.963368849999998,21800000 +48.4312707,9.9633899,21800000 +48.43127,9.96328635,17800000 +48.43127263333333,9.963266633333332,17800000 +48.4312874,9.9631898,26400000 +48.43129115,9.9631761,26400000 +48.4312955,9.9631591,26400000 +48.4313105,9.9630871,17600000 +48.4313116,9.96306795,17600000 +48.4313111,9.9630117,26000000 +48.4313083,9.96299405,26000000 +48.431305,9.962979866666666,26000000 +48.4312871,9.9629206,21700000 +48.43128035,9.962906,21700000 +48.4312443,9.962833566666667,18300000 +48.4312587,9.9628632,18300000 +48.431251450000005,9.9628488,18300000 +48.4312169,9.9627685,24500000 +48.43121085,9.96274935,24500000 +48.4312061,9.9627326,24500000 +48.43118055,9.96263125,24800000 +48.4311857,9.9626548,24800000 +48.4311682,9.9625709,28800000 +48.43116375,9.96254515,28800000 +48.43115946666666,9.962518433333337,28800000 +48.4311427,9.9624084,33900000 +48.43113905,9.96237905,33900000 +48.4311249,9.9622565,25900000 +48.431122,9.962229533333334,25900000 +48.4311097,9.9621082,28000000 +48.43110665,9.96207355,28000000 +48.43110366666667,9.9620382,28000000 +48.4310916,9.9618941,25000000 +48.431088200000005,9.9618567,25000000 +48.4310784,9.9617424,26600000 +48.43107515,9.961703,26600000 +48.43107243333333,9.961669733333332,26600000 +48.4310606,9.9615212,33000000 +48.43105745,9.96147925,33000000 +48.4310419,9.9612643,19700000 +48.4310308,9.9610901,29000000 +48.4310292,9.9610461,29000000 +48.43102515,9.96087035,33600000 +48.4310255,9.960826433333333,33600000 +48.4310253,9.9609143,33600000 +48.4310285,9.9606504,25800000 +48.43102945,9.96060615,25800000 +48.431032,9.9604732,23800000 +48.431033033333335,9.960390933333333,23800000 +48.4310327,9.960428449999998,23800000 +48.4310343,9.960225,21900000 +48.4310347,9.96017925,21900000 +48.43103476666666,9.960133133333333,21900000 +48.4310342,9.9599485,22300000 +48.4310333,9.959902,22300000 +48.43102905,9.95973835,29000000 +48.4310304,9.9597853,29000000 +48.43102756666667,9.959691333333334,29000000 +48.4310209,9.9595032,43600000 +48.4310186,9.9594562,43600000 +48.43100715,9.95926945,30200000 +48.43100316666666,9.959223433333332,30200000 +48.4310105,9.9593159,30200000 +48.4309852,9.9590398,18900000 +48.4309796,9.95899465,18900000 +48.4309617,9.9588599,17600000 +48.43095535,9.9588156,17600000 +48.43094983333333,9.958778866666668,17600000 +48.4309252,9.9586184,25900000 +48.43091835,9.95857515,25900000 +48.43091133333333,9.958532300000002,25900000 +48.4308835,9.9583618,30700000 +48.430876,9.9583205,30700000 +48.4308429,9.958141433333331,42100000 +48.43085015,9.9581797,42100000 +48.4308576,9.958219,42100000 +48.4308183,9.9580101,19800000 +48.4308116,9.9579747,19800000 +48.430805066666665,9.957940133333333,19800000 +48.43077435,9.9577745,18200000 +48.43078,9.9578058,18200000 +48.430758,9.9576828,18700000 +48.430753,9.9576545,18700000 +48.430749033333335,9.9576317,18700000 +48.4307328,9.9575349,25100000 +48.4307291,9.95751045,25100000 +48.43071283333333,9.957397366666669,47000000 +48.4307186,9.95744,47000000 +48.43071565,9.9574182,47000000 +48.4307024,9.9573183,107000000 +48.43070015,9.9573009,107000000 +48.43068545,9.95718225,30400000 +48.430686,9.957187,30400000 +48.43068385,9.9571718,30800000 +48.43068383333334,9.957171566666668,30800000 +48.430684,9.9571729,30800000 +48.4306842,9.9571713,31900000 +48.43068445,9.9571715,31900000 +48.43068445,9.9571715,31900000 +48.43068543333334,9.957172166666668,38000000 +48.4306861,9.95717215,20700000 +48.430686400000006,9.9571729,27000000 +48.4306868,9.9571735,29700000 +48.430687166666665,9.957173766666664,32600000 +48.4306871,9.95717135,18900000 +48.430686233333326,9.9571601,35300000 +48.43068505,9.95714335,20000000 +48.43066895,9.95707905,61000000 +48.43063633333333,9.9570462,99100000 +48.43058795,9.9570296,63500000 +48.430531,9.9570291,114000000 +48.4304684,9.9570355,109000000 +48.4302392,9.957079633333334,88300000 +48.4292233,9.9570863,88500000 +48.42919895,9.9570827,88500000 +48.4286389,9.956994,143000000 +48.428623900000005,9.95699295,143000000 +48.4286116,9.9569923,143000000 +48.4280682,9.9568918,35600000 +48.42806305,9.9568904,35600000 +48.428058033333336,9.956889133333332,35600000 +48.4280391,9.9568842,58300000 +48.4280352,9.9568832,58300000 +48.42803083333333,9.9568821,58300000 +48.42801046666667,9.956876866666668,28200000 +48.4279979,9.95687385,23300000 +48.42799575,9.9568733,28100000 +48.42799566666667,9.956873233333331,28100000 +48.4279955,9.9568731,35200000 +48.42799545,9.95687305,35200000 +48.42799525,9.95687305,23700000 +48.42799523333333,9.956873066666663,23700000 +48.427995,9.9568731,23900000 +48.4279949,9.9568731,23900000 +48.42799453333333,9.9568729,42000000 +48.4279946,9.95687295,42000000 +48.4279943,9.9568726,63000000 +48.42799425,9.9568725,63000000 +48.4279941,9.95687225,48400000 +48.4279942,9.9568723,48400000 +48.42799406666666,9.956872233333334,48400000 +48.42799385,9.95687205,24800000 +48.4279939,9.9568721,24800000 +48.4279938,9.9568719,51100000 +48.42799375,9.95687185,51100000 +48.4279937,9.956871766666666,51100000 +48.4279935,9.9568715,42400000 +48.42799345,9.95687145,42400000 +48.4279933,9.9568713,23300000 +48.42799326666667,9.956871266666669,23300000 +48.42799305,9.9568709,59800000 +48.4279931,9.956871,59800000 +48.4279927,9.95687065,25900000 +48.42799263333334,9.956870566666666,25900000 +48.42799225,9.95687025,24500000 +48.4279922,9.9568702,23000000 +48.4279922,9.95687025,21800000 +48.42799225,9.9568704,55800000 +48.427992200000006,9.9568704,55800000 +48.4279922,9.9568704,55800000 +48.427992,9.9568704,27100000 +48.4279918,9.95687035,27100000 +48.42799045,9.95686995,67400000 +48.42798986666666,9.956869766666664,67400000 +48.4279909,9.9568701,67400000 +48.4279858,9.9568686,37100000 +48.4279826,9.95686775,37100000 +48.4279697,9.9568642,26900000 +48.42796425,9.9568627,26900000 +48.4279592,9.956861366666669,26900000 +48.42793845,9.95685565,24700000 +48.4279415,9.9568566,24700000 +48.42792705,9.9568523,58200000 +48.4279244,9.9568515,58200000 +48.4279298,9.9568531,58200000 +48.42791135,9.95684745,25900000 +48.4279028,9.9568448,20900000 +48.4278994,9.95684385,20900000 +48.42789580000001,9.956842833333331,20900000 +48.4278802,9.9568385,48900000 +48.42787525,9.9568372,48900000 +48.4278452,9.9568315,36900000 +48.4278523,9.95683235,36900000 +48.4278148,9.9568295,28800000 +48.4278062,9.95683025,28800000 +48.4277692,9.95683765,33500000 +48.42775906666666,9.956841666666667,33500000 +48.4277173,9.9568624,26900000 +48.4277065,9.95687075,26900000 +48.42766405,9.956914950000002,25000000 +48.4276741,9.9569015,25000000 +48.4276547,9.956930133333335,25000000 +48.4276206,9.9569973,28300000 +48.4276136,9.9570173,28300000 +48.4275946,9.9570812,39700000 +48.42758955,9.9571049,39700000 +48.4275851,9.957129833333331,39700000 +48.4275683,9.9572332,28700000 +48.4275647,9.9572612,28700000 +48.427551,9.95737875,23700000 +48.42754756666667,9.957410066666666,23700000 +48.4275338,9.9575391,31300000 +48.4275302,9.9575734,31300000 +48.4275271,9.957602633333334,31300000 +48.4275133,9.9577347,29900000 +48.4275093,9.9577725,29900000 +48.4274968,9.9578886,26400000 +48.4274927,9.9579287,26400000 +48.42748846666667,9.957969366666669,26400000 +48.4274715,9.958136,20200000 +48.42746695,9.958179,20200000 +48.4274535,9.9583078,30400000 +48.4274434,9.9583935,30400000 +48.42744855,9.95835065,30400000 +48.427423,9.9585647,26500000 +48.42741775,9.95860715,26500000 +48.4274042,9.9587133,29600000 +48.4273987,9.95875585,29600000 +48.42739323333333,9.958798166666666,29600000 +48.42736523333334,9.959015733333333,29900000 +48.4273744,9.9589456,29900000 +48.42737035,9.95897715,29900000 +48.42733556666667,9.959234233333332,36000000 +48.4273463,9.9591559,36000000 +48.4273405,9.9591985,36000000 +48.4273137,9.9593917,28800000 +48.4273078,9.959435,28800000 +48.42730293333333,9.959471166666669,28800000 +48.4272801,9.9596309,30800000 +48.4272737,9.9596749,30800000 +48.4272545,9.9598064,23200000 +48.4272482,9.95985035,23200000 +48.42724153333333,9.959894533333332,23200000 +48.42720775,9.96011635,32900000 +48.4272144,9.960072,32900000 +48.4271867,9.9602506,25700000 +48.42717935,9.9602956,25700000 +48.42717306666666,9.960333266666666,25700000 +48.4271453,9.9605001,29000000 +48.42713975,9.9605344,29000000 +48.427132933333326,9.960576766666668,29000000 +48.4271046,9.9607545,29400000 +48.4270948,9.96081285,29400000 +48.4270607,9.96101135,40300000 +48.427054133333336,9.961050433333334,40300000 +48.4270688,9.9609644,40300000 +48.4270249,9.9612225,28700000 +48.4270192,9.9612579,28700000 +48.4269968,9.9613869,21800000 +48.42698845,9.9614342,21800000 +48.42697999999999,9.961481399999998,21800000 +48.426951,9.961647,87800000 +48.42694475,9.9616826,87800000 +48.42693836666667,9.961718566666669,87800000 +48.42677045,9.962698825,29700000 +48.426727633333336,9.962953866666666,23900000 +48.42668749999999,9.9631911,27700000 +48.42664696666666,9.963438766666668,19200000 +48.42660816666666,9.963706866666667,21800000 +48.42657405,9.9639523,25500000 +48.42654185,9.964197,29000000 +48.426505,9.9644939,27000000 +48.42647350000001,9.964743,29500000 +48.4264402,9.9649997,22200000 +48.42640196666667,9.9652641,29500000 +48.42637316666666,9.965497133333333,44400000 +48.42635193333333,9.9657346,28200000 +48.4263345,9.965992466666666,20300000 +48.42632136666666,9.9662422,41500000 +48.42631945,9.9662817,41500000 +48.42630676666666,9.966551766666669,25800000 +48.42629626666667,9.966766333333334,50000000 +48.4262801,9.96699625,62800000 +48.42625196666666,9.967203233333334,62500000 +48.4262148,9.9673633,51200000 +48.42629416666667,9.969817933333331,47100000 +48.4269344,9.96980395,115050000 +48.42709996666667,9.9697726,35600000 +48.42726105,9.96973185,142000000 +48.4274201,9.969679266666668,58900000 +48.42757855,9.9696198,45800000 +48.42803495,9.9694532,18700000 +48.428069066666666,9.969442833333334,18700000 +48.4282065,9.9694023,35000000 +48.42824095,9.96939305,35000000 +48.42837805,9.969361,53900000 +48.42841186666666,9.969354033333332,53900000 +48.4285467,9.9693293,45300000 +48.4285803,9.96932525,45300000 +48.42871535,9.96931345,144000000 +48.42874923333334,9.969312,144000000 +48.4298859,9.96940035,26200000 +48.4300062,9.9694284,20000000 +48.43003603333333,9.969436966666668,20000000 +48.4301552,9.9694732,22900000 +48.4301849,9.9694836,22900000 +48.43030305,9.969531,26800000 +48.43033246666666,9.969544233333332,26800000 +48.4304499,9.9695985,29000000 +48.4304791,9.96961255,29000000 +48.4306239,9.969685766666666,34900000 +48.43059535,9.96967085,34900000 +48.4308443,9.9698057,135000000 +48.43087025,9.96982085,135000000 +48.43087025,9.96982085,89200000 +48.4308958,9.969836,89200000 +48.4309966,9.969896,39900000 +48.431021,9.96991065,39900000 +48.4311392,9.969982833333331,46100000 +48.4311166,9.9699688,46100000 +48.431241400000005,9.97004615,20300000 +48.43131355,9.9700907,36900000 +48.4313285,9.970100033333331,36900000 +48.43149415,9.97020225,108550000 +48.43150756666666,9.970210433333332,108550000 +48.43188105,9.97033955,133650000 +48.43189563333333,9.9703345,133650000 +48.43201165,9.97025785,135000000 +48.43202136666667,9.9702461,135000000 +48.43206665,9.97018165,124000000 +48.43207583333333,9.970163666666666,124000000 +48.4321164,9.9700671,91900000 +48.43214086666666,9.969960166666668,154000000 +48.43215655,9.9698513,182000000 +48.432159266666666,9.969826666666668,182000000 +48.4321825,9.96959385,108000000 +48.4321825,9.96959385,81200000 +48.43218443333333,9.9695712,81200000 +48.43219525,9.96944955,45300000 +48.432197333333335,9.969428433333334,45300000 +48.43222873333334,9.969189866666666,73300000 +48.43223195,9.9691724,73300000 +48.432256,9.969055466666664,45700000 +48.43227675,9.96897675,18900000 +48.432282566666665,9.968958866666666,18900000 +48.43231095,9.9688799,23600000 +48.43233305,9.9688322,25700000 +48.43233826666667,9.9688199,25700000 +48.43236275,9.9687529,24900000 +48.4323708,9.9686865,45900000 +48.432369566666665,9.968668666666668,45900000 +48.4323567,9.96857605,18300000 +48.4323141,9.96836605,51100000 +48.4323141,9.96836605,36700000 +48.4323113,9.968346566666666,36700000 +48.43229845,9.96823275,34900000 +48.4323012,9.9682588,34900000 +48.4322859,9.968116433333334,27900000 +48.4322886,9.9681394,27900000 +48.43227015,9.967985850000002,31700000 +48.43226696666667,9.967962833333331,31700000 +48.4322482,9.967833550000002,32700000 +48.43222945,9.9677195,27800000 +48.4322243,9.967690066666666,27800000 +48.4321985,9.967541,17300000 +48.4321703,9.967392566666666,33700000 +48.43217605,9.9674216,33700000 +48.432141900000005,9.967249,25200000 +48.43211925,9.9671397,32300000 +48.43211336666667,9.967113433333331,32300000 +48.43208415,9.96698475,22800000 +48.4320607,9.966884449999998,24200000 +48.43205496666666,9.966859933333332,24200000 +48.4320065,9.9666501,29500000 +48.43200166666667,9.966628766666668,29500000 +48.43197735,9.96652395,28450000 +48.4319823,9.9665441,31900000 +48.43197735,9.96652395,31900000 +48.431931,9.9663343,35100000 +48.4319352,9.9663513,35100000 +48.431914500000005,9.9662697,28900000 +48.43191076666667,9.9662555,28900000 +48.4318969,9.966203,46800000 +48.4318942,9.9661923,46800000 +48.4318826,9.9661469,42700000 +48.4318845,9.96615455,42700000 +48.43187435,9.9661143,23500000 +48.4318756,9.9661193,23500000 +48.43186903333333,9.966094133333334,25800000 +48.43186995,9.96609735,25800000 +48.4318658,9.9660828,29100000 +48.4318651,9.96608085,29100000 +48.4318633,9.9660751,22700000 +48.431862800000005,9.9660734,22700000 +48.43186226666668,9.966071733333331,22700000 +48.4318602,9.966064,36800000 +48.4318595,9.9660614,36800000 +48.431855866666666,9.966045833333332,37000000 +48.4318576,9.9660529,37000000 +48.43185675,9.96604945,37000000 +48.4318517,9.9660308,22000000 +48.43185045,9.96602655,22000000 +48.4318426,9.965997433333332,25300000 +48.4318338,9.9659645,26100000 +48.43183085,9.96595355,26100000 +48.431813733333335,9.965892766666666,28700000 +48.43181755,9.96590625,28700000 +48.4317966,9.9658355,27900000 +48.43179135,9.96581955,27900000 +48.4317758,9.9657712,36700000 +48.4317707,9.96575465,36700000 +48.43176533333334,9.965736933333334,36700000 +48.43173955,9.96564285,27000000 +48.4317444,9.9656629,27000000 +48.4317141,9.965532766666668,26400000 +48.4317252,9.9655807,26400000 +48.4317197,9.96555715,26400000 +48.4316911,9.9654322,19400000 +48.4316852,9.965407,19400000 +48.431667,9.9653316,25700000 +48.43166095,9.9653062,25700000 +48.431655,9.965280366666668,25700000 +48.4316305,9.9651757,35500000 +48.43162385,9.9651495,35500000 +48.4316044,9.9650697,32400000 +48.43159785,9.96504245,32400000 +48.4315909,9.965015266666668,32400000 +48.4315627,9.9649054,26500000 +48.431555200000005,9.9648779,26500000 +48.4315332,9.9647934,18900000 +48.4315261,9.96476495,18900000 +48.43151886666666,9.9647364,18900000 +48.4314829,9.96459285,27900000 +48.431454,9.96447605,21200000 +48.43144673333334,9.964446733333334,21200000 +48.4314171,9.9643302,33700000 +48.43141005,9.9643008,33700000 +48.431375933333335,9.964156633333332,20500000 +48.43138245,9.9641853,20500000 +48.4313892,9.9642139,20500000 +48.4313539,9.9640566,21200000 +48.43134775,9.964028,21200000 +48.431342666666666,9.964004266666665,21200000 +48.431321,9.9638993,31700000 +48.43131674999999,9.96387805,31700000 +48.43131206666666,9.963851933333332,31700000 +48.4312935,9.9637431,24700000 +48.43128995,9.9637144,24700000 +48.4312822,9.9636425,34600000 +48.4312797,9.963613850000002,34600000 +48.4312775,9.963585633333334,34600000 +48.4312673,9.9634367,31300000 +48.4312702,9.9634884,31300000 +48.43126865,9.9634621,31300000 +48.431263,9.9633378,24500000 +48.43126335,9.96331515,24500000 +48.4312673,9.9632495,20800000 +48.4312705,9.9632292,20800000 +48.431274300000005,9.9632095,20800000 +48.4312909,9.9631328,22500000 +48.4312949,9.96311365,22500000 +48.43130383333334,9.963017366666666,16500000 +48.4313043,9.9630557,16500000 +48.4313049,9.9630363,16500000 +48.431293,9.9629449,22700000 +48.43128715,9.96292885,22700000 +48.4312673,9.9628826,21500000 +48.4312596,9.96286735,21500000 +48.43125173333334,9.962851466666669,21500000 +48.4312211,9.9627842,29800000 +48.43121395,9.96276445,29800000 +48.43118173333334,9.962653666666668,28900000 +48.4311935,9.9627018,28900000 +48.43118735,9.96267835,28900000 +48.4311603,9.962551,32800000 +48.4311556,9.96252295,32800000 +48.4311421,9.962436,24900000 +48.4311382,9.96240525,24900000 +48.4311347,9.962373666666666,24900000 +48.431121,9.9622438,25600000 +48.43111795,9.9622095,25600000 +48.431103033333336,9.962032366666667,28000000 +48.4311089,9.9621049,28000000 +48.43110595,9.9620689,28000000 +48.4310909,9.9618843,24700000 +48.431087950000006,9.96184585,24700000 +48.43107193333333,9.961647566666665,29000000 +48.4310786,9.9617286,29000000 +48.43107535,9.96168835,29000000 +48.43107193333333,9.961647566666665,29000000 +48.43105435,9.9614395,17800000 +48.4310379,9.961225666666666,30400000 +48.4310242,9.9608804,18000000 +48.4310241,9.9608373,18000000 +48.4310245,9.9607941,18000000 +48.4310282,9.96055605,33900000 +48.4310276,9.9605994,33900000 +48.43103,9.960426,36800000 +48.4310305,9.96038265,36800000 +48.4310305,9.96038265,36800000 +48.43103273333333,9.960165466666666,25900000 +48.4310324,9.9599479,29100000 +48.43102676666666,9.959729,60700000 +48.4310179,9.95951,44900000 +48.4310036,9.959293033333331,32500000 +48.43098435,9.9590791,17500000 +48.43095906666667,9.958869233333331,29400000 +48.4309297,9.9586639,27900000 +48.43089733333333,9.958465433333332,27900000 +48.4308646,9.95827535,24800000 +48.43083216666667,9.9580992,40200000 +48.43080155,9.957934,29600000 +48.43077353333333,9.957778966666666,23000000 +48.430747100000005,9.95763105,30000000 +48.43072316666667,9.957495133333332,42500000 +48.43070595,9.9573748,59000000 +48.43069436666667,9.957280733333334,69700000 +48.43068035,9.95716785,31000000 +48.43067523333334,9.957132199999998,50600000 +48.43066125,9.95708765,169000000 +48.4306293,9.9570513,123000000 +48.43051915,9.9570298,30000000 +48.430275566666666,9.957075366666666,101000000 +48.43018733333333,9.957089600000002,96000000 +48.4281378,9.9569162,71400000 +48.4281287,9.95691395,71400000 +48.4281028,9.9569075,76700000 +48.42809495,9.95690545,76700000 +48.42808753333333,9.956903466666668,76700000 +48.4280627,9.956897,100000000 +48.4280565,9.9568955,100000000 +48.4280515,9.956894233333331,100000000 +48.4280254,9.95688765,132000000 +48.4280306,9.9568889,132000000 +48.42800173333333,9.956881733333333,72100000 +48.4280105,9.956884,72100000 +48.42800605,9.95688285,72100000 +48.42800173333333,9.956881733333333,72100000 +48.42798066666666,9.9568759,56900000 +48.4279697,9.9568723,77800000 +48.42796706666667,9.956871333333334,49700000 +48.42796716666666,9.956871066666666,38800000 +48.42796745,9.95687065,28900000 +48.42796760000001,9.956870166666668,34600000 +48.4279676,9.9568698,28800000 +48.42796766666667,9.9568693,44900000 +48.4279676,9.95686875,29800000 +48.42796743333333,9.956868300000002,36300000 +48.42796715,9.95686795,30900000 +48.42796669999999,9.9568678,34200000 +48.42796625,9.9568677,40800000 +48.42796596666667,9.956867833333334,44900000 +48.42796575,9.956868,31500000 +48.42796553333333,9.956868166666666,32800000 +48.42796535,9.95686825,24500000 +48.4279651,9.9568684,33400000 +48.42796485,9.95686865,24100000 +48.4279646,9.956868899999998,28000000 +48.42796435,9.95686905,29000000 +48.42796406666667,9.956869233333334,27800000 +48.42796375,9.9568694,53900000 +48.4279635,9.956869366666666,16700000 +48.427963250000005,9.95686935,50300000 +48.4279632,9.956869466666666,28400000 +48.42796305,9.95686955,31300000 +48.4279628,9.956869533333332,40100000 +48.4279624,9.9568696,29900000 +48.42796006666666,9.956869266666663,32600000 +48.427952000000005,9.9568673,22900000 +48.427924966666666,9.956859633333332,32200000 +48.42789085,9.95684985,35700000 +48.427859866666665,9.9568422,50000000 +48.42783665,9.956838,27200000 +48.4278203,9.9568364,22700000 +48.427807,9.95683595,39100000 +48.42779876666666,9.956836,24700000 +48.4277903,9.95683635,35600000 +48.4277719,9.956838666666666,24700000 +48.42773605,9.9568483,32900000 +48.42768936666667,9.956875566666666,21700000 +48.42764095,9.9569299,23800000 +48.4276076,9.95699865,23900000 +48.42760083333334,9.957019699999998,23900000 +48.4275732,9.9571319,26800000 +48.427556333333335,9.9572571,28900000 +48.4275408,9.95739465,38000000 +48.42752733333333,9.957526133333332,16000000 +48.427510833333336,9.957686533333332,28800000 +48.427493166666665,9.957861666666666,46800000 +48.42747895,9.95800675,38900000 +48.4274604,9.958188466666668,34400000 +48.42743496666666,9.958409133333332,30900000 +48.42741225,9.9585969,26800000 +48.42738946666666,9.958780633333332,42500000 +48.42735936666667,9.959021566666667,22700000 +48.4273334,9.9592297,28600000 +48.42730766666667,9.959420366666668,23200000 +48.42727553333333,9.9596405,26700000 +48.4272437,9.9598588,27400000 +48.427205333333326,9.960115933333332,34400000 +48.4271699,9.960334566666669,26700000 +48.427127000000006,9.960594566666666,21000000 +48.427082325,9.960859225,16200000 +48.4270364,9.9611284,27300000 +48.42700106666666,9.9613377,35600000 +48.42695926666666,9.961585433333331,27800000 +48.4267854,9.962563166666667,27600000 +48.42677885,9.9626009,27600000 +48.42673366666667,9.962864533333333,20700000 +48.42669566666667,9.963090033333332,30200000 +48.426652950000005,9.963354675,25400000 +48.4266174,9.96358155,25900000 +48.426611666666666,9.9636194,25900000 +48.42658325,9.96380975,22900000 +48.4265778,9.963847533333334,22900000 +48.4265427,9.964092766666669,34200000 +48.42651136666666,9.964334,25000000 +48.42650642499999,9.964372925,25000000 +48.4264707,9.964645366666668,28400000 +48.426438866666665,9.964879633333332,26500000 +48.426398425,9.9651517,23900000 +48.42640359999999,9.965112499999998,23900000 +48.4263654,9.9654271,20400000 +48.42634545,9.9656248,31800000 +48.426342266666666,9.9656647,31800000 +48.42632305,9.965944775,31000000 +48.4263276,9.9658648,31000000 +48.4263253,9.965904833333331,31000000 +48.42631085,9.9661824,43800000 +48.426308733333336,9.966220966666668,43800000 +48.426296533333336,9.9664466,34800000 +48.42629825,9.96641035,34800000 +48.42628573333334,9.966657266666664,33000000 +48.426284075,9.9666898,33000000 +48.4262737,9.96687745,24200000 +48.426271333333325,9.9669058,24200000 +48.4262515,9.967081466666668,50900000 +48.42622283333333,9.967243533333331,134000000 +48.426178375000006,9.9674203,87200000 +48.43228985,9.9681257,25400000 +48.43228666666667,9.968099733333334,25400000 +48.43226915,9.96797095,21400000 +48.43225006666668,9.967846866666669,19700000 +48.4322304,9.96772785,29900000 +48.4322345,9.9677508,29900000 +48.4322138,9.9676369,27800000 +48.43220973333333,9.967614366666666,27800000 +48.43218915,9.96750155,27700000 +48.4321514,9.9672984,32700000 +48.43214655,9.9672748,32700000 +48.43214655,9.9672748,27400000 +48.4321262,9.9671813,21500000 +48.43212106666667,9.967157833333331,21500000 +48.43206803333334,9.9669213,21300000 +48.4320733,9.96694405,24500000 +48.4320733,9.96694405,21300000 +48.4320202,9.9667199,38000000 +48.43201456666666,9.966697633333332,38000000 +48.4319884,9.96659765,33800000 +48.4319829,9.966575333333331,33800000 +48.4319598,9.9664849,26200000 +48.4319541,9.96646135,26200000 +48.4319364,9.9663915,20700000 +48.4319301,9.9663677,20700000 +48.431924,9.966343733333332,20700000 +48.4318998,9.9662468,32500000 +48.4318935,9.96622195,32500000 +48.4318652,9.9661118,23800000 +48.43187155,9.96613605,23800000 +48.4318779,9.9661603,23800000 +48.4318397,9.9660149,32800000 +48.43183335,9.965990949999998,32800000 +48.431807,9.96589645,26800000 +48.43180023333334,9.965872933333335,26800000 +48.4317731,9.9657793,31000000 +48.4317662,9.96575545,31000000 +48.43173393333333,9.9656315,21100000 +48.43171,9.9655282,17000000 +48.43170395,9.96550165,17000000 +48.4316791,9.9653962,23600000 +48.43167226666666,9.9653699,23600000 +48.4316389,9.96523845,30700000 +48.4316455,9.9652649,30700000 +48.43160603333333,9.965104866666668,20200000 +48.4316194,9.9651584,20200000 +48.43161275,9.96513175,20200000 +48.4315798,9.964996,24100000 +48.43157285,9.96496865,24100000 +48.4315531,9.9648853,24300000 +48.431546350000005,9.9648572,24300000 +48.431539533333336,9.964829066666669,24300000 +48.431512,9.9647157,18800000 +48.4315052,9.9646872,18800000 +48.4314783,9.9645727,21500000 +48.4314714,9.964544133333334,21500000 +48.431444,9.96443,26700000 +48.4314368,9.9644018,26700000 +48.43140206666666,9.9642616,26900000 +48.4314163,9.9643174,26900000 +48.43140915,9.96428945,26900000 +48.431374,9.9641509,33800000 +48.43136745,9.9641234,33800000 +48.4313481,9.9640414,26100000 +48.43134245,9.96401395,26100000 +48.4313372,9.9639866,26100000 +48.4313174,9.963877,30000000 +48.43131305,9.96384975,30000000 +48.4313004,9.9637687,34000000 +48.4312968,9.96374315,34000000 +48.4312936,9.963718466666666,34000000 +48.4312798,9.9636011,22200000 +48.4312818,9.9636234,22200000 +48.43127096666666,9.963491833333334,16500000 +48.431274,9.9635348,16500000 +48.43127265,9.96351315,16500000 +48.431265,9.9634072,32200000 +48.43126375,9.96338635,32200000 +48.4312605,9.9633247,19900000 +48.43126095,9.9633051,19900000 +48.43126236666666,9.963285866666666,19900000 +48.4312723,9.9632109,24100000 +48.43127675,9.9631929,24100000 +48.43129465,9.96312175,20800000 +48.4312974,9.9631037,20800000 +48.4313039,9.9630321,21100000 +48.43130295,9.96301485,21100000 +48.43129155,9.9629495,21600000 +48.43128603333333,9.962934733333334,21600000 +48.4312962,9.9629647,21600000 +48.4312617,9.962876,30000000 +48.43125435,9.962861,30000000 +48.4312325,9.9628141,31600000 +48.4312255,9.9627971,31600000 +48.43121883333333,9.962779033333334,31600000 +48.4311936,9.9627021,33700000 +48.431188,9.96268,33700000 +48.431161900000006,9.962558233333334,22000000 +48.43116675,9.96258475,22000000 +48.4311718,9.9626102,22000000 +48.4311432,9.9624482,19600000 +48.43113905,9.9624183,19600000 +48.4311245,9.9622932,31000000 +48.43112123333333,9.962259633333334,31000000 +48.4311085,9.9621221,28700000 +48.4311053,9.9620859,28700000 +48.43109265,9.9619371,37400000 +48.43108943333333,9.9618989,37400000 +48.4310768,9.9617457,38400000 +48.43107365,9.9617071,38400000 +48.4310642,9.9615904,26600000 +48.4310611,9.96155095,26600000 +48.4310581,9.9615111,26600000 +48.4310462,9.9613509,43000000 +48.4310431,9.96131025,43000000 +48.4310309,9.961103433333331,31600000 +48.431032900000005,9.9611456,31600000 +48.4310351,9.9611875,31600000 +48.4310254,9.9609329,29100000 +48.4310255,9.9608892,29100000 +48.4310262,9.9607569,27500000 +48.43102645,9.96071255,27500000 +48.431027066666665,9.960668,27500000 +48.4310291,9.9604887,25100000 +48.43103000000001,9.9604429,25100000 +48.43103275,9.960258199999998,16800000 +48.431033033333335,9.9602117,16800000 +48.43103275,9.95997755,50000000 +48.4310331,9.9600247,50000000 +48.431029550000005,9.95978895,33100000 +48.431028133333335,9.959741766666667,33100000 +48.4310222,9.959554,30800000 +48.4310202,9.95950755,30800000 +48.431014,9.9593704,24200000 +48.4310109,9.9593254,24200000 +48.43100726666668,9.959280633333334,24200000 +48.430991,9.9591024,32700000 +48.4309863,9.95905845,32700000 +48.4309712,9.9589274,27500000 +48.4309657,9.95888415,27500000 +48.430959900000005,9.9588414,27500000 +48.430929500000005,9.95863105,21400000 +48.4309358,9.958672,21400000 +48.4309101,9.9585102,26200000 +48.43090345,9.9584711,26200000 +48.43089693333334,9.958433033333334,26200000 +48.43087,9.9582835,34800000 +48.4308633,9.95824775,34800000 +48.4308426,9.9581422,38000000 +48.43083625,9.9581089,38000000 +48.43082986666667,9.958075566666666,38000000 +48.4308047,9.9579442,28100000 +48.4307987,9.9579124,28100000 +48.43076976666666,9.957757566666666,28800000 +48.43077525,9.9577872,28800000 +48.4307489,9.9576429,35800000 +48.4307442,9.95761695,35800000 +48.43072253333333,9.957494233333334,22500000 +48.4307306,9.957542,22500000 +48.4307264,9.95751785,22500000 +48.4307084,9.9574013,45800000 +48.4307056,9.9573791,45800000 +48.4306977,9.9573166,76900000 +48.43069545,9.95729875,76900000 +48.43069346666667,9.957282433333331,76900000 +48.43067966666666,9.9571666,21400000 +48.4306814,9.9571825,21400000 +48.4306806,9.9571745,21400000 +48.4306735,9.95712765,35900000 +48.4306754,9.9571355,35900000 +48.4306658,9.957103,119000000 +48.4306615,9.95709365,119000000 +48.43065576666667,9.9570848,119000000 +48.43058425,9.9570349,162000000 +48.4305736,9.957033466666669,162000000 +48.43051465,9.9570314,24800000 +48.4305279,9.9570302,24800000 +48.43044253333334,9.9570407,162000000 +48.4304733,9.9570359,162000000 +48.4304582,9.9570382,162000000 +48.4291889,9.95707675,97600000 +48.42846165,9.9569691,132000000 +48.42844203333334,9.956966433333331,132000000 +48.4283642,9.9569544,124000000 +48.42834485,9.9569507,124000000 +48.4282694,9.95693375,113000000 +48.4282516,9.956929266666666,113000000 +48.4281819,9.9569123,76700000 +48.4281655,9.9569084,76700000 +48.42810325000001,9.9568929,17300000 +48.42808966666667,9.956889566666666,17300000 +48.428039,9.956877,33300000 +48.4280283,9.95687455,33300000 +48.427981266666656,9.9568632,39900000 +48.42798925,9.95686525,39900000 +48.4279518,9.9568556,39100000 +48.4279463,9.9568541,39100000 +48.4279281,9.9568492,51000000 +48.42792483333333,9.956848366666668,51000000 +48.4279144,9.956846,16900000 +48.4279135,9.95684585,16900000 +48.42791245,9.95684575,36000000 +48.42791236666667,9.956845733333331,36000000 +48.42791185,9.95684565,36800000 +48.4279115,9.9568455,32000000 +48.42791143333333,9.956845466666666,32000000 +48.4279111,9.9568454,24600000 +48.42791053333334,9.956845766666666,23000000 +48.42790985,9.9568462,18900000 +48.4279094,9.9568466,34400000 +48.42790926666667,9.956846666666666,34400000 +48.4279087,9.95684695,36500000 +48.4279088,9.9568469,36500000 +48.42790823333333,9.956847,47800000 +48.4279083,9.956847,47800000 +48.4279078,9.95684685,49100000 +48.427907450000006,9.95684675,33400000 +48.4279074,9.956846733333334,33400000 +48.4279073,9.9568467,37800000 +48.42790725,9.9568467,37800000 +48.4279072,9.9568466,24300000 +48.42790715,9.9568466,24300000 +48.42790713333333,9.9568466,24300000 +48.42790695,9.95684665,36300000 +48.427907,9.9568466,36300000 +48.427906750000005,9.95684675,36800000 +48.4279067,9.9568468,36800000 +48.4279064,9.9568469,21000000 +48.4279063,9.9568469,21000000 +48.42790595,9.9568469,41600000 +48.42790586666666,9.956846866666666,41600000 +48.427905550000006,9.9568468,37500000 +48.4279055,9.9568468,22600000 +48.42790545,9.9568468,22600000 +48.42790543333333,9.9568468,22600000 +48.4279053,9.9568469,25200000 +48.42790525,9.95684695,25200000 +48.42790513333333,9.956847,21700000 +48.427905,9.95684685,17000000 +48.427905,9.9568469,17000000 +48.427905,9.9568468,32500000 +48.427905,9.9568468,32500000 +48.427905,9.9568468,34000000 +48.427905,9.9568468,34000000 +48.42790495,9.95684675,41900000 +48.42790493333333,9.9568467,41900000 +48.42790485,9.95684645,28900000 +48.42790466666667,9.9568462,22200000 +48.4279046,9.956846,31400000 +48.42790455,9.95684595,31400000 +48.42790440000001,9.956845800000002,42200000 +48.4279044,9.95684585,42200000 +48.4279043,9.9568457,30500000 +48.4279043,9.95684565,30500000 +48.4279042,9.9568456,47600000 +48.42790416666667,9.9568456,47600000 +48.42790415,9.9568456,27400000 +48.42790433333332,9.956845833333333,23500000 +48.42790465,9.95684615,16600000 +48.42790495,9.95684635,41800000 +48.427905,9.956846399999998,41800000 +48.4279052,9.9568465,27200000 +48.42790525,9.95684655,27200000 +48.42790545,9.9568467,27200000 +48.427905466666665,9.9568467,27200000 +48.42790565,9.9568468,47200000 +48.427905900000006,9.956846966666664,40900000 +48.42790585,9.95684695,40900000 +48.4279058,9.9568469,40900000 +48.4279061,9.956847,44900000 +48.42790615,9.95684705,44900000 +48.4279063,9.9568471,39000000 +48.42790635,9.9568471,39000000 +48.427906400000005,9.9568471,39000000 +48.4279065,9.9568471,71600000 +48.42790655,9.95684715,71600000 +48.42790665,9.95684715,79100000 +48.427906666666665,9.956847166666668,79100000 +48.427906750000005,9.9568472,61500000 +48.4279067,9.9568472,61500000 +48.4279068,9.9568472,43300000 +48.4279068,9.9568472,43300000 +48.4279068,9.9568473,61400000 +48.42790685,9.9568473,61400000 +48.4279069,9.9568473,41800000 +48.4279069,9.9568473,41800000 +48.427907,9.9568473,23100000 +48.427907,9.95684725,23100000 +48.42790705,9.95684715,34800000 +48.42790706666667,9.9568471,34800000 +48.4279071,9.9568469,46400000 +48.42790715,9.9568469,46400000 +48.4279072,9.956846833333332,37600000 +48.4279072,9.95684685,37600000 +48.42790725,9.9568467,33100000 +48.4279072,9.9568467,33100000 +48.4279073,9.9568466,23600000 +48.4279073,9.95684655,23600000 +48.4279073,9.9568465,23600000 +48.4279073,9.9568464,23900000 +48.4279073,9.9568464,23900000 +48.4279073,9.9568464,44800000 +48.4279073,9.95684635,44800000 +48.4279073,9.956846333333331,44800000 +48.4279073,9.9568462,28200000 +48.4279073,9.9568462,28200000 +48.4279073,9.956846266666666,34000000 +48.4279073,9.95684625,34000000 +48.4279073,9.9568463,32900000 +48.4279073,9.9568463,32900000 +48.4279073,9.9568463,35800000 +48.4279073,9.9568463,35800000 +48.4279073,9.9568463,22800000 +48.4279073,9.9568463,22800000 +48.4279073,9.9568463,50500000 +48.4279073,9.95684635,50500000 +48.4279073,9.956846366666666,50500000 +48.4279072,9.9568464,28900000 +48.42790725,9.9568464,28900000 +48.4279073,9.9568465,25200000 +48.42790733333334,9.9568465,25200000 +48.4279074,9.9568466,41700000 +48.427907450000006,9.9568466,41700000 +48.42790756666667,9.9568466,41200000 +48.42790755,9.9568466,41200000 +48.4279077,9.9568466,34600000 +48.42790775,9.95684665,34600000 +48.4279077,9.9568466,29300000 +48.4279075,9.95684655,29300000 +48.4279069,9.956846366666667,29300000 +48.4279026,9.9568451,34600000 +48.427900050000005,9.95684445,34600000 +48.4278906,9.9568419,24800000 +48.4278862,9.9568407,24800000 +48.42788116666667,9.9568393,24800000 +48.42785195,9.95683155,37200000 +48.4278589,9.9568334,37200000 +48.42781633333334,9.9568246,34400000 +48.4278306,9.9568268,34400000 +48.427823450000005,9.9568256,34400000 +48.4277883,9.9568221,22600000 +48.4277821,9.95682245,22600000 +48.42776185,9.9568247,23900000 +48.4277576,9.956825466666666,23900000 +48.4277414,9.9568286,26700000 +48.427737750000006,9.9568295,26700000 +48.42772565,9.9568329,32000000 +48.427723533333335,9.956833566666669,32000000 +48.42771515,9.95683645,26600000 +48.4277164,9.956836,26600000 +48.4277104,9.9568384,26800000 +48.4277092,9.9568389,26800000 +48.4277116,9.9568379,26800000 +48.4277041,9.9568411,38300000 +48.4277024,9.9568419,38300000 +48.4276953,9.9568454,19600000 +48.4276915,9.95684735,19600000 +48.4276692,9.956861,35000000 +48.42766183333333,9.956868,35000000 +48.4276317,9.9569023,23300000 +48.42762395,9.95691475,23300000 +48.42758916666667,9.956994266666667,25600000 +48.4275951,9.95697485,25600000 +48.4275683,9.9570788,33000000 +48.4275646,9.957104,33000000 +48.4275509,9.95721205,46100000 +48.42754743333333,9.957242,46100000 +48.4275332,9.9573662,30500000 +48.4275298,9.9574001,30500000 +48.4275269,9.957428933333333,30500000 +48.4275159,9.9575411,44700000 +48.4275124,9.95757855,44700000 +48.42749845,9.95772375,49300000 +48.42749546666667,9.957754366666666,49300000 +48.42747775,9.9579328,28600000 +48.4274745,9.957965733333332,28600000 +48.427471225,9.957998925,28600000 +48.42744543333333,9.9582544,23800000 +48.427449,9.95822095,23800000 +48.4274525,9.9581876,23800000 +48.4274314,9.9583881,22500000 +48.4274277,9.95842145,22500000 +48.42742396666667,9.9584547,22500000 +48.427405,9.9586207,33000000 +48.427400966666674,9.958653833333337,33000000 +48.4273804,9.9588197,29300000 +48.427376133333325,9.9588528,29300000 +48.42737172499999,9.958886,29300000 +48.42734555,9.9590858,35000000 +48.42734116666666,9.959119766666667,35000000 +48.42731363333333,9.959326633333331,26000000 +48.42731835,9.9592914,26000000 +48.427285600000005,9.95952975,30900000 +48.4272788,9.959574666666668,30900000 +48.4272544,9.9597384,21900000 +48.42724695,9.95978785,21900000 +48.427240866666665,9.959828866666667,21900000 +48.4272136,9.9600098,24000000 +48.4272058,9.96005945,24000000 +48.427182,9.9602085,28700000 +48.4271743,9.9602585,28700000 +48.4271664,9.9603088,28700000 +48.4271342,9.9605101,22200000 +48.4271261,9.96056055,22200000 +48.42708866666666,9.960797366666666,19800000 +48.4270959,9.960750399999998,19800000 +48.4270397,9.961095966666669,21700000 +48.4270052,9.9613033,34900000 +48.4269967,9.9613555,34900000 +48.42696375,9.9615506,26600000 +48.42695536666667,9.961598266666666,26600000 +48.4269249,9.9617716,30300000 +48.4269158,9.9618238,30300000 +48.4269066,9.961876033333334,30300000 +48.42676795,9.962651175,37000000 +48.426722600000005,9.9629047,29000000 +48.4266797,9.963166033333334,20200000 +48.42663736666666,9.9634392,22700000 +48.4265948,9.963725166666666,21000000 +48.42654903333334,9.964042933333332,23300000 +48.4265123,9.96431665,38600000 +48.42648355,9.96454025,37700000 +48.42647756666667,9.964585633333334,37700000 +48.426447800000005,9.96481,26800000 +48.4264407,9.964862433333332,26800000 +48.42640995,9.96509615,24700000 +48.4263794,9.965340433333331,21100000 +48.426352400000006,9.965592966666668,21300000 +48.42633113333333,9.965850233333333,22100000 +48.4263173,9.966091066666666,33900000 +48.426305825,9.966332875,29600000 +48.4262967,9.966564733333334,29900000 +48.42628903333334,9.9667547,44700000 +48.42627215,9.966965,32800000 +48.4262464,9.967162433333334,29100000 +48.42621326666667,9.967320933333331,56000000 +48.42552615,9.96935025,88700000 +48.4255267,9.9693471,88700000 +48.4255252,9.9693563,36100000 +48.4255251,9.96935815,36100000 +48.4255249,9.969359866666666,36100000 +48.4255234,9.9693687,99400000 +48.42552275,9.96937225,99400000 +48.4255221,9.969375966666666,99400000 +48.42551935,9.96939415,39900000 +48.42552,9.9693912,39900000 +48.4255177,9.9694035,74900000 +48.425517150000005,9.96940725,74900000 +48.42551650000001,9.969411733333333,74900000 +48.4255137,9.9694353,165000000 +48.4255134,9.9694423,165000000 +48.4255139,9.9694719,54700000 +48.425516,9.9694845,54700000 +48.42551923333334,9.969496866666669,54700000 +48.42554595,9.96955905,43000000 +48.4255378,9.9695468,43000000 +48.42559933333334,9.969614466666666,33900000 +48.4255739,9.9695944,33900000 +48.42558605000001,9.9696048,33900000 +48.4256572,9.9696501,39100000 +48.4256743,9.96965745,39100000 +48.4257277,9.9696794,174000000 +48.4257471,9.9696868,174000000 +48.4257638,9.969693133333331,174000000 +48.42610845,9.96978865,109000000 +48.42613236666667,9.9697927,109000000 +48.4262984,9.969813633333333,75000000 +48.4262389,9.9698077,75000000 +48.4262685,9.9698107,75000000 +48.4270135,9.9697887,56000000 +48.42703885,9.9697836,56000000 +48.42713805,9.96976205,148000000 +48.4271621,9.9697559,148000000 +48.4280294,9.9694536,19300000 +48.42816746666667,9.969411366666668,37800000 +48.4283096,9.9693734,45600000 +48.42845513333334,9.969344733333337,171000000 +48.42860215,9.969324449999998,166000000 +48.4297126,9.9693679,38200000 +48.4297419,9.9693732,38200000 +48.42985925,9.969395,32200000 +48.4298883,9.969401133333331,32200000 +48.4300041,9.9694277,60800000 +48.43003285,9.96943555,60800000 +48.4301185,9.9694615,36800000 +48.43014685,9.9694717,36800000 +48.430175133333336,9.9694822,36800000 +48.4303153,9.969538,27500000 +48.4302877,9.969526,27500000 +48.430450400000005,9.969600333333334,38100000 +48.4303973,9.969575,38100000 +48.430424,9.96958765,38100000 +48.4305545,9.9696515,31000000 +48.4305796,9.96966455,31000000 +48.4307008,9.969729133333333,29500000 +48.4306537,9.9697038,29500000 +48.4306775,9.96971655,29500000 +48.4308139,9.9697908,17800000 +48.430897650000006,9.96983775,21000000 +48.43091743333334,9.9698492,21000000 +48.43101405,9.9699057,17100000 +48.43110516666667,9.969960133333334,28500000 +48.4310694,9.9699387,28500000 +48.4310874,9.9699494,28500000 +48.4311755,9.970003,26900000 +48.4311926,9.97001375,26900000 +48.4312602,9.9700566,31100000 +48.43127713333333,9.970067333333333,31100000 +48.4313455,9.9701095,85100000 +48.4313626,9.9701202,85100000 +48.4314318,9.97016365,144000000 +48.43144923333333,9.9701746,144000000 +48.4315357,9.9702283,25300000 +48.4316861,9.9703128,149000000 +48.43170285,9.97032,149000000 +48.43186795,9.97034385,119000000 +48.431929100000005,9.9703271,30200000 +48.4319436,9.9703193,30200000 +48.4319999,9.9702822,99500000 +48.43201305,9.97026945,99500000 +48.43207196666666,9.9701915,103000000 +48.43206205,9.9702093,103000000 +48.4321145,9.97009655,19100000 +48.4321369,9.97001285,63300000 +48.43214076666667,9.969990733333333,63300000 +48.4321548,9.9699004,85800000 +48.4321576,9.96987685,85800000 +48.4321676,9.969779,32900000 +48.43216986666667,9.969753333333331,32900000 +48.4321788,9.9696501,72900000 +48.4321812,9.969624,72900000 +48.4321942,9.9694892,61100000 +48.43219155,9.96951665,61100000 +48.4322081,9.9693531,69300000 +48.4322222,9.9692476,33800000 +48.43222626666667,9.969222533333332,33800000 +48.4322482,9.96910275,23900000 +48.43227376666667,9.969000800000002,28700000 +48.432268050000005,9.9690194,28700000 +48.4322976,9.9689293,35000000 +48.4323039,9.96891355,35000000 +48.4323275,9.9688586,23700000 +48.4323329,9.968846833333334,23700000 +48.43236113333333,9.968773,30300000 +48.432354,9.9687984,30300000 +48.432358,9.96878565,30300000 +48.4323711,9.9687078,32500000 +48.4323706,9.9687216,32500000 +48.43236745,9.96864775,24100000 +48.4323644,9.968631,24100000 +48.4323502,9.9685637,26500000 +48.4323458,9.96854625,26500000 +48.432326,9.968452566666668,29900000 +48.4323329,9.9684921,29900000 +48.43232905,9.96847275,29900000 +48.4323127,9.96834955,26700000 +48.4323149,9.9683709,26700000 +48.432302633333336,9.9682386,23700000 +48.4323065,9.9682841,23700000 +48.432304650000006,9.96826165,23700000 +48.4322937,9.9681448,27000000 +48.43229105,9.9681208,27000000 +48.43227676666667,9.9679992,19000000 +48.4322633,9.9678988,21200000 +48.4322591,9.96787305,21200000 +48.4322465,9.9677954,30600000 +48.4322423,9.9677693,30600000 +48.43223803333333,9.967743400000002,30600000 +48.43221635,9.9676135,25600000 +48.4322209,9.9676395,25600000 +48.432203,9.9675348,25600000 +48.43219805,9.9675087,25600000 +48.4321931,9.9674821,25600000 +48.4321724,9.9673765,32800000 +48.43216745,9.9673495,32800000 +48.4321488,9.967255,27700000 +48.43214235,9.9672282,27700000 +48.43211835,9.967121,31100000 +48.4321127,9.967094233333333,31100000 +48.4320834,9.9669628,34600000 +48.4320896,9.9669886,34600000 +48.4320585,9.96686075,22900000 +48.43205233333333,9.966835166666668,22900000 +48.43202025,9.9667062,26600000 +48.43198853333333,9.966572733333331,19200000 +48.4319637,9.9664635,29700000 +48.4319571,9.96643605,29700000 +48.4319368,9.9663532,29800000 +48.4319301,9.9663253,29800000 +48.43192356666666,9.966297266666666,29800000 +48.4318985,9.9661874,34000000 +48.43189265,9.96616165,34000000 +48.4318691,9.9660618,26600000 +48.43186296666666,9.966037633333334,26600000 +48.4318377,9.9659419,27100000 +48.4318308,9.96591815,27100000 +48.431795,9.965797233333332,29900000 +48.4318019,9.9658221,29900000 +48.4317685,9.9656984,31000000 +48.43176225,9.9656732,31000000 +48.4317456,9.9655984,25800000 +48.43174075,9.96557365,25800000 +48.43173553333333,9.965549033333334,25800000 +48.4317133,9.9654503,28600000 +48.4317072,9.9654253,28600000 +48.431682,9.9653253,19500000 +48.4316754,9.965300333333332,19500000 +48.4316488,9.9652012,21200000 +48.43164235,9.96517655,21200000 +48.4316234,9.9651022,24100000 +48.43161735,9.965076450000002,24100000 +48.43161126666666,9.965050500000002,24100000 +48.43157935,9.96491855,31400000 +48.4315857,9.9649456,31400000 +48.4315593,9.9648364,25500000 +48.4315525,9.9648083,25500000 +48.431545766666666,9.964780233333334,25500000 +48.43151125,9.96463955,17700000 +48.4314825,9.96452585,35900000 +48.431475266666666,9.964497366666668,35900000 +48.4314462,9.964383,28100000 +48.431439,9.9643538,28100000 +48.43141,9.96423855,24700000 +48.431402600000006,9.9642101,24700000 +48.4313742,9.9640966,31200000 +48.4313678,9.96406825,31200000 +48.43133693333333,9.963925533333333,19100000 +48.4313148,9.9638126,24100000 +48.4313098,9.96378495,24100000 +48.43129163333333,9.963652866666669,22700000 +48.43129455,9.96367795,22700000 +48.4312803,9.9635557,25500000 +48.4312785,9.96353235,25500000 +48.4312712,9.96344065,22100000 +48.431269533333335,9.9634184,22100000 +48.4312645,9.9633298,25800000 +48.4312644,9.9633087,25800000 +48.43126925,9.96322825,21200000 +48.43127286666667,9.963209433333333,21200000 +48.4312894,9.9631358,28700000 +48.431294,9.9631176,28700000 +48.431306750000005,9.9630433,34600000 +48.43130683333334,9.9630246,34600000 +48.4313015,9.9629511,25400000 +48.43129645,9.962934,25400000 +48.43127,9.9628701,33900000 +48.431261733333336,9.962854666666669,33900000 +48.4312212,9.9627728,23200000 +48.4312286,9.9627908,23200000 +48.4311954,9.96269405,36100000 +48.43119026666667,9.9626717,36100000 +48.43119026666667,9.9626717,36100000 +48.431164800000005,9.9625542,36300000 +48.4311415,9.962418933333334,28800000 +48.43112215,9.9622678,40800000 +48.43110466666667,9.962099266666666,30500000 +48.4310898,9.9619166,22800000 +48.43107426666668,9.961721933333337,27100000 +48.4310574,9.9615226,19400000 +48.4310407,9.961315566666666,23100000 +48.431027400000005,9.96110285,18900000 +48.43102283333334,9.960885033333332,33300000 +48.43102295,9.96066295,21700000 +48.43102603333333,9.960435666666667,26100000 +48.4310285,9.9602045,18800000 +48.43102796666667,9.959970033333336,25500000 +48.43102445,9.9597345,22100000 +48.43101673333333,9.959499066666666,33000000 +48.4310024,9.95926645,23700000 +48.43097980000001,9.9590374,24000000 +48.43095095,9.9588094,34700000 +48.4309166,9.9585846,19000000 +48.4308784,9.95836365,25600000 +48.43083836666667,9.9581481,18500000 +48.43080015,9.95794245,20000000 +48.4307665,9.957755533333334,31800000 +48.43073845000001,9.9575926,36600000 +48.43071713333333,9.9574561,103000000 +48.43070055,9.95733935,115000000 +48.4306777,9.957163333333334,16500000 +48.4306737,9.95713805,43000000 +48.43066076666667,9.957094933333332,78000000 +48.43063015,9.9570525,109000000 +48.43057993333333,9.9570323,112000000 +48.430518,9.9570303,152000000 +48.42866203333333,9.956996633333333,171000000 +48.4280967,9.9568964,85700000 +48.42804983333334,9.956883833333334,71000000 +48.427985,9.956866166666666,77150000 +48.42796835,9.95686165,63100000 +48.4279636,9.956860566666668,80400000 +48.4279639,9.956860533333334,72250000 +48.4279642,9.95686025,22700000 +48.42796463333334,9.95686,33000000 +48.42796505,9.95685985,50000000 +48.4279655,9.9568598,30800000 +48.4279659,9.9568597,35900000 +48.4279663,9.9568595,39800000 +48.42796665,9.95685935,32800000 +48.42796695,9.95685925,38700000 +48.4279673,9.956859133333332,29300000 +48.4279674,9.9568591,36700000 +48.427967,9.956859033333334,44000000 +48.42796405,9.95685815,25900000 +48.4279457,9.956852966666666,19100000 +48.4279109,9.956843,20500000 +48.42787053333334,9.956832233333332,18100000 +48.42783375,9.95682455,32700000 +48.42779983333333,9.956821733333332,24900000 +48.427767,9.95682475,35600000 +48.4277486,9.95682935,24800000 +48.427721600000005,9.956841233333334,39700000 +48.4276831,9.9568697,20000000 +48.4276427,9.956924766666669,18200000 +48.4276104,9.95700655,40700000 +48.427593433333335,9.957119666666667,31600000 +48.4275784,9.95725835,24800000 +48.4275459,9.95759685,69800000 +48.42753075,9.95774775,44600000 +48.42752653333334,9.957786266666666,44600000 +48.42750435,9.95798,30500000 +48.4274836,9.958138,30700000 +48.42747776666667,9.9581781,30700000 +48.42744765,9.9583817,32300000 +48.4274143,9.958597066666668,27800000 +48.42738095,9.95882495,24000000 +48.42734706666666,9.9590651,24700000 +48.42731365,9.95931205,26700000 +48.427278,9.9595659,29200000 +48.4272392,9.9598267,29900000 +48.4272073,9.9600391,31000000 +48.4271991,9.960092233333333,31000000 +48.42712295,9.9605695,39900000 +48.4271138,9.960622366666668,39900000 +48.4270684,9.96088635,31450000 +48.4269771,9.961411,33700000 +48.4269395,9.9616202,25700000 +48.42692856666668,9.961681233333334,25700000 +48.42687925,9.9619606,33700000 +48.42683386666666,9.9622247,35200000 +48.42684315,9.9621718,35200000 +48.4267006,9.96299885,17900000 +48.4267099,9.9629445,17900000 +48.426674,9.9631624,28600000 +48.42666535,9.96321705,28600000 +48.42665646666666,9.963272000000002,28600000 +48.4266212,9.9634923,25100000 +48.4266129,9.96354785,25100000 +48.4265876,9.963715,20300000 +48.4265793,9.9637709,20300000 +48.4265714,9.963827533333331,20300000 +48.42654,9.9640544,21000000 +48.426532550000005,9.9641111,21000000 +48.4265106,9.9642808,21900000 +48.42650355,9.96433695,21900000 +48.4264967,9.964393066666666,21900000 +48.4264693,9.9646159,23000000 +48.42646225,9.96467085,23000000 +48.4264401,9.964834,17100000 +48.4264322,9.96488745,17100000 +48.426424700000005,9.964940399999998,17100000 +48.4263946,9.9651506,32000000 +48.4263878,9.9652027,32000000 +48.4263878,9.9652027,32000000 +48.42635546666667,9.9654601,26200000 +48.42633415,9.96571995,25100000 +48.42631836666667,9.965980833333331,28200000 +48.42630405,9.96623915,32800000 +48.42629213333333,9.966492266666664,37600000 +48.426281,9.96673765,21700000 +48.426263266666666,9.966966866666668,45000000 +48.42623495,9.96717815,43900000 +48.42619373333334,9.967372366666666,60800000 +48.4262675,9.9698158,44700000 +48.4262978,9.9698189,44700000 +48.4270333,9.9697848,53800000 +48.42709776666666,9.969770066666667,53800000 +48.4270656,9.9697776,53800000 +48.4272255,9.9697373,110000000 +48.42725715,9.96972785,110000000 +48.4279932,9.9694642,34000000 +48.4280252,9.96945405,34000000 +48.42815445,9.9694158,32300000 +48.4281872,9.9694068,32300000 +48.4283521,9.96936435,92800000 +48.42852036666667,9.969334733333334,70600000 +48.42848635,9.9693392,70600000 +48.4312205,9.97003035,21100000 +48.4312993,9.970079033333333,49700000 +48.431372,9.970124299999998,30200000 +48.43144336666666,9.970168433333331,66300000 +48.43151705,9.9702137,83000000 +48.4316707,9.97030025,139000000 +48.4318275,9.9703394,103000000 +48.43190333333333,9.970330133333333,134000000 +48.4319764,9.9702946,167000000 +48.4320889,9.97013845,105000000 +48.43212373333333,9.970025866666663,110000000 +48.43214815,9.9699016,79800000 +48.43216563333333,9.969767966666666,177000000 +48.4321788,9.96962955,61200000 +48.4321916,9.969491633333334,81100000 +48.43220685,9.96935905,34100000 +48.43222453333333,9.9692308,46200000 +48.43224615,9.96910465,45000000 +48.432275033333326,9.9689921,43800000 +48.432307300000005,9.96889785,24000000 +48.43233733333333,9.968830766666668,29600000 +48.43236185,9.9687734,28900000 +48.43237383333334,9.9687137,38300000 +48.4323697,9.96864295,24100000 +48.43235073333333,9.9685623,40200000 +48.4323301,9.9684742,50900000 +48.4323161,9.968376533333334,50100000 +48.43230575,9.9682707,38600000 +48.43229513333333,9.968157166666668,27800000 +48.4322796,9.9680368,38300000 +48.43225963333333,9.967919233333332,37000000 +48.4322389,9.96780105,25100000 +48.43221673333333,9.967677433333334,17900000 +48.43219505,9.9675483,32200000 +48.43217106666666,9.967421533333336,30700000 +48.4321467,9.9672997,20100000 +48.43212116666666,9.967184133333332,33500000 +48.432096900000005,9.967074449999998,22000000 +48.43207376666667,9.966969166666669,18900000 +48.43205065,9.96686905,28400000 +48.43202873333333,9.966774233333332,35100000 +48.4320073,9.96668435,24600000 +48.43198643333333,9.9665972,28400000 +48.43196415,9.96650255,28400000 +48.43194433333333,9.966420566666669,17700000 +48.43194815,9.96643655,17700000 +48.4319253,9.9663419,28100000 +48.43190456666667,9.966261866666663,32600000 +48.43188175,9.9661757,30100000 +48.4318577,9.966083633333334,33000000 +48.4318322,9.9659876,26200000 +48.43180386666668,9.9658857,20300000 +48.43177345,9.9657773,18000000 +48.43174436666667,9.965662666666669,23800000 +48.43171985,9.96554665,21900000 +48.43169473333333,9.965430266666669,32100000 +48.43166615,9.96531585,18800000 +48.43163760000001,9.965203433333334,31300000 +48.43160675,9.9650812,21300000 +48.43158455,9.96499385,27700000 +48.43155843333333,9.964885566666666,23100000 +48.43153205,9.964778,26700000 +48.4315115,9.9646926,27200000 +48.43150633333334,9.964671466666664,27200000 +48.43148015,9.9645672,18900000 +48.43145303333333,9.964463933333333,21600000 +48.43142575,9.96435855,24700000 +48.431397933333336,9.964252633333333,29800000 +48.4314034,9.9642742,29800000 +48.43136945,9.9641326,26100000 +48.43134975,9.96404355,27300000 +48.4313451,9.964020866666669,27300000 +48.4313269,9.9639296,19800000 +48.43132305,9.96390665,19800000 +48.43130805,9.96381525,17500000 +48.431304833333336,9.9637924,17500000 +48.4312905,9.9636833,28600000 +48.4312929,9.9637039,28600000 +48.43128046666667,9.963588666666668,26900000 +48.4312819,9.9636059,26900000 +48.43127325,9.9635085,22200000 +48.4312678,9.96344915,27300000 +48.4312638,9.9633951,31000000 +48.4312631,9.963384733333331,31000000 +48.4312606,9.9633435,40000000 +48.43126035,9.9633368,40000000 +48.43125925,9.96331545,22600000 +48.4312594,9.9633192,22600000 +48.4312586,9.9633034,22000000 +48.43125846666667,9.9633008,22000000 +48.431258150000005,9.96328645,16700000 +48.4312589,9.9632701,24800000 +48.43125940000001,9.963263733333331,24800000 +48.43126485,9.963224,18500000 +48.4312785,9.96317765,29500000 +48.43128290000001,9.963164166666663,29500000 +48.4313037,9.9630922,31100000 +48.4313099,9.9630188,29500000 +48.43129066666668,9.962930233333331,16700000 +48.43129690000001,9.9629454,16700000 +48.4313021,9.9629608,16700000 +48.4312633,9.9628691,24800000 +48.4312552,9.9628534,24800000 +48.43122365,9.9627861,21900000 +48.4312166,9.9627669,21900000 +48.4311878,9.9626734,24900000 +48.431182,9.962649,24900000 +48.43115975,9.9625439,37300000 +48.43113483333334,9.962393033333331,17900000 +48.4311396,9.96242525,17900000 +48.4311172,9.9622599,32800000 +48.4311135,9.9622239,32800000 +48.431096966666665,9.9620379,23900000 +48.4310816,9.9618485,25900000 +48.4310684,9.9616873,19500000 +48.4310497,9.9614687,31300000 +48.4310528,9.96150675,31300000 +48.4310344,9.96125845,18000000 +48.431026200000005,9.961094,29000000 +48.43102145,9.96091895,27700000 +48.43102123333333,9.960876833333332,27700000 +48.43102155,9.96067595,18800000 +48.43102436666666,9.960479066666666,30000000 +48.4310233,9.9605582,30000000 +48.4310237,9.96051875,30000000 +48.4310263,9.9603192,39600000 +48.43102655,9.96027895,39600000 +48.4310268,9.96011545,36300000 +48.4310266,9.960074,36300000 +48.431026,9.9599082,24200000 +48.4310254,9.95986595,24200000 +48.4310208,9.9596753,33700000 +48.4310121,9.959460633333332,32300000 +48.43101445,9.959503949999998,32300000 +48.4309974,9.95924345,37800000 +48.430975933333336,9.959026799999998,23800000 +48.43098075,9.9590699,23800000 +48.43094995,9.9588119,19300000 +48.43091973333333,9.958602766666669,23400000 +48.43088215,9.95837985,17700000 +48.4308597,9.9582619,29200000 +48.43085235,9.9582231,29200000 +48.43084496666666,9.958184733333333,29200000 +48.4308094,9.9579981,20900000 +48.430816,9.9580338,20900000 +48.43078405,9.9578615,42800000 +48.43077830000001,9.9578299,42800000 +48.4307534,9.9576922,22900000 +48.4307484,9.9576649,22900000 +48.4307318,9.9575731,21800000 +48.43072745,9.9575484,21800000 +48.43070946666666,9.957435,21500000 +48.4306961,9.95733605,19900000 +48.43067915,9.957199500000002,74000000 +48.43067603333333,9.9571726,30300000 +48.43067635,9.9571758,30300000 +48.4306759,9.9571646,45000000 +48.43067695,9.9571645,27800000 +48.4306771,9.9571643,27800000 +48.4306778,9.9571637,30600000 +48.430678,9.9571636,30600000 +48.43067895,9.957163,31400000 +48.43067916666666,9.957162966666669,31400000 +48.43068055,9.95716325,24100000 +48.4306811,9.957163,26600000 +48.43068159999999,9.957162766666668,44100000 +48.4306815,9.9571628,44100000 +48.43068205,9.9571627,29600000 +48.43068245,9.95716265,34000000 +48.43068305,9.95716275,23800000 +48.43068313333333,9.9571627,23800000 +48.4306835,9.9571626,21500000 +48.43068355,9.9571625,21500000 +48.4306838,9.9571623,35500000 +48.4306839,9.957162266666666,35500000 +48.43068435,9.95716195,31900000 +48.4306846,9.957161666666666,32100000 +48.43068455,9.95716175,32100000 +48.43068455,9.9571586,33000000 +48.4306832,9.9571454,108000000 +48.4306801,9.9571245,70500000 +48.43067825,9.957116200000002,70500000 +48.43066036666667,9.957070633333334,171000000 +48.43062675,9.9570351,130000000 +48.4305856,9.9570234,45000000 +48.43057323333333,9.9570231,45000000 +48.4303504,9.9570544,124000000 +48.43026136666666,9.9570712,101000000 +48.4278204,9.956815433333334,65700000 +48.42775756666666,9.956812633333334,19800000 +48.427707350000006,9.9568271,25900000 +48.42765413333333,9.956874266666668,25900000 +48.42759926666667,9.9569764,33900000 +48.42756955,9.95709995,23800000 +48.427553,9.957228566666666,26800000 +48.4275349,9.9573889,30800000 +48.4275163,9.9575705,23100000 +48.427493,9.957790766666667,29800000 +48.4274975,9.95774865,29800000 +48.42747065,9.95800615,34500000 +48.427445766666665,9.9582347,25900000 +48.4274178,9.95847835,26100000 +48.42738643333334,9.9587279,21000000 +48.427354300000005,9.95897665,22600000 +48.42732263333334,9.959223766666668,20800000 +48.4272873,9.9594686,18300000 +48.42725655,9.95967635,29000000 +48.42721826666666,9.959931866666668,21600000 +48.4271794,9.96017425,30600000 +48.42713966666667,9.960417133333332,26700000 +48.42710035,9.96066015,23900000 +48.4270606,9.960903766666666,22600000 +48.4270205,9.9611483,31300000 +48.426977766666674,9.961401633333333,27000000 +48.4269324,9.9616646,36200000 +48.4268892,9.9619141,25900000 +48.42675665,9.9626697,31600000 +48.42671476666666,9.9629235,26800000 +48.42672305,9.96287285,26800000 +48.4266739,9.9631779,24000000 +48.426682,9.963127,24000000 +48.4266424,9.9633813,22000000 +48.42663483333333,9.963432266666668,22000000 +48.4266048,9.9636365,27000000 +48.42659745,9.9636879,27000000 +48.4265687,9.96389395,25200000 +48.4265612,9.9639456,25200000 +48.42652445,9.96420435,22200000 +48.42649063333334,9.964463033333333,22800000 +48.4264971,9.96441125,22800000 +48.4264583,9.96472005,18600000 +48.426423766666666,9.964971266666668,20800000 +48.42643085,9.96492175,20800000 +48.4263896,9.96521725,32000000 +48.4263962,9.9651685,32000000 +48.4263661,9.96541115,23900000 +48.42636086666666,9.965459033333332,23900000 +48.4263415,9.9656501,27800000 +48.42633755,9.9656981,27800000 +48.42632375,9.9658908,23700000 +48.42632016666667,9.965939033333331,23700000 +48.42630595,9.9661802,33800000 +48.4263083,9.9661325,33800000 +48.4262971,9.96636775,19200000 +48.4262953,9.966412966666669,19200000 +48.426288,9.9665906,26400000 +48.4262862,9.96663305,26400000 +48.42627725,9.96679645,44200000 +48.42627503333333,9.966828566666669,44200000 +48.4262596,9.96700265,44500000 +48.426234533333336,9.96718,36800000 +48.42624085,9.96714475,36800000 +48.4262064,9.9673203,31900000 +48.42619745,9.96735485,31900000 +48.42557993333333,9.9696062,33100000 +48.425643,9.9696494,32300000 +48.42571853333334,9.9696816,34800000 +48.42580325,9.969713,121000000 +48.42622375,9.9698135,29500000 +48.42633666666666,9.969827,105000000 +48.4269078,9.96981495,129000000 +48.426887,9.9698179,129000000 +48.42698955,9.9698021,144000000 +48.427009133333335,9.969798366666666,144000000 +48.4271772,9.96976015,172000000 +48.42719526666667,9.969755266666668,172000000 +48.4274934,9.9696539,182000000 +48.42793105,9.96949585,164000000 +48.4279089,9.969503,164000000 +48.42802015,9.96946765,41000000 +48.428042733333335,9.969460633333332,41000000 +48.428134,9.9694327,37900000 +48.4281572,9.96942585,37900000 +48.4282265,9.969406,34100000 +48.4282494,9.9694,34100000 +48.42827236666667,9.969394266666669,34100000 +48.42839305,9.9693665,64700000 +48.4283643,9.9693723,64700000 +48.428468,9.9693525,106000000 +48.428491,9.96934915,106000000 +48.4285829,9.969337,82200000 +48.428605833333336,9.9693346,82200000 +48.4287208,9.96932495,58900000 +48.43108495,9.9699551,23700000 +48.43110403333333,9.969966766666667,23700000 +48.4311979,9.9700244,40900000 +48.431287533333325,9.970078399999998,24900000 +48.43127005,9.9700678,24900000 +48.4313563,9.9701205,139000000 +48.431373,9.97013075,139000000 +48.43143945,9.9701717,132000000 +48.431456,9.9701819,132000000 +48.431533650000006,9.9702292,132000000 +48.431548,9.9702379,132000000 +48.4316199,9.9702804,142000000 +48.431743,9.97033515,178000000 +48.43191255,9.9703181,87200000 +48.4319253,9.970311766666669,87200000 +48.43198915,9.97027245,92800000 +48.432037300000005,9.97022905,159000000 +48.432047833333336,9.9702161,159000000 +48.4320867,9.9701611,47300000 +48.43209415,9.9701454,47300000 +48.4321185,9.9700781,108000000 +48.432122533333335,9.970060266666666,108000000 +48.43214065,9.9699663,32700000 +48.4321374,9.9699867,32700000 +48.4321525,9.9698781,110000000 +48.432154966666666,9.969854366666668,110000000 +48.4321648,9.9697572,47500000 +48.432167,9.96973165,47500000 +48.4321764,9.9696303,94600000 +48.43217893333334,9.969605266666669,94600000 +48.4321916,9.9694797,26200000 +48.4322061,9.969354466666667,24900000 +48.4321999,9.9694044,24900000 +48.432203,9.96937945,24900000 +48.4322223,9.9692386,44100000 +48.4322194,9.9692565,44100000 +48.4322374,9.96915055,87100000 +48.432241,9.969131633333332,87100000 +48.43226285,9.96902965,21100000 +48.43226803333334,9.969010233333334,21100000 +48.4322888,9.9689385,82200000 +48.43229395,9.9689239,82200000 +48.4323155,9.968870533333332,33800000 +48.4323112,9.9688797,33800000 +48.43233485,9.96883355,63900000 +48.4323441,9.9688193,35300000 +48.43234705,9.9688143,35300000 +48.43234973333333,9.968809066666669,35300000 +48.4323625,9.9687767,48600000 +48.4323682,9.9687438,31200000 +48.4323682,9.96872745,31200000 +48.43236723333333,9.9687099,31200000 +48.43236,9.9686379,36200000 +48.43235695,9.9686188,36200000 +48.432338533333336,9.968514566666666,24100000 +48.4323422,9.9685364,24100000 +48.43232205,9.96840105,24100000 +48.432308866666666,9.9682781,30300000 +48.43231155,9.9683035,30300000 +48.43229475,9.96814795,25000000 +48.4322979,9.9681747,25000000 +48.432277166666665,9.9680124,25800000 +48.432281,9.96803995,25800000 +48.4322564,9.9678731,34200000 +48.4322609,9.9679014,34200000 +48.4322385,9.967759399999998,32300000 +48.432233966666665,9.967731533333334,32300000 +48.4322429,9.967787,32300000 +48.4322151,9.9676209,33000000 +48.43221025,9.96759415,33000000 +48.4321954,9.9675123,22000000 +48.4321906,9.9674856,22000000 +48.432185366666666,9.967458433333332,22000000 +48.4321653,9.96735,21700000 +48.43215995,9.9673229,21700000 +48.4321382,9.96721505,24600000 +48.43213263333333,9.9671883,24600000 +48.4321102,9.9670816,20100000 +48.43210465,9.96705515,20100000 +48.432077,9.966928266666663,33800000 +48.4320824,9.9669531,33800000 +48.4320482,9.9668039,34000000 +48.4320543,9.966829,34000000 +48.4320222,9.96670105,42900000 +48.4320162,9.9666789,42900000 +48.43198345,9.96655175,17900000 +48.43197753333334,9.966528466666666,17900000 +48.4319499,9.9664254,32600000 +48.43194245,9.9663971,32600000 +48.43193623333334,9.966373533333334,32600000 +48.431897,9.966225466666666,39500000 +48.4319081,9.9662687,39500000 +48.43190265,9.96624725,39500000 +48.43186445,9.96610215,32000000 +48.4318701,9.9661238,32000000 +48.43183655,9.96599455,32700000 +48.43182903333334,9.965966466666668,32700000 +48.4317992,9.9658559,26100000 +48.43179215,9.96582855,26100000 +48.43176445,9.96571875,32700000 +48.43175813333334,9.965691633333334,32700000 +48.4317275,9.9655561,21600000 +48.431697066666665,9.96542,23900000 +48.43170335,9.96544765,23900000 +48.4317097,9.9654756,23900000 +48.4316714,9.9653093,33900000 +48.4316648,9.9652819,33900000 +48.4316445,9.9652005,32300000 +48.43163785,9.96517365,32300000 +48.43163116666667,9.9651467,32300000 +48.4316038,9.9650385,28000000 +48.43159695,9.9650116,28000000 +48.43156935,9.96490285,31100000 +48.43156236666667,9.9648755,31100000 +48.4315278,9.9647384,21000000 +48.4315347,9.9647661,21000000 +48.43149363333333,9.964601233333331,21200000 +48.4314659,9.9644919,16800000 +48.4314592,9.9644646,16800000 +48.4314324,9.9643546,25700000 +48.43142556666667,9.964327066666668,25700000 +48.4313986,9.9642161,60400000 +48.431391950000005,9.96418865,60400000 +48.4313719,9.9641067,32500000 +48.4313655,9.9640793,32500000 +48.4313583,9.9640473,32500000 +48.4313284,9.9639155,31700000 +48.43132275,9.9638882,31700000 +48.4313063,9.9638066,25900000 +48.4313016,9.9637796,25900000 +48.43128445000001,9.9636648,19800000 +48.43128116666667,9.963635466666666,19800000 +48.4312689,9.9635088,22000000 +48.4312672,9.963481949999998,22000000 +48.4312621,9.9633879,18600000 +48.43126145,9.96336115,18600000 +48.43126425,9.96325625,31300000 +48.4312617,9.9632842,31300000 +48.43126425,9.96325625,31300000 +48.4312803,9.96316105,34000000 +48.43130323333333,9.963046666666669,29200000 +48.431300500000006,9.9629454,29700000 +48.43127415,9.9628765,27900000 +48.4312446,9.9628273,22000000 +48.4312166,9.9627641,22100000 +48.4311866,9.9626618,20200000 +48.4311624,9.96254825,16500000 +48.431135600000005,9.962368,20600000 +48.4311149,9.9621778,23000000 +48.4311011,9.9620169,27900000 +48.431089150000005,9.96186645,27900000 +48.43107475,9.96167875,22200000 +48.43105576666667,9.961433366666666,26800000 +48.43103785,9.9611838,18000000 +48.431029,9.9609754,29700000 +48.4310275,9.96075135,31000000 +48.4310304,9.9605248,40900000 +48.43103335,9.9603092,21000000 +48.4310349,9.96011445,24800000 +48.4310329,9.9598736,23700000 +48.4310275,9.9596453,21900000 +48.4310182,9.959421866666666,17500000 +48.4310033,9.9592056,22600000 +48.43098066666666,9.958996400000002,17700000 +48.430953900000006,9.95879175,21900000 +48.43092403333333,9.958591933333333,26000000 +48.4308906,9.9583981,30300000 +48.4308603,9.9582391,83800000 +48.4308524,9.958199366666667,83800000 +48.43081105,9.9579873,16100000 +48.430781,9.957826,34200000 +48.430755000000005,9.95768555,19900000 +48.4307331,9.95756075,21800000 +48.43071435,9.9574447,33700000 +48.43069965,9.9573357,73700000 +48.43068753333333,9.957234933333332,94700000 +48.4306793,9.95716715,46300000 +48.43067685,9.9571449,147000000 +48.43067635,9.95714165,41500000 +48.4306759,9.95713865,167000000 +48.43066805,9.957101649999998,88100000 +48.43055735,9.95702415,98400000 +48.4305128,9.9570257,163000000 +48.42782995,9.9568261,44000000 +48.4278449,9.9568295,44000000 +48.42776103333333,9.956816466666666,25800000 +48.42777395,9.95681635,25800000 +48.4276983,9.95682965,22000000 +48.42765455,9.95686565,36800000 +48.42764473333333,9.956879,36800000 +48.427607,9.9569407,28700000 +48.42759975,9.9569606,28700000 +48.42757675,9.957049349999998,35000000 +48.42757263333333,9.957074766666665,35000000 +48.4275533,9.957212,27000000 +48.42753915,9.95733915,28500000 +48.42753523333334,9.9573736,28500000 +48.4275156,9.9575538,31500000 +48.4275002,9.9577124,28100000 +48.427496100000006,9.957754266666669,28100000 +48.4274792,9.9579255,22700000 +48.4274748,9.9579706,22700000 +48.4274559,9.95815595,30600000 +48.42745056666666,9.9582043,30600000 +48.4274284,9.958401,42600000 +48.42742245,9.9584523,42600000 +48.4273979,9.958659399999998,28900000 +48.427391400000005,9.958711199999998,28900000 +48.4273649,9.9589184,25200000 +48.42735835,9.95897015,25200000 +48.4273306,9.95917665,24900000 +48.427323433333335,9.959228133333331,24900000 +48.4272957,9.959435,28900000 +48.427288700000005,9.9594867,28900000 +48.4272582,9.95969385,24100000 +48.42725003333334,9.959745933333334,24100000 +48.42720845,9.9600068,32900000 +48.4272168,9.9599546,32900000 +48.427176,9.9602154,36300000 +48.42716806666667,9.960267433333334,36300000 +48.427135,9.9604752,23300000 +48.4271264,9.96052705,23300000 +48.4270924,9.96073315,32000000 +48.4270838,9.960784533333332,32000000 +48.4270484,9.9609894,28400000 +48.42703965,9.9610406,28400000 +48.42700435,9.96124415,39000000 +48.42699536666667,9.961294666666666,39000000 +48.4269601,9.9614968,28800000 +48.426951200000005,9.9615473,28800000 +48.4269154,9.9617494,37000000 +48.426905233333336,9.961808566666669,37000000 +48.426812266666666,9.962334633333334,19200000 +48.4268214,9.9622834,19200000 +48.42676775,9.9625919,19700000 +48.4267373,9.96277255,17900000 +48.4267288,9.9628246,17900000 +48.42668605,9.96308725,36600000 +48.426647,9.963334966666666,25000000 +48.4266071,9.9635931,26700000 +48.4265991,9.963647166666668,26700000 +48.4265679,9.9638645,18600000 +48.426559,9.96391825,18600000 +48.42651953333333,9.964191766666668,28400000 +48.4265269,9.9641367,28400000 +48.42648735,9.96443915,19900000 +48.4264543,9.964697433333331,20700000 +48.4264602,9.96465385,20700000 +48.4264215,9.96493765,25800000 +48.426415733333336,9.964979366666666,25800000 +48.42638545,9.96520935,28000000 +48.4263648,9.965401,22600000 +48.4263602,9.965448666666669,22600000 +48.42633855,9.96568745,40800000 +48.42632256666667,9.965925933333333,32400000 +48.42630919999999,9.966202633333332,31800000 +48.42631105,9.9661634,31800000 +48.42629983333333,9.966443366666669,30900000 +48.4262923,9.96663505,34200000 +48.4262816,9.966813933333333,32900000 +48.4262658,9.9669878,41700000 +48.42626166666667,9.9670239,41700000 +48.42623745,9.9671998,27200000 +48.4261417,9.967548733333333,172000000 +48.42571933333334,9.968367633333331,124000000 +48.425678233333336,9.9685159,173000000 +48.42558445,9.96960665,23200000 +48.425595533333336,9.969615633333332,23200000 +48.4256428,9.9696487,29100000 +48.4256561,9.96965545,29100000 +48.42571225,9.9696802,26200000 +48.42572766666667,9.969686166666667,26200000 +48.4257917,9.9697092,124000000 +48.4258093,9.9697149,124000000 +48.42623995,9.9698149,33600000 +48.42636576666666,9.969828666666666,80000000 +48.4270467,9.9697891,161000000 +48.427161850000005,9.9697629,174000000 +48.4271906,9.969755466666667,174000000 +48.42745375,9.96967255,107000000 +48.4279956,9.9694695,28000000 +48.42803120000001,9.96945835,28000000 +48.4281373,9.9694262,37900000 +48.42817225,9.96941665,37900000 +48.4282631,9.9693922,39700000 +48.42829785,9.96938305,39700000 +48.42845326666667,9.969349366666668,93900000 +48.4283882,9.9693608,93900000 +48.42842305,9.96935445,93900000 +48.42861825,9.96932735,103000000 +48.4285835,9.9693305,103000000 +48.4319809,9.97028815,86100000 +48.4319649,9.9702999,86100000 +48.43199416666667,9.9702767,86100000 +48.4320801,9.9701638,97800000 +48.43208775,9.97014595,97800000 +48.43209473333334,9.970127666666665,97800000 +48.4321203,9.9700529,167000000 +48.43212545,9.9700329,167000000 +48.4321428,9.9699506,124000000 +48.43214626666667,9.969929066666667,124000000 +48.43216185,9.969823,113000000 +48.4321593,9.9698441,113000000 +48.432169,9.9697611,80200000 +48.4321713,9.96974075,80200000 +48.4321735,9.969720166666669,80200000 +48.4321822,9.9696369,109000000 +48.4321842,9.9696154,109000000 +48.4321905,9.96955,93200000 +48.43219245,9.96952715,93200000 +48.432194433333336,9.9695038,93200000 +48.432204850000005,9.9693852,64800000 +48.4322025,9.9694096,64800000 +48.4322152,9.9692892,37000000 +48.4322184,9.969265966666669,37000000 +48.4322314,9.9691745,44100000 +48.4322353,9.9691532,44100000 +48.4322521,9.96907065,47900000 +48.432257,9.969051866666666,47900000 +48.4322773,9.9689781,65700000 +48.43228305,9.96896025,65700000 +48.4323149,9.968875966666667,32200000 +48.4323014,9.9689077,32200000 +48.43230805,9.9688914,32200000 +48.4323478,9.9688084,40900000 +48.4323419,9.9688196,40900000 +48.432367,9.9687714,37200000 +48.43237125,9.96876105,37200000 +48.4323813,9.9687289,38000000 +48.4323829,9.968718,38000000 +48.4323832,9.968706666666666,38000000 +48.4323796,9.9686545,37900000 +48.4323767,9.96864205,37900000 +48.43235926666667,9.968579833333337,34900000 +48.4323629,9.9685923,34900000 +48.4323668,9.9686048,34900000 +48.4323441,9.9685279,26000000 +48.43234075,9.9685138,26000000 +48.4323271,9.968439266666666,60300000 +48.4323322,9.9684702,60300000 +48.43232965,9.96845505,60300000 +48.4323164,9.9683649,19300000 +48.4323141,9.96834695,19300000 +48.4323053,9.9682805,23200000 +48.4323032,9.96826125,23200000 +48.43229133333333,9.9681607,23800000 +48.43227825,9.9680566,22200000 +48.43226665,9.96796435,22800000 +48.4322705,9.9679921,22800000 +48.43225165,9.9678693,16700000 +48.432247966666665,9.967846466666666,16700000 +48.432233,9.9677546,32300000 +48.43222915,9.9677311,32300000 +48.432208800000005,9.967612566666666,28900000 +48.4322171,9.96766,28900000 +48.43221285,9.96763625,28900000 +48.43218805,9.96749475,25700000 +48.4321925,9.9675184,25700000 +48.4321701,9.96739845,28900000 +48.4321655,9.967374433333331,28900000 +48.4321469,9.9672792,32800000 +48.43214215,9.9672559,32800000 +48.4321283,9.967186,39700000 +48.4321235,9.9671629,39700000 +48.4321187,9.967139766666667,39700000 +48.4320997,9.9670485,21200000 +48.4320948,9.96702625,21200000 +48.4320701,9.966916033333334,20500000 +48.4320801,9.9669603,20500000 +48.43207515,9.96693815,20500000 +48.4320499,9.9668282,19700000 +48.4320446,9.9668061,19700000 +48.4320288,9.966739,22000000 +48.43202295,9.96671595,22000000 +48.43201713333334,9.966692666666669,22000000 +48.431992,9.966588,39400000 +48.43198695,9.966565,39400000 +48.43196056666667,9.9664548,38300000 +48.43196565,9.9664758,38300000 +48.4319711,9.9664973,38300000 +48.4319407,9.966375,26900000 +48.4319363,9.9663571,26900000 +48.43191723333334,9.966276866666668,23000000 +48.4319242,9.9663067,23000000 +48.43192075,9.9662915,23000000 +48.4319034,9.9662201,20900000 +48.43189995,9.966206799999998,20900000 +48.431884233333335,9.966143833333334,27100000 +48.4318902,9.9661681,27100000 +48.4318872,9.96615575,27100000 +48.4318731,9.966098,25800000 +48.43187055,9.96608705,25800000 +48.4318632,9.9660552,26400000 +48.431860400000005,9.96604285,26400000 +48.4318529,9.9660121,22900000 +48.43185095,9.9660042,22900000 +48.431849166666666,9.9659969,22900000 +48.4318375,9.96595295,32400000 +48.43183716666667,9.965952066666668,32400000 +48.431836,9.9659504,28700000 +48.43183575,9.96595045,28700000 +48.431835,9.9659507,35100000 +48.4318349,9.9659506,35100000 +48.4318348,9.9659506,35100000 +48.4318344,9.965951,25100000 +48.4318342,9.9659511,25100000 +48.43183316666667,9.9659516,22700000 +48.4318336,9.9659514,22700000 +48.4318334,9.9659515,22700000 +48.4318321,9.9659521,19200000 +48.4318323,9.965952,19200000 +48.43183100000001,9.965952566666669,37400000 +48.4318314,9.9659523,37400000 +48.431831200000005,9.96595245,37400000 +48.4318301,9.9659522,24100000 +48.43182985,9.96595145,24100000 +48.4318285,9.9659461,28900000 +48.43182705,9.9659404,28900000 +48.431825,9.965932433333334,28900000 +48.4318144,9.9658934,25800000 +48.4318104,9.96587995,25800000 +48.4317974,9.9658372,33600000 +48.4317913,9.96581815,33600000 +48.43178606666667,9.965801266666666,33600000 +48.4317654,9.965734,24700000 +48.4317611,9.9657169,24700000 +48.4317429,9.965627,37100000 +48.4317497,9.9656645,37100000 +48.4317465,9.9656462,37100000 +48.43172199999999,9.9655263,29000000 +48.43172199999999,9.9655263,29000000 +48.4317272,9.9655475,29000000 +48.4316943,9.9654163,17800000 +48.43166295,9.96529585,104000000 +48.4316285,9.965164533333336,34100000 +48.4315924,9.9650243,26700000 +48.43155756666667,9.964876833333332,26800000 +48.43152045,9.96472465,28800000 +48.43148865,9.96460145,26600000 +48.4314805,9.9645704,26600000 +48.431436000000005,9.96439625,27600000 +48.4314042,9.964268,19700000 +48.43136653333334,9.9641099,25900000 +48.43133345,9.9639574,19100000 +48.4313076,9.963808933333334,30300000 +48.43128585,9.96365,34800000 +48.4312769,9.9635372,17800000 +48.4312696,9.963401766666664,21500000 +48.4312697,9.96328495,31700000 +48.431278500000005,9.96320135,20300000 +48.43129445,9.9631228,18800000 +48.431298133333335,9.963104333333334,18800000 +48.43130925,9.9630082,32900000 +48.4312978,9.9629444,21500000 +48.4312651,9.962865766666669,21700000 +48.4312265,9.962785149999998,19800000 +48.4311944,9.962689066666668,29300000 +48.4311678,9.9625709,46000000 +48.4311471,9.9624372,33400000 +48.4311298,9.9622955,28400000 +48.43111053333333,9.962101933333331,29700000 +48.43109415000001,9.96191525,25000000 +48.4310769,9.961727933333334,37000000 +48.431061,9.9615396,27700000 +48.43104683333333,9.961346533333332,35900000 +48.4310496,9.96138615,35900000 +48.4310322,9.96112415,22800000 +48.431026450000005,9.96095595,28300000 +48.4310257,9.960741933333331,24300000 +48.4310297,9.96050445,34800000 +48.4310325,9.96031735,23300000 +48.43103253333334,9.9600752,56200000 +48.43102965,9.95983635,74200000 +48.43102376666667,9.959612633333332,21400000 +48.43101425,9.9593936,23300000 +48.43099756666666,9.959178666666666,22400000 +48.4309756,9.958968,33700000 +48.43095295,9.9587929,27200000 +48.43091913333333,9.9585682,24300000 +48.4309263,9.95861095,24300000 +48.4308779,9.95833915,36900000 +48.4308873,9.9583866,36900000 +48.4308435,9.958162000000002,33000000 +48.4308161,9.9580178,32400000 +48.4307847,9.957849333333334,15500000 +48.43075795,9.95769705,29500000 +48.43073486666666,9.957560566666666,52200000 +48.4307147,9.95743655,20100000 +48.43070053333333,9.957333933333333,76300000 +48.43068176666667,9.957185766666669,44600000 +48.43068275,9.9571937,44600000 +48.43067805,9.95715675,19100000 +48.4306768,9.9571513,23900000 +48.4306767,9.95715155,23800000 +48.4306767,9.9571522,29500000 +48.4306765,9.9571523,40400000 +48.4306745,9.9571392,61000000 +48.43067295,9.9571321,61000000 +48.43053033333334,9.957044766666666,32200000 +48.43046075,9.9570498,112000000 +48.43225795,9.9673382,24900000 +48.432258,9.9673379,24900000 +48.4322579,9.96733945,27900000 +48.43225809999999,9.967340866666667,20200000 +48.4322581,9.9673406,20200000 +48.43225815,9.967342250000002,30800000 +48.4322581,9.967342,30800000 +48.43225846666667,9.967343333333334,25200000 +48.4322584,9.9673431,25200000 +48.4322588,9.9673443,22800000 +48.43225885,9.96734455,22800000 +48.43225905,9.9673455,34700000 +48.432259,9.9673453,34700000 +48.43225915,9.96734625,30900000 +48.43225916666666,9.9673464,30900000 +48.4322592,9.9673469,20400000 +48.4322592,9.96734695,20400000 +48.43225935,9.9673473,21900000 +48.432259433333336,9.967347433333332,31600000 +48.4322594,9.9673474,31600000 +48.432259650000006,9.96734765,23700000 +48.4322501,9.9673515,23000000 +48.4322501,9.9673515,23600000 +48.4322504,9.96735165,23600000 +48.4322519,9.967352,36800000 +48.4322514,9.9673519,36800000 +48.4322532,9.9673532,24800000 +48.4322531,9.9673536,22600000 +48.4322531,9.9673536,22600000 +48.43225306666667,9.9673536,22600000 +48.4322528,9.9673535,28900000 +48.4322528,9.9673534,28900000 +48.4322529,9.9673532,24300000 +48.4322529,9.96735305,24300000 +48.43225305,9.96735255,27900000 +48.432253133333326,9.967352466666668,27900000 +48.43225365,9.96735225,33300000 +48.4322535,9.9673523,33300000 +48.43225433333333,9.9673514,24800000 +48.43225415,9.96735165,24800000 +48.4322555,9.9673506,22900000 +48.4322561,9.96735035,22900000 +48.4322579,9.9673498,31300000 +48.432258450000006,9.96734955,31300000 +48.4322605,9.9673484,21200000 +48.43226113333333,9.967348133333331,21200000 +48.432264450000005,9.9673468,24700000 +48.43226863333334,9.967343266666669,21400000 +48.4322669,9.9673447,21400000 +48.432267800000005,9.96734395,21400000 +48.43227215,9.96734,34300000 +48.4322715,9.9673406,34300000 +48.4322747,9.96733675,25500000 +48.4322743,9.9673378,25500000 +48.4322774,9.9673302,19900000 +48.4322768,9.9673314,19900000 +48.4322796,9.967326,27000000 +48.432280000000006,9.967325,27000000 +48.4322814,9.9673227,28900000 +48.43228155,9.9673227,28900000 +48.43228205,9.96732205,23800000 +48.43228213333333,9.9673219,23800000 +48.43228235,9.96732115,16900000 +48.4322824,9.9673213,16900000 +48.4322824,9.9673208,16800000 +48.4322824,9.96732095,16800000 +48.4322813,9.9673238,24600000 +48.4322808,9.9673254,24600000 +48.4322792,9.9673332,26700000 +48.4322785,9.96733545,26700000 +48.4322766,9.96734715,29400000 +48.43227636666666,9.967350733333332,29400000 +48.4322763,9.9673727,25900000 +48.432276,9.967367,25900000 +48.4322773,9.9673883,20900000 +48.432277850000006,9.9673932,20900000 +48.43228066666666,9.9674191,23800000 +48.4322828,9.967437,24400000 +48.432283350000006,9.96744045,24400000 +48.4322854,9.96745425,41900000 +48.4322858,9.967457366666666,41900000 +48.4322877,9.9674699,39100000 +48.4322882,9.96747335,39100000 +48.43228995,9.9674874,33200000 +48.432292966666665,9.967508066666666,22000000 +48.4322926,9.96750495,22000000 +48.4322943,9.9675196,22900000 +48.4322948,9.96752285,22900000 +48.43229695,9.9675374,21800000 +48.43229723333334,9.9675413,21800000 +48.4322982,9.9675558,27400000 +48.4322981,9.96755845,27400000 +48.432296750000006,9.9675704,18800000 +48.43229586666667,9.967573666666668,18800000 +48.4322899,9.96758795,29700000 +48.4322914,9.9675857,29700000 +48.4322843,9.9675963,23700000 +48.432283000000005,9.9675978,23700000 +48.432278,9.9676028,22600000 +48.4322769,9.9676037,22600000 +48.4322728,9.96760665,27000000 +48.43227216666667,9.967607066666668,27000000 +48.4322698,9.9676084,23700000 +48.4322691,9.9676089,23700000 +48.43226615,9.9676097,24100000 +48.432265666666666,9.9676097,24100000 +48.4322647,9.9676099,22500000 +48.43226475,9.96760995,22500000 +48.43226146666667,9.967610666666666,23000000 +48.4322625,9.9676105,23000000 +48.4322558,9.9676104,35700000 +48.4322541,9.96760985,35700000 +48.43224605,9.9676063,31800000 +48.43224296666667,9.9676041,31800000 +48.4322314,9.9675944,26100000 +48.43222855,9.96759055,26100000 +48.43221359999999,9.9675631,18400000 +48.43219695,9.9675146,19700000 +48.43218405,9.96746285,28400000 +48.43216576666666,9.9673761,19500000 +48.43216935,9.96739375,19500000 +48.4321454,9.9672759,29000000 +48.4321492,9.9672948,29000000 +48.432129,9.9671974,23000000 +48.43212450000001,9.9671764,23000000 +48.4321063,9.9670902,19600000 +48.4321013,9.9670668,19600000 +48.4320802,9.9669748,24100000 +48.43207470000001,9.966952866666666,24100000 +48.43204745,9.9668418,21000000 +48.4320529,9.9668642,21000000 +48.4320196,9.9667283,20200000 +48.43202505,9.9667513,20200000 +48.4319956,9.9666357,36900000 +48.43198935,9.96661235,36900000 +48.431965000000005,9.96651425,37700000 +48.43193975,9.96641085,16700000 +48.4319338,9.966385933333331,16700000 +48.4319114,9.9662893,17300000 +48.43190585,9.96626515,17300000 +48.4318821,9.9661672,34200000 +48.4318755,9.966142366666668,34200000 +48.4318492,9.9660438,23700000 +48.43184275,9.9660194,23700000 +48.43181765,9.96592355,21000000 +48.431811333333336,9.965899666666669,21000000 +48.4317856,9.9658035,23700000 +48.431779,9.9657788,23700000 +48.43175355,9.9656796,41400000 +48.4317477,9.9656543,41400000 +48.4317244,9.9655525,27700000 +48.43171865,9.96552695,27700000 +48.43169445,9.96542215,30100000 +48.431687966666665,9.965395166666667,30100000 +48.43165555,9.96525875,30300000 +48.4316619,9.9652866,30300000 +48.431636,9.9651745,26800000 +48.43162705,9.9651395,26800000 +48.43159815,9.9650206,24600000 +48.4315915,9.964993,24600000 +48.4315648,9.9648829,42600000 +48.4315581,9.9648553,42600000 +48.43152855,9.964737,23500000 +48.431520766666665,9.964706433333332,23500000 +48.4314836,9.96455935,19800000 +48.4314908,9.9645882,19800000 +48.43145045,9.9644309,22200000 +48.43145045,9.9644309,22200000 +48.43141413333333,9.9642893,26600000 +48.4313801,9.9641459,20500000 +48.43134856666666,9.9640004,27300000 +48.4313197,9.96385425,21500000 +48.43130065,9.9637314,39200000 +48.4312839,9.963563466666669,32800000 +48.4312736,9.9634248,32900000 +48.43126955,9.9633334,31000000 +48.43127570000001,9.963247333333332,20500000 +48.43127325,9.96326335,20500000 +48.4312924,9.96317095,23400000 +48.43131003333334,9.9630942,20600000 +48.431313,9.96301085,25700000 +48.4312945,9.962934366666667,37300000 +48.431262,9.9628621,23900000 +48.431235400000006,9.9628035,24800000 +48.43121035,9.96273145,22800000 +48.43116075,9.96252235,29600000 +48.43114165,9.96239255,22000000 +48.43112273333333,9.962230233333331,19600000 +48.43109353333333,9.961896366666666,33800000 +48.43107765,9.96169845,25300000 +48.4310636,9.96153015,19000000 +48.4310367,9.96116655,28650000 +48.43102885,9.96070145,22900000 +48.4310309,9.9605307,26700000 +48.43103266666666,9.960313,23800000 +48.4310338,9.96009235,20700000 +48.43103349999999,9.959869966666666,20900000 +48.4310282,9.9596474,67000000 +48.43101786666667,9.959426866666668,24100000 +48.43100285,9.9592103,36000000 +48.43097903333334,9.958977966666668,17200000 +48.4309518,9.958771850000002,50600000 +48.4309206,9.9585718,24800000 +48.43088805,9.95837825,21200000 +48.43086105,9.95823005,26000000 +48.430854366666665,9.958194566666668,26000000 +48.430822,9.95802175,37000000 +48.43079193333333,9.957865666666669,37100000 +48.43076535,9.95772695,18800000 +48.43074765,9.95762995,24200000 +48.43074396666666,9.957609033333332,24200000 +48.43072785,9.95751595,39400000 +48.43071945,9.9574635,47000000 +48.430713233333336,9.957422433333331,65400000 +48.43071005,9.9574032,31500000 +48.4307095,9.9574015,65400000 +48.43070905,9.9574011,34700000 +48.430708466666665,9.9574014,20700000 +48.4307079,9.95740215,17100000 +48.4307074,9.95740315,18500000 +48.43070686666667,9.9574044,16500000 +48.4307065,9.95740595,18600000 +48.4307065,9.9574058,18600000 +48.4307065,9.95740595,18600000 +48.4307063,9.95740585,36000000 +48.4307058,9.957401966666666,24700000 +48.4307056,9.9573993,22800000 +48.4307052,9.957395133333334,47400000 +48.4307053,9.95739125,35500000 +48.430704950000006,9.9573867,19400000 +48.43070436666667,9.957382966666666,18300000 +48.4307036,9.9573809,69000000 +48.4307031,9.95737935,41800000 +48.430703050000005,9.95737805,24700000 +48.43070230000001,9.9573743,25200000 +48.4307008,9.957364,16500000 +48.4307002,9.95735905,16500000 +48.43069745,9.95733635,65400000 +48.43069365,9.95730505,59200000 +48.4306855,9.9572343,21900000 +48.4306818,9.95719985,17400000 +48.4306826,9.957208,17400000 +48.43067885,9.95717225,77000000 +48.43067885,9.95717225,77000000 +48.4306796,9.9571785,77000000 +48.4306745,9.95714405,27400000 +48.43065855,9.9571,58400000 +48.4305566,9.957046,64200000 +48.4279116,9.9568493,88300000 +48.427892150000005,9.95684335,88300000 +48.4278282,9.9568268,38100000 +48.42780725,9.95682385,38100000 +48.4277467,9.9568252,18800000 +48.42772835,9.95683205,18800000 +48.42766125,9.9568766,28800000 +48.4276763,9.9568612,28800000 +48.4276118,9.9569483,47300000 +48.42760256666666,9.956971266666669,47300000 +48.4276207,9.9569305,47300000 +48.4275706,9.9570766,39300000 +48.4275668,9.95710235,39300000 +48.4275547,9.9571954,31800000 +48.42755075,9.95723115,31800000 +48.4275408,9.9573272,28300000 +48.42753705,9.95736635,28300000 +48.4275195,9.9575388,52900000 +48.4275269,9.9574705,52900000 +48.42752324999999,9.95750425,52900000 +48.42750035,9.9577179,43000000 +48.4275044,9.9576805,43000000 +48.4274839,9.95787165,17800000 +48.42747946666666,9.957912266666668,17800000 +48.427488,9.9578319,17800000 +48.427459,9.9581008,27700000 +48.4274528,9.95815665,27700000 +48.4274334,9.9583272,29400000 +48.42742815,9.9583741,29400000 +48.42740385,9.9585868,21500000 +48.4274096,9.9585398,21500000 +48.427377500000006,9.95878635,34500000 +48.4273857,9.9587279,34500000 +48.4273566,9.9589382,32900000 +48.4273491,9.95899675,32900000 +48.42734236666666,9.959047433333334,32900000 +48.4273154,9.9592426,30800000 +48.42730865,9.95928945,30800000 +48.4272847,9.9594537,26900000 +48.4272768,9.95951235,26900000 +48.42724285,9.9597468,41900000 +48.4272517,9.9596883,41900000 +48.4272199,9.9598987,37500000 +48.4272107,9.9599571,37500000 +48.4271871,9.9601087,35000000 +48.4271779,9.9601672,35000000 +48.42715,9.9603421,27600000 +48.4271409,9.96040055,27600000 +48.42713303333333,9.960451166666664,27600000 +48.42708995,9.96071535,21400000 +48.42705595,9.96092515,20100000 +48.42701683333333,9.961158933333332,23400000 +48.42702465,9.9611121,23400000 +48.4270326,9.9610653,23400000 +48.4269841,9.9613465,29700000 +48.4269746,9.9614054,29700000 +48.4269486,9.9615582,31800000 +48.42694085,9.9616054,31800000 +48.426917,9.9617472,17800000 +48.4269091,9.9617948,17800000 +48.42690083333334,9.961842466666669,17800000 +48.42681636666666,9.962324566666666,69900000 +48.4268333,9.9622268,69900000 +48.42682485,9.9622756,69900000 +48.4267725,9.96257045,17300000 +48.4267813,9.962521,17300000 +48.42673,9.9628198,20100000 +48.4267385,9.96276975,20100000 +48.4266884,9.96307225,25300000 +48.426656,9.96327675,17400000 +48.426647300000006,9.9633276,17400000 +48.4266157,9.9635317,22500000 +48.42660775,9.963582550000002,22500000 +48.4265845,9.9637353,27000000 +48.42657735,9.9637865,27000000 +48.4265703,9.963837666666665,27000000 +48.4265357,9.96409385,25800000 +48.4265427,9.9640426,25800000 +48.4265094,9.96429815,22000000 +48.42650286666666,9.964348766666664,22000000 +48.4264761,9.9645509,23700000 +48.42646905,9.96460095,23700000 +48.4264413,9.9648005,24900000 +48.42643373333333,9.9648501,24900000 +48.42639755,9.9650985,25900000 +48.42636683333334,9.965347566666669,23800000 +48.426372150000006,9.96529735,23800000 +48.4263482,9.9655496,29700000 +48.42634525,9.965600899999998,29700000 +48.4263353,9.9657538,28700000 +48.426332,9.9658043,28700000 +48.42632896666667,9.965854466666668,28700000 +48.4263164,9.9660529,23900000 +48.4263143,9.9661017,23900000 +48.42631223333333,9.966141966666669,23900000 +48.4263038,9.9663172,27600000 +48.426301800000005,9.9663636,27600000 +48.42629506666666,9.9665608,31400000 +48.42629645,9.9665237,31400000 +48.42628615,9.96674195,26400000 +48.426283866666665,9.966783333333334,26400000 +48.4262697,9.96698415,30500000 +48.426252000000005,9.96713455,29600000 +48.426246166666665,9.967170833333334,29600000 +48.4255461,9.9693071,34400000 +48.4255444,9.969316,34400000 +48.4255427,9.969324066666664,34400000 +48.425534600000006,9.9693624,153000000 +48.4255362,9.969355,153000000 +48.425528400000005,9.9693912,22800000 +48.4255271,9.9693983,22800000 +48.4255271,9.9693983,22800000 +48.4255299,9.9693842,22800000 +48.42552165,9.9694357,95300000 +48.42552453333334,9.969490233333334,28000000 +48.42554415,9.96954995,43800000 +48.42558323333333,9.969598166666666,28800000 +48.4256362,9.9696379,24900000 +48.4261746,9.9698045,70600000 +48.426197650000006,9.9698078,70600000 +48.4262677,9.9698175,37400000 +48.42629155,9.9698202,37400000 +48.4263159,9.969822733333332,37400000 +48.427457233333335,9.969668433333332,145000000 +48.427434000000005,9.96967705,145000000 +48.4274106,9.9696857,145000000 +48.42801055,9.9694684,22100000 +48.4280354,9.9694609,22100000 +48.4281299,9.9694327,45700000 +48.4281578,9.96942455,45700000 +48.428263900000005,9.96939455,45800000 +48.4283596,9.96937135,76100000 +48.42848643333334,9.969348333333334,97700000 +48.4285928,9.9693346,124000000 +48.42861565,9.9693324,124000000 +48.4310722,9.96994475,26900000 +48.43114525,9.96998705,26000000 +48.43116303333333,9.9699973,26000000 +48.43125045,9.97004865,30800000 +48.4313343,9.970100733333332,19900000 +48.43141575,9.9701519,41800000 +48.43149616666667,9.9702018,46800000 +48.4316561,9.970295033333334,171000000 +48.43188735,9.97033635,133000000 +48.43194285,9.9703165,34600000 +48.431956033333336,9.9703084,34600000 +48.43201855,9.9702593,143000000 +48.43206813333334,9.970188833333332,150000000 +48.4321057,9.97010355,85800000 +48.43213183333333,9.970008733333332,20600000 +48.432151000000005,9.9699089,78300000 +48.432164666666665,9.969803133333334,66300000 +48.4321744,9.9696887,39900000 +48.4321843,9.969568633333331,31900000 +48.4321822,9.969593,31900000 +48.4321955,9.96944575,84500000 +48.43220993333333,9.969319966666667,48800000 +48.43222775,9.96919665,17400000 +48.43224735,9.96909275,58900000 +48.432276,9.968988466666667,29200000 +48.4323045,9.96890915,33100000 +48.43232445,9.9688641,22900000 +48.4323456,9.968821733333334,36100000 +48.4323653,9.9687752,24000000 +48.4323771,9.96871705,26000000 +48.4323735,9.9686406,23100000 +48.432354450000005,9.96855305,18600000 +48.43233935,9.96849075,18600000 +48.43232356666667,9.968398633333331,27800000 +48.4323121,9.9682989,29000000 +48.43230143333333,9.968192933333333,20000000 +48.43228755,9.9680776,21600000 +48.4322717,9.967954166666669,30000000 +48.4322512,9.9678276,19900000 +48.43222923333334,9.967699233333333,34700000 +48.4322069,9.96756915,31200000 +48.43218243333334,9.967439,40800000 +48.43215805,9.9673112,20700000 +48.4321369,9.96720255,41800000 +48.43210583333333,9.967057433333332,32800000 +48.43207755,9.9669324,23900000 +48.432054,9.96683245,27700000 +48.432048,9.9668071,27700000 +48.4320156,9.96667445,23400000 +48.43198835,9.96656765,31500000 +48.43195916666667,9.966441533333333,29400000 +48.4319277,9.9663137,22500000 +48.43190016666667,9.966197133333331,22400000 +48.4318763,9.9660989,25600000 +48.4318578,9.96602595,24400000 +48.43182673333333,9.965913633333336,24100000 +48.4317962,9.9658088,23800000 +48.43177105,9.96571875,36900000 +48.43174585,9.9656138,23900000 +48.43174103333333,9.965590633333331,23900000 +48.4317162,9.96547215,44400000 +48.43169155,9.96536495,34200000 +48.43166235,9.96524875,27100000 +48.43165506666666,9.965220033333331,27100000 +48.4316238,9.9650944,34200000 +48.431615,9.96505955,34200000 +48.43158195,9.96492695,23200000 +48.43154925,9.96479105,26000000 +48.43151535,9.9646455,28000000 +48.431480750000006,9.9644989,27000000 +48.4314535,9.9643879,27200000 +48.431446050000005,9.96435785,27200000 +48.4314203,9.9642528,22100000 +48.431411350000005,9.9642155,22100000 +48.43137655,9.9640685,23500000 +48.431385,9.9641051,23500000 +48.43134735,9.96393775,21500000 +48.43132,9.9637939,28000000 +48.4313001,9.96365875,28200000 +48.4312876,9.9635318,16200000 +48.4312791,9.96342565,28100000 +48.43127495,9.96332195,28100000 +48.4312795,9.9632328,22100000 +48.4312957,9.9631542,28100000 +48.43131365000001,9.963073649999998,33600000 +48.4313178,9.96298915,33600000 +48.4312956,9.96290655,31400000 +48.4312521,9.9628172,16200000 +48.43126015,9.96283225,16200000 +48.4312133,9.96273265,16300000 +48.43119355,9.9626533,22600000 +48.43117255,9.9625462,34200000 +48.4311556,9.9624458,27500000 +48.43115193333333,9.962420333333334,27500000 +48.4311363,9.9623024,29400000 +48.43113185,9.96226765,29400000 +48.43111665,9.9621323,33200000 +48.4311036,9.9619959,28100000 +48.4311064,9.9620269,28100000 +48.43109235,9.96186225,34300000 +48.43107703333333,9.961679033333334,22200000 +48.43107995,9.96171525,22200000 +48.431064,9.9615218,29700000 +48.4310612,9.9614875,29700000 +48.4310515,9.9613658,27200000 +48.43104855,9.9613305,27200000 +48.4310373,9.96117815,32900000 +48.43102945,9.9610121,31400000 +48.4310285,9.9608243,31200000 +48.43102906666667,9.9607833,31200000 +48.4310326,9.9605564,30000000 +48.4310317,9.9606049,30000000 +48.43103435,9.96039055,41900000 +48.4310344,9.9602523,28900000 +48.4310347,9.9602124,28900000 +48.43103515,9.96005275,32900000 +48.43103523333334,9.960012566666666,32900000 +48.4310348,9.9598307,24900000 +48.4310341,9.95979015,24900000 +48.4310311,9.9596679,25800000 +48.4310292,9.95961695,25800000 +48.4310201,9.95943295,28900000 +48.4310009,9.959183566666669,18100000 +48.4310052,9.95922795,18100000 +48.43097365,9.9589425,17000000 +48.4309803,9.9589932,17000000 +48.4309535,9.9587915,18900000 +48.4309479,9.9587517,18900000 +48.430921350000006,9.95857515,33200000 +48.430899,9.9584411,32300000 +48.4308928,9.9584042,32300000 +48.4308652,9.95825115,20300000 +48.430858066666666,9.958213933333331,20300000 +48.4308205,9.95801615,25400000 +48.430828,9.9580565,25400000 +48.4307911,9.9578582,27000000 +48.4307983,9.9578967,27000000 +48.4307701,9.9577444,24400000 +48.4307649,9.95771525,24400000 +48.4307475,9.9576168,45600000 +48.43074195,9.95758435,45600000 +48.4307264,9.9574905,55600000 +48.4307221,9.95746135,55600000 +48.43071,9.9573778,70600000 +48.4307067,9.9573534,70600000 +48.4306975,9.9572859,145000000 +48.4306953,9.9572678,145000000 +48.4306897,9.9572212,16900000 +48.4306883,9.95720995,16900000 +48.4306846,9.9571803,23200000 +48.4306839,9.95717275,23200000 +48.4306816,9.9571515,44000000 +48.43068095,9.9571446,44000000 +48.4306785,9.9571225,157000000 +48.43067635,9.95711235,157000000 +48.4306674,9.9570788,108000000 +48.43066145,9.9570674,108000000 +48.4306402,9.9570363,113000000 +48.43063015,9.95702915,113000000 +48.4305972,9.9570139,36900000 +48.43058535,9.9570124,36900000 +48.430547,9.9570105,34300000 +48.43053595,9.9570113,34300000 +48.4304949,9.9570175,139000000 +48.4304822,9.95702015,139000000 +48.428199750000005,9.95692495,128000000 +48.4281767,9.956918300000002,73600000 +48.42815755,9.9569127,22800000 +48.4281332,9.956906000000002,82400000 +48.4281077,9.95689875,26600000 +48.42807643333333,9.956890166666666,28500000 +48.4280436,9.95688145,38600000 +48.4280201,9.9568752,81400000 +48.4280149,9.956873766666666,81400000 +48.4279884,9.95686605,85800000 +48.42796846666667,9.956859766666666,47000000 +48.42795435,9.9568556,19900000 +48.4279481,9.9568537,30400000 +48.427946600000006,9.956853266666666,32900000 +48.4279456,9.9568529,41600000 +48.4279444,9.95685245,24700000 +48.427944,9.9568523,24700000 +48.42794205,9.9568517,35800000 +48.42794045,9.95685135,18700000 +48.42793953333333,9.956851133333332,25200000 +48.4279383,9.95685085,21800000 +48.4279369,9.9568506,22000000 +48.42793715,9.95685065,22000000 +48.42793555,9.95685025,32800000 +48.42793455,9.95685005,28000000 +48.42793365,9.9568498,30700000 +48.42793275,9.95684955,42800000 +48.4279319,9.95684925,45000000 +48.427931,9.956848966666668,38700000 +48.4279302,9.9568489,121000000 +48.42793005,9.9568489,121000000 +48.42792945,9.9568489,43100000 +48.4279288,9.95684875,53000000 +48.42792825,9.9568487,39600000 +48.42792775,9.9568487,27600000 +48.42792725,9.95684865,24400000 +48.427926850000006,9.95684855,80400000 +48.42792655,9.95684845,28400000 +48.4279262,9.9568484,36600000 +48.42792613333334,9.9568484,36600000 +48.42792575,9.9568484,46900000 +48.4279255,9.95684835,27700000 +48.4279252,9.95684825,34900000 +48.427924950000005,9.9568481,33600000 +48.427924700000005,9.956848133333333,43400000 +48.4279245,9.95684815,38700000 +48.4279243,9.9568482,48800000 +48.42792405,9.95684825,32400000 +48.4279241,9.9568482,32400000 +48.4279238,9.9568483,39800000 +48.4279237,9.95684835,39800000 +48.4279234,9.95684845,59200000 +48.42792315,9.9568485,36800000 +48.42792295,9.9568485,36900000 +48.4279227,9.9568485,31100000 +48.42792263333333,9.956848466666663,31100000 +48.4279223,9.95684835,26500000 +48.42792205000001,9.9568483,71400000 +48.4279218,9.9568483,24100000 +48.42792154999999,9.9568483,16900000 +48.42792125,9.9568484,26400000 +48.4279209,9.956848366666668,24800000 +48.4279207,9.9568484,50500000 +48.42792065,9.9568484,50500000 +48.4279206,9.9568484,21900000 +48.4279206,9.95684835,21900000 +48.4279205,9.9568483,26200000 +48.4279205,9.9568483,26200000 +48.4279204,9.9568483,46600000 +48.4279204,9.9568483,46600000 +48.4279204,9.95684815,48000000 +48.4279204,9.95684795,29700000 +48.4279203,9.9568476,30600000 +48.4279203,9.9568472,34200000 +48.4279202,9.9568469,39800000 +48.4279202,9.95684645,32700000 +48.4279201,9.9568459,28000000 +48.4279201,9.9568454,56500000 +48.4279201,9.9568449,38400000 +48.4279201,9.9568445,39800000 +48.4279201,9.956843933333332,38300000 +48.4279201,9.95684405,38300000 +48.4279201,9.95684325,36600000 +48.42792,9.9568428,45700000 +48.4279199,9.9568424,42200000 +48.42791975,9.956842,25200000 +48.42791965,9.9568417,29200000 +48.427919450000005,9.95684135,60700000 +48.42791925,9.95684105,34700000 +48.42791915,9.95684075,38700000 +48.427918950000006,9.95684055,26100000 +48.42791885,9.95684035,26400000 +48.42791883333333,9.956840333333334,26400000 +48.4279187,9.9568403,32700000 +48.42791855,9.9568403,42100000 +48.42791845,9.9568402,43700000 +48.42791835,9.9568401,37800000 +48.4279182,9.956840166666668,16200000 +48.427918250000005,9.95684015,16200000 +48.4279181,9.9568403,29900000 +48.42791805,9.9568403,29900000 +48.4279179,9.9568403,33100000 +48.4279179,9.9568403,33100000 +48.4279178,9.95684035,42700000 +48.4279177,9.95684035,41000000 +48.4279177,9.9568404,31000000 +48.4279177,9.956840333333334,25600000 +48.42791715,9.9568401,29100000 +48.427914400000006,9.9568394,44700000 +48.42789935,9.9568354,50000000 +48.42786456666666,9.956826766666666,45700000 +48.42787225,9.9568284,45700000 +48.42782805,9.9568203,44800000 +48.42780035,9.95681785,45900000 +48.42779433333333,9.9568177,45900000 +48.4277702,9.9568176,34100000 +48.4277661,9.9568178,34100000 +48.4277517,9.95681895,25400000 +48.42773913333334,9.956820633333336,18600000 +48.4277303,9.95682215,33800000 +48.4277216,9.9568239,23800000 +48.4277055,9.9568282,23500000 +48.42767725,9.9568431,28900000 +48.4276687,9.956851066666667,28900000 +48.4276361,9.9568894,32900000 +48.427629,9.9569031,32900000 +48.4276007,9.95697615,25600000 +48.4275837,9.9570604,26800000 +48.4275802,9.957084133333334,26800000 +48.42756335,9.957211,31100000 +48.42754706666667,9.957359233333332,24700000 +48.4275505,9.9573278,24700000 +48.4275303,9.95752455,26100000 +48.42751263333334,9.957706733333334,32700000 +48.42751615,9.957669200000002,32700000 +48.4274931,9.9579166,32600000 +48.42747525,9.95808715,28000000 +48.4274535,9.9582803,33800000 +48.4274476,9.958329133333336,33800000 +48.4274192,9.958566950000002,30500000 +48.4273942,9.95875825,28700000 +48.427387933333335,9.958807333333333,28700000 +48.42735515,9.9590555,21800000 +48.427319966666666,9.959310433333334,20800000 +48.4273271,9.9592593,20800000 +48.42728445,9.95956635,26200000 +48.42724873333333,9.9598231,23100000 +48.4272199,9.9600293,61700000 +48.4272118,9.960081,61700000 +48.4271787,9.96028795,26900000 +48.4271704,9.96034,26900000 +48.4271279,9.96060105,40600000 +48.42708795,9.9608366,25600000 +48.4270522,9.96104655,35000000 +48.427043733333335,9.961099166666664,35000000 +48.4269971,9.96137515,24600000 +48.427008,9.9613094,24600000 +48.4269593,9.9615983,22800000 +48.42695016666666,9.9616506,22800000 +48.4269127,9.9618591,24300000 +48.426903800000005,9.9619112,24300000 +48.426868,9.9621204,24800000 +48.4268593,9.9621729,24800000 +48.426785,9.9625927,51300000 +48.426776200000006,9.9626457,51300000 +48.42676740000001,9.962698866666663,51300000 +48.4267315,9.9629114,24700000 +48.4267223,9.96296485,24700000 +48.42667793333334,9.963233233333334,19800000 +48.42668665,9.9631796,19800000 +48.4266954,9.9631259,19800000 +48.4266445,9.9634467,18800000 +48.42663675,9.9634999,18800000 +48.4266129,9.9636588,32400000 +48.42660495,9.96371155,32400000 +48.4265971,9.9637643,32400000 +48.4265666,9.9639758,18300000 +48.4265595,9.9640285,18300000 +48.4265391,9.9641869,24000000 +48.4265322,9.96423965,24000000 +48.42652536666666,9.9642926,24000000 +48.4264912,9.9645574,28200000 +48.4264979,9.9645043,28200000 +48.4264642,9.96476965,25400000 +48.4264711,9.9647165,25400000 +48.4264574,9.964822933333334,25400000 +48.4264295,9.9650357,25800000 +48.4264227,9.965089,25800000 +48.4264053,9.965222,18600000 +48.4263992,9.9652753,18600000 +48.42639416666666,9.965319666666666,18600000 +48.4263739,9.9655144,23500000 +48.4263694,9.9655671,23500000 +48.42636556666667,9.965610833333336,23500000 +48.42634553333334,9.965879933333332,25500000 +48.426352,9.9657768,25500000 +48.426348700000005,9.9658285,25500000 +48.4263317,9.96613335,26000000 +48.4263342,9.9660839,26000000 +48.4263245,9.9662798,33900000 +48.42632285,9.96632725,33900000 +48.4263212,9.966373866666666,33900000 +48.4263153,9.966558,29100000 +48.42631425,9.9666024,29100000 +48.426303966666666,9.966819633333332,36700000 +48.4263096,9.9667343,36700000 +48.426307,9.9667773,36700000 +48.426284550000005,9.96702615,30900000 +48.4262893,9.9669859,30900000 +48.42625443333333,9.9672237,35400000 +48.426268,9.9671459,35400000 +48.42626165,9.9671852,35400000 +48.4262232,9.9673738,43900000 +48.42621335,9.96740895,43900000 +48.4269631,9.9698013,67600000 +48.426992000000006,9.969795533333334,67600000 +48.42713755,9.9697639,83500000 +48.4274225,9.9696792,123000000 +48.42745315,9.96966745,123000000 +48.4280461,9.9694509,47000000 +48.4280772,9.969442033333332,47000000 +48.42823255,9.96939935,29300000 +48.428355100000005,9.96936845,40000000 +48.4283246,9.9693755,40000000 +48.42849215,9.96934115,82700000 +48.42852249999999,9.9693367,82700000 +48.43193525,9.970317,134400000 +48.43204475,9.9702289,140000000 +48.432084233333335,9.970163,157500000 +48.4321146,9.9700876,79800000 +48.43213433333333,9.9700043,30600000 +48.43214875,9.9699174,36900000 +48.43216073333334,9.969826333333332,122000000 +48.43217175,9.96973045,51200000 +48.4321826,9.969629233333334,19600000 +48.43219305,9.9695231,35100000 +48.43220423333333,9.969411033333332,39600000 +48.432216800000006,9.96929695,64600000 +48.43223236666666,9.969185933333334,69600000 +48.4322511,9.96908185,70400000 +48.4322701,9.9690084,25400000 +48.43227526666666,9.9689914,25400000 +48.4323023,9.96891135,19600000 +48.4323302,9.968850033333334,32100000 +48.4323517,9.96881095,21000000 +48.43236086666667,9.968796133333331,35000000 +48.43236285,9.9687923,20000000 +48.43236533333334,9.968789366666668,16600000 +48.432374300000006,9.968774450000002,27000000 +48.432385366666665,9.968741133333332,27300000 +48.43238785,9.96869145,35700000 +48.43237463333333,9.968628233333332,28200000 +48.4323546,9.968558,24900000 +48.4323333,9.9684801,36800000 +48.4323173,9.96839275,22600000 +48.43230689999999,9.968294666666669,22900000 +48.43229745,9.9681913,29100000 +48.4322876,9.968091766666667,19600000 +48.4322785,9.96799865,31400000 +48.43226906666666,9.9679215,21300000 +48.4322597,9.96785405,27400000 +48.43225,9.967793433333334,28200000 +48.43223875,9.9677267,30800000 +48.432223,9.967642966666666,18000000 +48.43220525,9.96755005,17500000 +48.432187266666666,9.967451033333331,32900000 +48.43216815,9.9673471,23200000 +48.43214836666667,9.967238066666669,23200000 +48.43212895,9.9671289,24800000 +48.43211085,9.96704615,22900000 +48.43210633333334,9.967025766666666,22900000 +48.4320821,9.9669251,17800000 +48.43206245,9.96684505,27900000 +48.43205786666667,9.9668251,27900000 +48.4320329,9.9667221,17500000 +48.43200433333334,9.9666154,46000000 +48.43197855,9.9665116,22700000 +48.43195373333334,9.966408433333331,31200000 +48.431923833333336,9.966293066666667,29600000 +48.4318977,9.9661961,37700000 +48.43187173333334,9.966098766666668,27900000 +48.4318511,9.9660235,27600000 +48.4318459,9.9660049,27600000 +48.4318253,9.9659313,17900000 +48.4318204,9.965912966666666,17900000 +48.4317959,9.96582105,19200000 +48.4317759,9.96574615,26300000 +48.43177083333333,9.9657271,26300000 +48.43174605,9.965629450000002,43500000 +48.4317221,9.965524299999998,33900000 +48.43172715,9.9655465,33900000 +48.4316954,9.96540795,24800000 +48.43167115,9.96531215,20800000 +48.4316651,9.9652885,20800000 +48.4316343,9.965169,38900000 +48.4316092,9.9650702,21500000 +48.43160286666667,9.965045033333332,21500000 +48.4315781,9.9649429,23500000 +48.43157185,9.96491675,23500000 +48.4315465,9.96481035,27900000 +48.431540000000005,9.964783566666666,27900000 +48.4315066,9.96464945,23200000 +48.4315133,9.9646763,23200000 +48.4314795,9.96454105,26900000 +48.43147269999999,9.964513533333331,26900000 +48.4314389,9.9643759,32900000 +48.431407033333336,9.964240466666666,21100000 +48.4313531,9.9640012,31600000 +48.4313531,9.9640012,25950000 +48.43134753333333,9.963974833333332,25950000 +48.4313046,9.96373965,23800000 +48.43130143333334,9.9637148,23800000 +48.43128775,9.9635932,27300000 +48.4312779,9.963475700000002,24700000 +48.43127965,9.9634987,24700000 +48.4312703,9.9633631,24100000 +48.4312712,9.9632787,19400000 +48.43127383333333,9.9632591,19400000 +48.4312892,9.9631735,25500000 +48.431293,9.9631557,25500000 +48.431306,9.9630849,28400000 +48.43130955,9.9630152,26700000 +48.43130773333333,9.962998466666669,26700000 +48.4312915,9.9629196,43400000 +48.4312584,9.962843833333332,36600000 +48.43126615,9.96285965,36600000 +48.43122305,9.9627647,28200000 +48.4312293,9.9627813,28200000 +48.4312,9.96269165,32400000 +48.43119480000001,9.962671,32400000 +48.4311742,9.9625845,31500000 +48.4311694,9.96256075,31500000 +48.4311518,9.9624597,22300000 +48.4311478,9.962432266666667,22300000 +48.4311295,9.96229035,26800000 +48.4311165,9.96216855,22900000 +48.4311137,9.962136666666668,22900000 +48.4311028,9.9620062,43100000 +48.43110025,9.9619719,43100000 +48.431089150000005,9.9618317,20500000 +48.43108623333334,9.961795466666668,20500000 +48.4310741,9.9616489,23000000 +48.4310708,9.96161115,23000000 +48.4310582,9.96145705,26200000 +48.4310552,9.961417333333332,26200000 +48.4310435,9.9612566,25100000 +48.43104095,9.9612151,25100000 +48.43103285,9.96104645,21000000 +48.43103173333333,9.9610033,21000000 +48.43102785,9.9607847,21800000 +48.4310284,9.960829,21800000 +48.431027400000005,9.96060635,18600000 +48.4310281,9.960561533333331,18600000 +48.4310307,9.9603815,21400000 +48.431031,9.9603362,21400000 +48.4310325,9.9602001,16700000 +48.4310326,9.96015465,16700000 +48.43103266666666,9.960109066666666,16700000 +48.4310324,9.9599262,20100000 +48.4310316,9.95988025,20100000 +48.43102655,9.9596962,30900000 +48.43102486666667,9.9596503,30900000 +48.43101245,9.95939675,29900000 +48.4310153,9.9594428,29900000 +48.4309952,9.95917925,40500000 +48.4310006,9.9592363,40500000 +48.4309725,9.9589639,27700000 +48.4309779,9.9590088,27700000 +48.4309464,9.958764,78200000 +48.4309526,9.9588077,78200000 +48.430925,9.9586129,43000000 +48.430916800000006,9.95856065,43000000 +48.4308925,9.9584062,23600000 +48.4308841,9.95835665,23600000 +48.4308576,9.9582099,46000000 +48.4308484,9.95816265,46000000 +48.43080833333334,9.957953533333333,23800000 +48.430815,9.95798855,23800000 +48.4308217,9.9580241,23800000 +48.4307796,9.9577999,23100000 +48.430772700000006,9.95776065,23100000 +48.4307532,9.9576479,32800000 +48.4307475,9.95761395,32800000 +48.4307317,9.9575165,26300000 +48.4307271,9.95748725,26300000 +48.43071085,9.9573806,53500000 +48.4307144,9.957405,53500000 +48.4307011,9.9573122,26300000 +48.43069845,9.9572925,26300000 +48.4306914,9.9572377,79000000 +48.43068945,9.95722305,79000000 +48.430684,9.957184,71000000 +48.4306824,9.9571743,71000000 +48.4306783,9.9571502,23000000 +48.43067755,9.9571458,23000000 +48.4306747,9.9571296,158000000 +48.4306732,9.9571228,158000000 +48.4306623,9.95708755,148000000 +48.4306666,9.9570991,148000000 +48.42809323333333,9.9568941,29000000 +48.4281008,9.956896,29000000 +48.42805835,9.956885,52200000 +48.428029900000006,9.9568775,46400000 +48.4280351,9.95687895,46400000 +48.4280051,9.95687045,95700000 +48.4279838,9.95686495,45900000 +48.42797746666667,9.956863266666666,45900000 +48.4279509,9.9568562,37400000 +48.4279443,9.9568544,37400000 +48.42791925,9.95684755,28000000 +48.42791350000001,9.956846033333331,28000000 +48.42788845,9.9568397,39000000 +48.4278925,9.9568407,39000000 +48.4278746,9.9568364,30000000 +48.42787186666667,9.9568358,30000000 +48.42786155,9.95683365,26700000 +48.42785925,9.9568329,41400000 +48.427859266666665,9.9568328,41400000 +48.427859350000006,9.9568324,38100000 +48.4278595,9.95683235,30400000 +48.42785956666666,9.9568324,30400000 +48.42785985,9.9568325,27800000 +48.42786005,9.95683265,27800000 +48.4278601,9.956832733333334,27800000 +48.4278603,9.9568329,31500000 +48.4278604,9.9568329,31500000 +48.42786075,9.9568329,32200000 +48.4278608,9.956832933333333,32200000 +48.427861,9.956833,23300000 +48.427861,9.95683305,23300000 +48.427861,9.9568333,26600000 +48.42786105,9.95683335,26600000 +48.42786115,9.95683365,23700000 +48.4278612,9.9568337,23700000 +48.4278614,9.9568339,33700000 +48.42786145,9.95683395,33700000 +48.427861766666666,9.956834333333331,20900000 +48.4278621,9.95683485,34700000 +48.427862450000006,9.9568351,31900000 +48.4278625,9.956835233333337,153000000 +48.42786165,9.95683525,45800000 +48.42785763333333,9.956834733333332,56600000 +48.42785955,9.95683505,56600000 +48.42784235,9.95683205,23400000 +48.42781456666668,9.956829733333334,19900000 +48.42778645,9.95683145,41400000 +48.42777835,9.95683285,28500000 +48.42777813333333,9.956832733333334,28500000 +48.4277774,9.95683205,36200000 +48.42777666666667,9.956831133333331,17300000 +48.427776,9.9568305,33200000 +48.4277763,9.9568301,29400000 +48.42778,9.9568289,30000000 +48.427782233333325,9.956828366666665,48100000 +48.42778685,9.95682775,31900000 +48.42779603333333,9.956826333333334,25900000 +48.4278056,9.9568249,36900000 +48.4278075,9.9568247,36900000 +48.4278133,9.956824,70800000 +48.4278155,9.9568237,70800000 +48.42781736666666,9.956823533333331,70800000 +48.42782615,9.95682335,24100000 +48.4278244,9.9568232,24100000 +48.42783433333333,9.9568242,24900000 +48.4278329,9.9568239,24900000 +48.4278395,9.9568253,29600000 +48.42784045,9.9568255,29600000 +48.42784435,9.95682615,26200000 +48.427845133333335,9.956826233333333,26200000 +48.427848,9.95682645,30000000 +48.42784845,9.95682605,25500000 +48.42784853333333,9.956825966666669,25500000 +48.4278489,9.95682555,51100000 +48.427849233333326,9.956825833333331,23700000 +48.4278492,9.9568258,23700000 +48.42784945,9.95682595,44500000 +48.42784963333333,9.956825966666663,32200000 +48.4278496,9.956826,32200000 +48.42784975,9.9568258,24100000 +48.4278497,9.9568258,24100000 +48.4278499,9.95682565,63300000 +48.42785,9.95682545,42200000 +48.42785,9.956825433333334,42200000 +48.42785005,9.95682535,25200000 +48.4278501,9.9568253,27900000 +48.4278501,9.9568253,27900000 +48.42785013333333,9.9568253,27900000 +48.42785035,9.9568253,31000000 +48.4278503,9.9568253,31000000 +48.42785055,9.9568252,30600000 +48.4278506,9.9568252,30600000 +48.4278509,9.9568252,33400000 +48.427851,9.9568252,33400000 +48.4278513,9.9568253,28000000 +48.4278514,9.956825333333333,28000000 +48.4278517,9.9568255,30500000 +48.42785175,9.95682555,30500000 +48.42785196666667,9.9568256,42300000 +48.42785195,9.9568256,42300000 +48.4278521,9.9568256,34000000 +48.42785215,9.9568256,34000000 +48.4278522,9.9568256,43700000 +48.42785225,9.9568256,43700000 +48.427852300000005,9.956825566666668,43700000 +48.4278524,9.9568255,168000000 +48.42785245,9.95682545,168000000 +48.4278526,9.9568253,47100000 +48.42785263333334,9.956825266666668,47100000 +48.4278528,9.9568251,37600000 +48.4278528,9.9568251,37600000 +48.42785293333333,9.956825133333334,51800000 +48.4278529,9.9568251,51800000 +48.427853,9.9568252,24300000 +48.427853,9.9568252,40200000 +48.427853,9.9568252,40200000 +48.427853,9.956825233333332,40200000 +48.4278531,9.9568253,26800000 +48.4278531,9.95682535,26800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568254,23800000 +48.4278531,9.9568255,38100000 +48.4278531,9.9568255,38100000 +48.4278531,9.956825633333333,35500000 +48.4278531,9.9568256,35500000 +48.4278531,9.9568256,35500000 +48.42785305,9.95682575,18100000 +48.4278531,9.956825966666663,27900000 +48.4278531,9.95682595,27900000 +48.4278531,9.9568261,23200000 +48.4278531,9.9568261,23200000 +48.4278531,9.95682625,30000000 +48.42785306666667,9.956826266666663,30000000 +48.427853,9.9568264,34900000 +48.427853,9.9568264,34900000 +48.4278529,9.9568265,29000000 +48.4278529,9.95682655,29000000 +48.4278529,9.9568266,29000000 +48.42785285,9.95682685,27800000 +48.4278528,9.9568271,20800000 +48.427852650000005,9.9568274,21400000 +48.4278526,9.956827466666669,21400000 +48.4278524,9.9568277,28200000 +48.42785235,9.95682775,28200000 +48.4278522,9.9568279,39000000 +48.42785215,9.956828,39000000 +48.4278519,9.9568281,30600000 +48.4278518,9.95682815,30600000 +48.42785155,9.95682835,41100000 +48.4278516,9.9568283,41100000 +48.42785115,9.95682835,35900000 +48.42785093333333,9.9568283,35900000 +48.4278488,9.9568278,29500000 +48.42784705,9.9568274,29500000 +48.427839,9.9568255,49100000 +48.42783565,9.95682475,49100000 +48.4278242,9.9568225,36600000 +48.42781825,9.95682175,36600000 +48.4278021,9.95682,28000000 +48.42779585,9.9568199,28000000 +48.42776560000001,9.956821533333333,16700000 +48.4277378,9.9568253,20700000 +48.4277213,9.9568286,146000000 +48.427716700000005,9.95682955,146000000 +48.4277027,9.9568332,29300000 +48.42769685,9.9568356,29300000 +48.4276807,9.956844,33900000 +48.427674550000006,9.95684875,33900000 +48.42766796666667,9.956855166666664,33900000 +48.4276389,9.9568948,31600000 +48.42763335,9.9569082,31600000 +48.4276138,9.95697355,45100000 +48.4276182,9.9569521,45100000 +48.427596666666666,9.957080033333334,22800000 +48.4276033,9.9570312,22800000 +48.427599650000005,9.9570569,22800000 +48.4275859,9.9571729,24100000 +48.4275831,9.95720435,24100000 +48.4275737,9.9573042,29300000 +48.42757005,9.9573418,29300000 +48.427558,9.95746,38700000 +48.4275546,9.9574944,38700000 +48.4275402,9.9576374,31700000 +48.4275364,9.9576755,31700000 +48.4275189,9.957851,27400000 +48.427513450000006,9.95790225,27400000 +48.427494800000005,9.95807785,22400000 +48.4274993,9.9580363,22400000 +48.4274805,9.9582034,29800000 +48.4274752,9.9582456,29800000 +48.42746973333334,9.958287933333336,29800000 +48.4274445,9.958479,19900000 +48.42743795,9.95852185,19900000 +48.4274165,9.958651,36700000 +48.4274091,9.95869545,36700000 +48.4273783,9.9588747,22700000 +48.42737126666666,9.958920033333332,22700000 +48.4273354,9.95917145,25100000 +48.4273417,9.9591252,25100000 +48.4273066,9.95936965,22900000 +48.42727515,9.95958385,45400000 +48.42726763333334,9.9596364,45400000 +48.4272838,9.9595237,45400000 +48.4272374,9.9598394,42400000 +48.42723015,9.95988895,42400000 +48.4272087,9.9600385,27000000 +48.4272009,9.9600886,27000000 +48.42719306666667,9.960138966666667,27000000 +48.427157,9.9603663,21700000 +48.42714865,9.9604171,21700000 +48.4271083,9.9606587,23400000 +48.4271192,9.960595,23400000 +48.427076,9.9608501,25400000 +48.4270681,9.9609013,25400000 +48.4270428,9.9610546,29100000 +48.42703475,9.96110585,29100000 +48.4270063,9.9612851,34700000 +48.42699535,9.96134905,34700000 +48.42698603333333,9.961404666666668,34700000 +48.4269504,9.9616187,40000000 +48.42694135,9.96166995,40000000 +48.4269145,9.9618242,17800000 +48.4269035,9.96188865,17800000 +48.4268694,9.9620816,71900000 +48.4268581,9.9621458,71900000 +48.4267311,9.96289585,24200000 +48.426722833333336,9.9629464,24200000 +48.4266826,9.963198899999998,69900000 +48.42665185,9.96340065,20000000 +48.426644366666665,9.9634512,20000000 +48.4266144,9.9636539,32900000 +48.4266076,9.963705,32900000 +48.426580900000005,9.9639091,28700000 +48.4265741,9.9639601,28700000 +48.42654015,9.9642157,43300000 +48.4265067,9.964472766666669,20000000 +48.4265132,9.96442085,20000000 +48.4264743,9.9647327,35100000 +48.4264459,9.9649408,20300000 +48.426438733333335,9.9649929,20300000 +48.4264046,9.96525465,30600000 +48.4263816,9.96546725,33300000 +48.426376866666665,9.9655209,33300000 +48.4263571,9.96577635,41800000 +48.4263598,9.965736,41800000 +48.42634236666667,9.9660219,37700000 +48.4263302,9.966295,31800000 +48.42633225,9.966243,31800000 +48.42632030000001,9.966568866666668,35300000 +48.42631255,9.96677505,40500000 +48.426309333333336,9.966822133333332,40500000 +48.42628925,9.96704875,29300000 +48.42626455,9.9672208,97900000 +48.4262317,9.96737205,63500000 +48.42622203333334,9.967404966666663,63500000 +48.4261682,9.96756645,148000000 +48.42566465,9.9696524,31700000 +48.425721,9.9696786,40300000 +48.42573913333333,9.969685666666669,40300000 +48.4262734,9.9698161,110000000 +48.42636725,9.9698258,26300000 +48.42697616666667,9.969798366666666,140350000 +48.4271045,9.9697749,147000000 +48.4280709,9.969443633333334,49000000 +48.4280142,9.9694611,49000000 +48.4280425,9.96945215,49000000 +48.4281848,9.9694103,97800000 +48.42821355,9.96940255,97800000 +48.42821355,9.96940255,97800000 +48.42835766666666,9.9693662,114000000 +48.42850295,9.9693385,108000000 +48.43104675,9.96992235,38000000 +48.4310245,9.969909,38000000 +48.43115543333334,9.9699877,40600000 +48.4311126,9.969962,40600000 +48.43113415,9.9699749,40600000 +48.4312385,9.9700378,33100000 +48.43125815,9.9700497,33100000 +48.4313151,9.970085,25100000 +48.4313331,9.97009635,25100000 +48.43135053333334,9.970107366666666,25100000 +48.4314187,9.9701507,20900000 +48.431435,9.9701612,20900000 +48.4314989,9.9702015,154000000 +48.43151436666667,9.970211033333332,154000000 +48.43159085,9.970258,144000000 +48.4315759,9.9702489,144000000 +48.4316357,9.9702844,166000000 +48.4316506,9.97029245,166000000 +48.43166539999999,9.970299933333337,166000000 +48.43181473333333,9.970342066666666,126000000 +48.43180015,9.9703417,126000000 +48.43194315,9.9703221,57200000 +48.4319296,9.9703275,57200000 +48.43195626666667,9.970315533333334,57200000 +48.4320614,9.97022195,155000000 +48.432070366666665,9.970206033333334,155000000 +48.4321492,9.9699521,30900000 +48.43215255,9.96993095,30900000 +48.43216683333333,9.969821733333331,22100000 +48.43216435,9.9698443,22100000 +48.4321617,9.9698664,22100000 +48.4321763,9.9697294,78400000 +48.43217855,9.9697058,78400000 +48.4321854,9.9696345,30700000 +48.43218745,9.96961065,30700000 +48.4321896,9.969586766666666,30700000 +48.4321983,9.969491,102000000 +48.432200550000005,9.9694672,102000000 +48.43221423333333,9.969347533333334,42700000 +48.43221125,9.96937125,42700000 +48.4322083,9.9693953,42700000 +48.4322265,9.9692535,37400000 +48.4322301,9.96923085,37400000 +48.432249266666666,9.969121033333332,19000000 +48.4322667,9.9690405,36400000 +48.4322716,9.9690223,36400000 +48.4322873,9.9689704,30700000 +48.43229455,9.9689506,30700000 +48.4323136,9.9689018,18000000 +48.43231985,9.9688886,18000000 +48.4323259,9.968876333333332,18000000 +48.4323557,9.96881905,34700000 +48.4323501,9.9688297,34700000 +48.4323754,9.96877665,20800000 +48.4323783,9.968765666666664,20800000 +48.4323866,9.9687218,16800000 +48.43238665,9.9687105,16800000 +48.4323856,9.9686763,30800000 +48.4323841,9.9686643,30800000 +48.43238226666667,9.9686518,30800000 +48.4323737,9.9686025,27500000 +48.4323706,9.96858985,27500000 +48.43235426666666,9.9685261,26100000 +48.4323608,9.9685518,26100000 +48.43235765,9.96853905,26100000 +48.43233705,9.9684581,40900000 +48.4323408,9.9684724,40900000 +48.4323265,9.968415,21000000 +48.4323234,9.96839995,21000000 +48.432320633333326,9.968384333333333,21000000 +48.4323108,9.9683109,24700000 +48.43231,9.968293,24700000 +48.4323053,9.968199666666663,38400000 +48.4323075,9.9682377,38400000 +48.4323067,9.96821885,38400000 +48.4322971,9.96810345,17100000 +48.4322993,9.9681227,17100000 +48.4322888,9.9680456,17700000 +48.4322856,9.9680266,17700000 +48.43228243333333,9.968007566666666,17700000 +48.4322695,9.9679318,19900000 +48.43226655,9.9679143,19900000 +48.432253133333326,9.9678329,28000000 +48.4322576,9.9678626,28000000 +48.43225535,9.9678473,28000000 +48.43224385,9.9677715,24900000 +48.4322449,9.9677805,24900000 +48.43224116666666,9.967737966666666,21800000 +48.4322416,9.9677483,21800000 +48.4322414,9.9677433,21800000 +48.4322408,9.9677163,19900000 +48.4322411,9.967711,19900000 +48.4322429,9.9676966,19800000 +48.4322439,9.9676923,19800000 +48.43224503333334,9.967688633333331,19800000 +48.4322509,9.9676739,24100000 +48.4322526,9.9676713,24100000 +48.4322577,9.9676646,32400000 +48.43225945,9.96766275,32400000 +48.4322694,9.967654266666663,17800000 +48.4322672,9.9676558,17800000 +48.4322651,9.9676573,17800000 +48.4322792,9.9676475,20700000 +48.43228225,9.96764495,20700000 +48.4322907,9.9676367,20100000 +48.43229325,9.9676334,20100000 +48.43229566666667,9.967629733333334,20100000 +48.4323042,9.9676141,19600000 +48.43230555,9.9676096,19600000 +48.432309833333335,9.967584466666668,18400000 +48.4323089,9.9675953,18400000 +48.4323095,9.96759015,18400000 +48.4323106,9.9675606,34400000 +48.43231,9.9675537,34400000 +48.4323081,9.9675315,20100000 +48.432307300000005,9.96752405,20100000 +48.43230653333334,9.9675166,20100000 +48.4323036,9.967486,16700000 +48.43230295,9.9674785,16700000 +48.4323003,9.96744705,17500000 +48.43229973333333,9.967440233333331,17500000 +48.43229715,9.9674108,17700000 +48.432294766666665,9.967388066666668,22100000 +48.43229565,9.9673927,22100000 +48.4322963,9.9673975,22100000 +48.4322901,9.9673706,24700000 +48.43228845,9.9673669,24700000 +48.4322832,9.967357,22800000 +48.4322811,9.96735415,22800000 +48.432279066666666,9.967351833333334,22800000 +48.4322706,9.9673438,32900000 +48.43226885,9.96734285,32900000 +48.4322634,9.96734,28900000 +48.4322616,9.9673392,28900000 +48.4322598,9.967338633333332,28900000 +48.4322527,9.9673365,17900000 +48.4322534,9.9673369,17900000 +48.4322518,9.9673355,41700000 +48.4322519,9.96733505,41700000 +48.4322516,9.9673338,29800000 +48.4322515,9.96733345,29800000 +48.43225143333333,9.967333466666666,29800000 +48.4322511,9.9673334,17500000 +48.4322509,9.96733345,17500000 +48.4322508,9.9673333,22300000 +48.4322507,9.9673332,22300000 +48.432252950000006,9.96733275,34600000 +48.4322548,9.967332,19600000 +48.43225493333333,9.967331800000002,19600000 +48.4322552,9.9673312,20300000 +48.4322552,9.9673312,20300000 +48.4322553,9.9673311,27200000 +48.432255350000005,9.9673312,27200000 +48.43225543333333,9.967331333333334,27200000 +48.4322558,9.967332,28800000 +48.4322559,9.96733225,28800000 +48.4322558,9.96733315,28900000 +48.43225533333333,9.9673333,28900000 +48.4322537,9.967334,19200000 +48.43225339999999,9.9673342,19200000 +48.432252733333335,9.967335033333333,31100000 +48.43225255,9.96733495,31100000 +48.4322533,9.9673355,22000000 +48.4322535,9.9673356,22000000 +48.4322538,9.967336,29900000 +48.43225395,9.96733625,29900000 +48.4322541,9.967336433333331,29900000 +48.4322546,9.9673371,32600000 +48.4322547,9.9673372,32600000 +48.4322552,9.9673375,22300000 +48.4322554,9.96733755,22300000 +48.43225566666666,9.9673376,22300000 +48.4322568,9.9673377,23500000 +48.43225715,9.96733775,23500000 +48.4322584,9.9673379,23900000 +48.43225855,9.96733785,23900000 +48.4322585,9.967337833333334,23900000 +48.43225855,9.96733795,30800000 +48.4322585,9.9673379,30800000 +48.4322585,9.9673382,19500000 +48.432258450000006,9.9673383,19500000 +48.43225846666667,9.967338366666668,19500000 +48.4322583,9.9673386,26000000 +48.43225825,9.9673386,26000000 +48.43225815,9.96733875,22500000 +48.432258133333335,9.967338833333336,22500000 +48.4322581,9.9673391,34500000 +48.4322581,9.9673392,34500000 +48.432258,9.9673394,23200000 +48.432258,9.96733945,23200000 +48.43225796666667,9.9673395,23200000 +48.4322581,9.9673398,33800000 +48.4322581,9.9673399,33800000 +48.4322583,9.96734015,24900000 +48.432258366666666,9.967340233333331,24900000 +48.4322582,9.9673401,24900000 +48.4322588,9.9673404,20000000 +48.432258950000005,9.96734045,20000000 +48.4322594,9.9673405,28000000 +48.4322595,9.96734045,28000000 +48.4322596,9.9673404,28000000 +48.43226,9.9673403,20600000 +48.4322601,9.96734025,20600000 +48.4322604,9.96734,34400000 +48.43226055,9.96734,34400000 +48.43226066666667,9.967339933333331,34400000 +48.4322613,9.9673398,35100000 +48.4322612,9.9673398,35100000 +48.4322722,9.9673577,23600000 +48.43227225,9.967358,18900000 +48.43227243333334,9.967358333333332,25300000 +48.43227255,9.9673587,27000000 +48.4322727,9.967359,22000000 +48.4322725,9.9673595,18900000 +48.43227265,9.9673597,25700000 +48.432272600000005,9.967359766666666,25700000 +48.432272350000005,9.96736025,32800000 +48.4322725,9.967360266666663,24300000 +48.4322725,9.96736025,24300000 +48.4322726,9.9673604,40600000 +48.4322726,9.96736045,40600000 +48.43227275,9.96736045,31400000 +48.4322728,9.96736055,27500000 +48.432272833333336,9.9673606,27500000 +48.432273050000006,9.9673607,28100000 +48.4322732,9.967360566666663,20800000 +48.4322733,9.9673604,42700000 +48.4322733,9.9673601,29000000 +48.4322734,9.96735975,28300000 +48.43227340000001,9.967359566666667,28700000 +48.43227345,9.9673596,26600000 +48.4322736,9.967359733333334,34000000 +48.432273550000005,9.9673597,16000000 +48.4322735,9.9673596,17800000 +48.4322735,9.967359566666667,17800000 +48.43227345,9.96735955,22700000 +48.4322734,9.9673597,30900000 +48.43227340000001,9.9673597,30900000 +48.4322734,9.9673595,31300000 +48.43227325,9.9673594,23900000 +48.43227295,9.96735965,25000000 +48.432272866666665,9.967359666666663,25000000 +48.4322727,9.9673598,26800000 +48.43227265,9.96735975,26800000 +48.43227285,9.9673597,17400000 +48.432272833333336,9.967359666666669,17400000 +48.43227265,9.96735965,22700000 +48.43227255,9.9673596,19800000 +48.4322725,9.967359566666667,19800000 +48.432272350000005,9.96735945,23500000 +48.43227225,9.9673594,36900000 +48.43227223333333,9.967359366666663,36900000 +48.4322721,9.96735925,21000000 +48.43227205,9.96735915,22000000 +48.43227185000001,9.9673591,35000000 +48.43227183333334,9.967359066666669,35000000 +48.4322718,9.967359,38200000 +48.4322718,9.967359033333333,25300000 +48.4322718,9.96735915,27800000 +48.4322717,9.9673593,25300000 +48.4322715,9.9673593,29900000 +48.43227145,9.9673591,25900000 +48.43227143333333,9.9673591,25900000 +48.4322713,9.967359,54400000 +48.4322713,9.96735895,54400000 +48.43227125,9.96735875,33100000 +48.4322712,9.9673585,37300000 +48.4322712,9.967358366666666,37300000 +48.43227105,9.9673577,22100000 +48.43227099999999,9.967357333333334,27700000 +48.43227085,9.96735705,17800000 +48.43227076666667,9.967356766666668,16800000 +48.43227075,9.9673562,28100000 +48.4322711,9.9673559,25800000 +48.43227116666666,9.967355833333334,25800000 +48.43227175,9.9673558,24700000 +48.4322734,9.96735545,17500000 +48.43227386666666,9.967355233333334,17500000 +48.432276,9.96735345,23500000 +48.43227695,9.9673526,17500000 +48.43227903333334,9.967350366666668,37400000 +48.43228245,9.96734715,39800000 +48.4322847,9.9673429,24800000 +48.4322856,9.9673395,36800000 +48.4322858,9.9673387,36800000 +48.4322881,9.9673358,31400000 +48.43228853333333,9.9673351,31400000 +48.4322902,9.9673315,25900000 +48.43229065,9.96733085,25900000 +48.43229173333333,9.967328133333334,17600000 +48.43229155,9.9673289,17600000 +48.43229295,9.9673242,22600000 +48.4322925,9.9673223,28900000 +48.43229243333334,9.967322466666666,28900000 +48.43229155,9.96732385,17100000 +48.43229005,9.96732495,23400000 +48.4322892,9.96732425,30000000 +48.43228919999999,9.967324366666666,30000000 +48.43228785,9.96732795,22400000 +48.432286233333336,9.967338966666668,40200000 +48.4322858,9.9673531,22900000 +48.43228545,9.9673578,22900000 +48.4322857,9.96737775,21400000 +48.432286066666656,9.967382833333334,21400000 +48.43228755,9.96740885,23800000 +48.4322902,9.96743205,34900000 +48.43229086666667,9.967439766666669,34900000 +48.4322945,9.9674684,28900000 +48.43229465,9.9674746,28900000 +48.432297,9.967499466666666,25000000 +48.43229645,9.9674956,25000000 +48.43229925,9.9675163,27200000 +48.43230145,9.96752795,25600000 +48.43230213333334,9.967530666666669,25600000 +48.432304,9.9675404,20400000 +48.432304,9.9675419,20400000 +48.43230516666667,9.967554133333332,16600000 +48.4323044,9.9675481,16600000 +48.4323049,9.9675508,16600000 +48.43230595,9.9675698,33000000 +48.4323047,9.9675863,17700000 +48.43229985,9.9676008,22000000 +48.43229395,9.9676107,36600000 +48.432292100000005,9.967612566666666,36600000 +48.4322834,9.9676197,19300000 +48.4322774,9.96762315,22200000 +48.432272600000005,9.96762415,21200000 +48.43227166666667,9.9676241,21200000 +48.4322669,9.9676235,18200000 +48.4322678,9.9676236,18200000 +48.43226216666667,9.9676233,22800000 +48.4322647,9.9676233,22800000 +48.4322635,9.96762335,22800000 +48.432256,9.9676222,20800000 +48.4322543,9.96762195,20800000 +48.4322487,9.9676201,32800000 +48.43224635,9.96761855,32800000 +48.43224383333333,9.967616633333334,32800000 +48.4322332,9.967607,30300000 +48.4322305,9.9676034,30300000 +48.43221596666666,9.967575666666669,24900000 +48.43221895,9.96758345,24900000 +48.4322044,9.9675404,31000000 +48.432201250000006,9.9675281,31000000 +48.43218783333333,9.9674632,17800000 +48.4321776,9.9674059,27300000 +48.4321741,9.96738615,27300000 +48.4321619,9.9673148,30400000 +48.43214815,9.9672411,41800000 +48.43214416666667,9.967221766666666,41800000 +48.43212185,9.9671217,33400000 +48.4321027,9.96703475,31800000 +48.432097733333336,9.967012133333332,31800000 +48.4320774,9.9669211,27700000 +48.43207195,9.96689745,27700000 +48.43204396666667,9.966777766666668,20500000 +48.4320216,9.9666811,22900000 +48.4320138,9.9666501,22900000 +48.4319824,9.9665182,28900000 +48.43198815,9.96654315,28900000 +48.4319577,9.9664177,29000000 +48.43195155,9.9663934,29000000 +48.43192975,9.96630245,51100000 +48.43192483333333,9.966282366666666,51100000 +48.4319067,9.9662076,50100000 +48.43190305,9.96619285,50100000 +48.4318905,9.96614275,20900000 +48.43188789999999,9.9661327,20900000 +48.4318756,9.9660846,24200000 +48.43186443333334,9.966040466666666,34100000 +48.431866600000006,9.96604905,34100000 +48.43185415,9.9659983,25500000 +48.43184473333334,9.965958033333337,32900000 +48.4318467,9.9659659,32900000 +48.4318326,9.96591465,23700000 +48.4318356,9.965925,23700000 +48.4318173,9.96586685,21900000 +48.43181273333334,9.965853366666666,21900000 +48.43178815,9.9657812,30100000 +48.4317674,9.96571375,24900000 +48.43176259999999,9.965695166666665,24900000 +48.43173925,9.96559545,33800000 +48.4317439,9.9656171,33800000 +48.4317193,9.96550425,22700000 +48.43171379999999,9.965479533333331,22700000 +48.4316911,9.9653786,36800000 +48.431684700000005,9.96535235,36800000 +48.4316588,9.96524345,24200000 +48.431651933333335,9.9652152,24200000 +48.4316167,9.9650719,24700000 +48.43158073333333,9.964923533333334,31400000 +48.43154315,9.9647722,21400000 +48.43150283333333,9.964612433333334,22500000 +48.4314612,9.9644466,18900000 +48.431423800000005,9.96430375,20300000 +48.43138615,9.96415135,33900000 +48.43137756666667,9.964114866666668,33900000 +48.4313382,9.9639424,31300000 +48.43130793333333,9.963779833333334,23800000 +48.4312897,9.9636201,22900000 +48.4312919,9.9636508,22900000 +48.43128125,9.96350455,19900000 +48.43127963333333,9.9634788,19900000 +48.4312743,9.9633805,23500000 +48.43127395,9.96335875,23500000 +48.431276,9.9632775,22100000 +48.43127863333333,9.9632587,22100000 +48.4312919,9.9631848,26100000 +48.43129715,9.9631633,26100000 +48.4313111,9.9630993,24600000 +48.43131305,9.9630783,24600000 +48.4313109,9.96300025,64800000 +48.4312987,9.9629457,27000000 +48.4312913,9.9629253,27000000 +48.431251566666674,9.9628356,90000000 +48.4312596,9.9628528,90000000 +48.4312218,9.9627646,20900000 +48.4312137,9.9627389,20900000 +48.4311847,9.9626217,28300000 +48.431160250000005,9.96248525,17900000 +48.431144,9.9623714,24000000 +48.43113825,9.96232805,24000000 +48.4311182,9.96215285,20900000 +48.4311225,9.9621971,20900000 +48.4311059,9.9620192,74400000 +48.4311024,9.96197375,74400000 +48.4310873,9.96178815,33100000 +48.43107105,9.9615938,27100000 +48.43105555,9.96139045,21700000 +48.4310426,9.961203650000002,24800000 +48.4310335,9.96099275,36300000 +48.43103145,9.9607761,54400000 +48.4310334,9.96057515,19900000 +48.43103386666667,9.960525733333334,19900000 +48.43103565,9.9602762,25800000 +48.43103565,9.9600783,21800000 +48.43103293333333,9.959829766666669,27700000 +48.4310343,9.95988015,27700000 +48.4310257,9.9596128,23700000 +48.43102365,9.9595665,23700000 +48.43101315,9.95936115,29600000 +48.430997,9.95915245,16600000 +48.4310019,9.9592065,16600000 +48.4309801,9.9589916,32900000 +48.430975,9.95894915,32900000 +48.4309519,9.9587708,29100000 +48.43094536666666,9.9587262,29100000 +48.43090935,9.9584962,69600000 +48.4309162,9.9585361,69600000 +48.4308786,9.95831895,32800000 +48.43084965,9.95815635,28600000 +48.43081845,9.9579903,38900000 +48.43081123333334,9.957951533333333,38900000 +48.43077775,9.9577723,82800000 +48.43075445,9.95764585,40800000 +48.43074946666667,9.9576177,40800000 +48.43072765,9.95748875,87800000 +48.4307181,9.9574258,45500000 +48.43071495,9.95740345,45500000 +48.4307049,9.9573251,145000000 +48.430707,9.9573426,145000000 +48.4306875,9.9571795,33500000 +48.43068685,9.95717365,33500000 +48.4306852,9.957158,42800000 +48.43068475,9.9571547,42800000 +48.430684500000005,9.957152533333334,42800000 +48.430684,9.9571482,29300000 +48.43068405,9.95714805,29300000 +48.4306844,9.957148,59800000 +48.430684500000005,9.957148066666669,59800000 +48.4306851,9.9571485,26000000 +48.4306851,9.9571483,26000000 +48.43068555,9.95714805,42800000 +48.4306862,9.9571483,41400000 +48.43068685,9.95714875,52800000 +48.4306867,9.9571486,52800000 +48.43068696666666,9.957148833333331,52800000 +48.4306875,9.9571491,22400000 +48.43068765,9.95714915,22400000 +48.4306881,9.95714845,101000000 +48.430688,9.9571489,101000000 +48.4306882,9.9571438,50200000 +48.4306877,9.9571395,50200000 +48.4306848,9.9571227,176000000 +48.430681750000005,9.9571131,176000000 +48.4305783,9.9570334,97600000 +48.4305675,9.95703325,97600000 +48.428138950000005,9.95689825,57800000 +48.4281541,9.956902,57800000 +48.4280808,9.95688365,56300000 +48.4280679,9.9568805,56300000 +48.4280195,9.9568692,27200000 +48.42800975,9.9568669,27200000 +48.42797385,9.9568577,43800000 +48.4279664,9.956855766666669,43800000 +48.4279378,9.956848,28400000 +48.427932,9.9568467,28400000 +48.4279177,9.9568434,33900000 +48.4279155,9.9568429,33900000 +48.4279122,9.9568423,38400000 +48.4279121,9.95684235,38400000 +48.4279118,9.9568428,32100000 +48.42791175,9.95684275,32100000 +48.4279115,9.9568425,31300000 +48.42791145,9.95684225,31300000 +48.4279111,9.9568419,22000000 +48.427911,9.9568419,22000000 +48.4279107,9.9568419,24900000 +48.4279104,9.9568418,24700000 +48.42791,9.95684185,17500000 +48.42790975,9.9568421,28600000 +48.4279095,9.95684235,17600000 +48.4279092,9.9568426,29300000 +48.42790905,9.9568426,29300000 +48.42790855,9.95684275,35700000 +48.42790825,9.9568428,35000000 +48.4279079,9.95684295,40100000 +48.427907833333336,9.956842966666663,40100000 +48.4279076,9.956843,29800000 +48.42790755,9.95684295,29800000 +48.42790725,9.95684285,39000000 +48.4279073,9.9568429,39000000 +48.4279072,9.9568428,21300000 +48.42790715,9.95684275,21300000 +48.42790705,9.95684255,20000000 +48.42790695,9.95684235,19200000 +48.427906750000005,9.95684215,25400000 +48.42790655,9.9568419,28400000 +48.42790635,9.95684175,42100000 +48.42790615,9.9568416,62100000 +48.42790595,9.9568416,40900000 +48.4279058,9.9568417,66300000 +48.42790576666666,9.9568417,66300000 +48.4279056,9.9568416,35400000 +48.4279055,9.9568416,35400000 +48.4279053,9.9568416,35100000 +48.42790525,9.95684155,35100000 +48.4279051,9.9568414,30600000 +48.42790506666666,9.956841366666668,30600000 +48.42790485,9.95684115,29900000 +48.42790475,9.956841,39800000 +48.4279047,9.956841,39800000 +48.4279046,9.95684115,32900000 +48.4279046,9.95684135,38600000 +48.4279046,9.9568416,31800000 +48.4279046,9.95684155,31800000 +48.4279046,9.9568418,37200000 +48.4279046,9.9568418,37200000 +48.4279046,9.9568419,39800000 +48.4279046,9.9568419,39800000 +48.4279046,9.9568419,37900000 +48.4279046,9.956841933333337,37900000 +48.4279047,9.9568419,32900000 +48.4279047,9.9568419,32900000 +48.4279047,9.9568419,38500000 +48.4279047,9.9568419,38500000 +48.4279047,9.9568419,16400000 +48.4279047,9.9568419,16400000 +48.4279047,9.95684185,51400000 +48.4279047,9.956841833333334,51400000 +48.4279047,9.9568418,40800000 +48.4279047,9.9568418,40800000 +48.4279047,9.9568418,58900000 +48.4279047,9.95684185,58900000 +48.4279048,9.9568419,40800000 +48.4279048,9.9568419,40800000 +48.4279049,9.9568419,56400000 +48.42790490000001,9.9568419,56400000 +48.427905,9.9568419,28300000 +48.427905,9.9568419,28300000 +48.427905,9.9568419,22200000 +48.427905,9.95684195,21500000 +48.42790495,9.95684205,23700000 +48.4279049,9.9568422,36200000 +48.4279049,9.9568422,36200000 +48.4279049,9.95684235,22200000 +48.42790485,9.95684255,34800000 +48.4279043,9.9568426,38900000 +48.4279037,9.95684245,38900000 +48.4279001,9.95684165,34900000 +48.4278862,9.95683805,45100000 +48.4278658,9.9568327,63700000 +48.42785855,9.95683105,63700000 +48.427829900000006,9.95682565,19000000 +48.4278387,9.9568269,19000000 +48.42778036666667,9.956825233333332,23600000 +48.4277904,9.95682385,23600000 +48.4277225,9.9568426,36900000 +48.4277355,9.9568356,36900000 +48.4276844,9.9568703,26800000 +48.4276726,9.95688515,26800000 +48.4276401,9.9569381,23700000 +48.4276329,9.9569561,23700000 +48.4276065,9.9570484,21800000 +48.42758855,9.9571527,35200000 +48.4275939,9.9571197,35200000 +48.42756775,9.95728055,26900000 +48.42754405,9.95744065,43800000 +48.4275242,9.9576051,39100000 +48.42751933333333,9.957647866666669,39100000 +48.4274963,9.95784805,26500000 +48.42747905,9.958004549999998,21200000 +48.4274748,9.9580446,21200000 +48.4274574,9.9582057,33300000 +48.4274525,9.9582469,33300000 +48.427433750000006,9.95841475,36200000 +48.42742870000001,9.958457833333332,36200000 +48.427402650000005,9.9586777,40100000 +48.4274081,9.9586327,40100000 +48.4273735,9.9589073,32300000 +48.42737985,9.95886045,32300000 +48.4273484,9.9590971,30700000 +48.427342,9.9591458,30700000 +48.42731515,9.95934265,29800000 +48.427308100000005,9.959392933333334,29800000 +48.4272714,9.95964685,25700000 +48.4272488,9.9598022,25300000 +48.4272405,9.95985385,25300000 +48.4272327,9.959905133333336,25300000 +48.4272015,9.9601083,31300000 +48.4271937,9.9601579,31300000 +48.4271715,9.9603057,37900000 +48.42716385,9.9603544,37900000 +48.427156233333335,9.960402833333331,37900000 +48.4271256,9.9605956,29600000 +48.42711795,9.9606435,29600000 +48.42708715,9.9608354,23300000 +48.42707906666666,9.960883166666669,23300000 +48.4270369,9.96112165,25000000 +48.4270456,9.9610739,25000000 +48.4270112,9.961265,39700000 +48.427002650000006,9.9613129,39700000 +48.42696615,9.96152895,35800000 +48.426957833333326,9.961576933333331,35800000 +48.42691635,9.96181705,98800000 +48.42676,9.9627384,26000000 +48.4267517,9.9627873,26000000 +48.42671865,9.9629846,21700000 +48.42671066666666,9.9630347,21700000 +48.4266781,9.9632351,30000000 +48.42667025,9.96328535,30000000 +48.42663935,9.96348765,41800000 +48.42663196666667,9.9635388,41800000 +48.426594300000005,9.9637944,31900000 +48.4266018,9.9637433,31900000 +48.426559133333335,9.964040966666666,22300000 +48.4265649,9.96399855,22300000 +48.42652126666667,9.964328633333333,17300000 +48.4265343,9.9642273,17300000 +48.42652755,9.964278,17300000 +48.4264959,9.9645308,28300000 +48.4264896,9.9645811,28300000 +48.426472,9.9647323,20200000 +48.4264657,9.96478235,20200000 +48.42645933333333,9.9648322,20200000 +48.4264337,9.9650311,16400000 +48.42642715,9.9650804,16400000 +48.4264073,9.9652274,26300000 +48.4264011,9.9652759,26300000 +48.4263949,9.965324066666666,26300000 +48.4263727,9.9655156,21500000 +48.42636845,9.9655631,21500000 +48.4263565,9.9657061,20800000 +48.4263537,9.9657543,20800000 +48.42635056666666,9.965802633333334,20800000 +48.4263386,9.965996,28400000 +48.4263359,9.9660444,28400000 +48.4263261,9.9662381,24500000 +48.42632393333333,9.966286266666666,24500000 +48.4263283,9.9661897,24500000 +48.4263158,9.9664778,32900000 +48.42631365,9.9665247,32900000 +48.4263082,9.9666636,28000000 +48.42630635,9.96670815,28000000 +48.4263042,9.9667517,28000000 +48.4262942,9.966922,28400000 +48.42629105,9.9669618,28400000 +48.42626723333333,9.967151733333331,27300000 +48.42623065,9.9673301,18200000 +48.4255825,9.9696003,19900000 +48.4255917,9.9696093,19900000 +48.4256221,9.9696342,16900000 +48.42563415,9.96964135,16900000 +48.42564686666666,9.969647866666667,16900000 +48.4257003,9.9696726,19900000 +48.42571545,9.969678600000002,19900000 +48.4257789,9.9697033,33000000 +48.4257963,9.969709966666665,33000000 +48.4257622,9.9696969,33000000 +48.4263296,9.9698292,60100000 +48.42799725,9.96947665,82300000 +48.42813700000001,9.9694358,17300000 +48.4282779,9.96939595,18200000 +48.42842305,9.969361,21600000 +48.42858085,9.9693374,17300000 +48.428743,9.9693223,136000000 +48.4321526,9.969906900000002,165000000 +48.4321554,9.969884566666668,165000000 +48.4321807,9.969648,173000000 +48.43217835,9.96967325,173000000 +48.4322072,9.9693917,68700000 +48.43222415,9.96926195,155000000 +48.43224283333333,9.9691492,113000000 +48.43226615,9.96903885,132000000 +48.43228555,9.9689646,23700000 +48.4322919,9.9689463,23700000 +48.4323186,9.9688775,35800000 +48.4323241,9.9688663,35800000 +48.43234755,9.96881805,20000000 +48.43236783333333,9.968759166666668,30800000 +48.4323273,9.9684065,31000000 +48.43233055,9.9684303,31000000 +48.4323344,9.9684568,31000000 +48.4323155,9.9683126,33500000 +48.43231225,9.9682827,33500000 +48.4323017,9.9681897,25800000 +48.43229805,9.968157,25800000 +48.432286,9.9680572,28300000 +48.4322825,9.9680294,28300000 +48.4322678,9.9679309,91000000 +48.43226235,9.9678965,91000000 +48.4322425,9.96777245,35300000 +48.4322479,9.9678062,35300000 +48.4322285,9.967685,102000000 +48.43222285,9.967652,102000000 +48.43221786666667,9.967622766666668,102000000 +48.4321967,9.9674953,28000000 +48.4321904,9.96746,28000000 +48.4321662,9.96732635,88500000 +48.4321712,9.9673545,88500000 +48.4321472,9.9672268,25000000 +48.432141,9.96719885,25000000 +48.4321231,9.9671141,52800000 +48.43211635,9.9670861,52800000 +48.4321101,9.9670586,52800000 +48.4320806,9.9669366,33700000 +48.4320743,9.9669099,33700000 +48.4320518,9.9668172,82600000 +48.4320451,9.96679035,82600000 +48.4320251,9.9667099,22000000 +48.43201665,9.966676,22000000 +48.4319816,9.9665326,94000000 +48.4319949,9.9665873,94000000 +48.4319881,9.96655995,94000000 +48.4319549,9.9664239,29000000 +48.43194795,9.96639685,29000000 +48.4319211,9.96628775,108000000 +48.4319142,9.966260266666666,108000000 +48.4318861,9.9661495,27400000 +48.4318769,9.96611465,27400000 +48.43183833333333,9.965970033333337,70000000 +48.43184575,9.965997300000002,70000000 +48.4318531,9.9660249,70000000 +48.4318052,9.9658482,21500000 +48.43179795,9.96582135,21500000 +48.4317773,9.965741,49400000 +48.4317708,9.96571495,49400000 +48.4317451,9.9656035,17600000 +48.431739,9.9655747,17600000 +48.4317148,9.9654641,43600000 +48.43170905,9.9654366,43600000 +48.43167663333333,9.965300633333332,30900000 +48.43169,9.9653553,30900000 +48.4316833,9.965328,30900000 +48.4316468,9.9651783,35800000 +48.4316386,9.96514465,35800000 +48.4316141,9.9650446,23900000 +48.43160755,9.9650183,23900000 +48.4315878,9.9649392,80900000 +48.43158125,9.9649125,80900000 +48.43154573333334,9.964770033333332,37400000 +48.4315529,9.9647993,37400000 +48.4315612,9.9648328,37400000 +48.4315184,9.9646564,56800000 +48.4315118,9.96462855,56800000 +48.4314916,9.9645452,24900000 +48.4314837,9.9645101,24900000 +48.43141065,9.9642052,24000000 +48.4313769,9.964065866666669,24600000 +48.4313425,9.963913949999998,23300000 +48.4313236,9.9638155,41300000 +48.431319,9.9637872,41300000 +48.431307,9.963702,23400000 +48.43130285,9.9636664,23400000 +48.4312928,9.9635746,27600000 +48.4312892,9.96354005,27600000 +48.4312795,9.9634374,26900000 +48.43127755,9.96340425,26900000 +48.43127735,9.9632814,36800000 +48.43129185,9.9631847,22300000 +48.43130895,9.9631035,38800000 +48.43131375,9.96302435,30600000 +48.4313006,9.962946,38000000 +48.43127135,9.96287485,23000000 +48.4312797,9.9628916,23000000 +48.43123745,9.9627966,37900000 +48.4312467,9.9628221,37900000 +48.4312137,9.9627226,22800000 +48.431207,9.9626957,22800000 +48.4311868,9.9626099,34500000 +48.4311804,9.96257815,34500000 +48.4311625,9.9624782,25600000 +48.43115715,9.96244165,25600000 +48.431142,9.9623276,27900000 +48.43113705,9.96228695,27900000 +48.4311229,9.9621611,22400000 +48.4311188,9.9621167,22400000 +48.4311068,9.96198,43800000 +48.43110305,9.9619321,43800000 +48.4310913,9.9617849,19600000 +48.43108705,9.96173405,19600000 +48.4310696,9.9615278,23000000 +48.4310739,9.9615802,23000000 +48.4310572,9.9613686,20600000 +48.431053,9.9613144,20600000 +48.4310423,9.9611516,25400000 +48.43103965,9.96109705,25400000 +48.4310337,9.9609333,37200000 +48.43103345,9.9608789,37200000 +48.4310337,9.9607152,28200000 +48.43103435,9.96066055,28200000 +48.431036500000005,9.96044315,24000000 +48.4310361,9.9604971,24000000 +48.43103745,9.96022945,27800000 +48.4310371,9.9602825,27800000 +48.4310379,9.9600708,46600000 +48.431037700000005,9.9600181,46600000 +48.4310362,9.9598594,46200000 +48.431035,9.9598063,46200000 +48.4310309,9.9596474,22900000 +48.43102875,9.9595947,22900000 +48.4310176,9.95938525,25300000 +48.4310211,9.9594374,25300000 +48.4310055,9.95923,19700000 +48.43100045,9.9591788,19700000 +48.43098045,9.9589963,21000000 +48.43094826666667,9.9587557,30700000 +48.43095445,9.9587979,30700000 +48.4309211,9.9585756,23600000 +48.43091345,9.9585287,23600000 +48.4308897,9.9583894,24100000 +48.43088315,9.95835335,24100000 +48.4308606,9.9582278,42600000 +48.4308527,9.95818385,42600000 +48.4308291,9.9580533,23500000 +48.43082175,9.9580108,23500000 +48.4308,9.9578858,24400000 +48.43079435,9.9578544,24400000 +48.430775,9.9577492,28400000 +48.43076995,9.9577207,28400000 +48.43074665,9.9575909,18500000 +48.4307526,9.9576241,18500000 +48.43072715,9.95747955,19900000 +48.43071065,9.957373,22800000 +48.43068595,9.9571679,29600000 +48.4306868,9.9571766,29600000 +48.4306828,9.9571418,89100000 +48.43068145,9.95713305,89100000 +48.4306709,9.9570939,58600000 +48.4306527,9.9570617,56700000 +48.4306454,9.95705445,56700000 +48.430637,9.957048333333336,56700000 +48.4305962,9.9570275,38000000 +48.43058295,9.9570249,38000000 +48.4305415,9.9570183,36700000 +48.4305298,9.95701775,36700000 +48.43047145,9.9570209,99900000 +48.4280663,9.9568682,69000000 +48.4280501,9.95686455,69000000 +48.4279933,9.9568519,52500000 +48.4280057,9.9568545,52500000 +48.4279601,9.956844,46300000 +48.42795085,9.9568419,46300000 +48.4279262,9.9568358,29500000 +48.42792025,9.9568342,29500000 +48.427903,9.95682985,22000000 +48.4279057,9.9568304,22000000 +48.427897900000005,9.9568296,71200000 +48.42789735,9.95683075,82100000 +48.4278969,9.9568314,32200000 +48.4278965,9.9568318,30000000 +48.4278965,9.95683205,30000000 +48.4278964,9.9568328,42700000 +48.427896,9.9568329,42700000 +48.427892,9.95683305,40700000 +48.4278939,9.9568332,40700000 +48.4278808,9.9568311,32600000 +48.4278737,9.95682945,32600000 +48.4278501,9.956824,38200000 +48.42784195,9.956822249999998,38200000 +48.4278203,9.9568183,27600000 +48.4278115,9.9568171,27600000 +48.4277817,9.9568148,27100000 +48.42776995,9.956816,27100000 +48.42772225,9.95682835,32700000 +48.427671,9.9568603,33900000 +48.42766076666667,9.956871733333331,33900000 +48.4276173,9.9569314,39800000 +48.4276074,9.95695285,39800000 +48.4275775,9.957047,22800000 +48.4275661,9.957131,34600000 +48.42756325,9.95715675,34600000 +48.4275466,9.957309633333333,21300000 +48.42754975,9.95727985,21300000 +48.4275286,9.95748095,37200000 +48.4275319,9.957448,37200000 +48.4275164,9.9576,41600000 +48.427511800000005,9.957645,41600000 +48.4274972,9.957784,46700000 +48.4274919,9.95783265,46700000 +48.4274783,9.9579623,28900000 +48.4274742,9.95800395,28900000 +48.4274593,9.9581531,36900000 +48.4274532,9.9582082,36900000 +48.42743155,9.95840025,26600000 +48.427426033333326,9.958447233333333,26600000 +48.4274008,9.9586608,27000000 +48.42739325,9.9587205,27000000 +48.4273698,9.9588991,25800000 +48.4273634,9.9589468,25800000 +48.42733495,9.9591609,24600000 +48.4273413,9.9591135,24600000 +48.4273116,9.9593266,29500000 +48.427305,9.959373800000002,29500000 +48.4272987,9.959421133333334,29500000 +48.4272637,9.9596685,21500000 +48.4272723,9.9596099,21500000 +48.427241,9.9598215,26000000 +48.4272323,9.9598804,26000000 +48.4272061,9.9600574,31600000 +48.4271988,9.96010425,31600000 +48.42716495,9.96032805,27300000 +48.4271743,9.9602692,27300000 +48.4271355,9.9605046,29500000 +48.4271259,9.96056375,29500000 +48.4270958,9.9607414,26400000 +48.4270859,9.9608008,26400000 +48.4270563,9.9609792,26300000 +48.42704705,9.96103895,26300000 +48.4270133,9.9612419,40700000 +48.42700355,9.9613021,40700000 +48.4269691,9.96150695,53100000 +48.426977,9.9614587,53100000 +48.42696106666667,9.9615554,53100000 +48.4267623,9.9627448,18400000 +48.42675385,9.96279575,18400000 +48.4267211,9.963,22600000 +48.42671306666666,9.963051433333334,22600000 +48.4267292,9.9629487,22600000 +48.4266806,9.9632579,20100000 +48.4266725,9.96330985,20100000 +48.4266477,9.9634659,31300000 +48.42663233333334,9.963570733333333,31300000 +48.42664005,9.96351835,31300000 +48.426603,9.9637801,23700000 +48.4265958,9.96383225,23700000 +48.4265747,9.9639887,31500000 +48.4265681,9.96404065,31500000 +48.4265613,9.9640926,31500000 +48.4265271,9.9643531,24000000 +48.4265271,9.9643531,24000000 +48.4265335,9.9643007,24000000 +48.42649396666666,9.964613566666667,25500000 +48.4264587,9.96487355,28000000 +48.42642113333333,9.9651333,17400000 +48.42636843333333,9.965660266666667,24100000 +48.4263536,9.9658731,36600000 +48.42635085,9.9659266,36600000 +48.4263426,9.9660874,25800000 +48.4263398,9.96614085,25800000 +48.42633706666666,9.966194033333332,25800000 +48.4263266,9.9664048,30800000 +48.4263237,9.966456399999998,30800000 +48.4263158,9.9666094,24000000 +48.42631335,9.9666591,24000000 +48.426310566666665,9.966707966666666,24000000 +48.42629385,9.96694575,49500000 +48.4262976,9.9669003,49500000 +48.4262806,9.9670781,18100000 +48.4262752,9.9671196,18100000 +48.42626896666667,9.9671604,18100000 +48.42623145,9.96735775,73400000 +48.4262409,9.9673199,73400000 +48.42555583333333,9.9693718,22300000 +48.42555725,9.9693647,22300000 +48.4255512,9.9693942,26600000 +48.42555035,9.969397,26600000 +48.4255492,9.96940145,29100000 +48.42554913333333,9.969401866666669,27100000 +48.42554865,9.96940365,30100000 +48.4255438,9.96942875,67700000 +48.4255436,9.969428733333332,94950000 +48.4255437,9.96942885,94950000 +48.4255432,9.9694282,101000000 +48.42554295,9.9694293,101000000 +48.42554145,9.96944095,103000000 +48.425540833333336,9.9694472,103000000 +48.4255548,9.9695386,159650000 +48.4255605,9.96955005,159650000 +48.4255844,9.9695897,23800000 +48.4255963,9.9696028,23800000 +48.42565275,9.9696483,27200000 +48.4256367,9.9696384,27200000 +48.42571775,9.9696815,24300000 +48.4262023,9.9698153,119000000 +48.42624755,9.9698216,119000000 +48.4263597,9.9698352,83000000 +48.42639415,9.9698379,83000000 +48.4269721,9.969813899999998,164000000 +48.4269356,9.9698199,164000000 +48.4270812,9.9697944,42300000 +48.4271175,9.96978665,42300000 +48.42726235,9.9697495,119000000 +48.4272263,9.9697602,119000000 +48.4273704,9.9697151,148000000 +48.42740635,9.96970175,148000000 +48.427514,9.969659,113000000 +48.42755,9.96964445,113000000 +48.4279962,9.9694781,118000000 +48.42814975,9.969429,25700000 +48.42829755,9.9693874,29800000 +48.42844755,9.9693558,22400000 +48.4287684,9.96932195,135000000 +48.43042575,9.96959305,40500000 +48.4305326,9.9696465,31800000 +48.4305674,9.96966455,31800000 +48.4306705,9.969719,22100000 +48.43070405,9.96973725,22100000 +48.4308356,9.9698101,96700000 +48.430931,9.9698647,163000000 +48.430962,9.9698828,163000000 +48.4310833,9.9699539,24200000 +48.4311693,9.9700051,33500000 +48.4311906,9.97001775,33500000 +48.4312618,9.9700607,25900000 +48.4312805,9.9700719,25900000 +48.43136405,9.97012295,31200000 +48.4314457,9.97017535,83100000 +48.43153133333333,9.970229733333332,71800000 +48.43151465,9.9702196,71800000 +48.431618400000005,9.97028055,142000000 +48.4319786,9.9703072,120000000 +48.43212765,9.97004305,174000000 +48.432149,9.9699328,24500000 +48.4321647,9.96981845,30900000 +48.4321755,9.9697237,106000000 +48.43217803333334,9.969699,106000000 +48.4321874,9.9695999,99000000 +48.4321899,9.969575,99000000 +48.43219965,9.969474,62700000 +48.43220216666666,9.969448133333334,62700000 +48.43221575,9.9693181,19200000 +48.43222995,9.9692144,33800000 +48.43223443333333,9.969189233333331,33800000 +48.4322592,9.96906935,99700000 +48.43228679999999,9.968969033333332,32700000 +48.43228115,9.96898665,32700000 +48.43231505,9.9688899,34500000 +48.4323095,9.9689033,34500000 +48.4323368,9.9688425,36800000 +48.43234176666667,9.968831566666667,36800000 +48.4323639,9.9687764,30400000 +48.43237395,9.96872635,18800000 +48.43237423333333,9.968711733333334,18800000 +48.4323684,9.9686345,33000000 +48.4323548,9.9685565,30000000 +48.43233873333333,9.968464333333332,19200000 +48.4323246,9.9683724,20200000 +48.432314600000005,9.968280466666668,25300000 +48.4323068,9.9682049,26000000 +48.4323045,9.96818535,26000000 +48.43229445,9.9681051,30800000 +48.4322917,9.968084499999998,30800000 +48.43227775,9.96798025,29600000 +48.43226103333333,9.967869899999998,22600000 +48.43224305,9.9677558,25200000 +48.43222336666667,9.967640633333334,25500000 +48.4322048,9.9675351,58100000 +48.43220045,9.96751095,58100000 +48.43217796666666,9.9673901,35000000 +48.4321828,9.96741465,35000000 +48.4321554,9.9672783,40600000 +48.43214995,9.9672529,40600000 +48.43212735,9.9671505,23000000 +48.43210355,9.96704035,27300000 +48.43209733333333,9.9670125,27300000 +48.4320717,9.9668928,21500000 +48.43206665,9.96686795,21500000 +48.43204385,9.9667572,30100000 +48.432021500000005,9.9666623,20400000 +48.432016233333336,9.9666392,20400000 +48.4319949,9.966547,40000000 +48.4319895,9.96652465,40000000 +48.431968100000006,9.96643695,24700000 +48.43196280000001,9.966415833333334,24700000 +48.431934,9.96630195,21500000 +48.4319116,9.9662114,20900000 +48.4319166,9.9662317,20900000 +48.431891750000005,9.9661292,21400000 +48.43188623333334,9.966107233333334,21400000 +48.43185685,9.96599205,29000000 +48.4318632,9.9660162,29000000 +48.4318336,9.9659057,26600000 +48.4318246,9.96587445,26600000 +48.4317933,9.96576255,31900000 +48.4317621,9.96563855,27700000 +48.43173086666667,9.9654963,35700000 +48.43173695,9.965524,35700000 +48.43170145,9.96536195,24600000 +48.4316818,9.9652821,22400000 +48.43167495,9.965255,22400000 +48.4316503,9.9651603,21400000 +48.4316416,9.96512545,21400000 +48.4315985,9.964950766666666,27900000 +48.4316062,9.9649825,27900000 +48.431557,9.9647844,23400000 +48.4315644,9.9648139,23400000 +48.4315315,9.9646803,18900000 +48.43152255,9.96464275,18900000 +48.4314955,9.9645299,22800000 +48.4314881,9.96449945,22800000 +48.4314583,9.9643772,17900000 +48.4314507,9.964346466666669,17900000 +48.4314169,9.9642089,38400000 +48.4314095,9.9641788,38400000 +48.4313804,9.9640594,21400000 +48.43135375,9.96394225,34300000 +48.431347933333335,9.963913866666667,34300000 +48.4313238,9.9637894,32700000 +48.43131955,9.96376365,32700000 +48.4313081,9.963688,29000000 +48.43130455,9.96365835,29000000 +48.4312941,9.9635585,23500000 +48.431292266666674,9.963536933333335,23500000 +48.4312857,9.9634497,24500000 +48.4312848,9.9634338,24500000 +48.4312814,9.9633794,24200000 +48.43127865,9.96333695,23600000 +48.43127813333333,9.9633288,23600000 +48.43127605,9.96329655,16900000 +48.4312753,9.9632912,18400000 +48.4312752,9.9632913,18400000 +48.43127485,9.9632913,17700000 +48.4312749,9.9632913,17700000 +48.43127445,9.96329155,20700000 +48.4312742,9.963291533333331,20700000 +48.4312733,9.9632917,17800000 +48.4312732,9.96329175,17800000 +48.431272500000006,9.9632922,22600000 +48.4312727,9.9632921,22600000 +48.4312719,9.9632925,26700000 +48.43127175,9.9632919,26700000 +48.4312713,9.963288,29600000 +48.4312712,9.96328555,29600000 +48.4312708,9.9632784,22800000 +48.43127045,9.9632772,20000000 +48.43127066666667,9.963265933333332,29200000 +48.4312705,9.96327045,29200000 +48.4312725,9.9632415,23300000 +48.43127425,9.96323165,23300000 +48.431282,9.9631972,18800000 +48.4312853,9.9631857,18800000 +48.4312984,9.9631419,20300000 +48.4313031,9.96312405,20300000 +48.4313144,9.9630675,26800000 +48.43131545,9.96304665,26800000 +48.4313129,9.9629824,35700000 +48.43130795,9.96296115,35700000 +48.4312871,9.9629006,22800000 +48.4312779,9.96288175,22800000 +48.4312495,9.9628249,21400000 +48.4312405,9.9628048,21400000 +48.4312157,9.9627402,16100000 +48.4312087,9.962715500000002,16100000 +48.43118255,9.96260745,19300000 +48.4311888,9.9626368,19300000 +48.43116125,9.9624954,37100000 +48.4311668,9.9625284,37100000 +48.4311453,9.9623927,40800000 +48.43114075,9.96235595,40800000 +48.431129,9.9622576,24700000 +48.4311252,9.96221765,24700000 +48.431110450000006,9.96205225,23700000 +48.4310997,9.961921,31800000 +48.431096,9.96187595,31800000 +48.43108085,9.961695,18300000 +48.4310848,9.9617402,18300000 +48.4310693,9.9615579,26900000 +48.43106555,9.9615111,26900000 +48.4310552,9.9613699,29400000 +48.4310516,9.96132165,29400000 +48.4310414,9.9611757,23400000 +48.4310386,9.9611259,23400000 +48.4310324,9.9609753,16200000 +48.4310318,9.9609241,16200000 +48.4310311,9.9607688,25700000 +48.4310314,9.96071595,25700000 +48.4310333,9.96050155,23600000 +48.4310329,9.9605558,23600000 +48.43103475,9.96028255,20300000 +48.43103565,9.96006255,18800000 +48.43103415,9.95986365,22300000 +48.4310331,9.959815999999998,22300000 +48.431028,9.9596126,27400000 +48.43102595,9.959559,27400000 +48.4310147,9.9593464,26300000 +48.4310184,9.959399,26300000 +48.4309973,9.95914835,20800000 +48.4310016,9.9591896,20800000 +48.4309814,9.9590047,33100000 +48.43097655,9.9589641,33100000 +48.4309583,9.958823,28100000 +48.4309527,9.9587832,28100000 +48.4309268,9.9586145,37100000 +48.4309348,9.9586638,37100000 +48.4308939,9.95841915,21100000 +48.430886533333336,9.9583775,21100000 +48.4308546,9.958199,40100000 +48.43084775,9.9581615,40100000 +48.4308236,9.9580323,23600000 +48.43081545,9.95798775,23600000 +48.4307919,9.9578573,26500000 +48.43078445,9.957817,26500000 +48.43075605,9.9576627,19200000 +48.43073225,9.957529,18000000 +48.4307374,9.9575595,18000000 +48.430718,9.9574427,103000000 +48.43071415,9.957417,103000000 +48.4307039,9.9573432,40900000 +48.43070105,9.95732105,40900000 +48.4306939,9.9572611,75000000 +48.4306922,9.95724535,75000000 +48.4306838,9.957163,24100000 +48.43068285,9.9571544,24100000 +48.4306797,9.9571281,81000000 +48.43067755,9.9571183,81000000 +48.4306671,9.957085,37800000 +48.4306596,9.957073,37800000 +48.4305894,9.9570245,45100000 +48.43057505,9.95702315,45100000 +48.4305143,9.95702565,75800000 +48.4305303,9.9570239,75800000 +48.43044975,9.95703485,124000000 +48.4279508,9.9568418,93800000 +48.4279254,9.95683485,93800000 +48.42783835,9.9568118,51000000 +48.4278546,9.9568159,51000000 +48.4277835,9.9568029,89400000 +48.42776524999999,9.95680405,89400000 +48.4277121,9.9568145,27200000 +48.4276957,9.9568229,27200000 +48.4276494,9.9568567,26600000 +48.427637,9.9568739,26600000 +48.4276036,9.9569308,26100000 +48.4275946,9.9569538,26100000 +48.42756675,9.95706145,18000000 +48.427552250000005,9.957192,18800000 +48.4275553,9.9571584,18800000 +48.4275437,9.9572932,27300000 +48.42754065,9.9573276,27300000 +48.4275311,9.9574324,34000000 +48.42752835,9.9574614,34000000 +48.4275195,9.9575499,24000000 +48.4275152,9.95758825,24000000 +48.427499350000005,9.957733,26900000 +48.42749513333334,9.957770066666669,26900000 +48.4275042,9.9576911,26900000 +48.4274791,9.9579155,25100000 +48.4274739,9.95796155,25100000 +48.4274581,9.958103,18800000 +48.42745355,9.9581422,18800000 +48.4274395,9.9582617,24800000 +48.42743345,9.95831345,24800000 +48.4274145,9.9584719,32900000 +48.42740755,9.958526849999998,32900000 +48.42738215,9.95872995,33900000 +48.4273892,9.9586721,33900000 +48.4273605,9.958906,21200000 +48.427353,9.95896615,21200000 +48.42732375,9.95919675,29100000 +48.4273167,9.9592459,29100000 +48.4272837,9.9594689,28900000 +48.42727625,9.9595197,28900000 +48.42723793333334,9.9597762,22500000 +48.4272458,9.9597248,22500000 +48.4272536,9.9596733,22500000 +48.427206,9.9599813,28200000 +48.42719825,9.9600321,28200000 +48.4271752,9.9601842,31700000 +48.42716795,9.960234,31700000 +48.42716043333333,9.960283733333334,31700000 +48.4271302,9.9604815,32200000 +48.4271219,9.96052995,32200000 +48.427090250000006,9.96072175,42500000 +48.4270982,9.9606741,42500000 +48.42704646666667,9.960978966666666,18500000 +48.42700245,9.96124115,36000000 +48.427012,9.9611845,36000000 +48.4269748,9.9614107,31500000 +48.42696745000001,9.96145605,31500000 +48.4269455,9.9615921,55100000 +48.42693775,9.9616375,55100000 +48.4268234,9.96230005,27600000 +48.42681543333333,9.962347,27600000 +48.426783,9.9625356,46800000 +48.42677545,9.96258315,46800000 +48.4267351,9.962823566666666,23100000 +48.4267433,9.96277495,23100000 +48.4266944,9.9630684,21400000 +48.4266622,9.96326855,20800000 +48.4266546,9.963318666666668,20800000 +48.426623,9.9635193,29300000 +48.4266154,9.96356965,29300000 +48.42658705,9.9637713,19900000 +48.42658036666666,9.963821566666669,19900000 +48.4265478,9.964072,33000000 +48.42651610000001,9.964318666666667,25900000 +48.426522000000006,9.96426985,25900000 +48.42648685,9.9645602,30800000 +48.426482,9.964599533333336,30800000 +48.4264622,9.9647717,25400000 +48.42645585,9.9648178,25400000 +48.42643475,9.9649683,32600000 +48.4264286,9.965011133333332,32600000 +48.4263967,9.9652389,36600000 +48.4264023,9.9651911,36600000 +48.426391566666666,9.965286833333332,36600000 +48.42636855000001,9.96552835,22800000 +48.4263728,9.9654797,22800000 +48.4263535,9.96572405,36200000 +48.42635016666666,9.965773399999998,36200000 +48.4263379,9.9659707,30700000 +48.42633545,9.9660193,30700000 +48.426327150000006,9.96621125,25700000 +48.42632510000001,9.966257733333334,25700000 +48.42631535,9.9664861,42100000 +48.4263171,9.9664416,42100000 +48.42630549999999,9.966706733333334,17800000 +48.4263097,9.9666189,17800000 +48.42630765,9.96666295,17800000 +48.4262952,9.9668806,26300000 +48.4262915,9.96692325,26300000 +48.4262789,9.9670493,43300000 +48.4262734,9.9670902,43300000 +48.426267200000005,9.9671304,43300000 +48.4262386,9.9672886,34700000 +48.4262289,9.9673265,34700000 +48.42617413333334,9.967509466666668,118000000 +48.4261867,9.9674744,118000000 +48.426273,9.9698267,41900000 +48.42686685,9.96982565,36500000 +48.42701935,9.9698017,22800000 +48.4271328,9.9697788,62500000 +48.42716055,9.9697723,62500000 +48.42739695,9.9697024,158100000 +48.42808465,9.9694484,44900000 +48.42821295,9.969411,34000000 +48.4283283,9.9693832,30100000 +48.4284809,9.969353533333337,109000000 +48.4286441,9.96933095,94900000 +48.42877625,9.96932105,144000000 +48.4287482,9.9693222,144000000 +48.43130365,9.970085699999998,31800000 +48.43131696666666,9.9700939,31800000 +48.431386,9.9701368,26200000 +48.43144185,9.9701722,17900000 +48.43145533333333,9.9701807,17900000 +48.431529350000005,9.9702271,109000000 +48.4315159,9.9702185,109000000 +48.4315839,9.970261,53800000 +48.43159776666667,9.970269433333334,53800000 +48.4316753,9.9703137,170000000 +48.4316609,9.9703064,170000000 +48.431876566666666,9.9703496,86400000 +48.4319318,9.9703354,89400000 +48.43194505,9.9703286,89400000 +48.43199915,9.9702899,135000000 +48.43201163333333,9.9702763,135000000 +48.4320998,9.97012865,127000000 +48.432106833333336,9.9701089,127000000 +48.43213675,9.97000575,110000000 +48.4321322,9.9700274,110000000 +48.4321522,9.96991755,154000000 +48.432155300000005,9.9698949,154000000 +48.4321666,9.9698034,114000000 +48.432169,9.9697803,114000000 +48.4321763,9.9697104,142000000 +48.43217855,9.9696868,142000000 +48.4321809,9.9696635,142000000 +48.432202450000005,9.9694581,30000000 +48.43220496666667,9.9694355,30000000 +48.43221925,9.9693243,74700000 +48.4322162,9.969346,74700000 +48.4322327,9.96923885,105000000 +48.43223633333333,9.9692183,105000000 +48.4322517,9.9691373,42500000 +48.43225585,9.96911795,42500000 +48.4322736,9.9690447,64900000 +48.43227836666667,9.969027966666667,64900000 +48.4322977,9.9689631,34000000 +48.4323028,9.96894805,34000000 +48.43232355000001,9.96889255,32300000 +48.4323181,9.9689052,32300000 +48.43232903333334,9.9688805,32300000 +48.4323562,9.968824049999998,27700000 +48.432351,9.9688346,27700000 +48.432376000000005,9.96878205,21100000 +48.43237976666668,9.9687704,21100000 +48.4323909,9.9687221,23700000 +48.43239115,9.968709,23700000 +48.432389,9.9686686,26000000 +48.4323865,9.9686546,26000000 +48.4323833,9.96864,26000000 +48.4323681,9.9685804,24600000 +48.4323635,9.9685642,24600000 +48.43234545,9.96849595,22800000 +48.43234163333333,9.968477166666668,22800000 +48.4323497,9.9685141,22800000 +48.4323286,9.9683996,19000000 +48.43232595,9.96837865,19000000 +48.4323185,9.9683137,31000000 +48.432316400000005,9.96829095,31000000 +48.43231416666666,9.9682677,31000000 +48.4323045,9.9681727,31300000 +48.4323016,9.968148,31300000 +48.4322921,9.9680726,21800000 +48.4322887,9.9680463,21800000 +48.43228516666667,9.9680198,21800000 +48.43226605,9.9678871,15100000 +48.4322701,9.9679139,15100000 +48.432245,9.9677525,29800000 +48.4322534,9.9678065,29800000 +48.43224915,9.96777965,29800000 +48.4322271,9.9676435,32400000 +48.4322225,9.96761595,32400000 +48.4322082,9.9675328,30700000 +48.4322033,9.9675048,30700000 +48.43219833333333,9.967476766666666,30700000 +48.4321781,9.9673647,18600000 +48.43217265,9.96733665,18600000 +48.43214416666666,9.967196266666669,32900000 +48.4321558,9.9672525,32900000 +48.43214995,9.96722425,32900000 +48.4321205,9.9670854,25100000 +48.432114600000006,9.96705795,25100000 +48.4320972,9.9669765,32800000 +48.432091150000005,9.96695015,32800000 +48.43208526666667,9.966924266666666,32800000 +48.4320617,9.9668215,39100000 +48.4320556,9.96679615,39100000 +48.43203125,9.96669455,30400000 +48.432037,9.9667199,30400000 +48.43202513333333,9.9666689,30400000 +48.43199485,9.9665392,26800000 +48.4320009,9.9665653,26800000 +48.43197,9.96643365,28800000 +48.43196366666666,9.966407133333332,28800000 +48.4319763,9.9664602,28800000 +48.4319382,9.9663013,39000000 +48.43193165,9.9662752,39000000 +48.4319119,9.9661961,20500000 +48.431905,9.96616945,20500000 +48.431898100000005,9.966142833333333,20500000 +48.4318673,9.9660241,31800000 +48.4318603,9.96599835,31800000 +48.4318321,9.9658964,20500000 +48.431803,9.9657947,26400000 +48.43179606666666,9.965768933333337,26400000 +48.43176315,9.96563815,29000000 +48.4317689,9.9656649,29000000 +48.4317452,9.9655582,33900000 +48.4317394,9.9655312,33900000 +48.431733433333335,9.965504033333334,33900000 +48.4317096,9.9653944,43300000 +48.4317029,9.9653668,43300000 +48.4316825,9.9652842,36000000 +48.4316738,9.96524975,36000000 +48.4316662,9.96522,36000000 +48.4316373,9.9651048,28900000 +48.4316303,9.9650768,28900000 +48.43160275,9.9649664,31100000 +48.43159616666666,9.964938866666666,31100000 +48.4316095,9.9649939,31100000 +48.4315663,9.9648143,35900000 +48.43155955,9.9647862,35900000 +48.4315351,9.9646887,22700000 +48.4315282,9.96466085,22700000 +48.4315076,9.9645766,38400000 +48.431498950000005,9.9645415,38400000 +48.4314762,9.9644498,42900000 +48.4314691,9.96442175,42900000 +48.43146196666667,9.9643937,42900000 +48.4314272,9.96425265,35600000 +48.4314339,9.9642811,35600000 +48.4313919,9.964101633333334,27100000 +48.43139895,9.96413185,27100000 +48.4314071,9.9641673,27100000 +48.4313634,9.9639744,22100000 +48.43135805,9.96394895,22100000 +48.431343,9.9638741,29800000 +48.4313389,9.96385005,29800000 +48.4313271,9.9637788,20700000 +48.43132365,9.9637554,20700000 +48.4313203,9.963732266666666,20700000 +48.431307,9.9636291,24200000 +48.4313049,9.96360695,24200000 +48.43129665,9.96351255,24200000 +48.4312992,9.9635424,24200000 +48.43128985,9.9634215,20100000 +48.4312913,9.9634447,20100000 +48.4312861,9.96334025,25600000 +48.431286066666665,9.963321266666666,25600000 +48.4312904,9.9632398,23800000 +48.43129345,9.96322245,23800000 +48.4313076,9.9631616,18700000 +48.43131355,9.9631395,18700000 +48.4313287,9.9630719,22800000 +48.4313303,9.9630487,22800000 +48.4313288,9.9629892,23900000 +48.43132375,9.962968,23900000 +48.4312935,9.9628941,29600000 +48.4312935,9.9628941,29600000 +48.431303,9.9629102,29600000 +48.43125625,9.9628276,15500000 +48.4312284,9.9627533,23900000 +48.4312055,9.96266375,35100000 +48.4311778,9.9625236,28800000 +48.4311543,9.96237595,23700000 +48.43113915,9.962262,22100000 +48.43112293333333,9.9620989,24500000 +48.43110705,9.96191555,27600000 +48.43109375,9.9617542,34000000 +48.431079100000005,9.9615797,19400000 +48.431065450000006,9.9614191,17700000 +48.4310412,9.9610655,32500000 +48.4310371,9.9609212,32700000 +48.43103665,9.96087255,32700000 +48.4310361,9.9607457,30800000 +48.4310363,9.96069645,30800000 +48.431036500000005,9.960653533333334,30800000 +48.431036500000005,9.960653533333334,30800000 +48.4310373,9.9604675,25100000 +48.43103785,9.96041705,25100000 +48.4310393,9.9602233,25800000 +48.4310398,9.9600366,17800000 +48.4310376,9.95985955,30700000 +48.4310319,9.959671,36500000 +48.4310213,9.959429033333334,41000000 +48.43100555,9.95919855,63600000 +48.43098915,9.95903215,27700000 +48.4309648,9.9588381,65900000 +48.430930366666665,9.9586033,24500000 +48.4309003,9.9584171,45500000 +48.43089365,9.9583796,45500000 +48.43086555,9.95822435,37700000 +48.43083445,9.9580604,22800000 +48.4308049,9.957903833333331,20000000 +48.43077955,9.95776505,30300000 +48.4307554,9.957624566666668,23800000 +48.4307367,9.95750645,29300000 +48.43072395,9.9574194,56200000 +48.43071175,9.9573325,39500000 +48.43070143333333,9.9572563,92000000 +48.4306926,9.9571918,108000000 +48.4306871,9.9571538,26400000 +48.43067993333333,9.9571153,89400000 +48.43066090000001,9.95706905,28400000 +48.43062745,9.9570375,23300000 +48.430585,9.9570255,42700000 +48.4305432,9.9570245,73600000 +48.4304952,9.9570287,166000000 +48.43041626666667,9.9570438,85800000 +48.43026705,9.9570712,123000000 +48.4291514,9.9570625,118000000 +48.4281123,9.9568889,73100000 +48.4281002,9.956886,73100000 +48.42805535,9.9568746,35900000 +48.4280657,9.9568772,35900000 +48.4280261,9.9568668,66800000 +48.42801745,9.9568646,66800000 +48.42798595,9.95685695,56800000 +48.4279579,9.95684975,24700000 +48.4279406,9.9568453,23400000 +48.42793545,9.95684405,23400000 +48.4279229,9.9568411,31700000 +48.4279206,9.95684055,31700000 +48.4279169,9.9568398,54400000 +48.42791685,9.95683995,54400000 +48.42791665,9.95684045,35000000 +48.42791645,9.956841,34600000 +48.4279164,9.9568412,33800000 +48.42791645,9.95684125,38800000 +48.42791675,9.9568414,43600000 +48.4279173,9.9568414,49600000 +48.4279177,9.9568414,44100000 +48.42791783333333,9.956841433333333,44100000 +48.4279183,9.9568416,76700000 +48.4279184,9.95684165,76700000 +48.4279188,9.95684175,25000000 +48.427919300000006,9.956842033333333,36700000 +48.4279192,9.956842,36700000 +48.4279197,9.9568424,37800000 +48.4279198,9.95684255,37800000 +48.42792,9.9568431,36800000 +48.4279201,9.9568433,36800000 +48.42792035,9.956844,27500000 +48.4279204,9.9568442,27500000 +48.4279206,9.9568449,28100000 +48.4279206,9.95684505,28100000 +48.4279206,9.9568456,35700000 +48.4279206,9.9568461,23500000 +48.4279206,9.956846166666669,23500000 +48.4279206,9.95684655,29800000 +48.42792055,9.9568468,37800000 +48.42792045,9.9568471,27500000 +48.4279204,9.95684735,39700000 +48.4279204,9.956847366666668,39700000 +48.4279204,9.9568475,30800000 +48.4279204,9.95684755,30800000 +48.4279204,9.9568477,43500000 +48.42792035,9.95684775,43500000 +48.4279203,9.9568478,35800000 +48.4279203,9.9568478,35800000 +48.4279202,9.9568479,30600000 +48.4279202,9.9568479,30600000 +48.4279201,9.9568479,33000000 +48.4279201,9.9568479,33000000 +48.4279201,9.9568479,19700000 +48.42792005,9.9568479,19700000 +48.42792,9.9568479,37500000 +48.42792,9.95684785,37500000 +48.42792,9.9568479,38600000 +48.42792,9.9568479,38600000 +48.4279199,9.9568479,45800000 +48.4279199,9.9568479,45800000 +48.42792,9.9568479,35000000 +48.42792,9.9568479,35000000 +48.42792,9.9568479,55700000 +48.42792005,9.9568479,55700000 +48.4279202,9.9568479,44000000 +48.4279202,9.9568479,44000000 +48.42792035,9.956848,71400000 +48.4279205,9.9568481,37100000 +48.42792053333333,9.9568481,37100000 +48.42792075,9.95684815,20900000 +48.4279208,9.95684825,30100000 +48.4279208,9.9568482,30100000 +48.4279209,9.9568483,70000000 +48.42792095,9.95684835,70000000 +48.42792105,9.95684855,58800000 +48.4279211,9.95684865,46900000 +48.4279211,9.9568486,46900000 +48.4279212,9.9568487,32500000 +48.4279212,9.9568487,37400000 +48.4279212,9.95684875,37400000 +48.4279212,9.9568488,57900000 +48.42792125,9.9568488,57900000 +48.42792125,9.9568488,42100000 +48.4279212,9.9568488,24800000 +48.4279211,9.9568489,38200000 +48.42792095,9.9568489,26200000 +48.4279209,9.9568489,44800000 +48.42792085,9.9568489,44800000 +48.42792055,9.95684885,66400000 +48.4279203,9.9568488,66400000 +48.42791455,9.9568471,46800000 +48.4279173,9.9568479,46800000 +48.42789805,9.95684255,51000000 +48.4279035,9.956844,51000000 +48.427879,9.9568374,26000000 +48.4278711,9.95683545,26000000 +48.4278467,9.9568297,58200000 +48.42783885,9.9568281,58200000 +48.4278153,9.9568242,45700000 +48.4278072,9.95682325,45700000 +48.4277773,9.9568214,24800000 +48.4277857,9.9568215,24800000 +48.4277431,9.9568228,31200000 +48.4277518,9.956822,31200000 +48.4277063,9.95683,33700000 +48.4277164,9.9568266,33700000 +48.427673,9.9568467,32000000 +48.4276615,9.9568569,32000000 +48.4276328,9.9568892,27100000 +48.42762195,9.95690745,27100000 +48.4275931,9.9569721,36100000 +48.42758665,9.95699835,36100000 +48.42756725,9.95710995,33500000 +48.4275704,9.9570837,33500000 +48.427554,9.9572282,28700000 +48.427550700000005,9.957261466666669,28700000 +48.4275356,9.9574099,102000000 +48.4275312,9.95745335,102000000 +48.42751545,9.9576062,31900000 +48.42749895,9.9577608,25100000 +48.42749466666667,9.957801466666666,25100000 +48.4274774,9.9579673,22600000 +48.427473,9.95801095,22600000 +48.42745425,9.95818875,18900000 +48.42744919999999,9.958235,18900000 +48.42742225,9.95847125,30900000 +48.4274285,9.9584226,30900000 +48.42739236666666,9.958716099999998,32100000 +48.4273985,9.9586671,32100000 +48.4273671,9.9589114,27500000 +48.4273604,9.95896005,27500000 +48.4273337,9.959155,23500000 +48.427327,9.959204133333332,23500000 +48.427293500000005,9.9594509,23400000 +48.42726555,9.9596519,30000000 +48.42725813333334,9.9597025,30000000 +48.42722015,9.9599571,24600000 +48.42718153333333,9.960215033333332,28800000 +48.4271895,9.9601633,28800000 +48.4271975,9.9601115,28800000 +48.4271472,9.9604221,27400000 +48.427138,9.96047405,27400000 +48.42709346666667,9.960734366666667,17000000 +48.4270438,9.9610203,24800000 +48.42700975,9.9612282,33700000 +48.426972500000005,9.9614485,38000000 +48.42692215,9.9617342,146000000 +48.42678623333333,9.9625347,25900000 +48.4267949,9.9624823,25900000 +48.426804,9.9624297,25900000 +48.4267533,9.9627444,31900000 +48.426745,9.96279645,31900000 +48.4267195,9.9629521,30300000 +48.42671125,9.9630047,30300000 +48.42670316666666,9.9630573,30300000 +48.4266716,9.9632686,17700000 +48.4266633,9.96332165,17700000 +48.4266385,9.9634813,27900000 +48.4266306,9.96353475,27900000 +48.4266226,9.9635884,27900000 +48.42658345,9.96385855,22900000 +48.426591,9.9638041,22900000 +48.4265533,9.96407735,18800000 +48.42654583333333,9.964132466666667,18800000 +48.4265608,9.9640224,18800000 +48.426514,9.9643807,29000000 +48.42650735,9.96443585,29000000 +48.4264872,9.9646016,18400000 +48.42648079999999,9.96465645,18400000 +48.4264741,9.964711233333333,18400000 +48.4264456,9.9649292,16100000 +48.42643745,9.9649826,16100000 +48.4264134,9.9651421,24400000 +48.4264002,9.9652475,24400000 +48.42640655,9.9651949,24400000 +48.4263717,9.96550865,31900000 +48.4263766,9.9654568,31900000 +48.426354700000005,9.9657145,21600000 +48.4263518,9.965765233333334,21600000 +48.4263581,9.9656634,21600000 +48.4263419,9.9659675,31800000 +48.42633905,9.9660304,31800000 +48.4263315,9.9661941,22400000 +48.42632935,9.96624455,22400000 +48.42631836666666,9.966493633333332,31200000 +48.4263225,9.9663949,31200000 +48.42632045,9.96644455,31200000 +48.4263068,9.96673455,31900000 +48.4263094,9.9666878,31900000 +48.4262966,9.9668956,33500000 +48.4262921,9.96695015,33500000 +48.4262792,9.9670882,65300000 +48.42627385,9.96712805,65300000 +48.42626766666667,9.967167033333332,65300000 +48.426229,9.96735665,78800000 +48.4262385,9.9673201,78800000 +48.42555275,9.9694117,23400000 +48.42555313333333,9.969412066666669,19300000 +48.425553050000005,9.969412,19300000 +48.4255534,9.9694123,32600000 +48.4255534,9.9694123,32600000 +48.4255535,9.9694124,38300000 +48.4255535,9.969412433333334,38300000 +48.4255536,9.9694125,27200000 +48.4255536,9.96941255,27200000 +48.4255537,9.96941265,38100000 +48.42555373333334,9.969412666666663,38100000 +48.4255538,9.9694128,22400000 +48.4255538,9.9694128,22400000 +48.4255539,9.9694128,16400000 +48.42555395,9.96941255,27800000 +48.42555389999999,9.9694126,27800000 +48.4255522,9.9694177,77200000 +48.425548500000005,9.969439,79600000 +48.42554783333333,9.969447966666667,79600000 +48.4255478,9.9694894,25700000 +48.4255518,9.9695087,25700000 +48.42557255,9.96956415,28200000 +48.425608350000005,9.96960605,22000000 +48.42561946666667,9.9696148,22000000 +48.42568045,9.96965385,28800000 +48.4257394,9.96967865,74500000 +48.42622613333333,9.969809933333336,138550000 +48.427177633333336,9.969762,114000000 +48.42799565,9.969475200000002,124600000 +48.42812356666667,9.9694347,36400000 +48.4282617,9.9693948,24300000 +48.4283855,9.969365133333334,31300000 +48.4285081,9.96934305,26000000 +48.42862923333333,9.969329,18600000 +48.431455166666666,9.970180066666668,79200000 +48.43152595,9.97022505,69700000 +48.431595833333326,9.970267166666666,155000000 +48.43166775,9.9703082,158000000 +48.43193936666668,9.970345666666669,146000000 +48.43200275,9.9703124,45900000 +48.43205113333334,9.970263166666667,174000000 +48.4320899,9.97020165,25400000 +48.4321397,9.9700545,97200000 +48.43215563333333,9.9699724,61100000 +48.43216795,9.96988755,73800000 +48.43217796666666,9.969799566666666,70700000 +48.43218775,9.96971085,37400000 +48.43219676666666,9.969619366666668,66900000 +48.4322051,9.9695218,42400000 +48.43221305,9.9694379,58000000 +48.43221556666666,9.969416,58000000 +48.4322298,9.9693038,29100000 +48.43224786666666,9.9691877,30900000 +48.43227105,9.9690756,40700000 +48.43229976666667,9.968973966666669,24900000 +48.4323241,9.9689041,27700000 +48.4323302,9.9688901,27700000 +48.4323534,9.96884195,31700000 +48.43235896666666,9.968831766666666,31700000 +48.432384850000005,9.96878075,24000000 +48.43239773333334,9.968719966666669,28800000 +48.43238925,9.96864505,35000000 +48.432369050000005,9.96857885,18800000 +48.43236423333334,9.9685615,18800000 +48.4323433,9.96847235,38100000 +48.43233225,9.9683971,27700000 +48.43233006666667,9.968377166666668,27700000 +48.4323212,9.9682942,22000000 +48.4323191,9.9682728,22000000 +48.43231085,9.9681882,32600000 +48.432308866666666,9.9681674,32600000 +48.4323006,9.9680853,34800000 +48.43229815,9.968065,34800000 +48.4322883,9.96798685,25900000 +48.4322855,9.967968833333332,25900000 +48.432271150000005,9.96788435,24800000 +48.43225963333333,9.967822,24800000 +48.43226145,9.96783165,24800000 +48.4322516,9.9677786,23200000 +48.43224715,9.9677486,14900000 +48.43224676666666,9.967741866666666,14900000 +48.4322466,9.9677136,19000000 +48.4322474,9.9677081,19000000 +48.4322512,9.9676905,18000000 +48.43225315,9.967686,18000000 +48.4322625,9.9676698,21700000 +48.43226533333333,9.9676668,21700000 +48.43228065,9.967652950000002,36100000 +48.4322774,9.9676553,36100000 +48.4322944,9.96764095,23000000 +48.43229753333333,9.967637033333332,23000000 +48.43231115,9.96761385,39800000 +48.43231715,9.96759065,28800000 +48.43231793333334,9.967584366666664,28800000 +48.432319750000005,9.96755305,25500000 +48.432318,9.96752815,20600000 +48.4323173,9.967522066666666,20600000 +48.43231335,9.9674901,30100000 +48.4323141,9.9674969,30100000 +48.43230995,9.9674617,29200000 +48.432311,9.9674703,29200000 +48.4323065,9.96743225,25700000 +48.43230573333333,9.9674256,25700000 +48.43230175,9.9673945,24900000 +48.43229505,9.9673709,23400000 +48.4322924,9.967365633333335,23400000 +48.43227815,9.9673447,39300000 +48.4322688,9.96733855,37700000 +48.4322669,9.9673378,37700000 +48.43225915,9.9673358,24000000 +48.43225465,9.9673354,26900000 +48.432253933333335,9.9673354,26900000 +48.43225235,9.96733595,29600000 +48.43225325,9.96733725,30900000 +48.43225356666667,9.9673378,30900000 +48.4322545,9.9673391,22800000 +48.43225455,9.96733925,22800000 +48.43225485,9.96733975,33300000 +48.43225493333333,9.9673398,33300000 +48.4322553,9.96734,24200000 +48.4322554,9.9673401,24200000 +48.4322561,9.9673403,25900000 +48.43225613333334,9.967340366666669,25900000 +48.4322564,9.96734075,20700000 +48.4322563,9.9673406,20700000 +48.4322568,9.9673412,22100000 +48.43225685,9.96734135,22100000 +48.4322571,9.96734165,30700000 +48.43225723333333,9.9673417,30700000 +48.4322577,9.9673418,33400000 +48.432257750000005,9.9673418,33400000 +48.4322581,9.9673417,25100000 +48.4322583,9.9673417,25100000 +48.43225846666667,9.9673417,25100000 +48.432259,9.9673419,26300000 +48.4322589,9.9673419,26300000 +48.4322587,9.96734145,39000000 +48.43225825,9.9673409,16200000 +48.43225785,9.9673404,20700000 +48.432257033333336,9.967340066666669,30900000 +48.4322548,9.9673402,41800000 +48.4322543,9.9673404,41800000 +48.432253,9.96734075,39800000 +48.432253,9.967340866666667,39800000 +48.4322529,9.96734115,27100000 +48.4322529,9.9673412,27100000 +48.43236426,9.96760118,24500000 +48.43236314,9.96760298,18300000 +48.4323617,9.967604525,22200000 +48.43236012,9.967605600000002,23100000 +48.43235885,9.96760625,29300000 +48.43235803333332,9.967606666666669,30500000 +48.43235785,9.967606675,30500000 +48.43235684,9.9676072,35500000 +48.43235692500001,9.967607175,35500000 +48.432356175,9.9676075,29200000 +48.432355125,9.967607175,22200000 +48.43235502,9.9676071,22200000 +48.432354125,9.9676065,16900000 +48.43235404,9.96760648,16900000 +48.43235353333333,9.967605366666668,19200000 +48.43235062,9.96760276,29600000 +48.432350875,9.967601025,20900000 +48.43234956,9.96759944,21800000 +48.432349775,9.9675995,21800000 +48.432350066666665,9.967599466666666,21800000 +48.43234764,9.96759926,30600000 +48.4323468,9.967599433333334,21600000 +48.432346625,9.96759925,21600000 +48.43234631999999,9.96759888,21600000 +48.43234516666666,9.967593333333332,24200000 +48.4323461,9.96758688,29100000 +48.43234705,9.9675812,23900000 +48.4323477,9.967576375,37100000 +48.432349,9.96757096,25000000 +48.432349575,9.96756835,25500000 +48.43235032,9.96756688,28000000 +48.432350225,9.967566975,28000000 +48.432352,9.9675653,22100000 +48.43235226,9.96756516,22100000 +48.43235508,9.9675639,24800000 +48.432354925,9.96756275,26600000 +48.43235474,9.96756282,26600000 +48.432353420000005,9.96756172,20100000 +48.432353425,9.967562175,20100000 +48.432354575,9.9675596,33700000 +48.43235476,9.96755946,33700000 +48.43235525,9.96755835,26900000 +48.43235526,9.96755828,26900000 +48.43235492,9.967557160000002,22400000 +48.4323558,9.96755538,19000000 +48.43235654,9.96755812,18400000 +48.432356225,9.967555975,27000000 +48.4323561,9.96755546,27000000 +48.4323551,9.967553249999998,25300000 +38.74588408,7.974042599999999,25300000 +29.05941284,5.980531879999999,19200000 +29.05941224,5.980531619999999,19800000 +48.43235198,9.96755278,19300000 +38.74588036,7.974043879999999,30400000 +29.0594115,5.98052888,15500000 +9.6864702,1.99350982,21800000 +38.74587666000001,7.9740441,36200000 +48.43234076,9.96754854,27000000 +48.43234274,9.96753556,25300000 +48.43234555,9.9675242,27600000 +48.4323478,9.967514466666666,24800000 +48.43234815,9.967513625,24800000 +48.432350675,9.9675147,30100000 +48.43235086666667,9.967514266666669,30100000 +48.432349,9.96751495,20400000 +48.43234798,9.96750992,29700000 +48.43234834,9.96750946,35800000 +48.432348860000005,9.96751046,16000000 +48.432346900000006,9.96750912,19000000 +48.43234694,9.967509,25600000 +48.4323442,9.96750988,43900000 +48.43233588,9.9675078,31900000 +48.43233292,9.9675033,32200000 +48.432327575,9.96750575,32700000 +48.4323276,9.967505533333332,32700000 +48.43232782,9.96750554,32700000 +48.43232646,9.96750578,18800000 +48.43232735,9.967505425,18800000 +48.432319975,9.967512125,18400000 +48.43231912,9.9675128,18400000 +48.432312875,9.9675181,31200000 +48.43231281999999,9.96751844,31200000 +48.4323111,9.9675206,27500000 +48.4323105,9.967521,27500000 +36.3242303,7.475643025,28800000 +38.74584562,7.97401908,28800000 +48.432306360000005,9.96752562,18000000 +48.43230622,9.96752666,20200000 +48.43230522,9.96752744,37400000 +48.4323051,9.9675288,38700000 +48.43230522,9.96753114,51500000 +48.432305,9.9675308,51500000 +48.43230655,9.967534675,25300000 +48.43230682,9.967535,25300000 +48.432308575,9.967537175,24600000 +48.43230868,9.967537060000002,24600000 +48.43230928,9.96753726,33400000 +48.43230935,9.967537125,33400000 +48.4323083,9.9675386,25400000 +48.43230831999999,9.96753866,25400000 +48.432309280000005,9.967538520000002,22600000 +48.432310075,9.967540925,28900000 +48.43230989999999,9.96754134,28900000 +48.43230858,9.96754504,25900000 +48.43230791999999,9.9675476,22100000 +48.4323079,9.96754966,24700000 +48.43230735,9.967549825,46400000 +48.4323072,9.967549879999998,46400000 +48.432305375000006,9.96755,41000000 +48.43230530000001,9.96754992,41000000 +48.43230512499999,9.9675485,25500000 +48.43230532,9.96754834,25500000 +48.43230894,9.96754806,43200000 +48.43231412,9.9675476,16200000 +48.432319160000006,9.96755158,20500000 +48.4323234,9.96755828,22800000 +48.43233044,9.967562179999998,44700000 +48.43233544,9.9675637,37800000 +48.43233654,9.96756064,36600000 +48.43233475,9.9675556,25500000 +48.43233508,9.96755492,25500000 +36.324251475,7.475663799999999,27000000 +38.74586692,7.974037299999999,27000000 +32.288206800000005,6.644979199999999,29800000 +36.324230675,7.4755886,29800000 +38.74584346,7.973924460000001,19200000 +36.324227825,7.475555375,19200000 +9.68646058,1.99348028,30300000 +19.37292124,3.9869599,23100000 +48.4323034,9.96738798,23400000 +48.432315120000005,9.96741,35600000 +48.43232326,9.96742632,35100000 +48.43232508,9.96743688,38700000 +48.4323263,9.9674408,25800000 +48.43232695,9.96744115,25800000 +48.432327740000005,9.96744172,25800000 +48.43233445,9.967446175,32700000 +48.43233474,9.96744636,32700000 +48.43233735,9.967447525,27900000 +48.43233738,9.96744806,27900000 +48.432338900000005,9.96745145,28500000 +48.43233912000001,9.967451360000002,28500000 +48.432340275,9.967454,31700000 +48.4323402,9.9674547,31700000 +48.4323374,9.96745984,18100000 +48.43233682,9.96746352,20300000 +48.4323367,9.96746275,20300000 +48.4323393,9.96747104,22800000 +48.43234572000001,9.96747526,21200000 +48.43234814,9.967476260000002,21800000 +48.4323488,9.96747982,17700000 +48.432349480000006,9.9674839,25800000 +48.43235080000001,9.96748472,16400000 +48.43235218,9.96748748,20400000 +48.43235448,9.96749402,21600000 +48.4323562,9.9674991,21000000 +48.432357475,9.967501825,27800000 +48.43235756,9.967501899999998,27800000 +48.43235823333333,9.9675019,28400000 +48.432358325,9.9675018,28400000 +48.43235906,9.967501019999998,29400000 +48.432359025,9.96750105,29400000 +48.43235894,9.96750058,32300000 +48.432358775,9.96750065,22800000 +48.43235828,9.96750058,28200000 +48.4323581,9.96750098,29800000 +48.43235766,9.9675008,32000000 +48.43235732,9.96750156,24300000 +48.43235765000001,9.967501375,17600000 +48.43235766,9.9675012,17600000 +48.43235730000001,9.96749968,18000000 +48.43235742,9.96749944,32900000 +48.432357125,9.967499975,31800000 +48.432357640000006,9.96750226,23200000 +48.432358175,9.967505575,24300000 +48.43235826,9.96750572,24300000 +48.43235926,9.967509240000002,18900000 +48.43235956,9.96751324,17600000 +48.43235962,9.96751182,23100000 +48.43235874,9.96750614,18800000 +48.43235825,9.96750595,24100000 +48.43235824,9.96750606,24100000 +48.43236027499999,9.967508475,28300000 +48.43236042,9.96750854,28300000 +48.43235782,9.9675079,20100000 +48.43235205999999,9.9675093,26400000 +48.43235064,9.96751952,30600000 +48.43234846,9.96752026,20500000 +48.4323421,9.967524780000002,40500000 +48.4323343,9.96752706,26900000 +48.43233065,9.96752795,21800000 +48.43233086666667,9.9675277,21800000 +48.43232852,9.9675292,19900000 +48.43232824,9.96753304,20300000 +48.43232556,9.96753536,66400000 +48.432325775,9.967535175,66400000 +48.43232404,9.967537240000002,26900000 +48.432323725,9.967538325,28900000 +48.43232384,9.9675396,33600000 +48.43232228,9.96754108,25600000 +48.43231925,9.96754255,38000000 +48.4323155,9.96754512,110000000 +48.432312466666666,9.9675476,26600000 +48.43230932,9.96755056,20800000 +48.432306275,9.967553675,38200000 +48.432304325,9.967556,20500000 +48.432304220000006,9.96755616,20500000 +48.43230385,9.96755635,24200000 +48.43230415,9.9675553,24400000 +48.43230434,9.9675546,20500000 +48.4323054,9.967552675,26700000 +48.432307425,9.9675484,20900000 +48.43230872,9.96754412,85800000 +48.432309325,9.967540875,25900000 +48.43231018,9.96753942,66200000 +48.4323108,9.967539725,28900000 +48.43231109999999,9.967539625,17600000 +48.432310925,9.96754005,23100000 +48.43230946666667,9.967543399999998,33400000 +48.4323093,9.96754375,33400000 +48.43230823333334,9.9675461,26500000 +48.4323081,9.9675465,55200000 +48.432308075,9.96754655,55200000 +48.4323081,9.967546866666668,17800000 +48.432308166666665,9.967547466666668,54300000 +48.432308625000005,9.967545,28600000 +48.432309233333335,9.9675354,64700000 +48.43230906666667,9.967522133333333,19000000 +48.43230883333333,9.967504933333334,53100000 +48.432308525,9.967501925,53100000 +48.43230685,9.9674826,26500000 +48.432306366666666,9.967478966666668,26500000 +48.432302400000005,9.967455966666668,53600000 +48.43229775,9.967426625,18000000 +48.43229836666666,9.967430833333331,18000000 +48.432294266666666,9.967398033333334,34700000 +48.4322947,9.967402,34700000 +48.43229046666666,9.9673753,20300000 +48.4322865,9.967353133333337,33500000 +48.43228595,9.96734945,33500000 +48.4322826,9.9673236,26900000 +48.43227883333333,9.9673022,34400000 +48.432275175,9.967278825,20100000 +48.4322763,9.9672855,20100000 +48.43227573333333,9.967282133333333,20100000 +48.43227215,9.96725985,32100000 +48.43227146666667,9.9672569,32100000 +48.43226715,9.9672433,35600000 +48.4322663,9.967240966666669,35600000 +48.432260500000005,9.967229033333332,35900000 +48.43225915,9.967227375,35900000 +48.43225013333333,9.967216766666668,24400000 +48.43225145,9.96721785,24400000 +48.43224306666667,9.9672124,23100000 +48.4322408,9.9672115,39600000 +48.4322412,9.9672117,39600000 +48.43223775,9.96720955,27500000 +48.43223699999999,9.967208733333331,27500000 +48.43223226666667,9.967205733333332,29000000 +48.432226425,9.967203525,34100000 +48.43222355,9.96720115,24300000 +48.432223533333335,9.967201033333334,24300000 +48.4322233,9.96720045,29800000 +48.4322233,9.9672003,29800000 +48.43222305,9.9671995,30900000 +48.4322231,9.967199566666666,30900000 +48.4322228,9.9671989,37600000 +48.432222466666666,9.9671961,18200000 +48.43222265,9.967196,18200000 +48.43222406666666,9.967196066666668,26600000 +48.43222596666667,9.967196666666666,31400000 +48.432226175,9.9671969,31400000 +48.432228,9.967197933333331,32000000 +48.432230125,9.967198425,24900000 +48.4322299,9.967198166666666,24900000 +48.4322296,9.9671979,24900000 +48.43223135,9.96719975,38500000 +48.4322317,9.967199933333331,38500000 +48.43223375,9.9672009,41200000 +48.432234,9.967200933333332,41200000 +48.43223493333334,9.967200566666667,25200000 +48.432235175,9.967200625,25200000 +48.43223655,9.96720125,22900000 +48.43223673333333,9.967201466666667,22900000 +48.43223983333333,9.967201933333332,27400000 +48.432241866666665,9.967202933333333,24700000 +48.43224205,9.9672032,24700000 +48.43224356666666,9.967203966666666,30800000 +48.4322446,9.9672042,22300000 +48.43224486666667,9.9672042,22300000 +48.432246033333335,9.967205,42600000 +48.432246175,9.967205225,42600000 +48.43224745,9.9672064,23500000 +48.43224763333333,9.967206433333333,23500000 +48.4322489,9.967206766666669,17500000 +48.432250100000005,9.96720665,15500000 +48.432250833333335,9.9672065,26100000 +48.43225150000001,9.967206133333333,27500000 +48.43225315,9.967207125,21800000 +48.43225435,9.96720755,27800000 +48.432254666666665,9.9672076,27800000 +48.43225623333333,9.967207066666663,37600000 +48.43225685,9.9672066,17000000 +48.4322575,9.967207066666669,20400000 +48.43225835,9.96720725,18100000 +48.43225806666666,9.9672077,22400000 +48.43225786666667,9.967207666666663,16700000 +48.432257666666665,9.967208266666669,32100000 +48.432257625,9.96720835,32100000 +48.432256200000005,9.967209833333332,39600000 +48.43225223333334,9.967212599999998,25600000 +48.432248900000005,9.967215375,33100000 +48.4322475,9.967217533333333,40200000 +48.432247375,9.9672176,18600000 +48.4322473,9.967217366666668,19500000 +48.432246433333326,9.967215533333333,30100000 +48.432245075,9.9672134,26000000 +48.4322439,9.9672096,27600000 +48.43224469999999,9.9672064,19300000 +48.432246675,9.96720185,27400000 +48.432247966666665,9.967199966666668,18300000 +48.43224775,9.967196775,18000000 +48.43224773333333,9.967197433333332,18000000 +48.43224803333334,9.9671916,23900000 +48.43224789999999,9.967187966666666,20200000 +48.432246175,9.9671877,35000000 +48.43224303333333,9.9671982,25600000 +48.43223966666667,9.9672114,34900000 +48.432239375,9.96721365,34900000 +48.43223816666667,9.967231666666668,32000000 +48.4322382,9.9672288,32000000 +48.432239466666665,9.967250333333334,25200000 +48.432243775,9.967276025,32700000 +48.43224296666667,9.967271933333334,32700000 +48.43225053333333,9.9673066,23900000 +48.4322567,9.9673348,26600000 +48.432262475,9.967377,20900000 +48.43226946666667,9.967422166666667,33100000 +48.43227412499999,9.967461675,33300000 +48.4322789,9.967494899999998,45100000 +48.4322794,9.9674991,45100000 +48.432283600000005,9.967525733333334,24700000 +48.43228425,9.967529375000002,24700000 +48.43228835,9.967551275,29700000 +48.432288,9.9675497,29700000 +48.4322909,9.967562866666666,32200000 +48.432291025,9.967564775,32200000 +48.43229110000001,9.967576766666664,22900000 +48.43229075000001,9.9675785,22900000 +48.4322881,9.967590866666669,22300000 +48.432282775,9.967604425,24100000 +48.4322738,9.96761626,36700000 +48.4322649,9.967622566666668,30100000 +48.43226385,9.967623175,30100000 +48.43226625,9.9676218,30100000 +48.43225785,9.96762665,23600000 +48.43225693333333,9.9676272,23600000 +48.43225066666667,9.967629533333334,25200000 +48.432249825,9.96762975,25200000 +48.4322437,9.967631166666669,32400000 +48.4322428,9.96763115,32400000 +48.43223465999999,9.96763076,23200000 +48.4322355,9.967630725,23200000 +48.432225,9.9676272,23800000 +48.43222643333333,9.967628233333334,23800000 +48.43221325,9.967616799999998,19700000 +48.43220285,9.96759955,29300000 +48.432193325,9.9675725,34000000 +48.43218115,9.9675215,25200000 +48.432172,9.9674762,32000000 +48.43217036666667,9.967468066666669,32000000 +48.4321689,9.9674608,32000000 +48.43215726666667,9.967397,22300000 +48.432144425,9.967327675,35200000 +48.432127475,9.967236575,23500000 +48.43213003333333,9.967250066666669,23500000 +48.43211156666666,9.967151766666667,21900000 +48.432109275,9.9671408,21900000 +48.432090275,9.96705235,32200000 +48.432071875,9.966960475,35000000 +48.43204758,9.96685518,19100000 +48.43202466666667,9.966757,27400000 +48.432021275,9.96674315,27400000 +48.431995825,9.966636325,20400000 +48.431998666666665,9.9666486,20400000 +48.43197426666666,9.966542066666667,18600000 +48.4319709,9.9665276,18600000 +48.43194436,9.96641414,23000000 +48.431918800000005,9.966302075000002,29100000 +48.431915880000005,9.966289280000002,29100000 +48.4318873,9.966170725,29800000 +48.43186136,9.966072120000002,31300000 +48.431832625000006,9.9659618,34700000 +48.43180365,9.965854625,27600000 +48.43177232,9.96573932,29000000 +48.431743625,9.965623099999998,21700000 +48.43172396666666,9.965532933333334,15700000 +48.43172115,9.965520075,15700000 +48.43171842,9.9655075,15700000 +48.43169516666666,9.9654006,36000000 +48.43169215,9.96538745,36000000 +48.43166706666667,9.965277899999998,28300000 +48.4316638,9.965264524999998,28300000 +48.43163254,9.96513934,30700000 +48.431635875,9.965152775,30700000 +48.4316036,9.965024633333334,31100000 +48.431600025,9.965010175,31100000 +48.43157396666667,9.964903366666666,26300000 +48.431570425,9.964888425,26300000 +48.43153815,9.964761175,24500000 +48.43153446,9.96474748,24500000 +48.431499375,9.964613675,28100000 +48.43149574,9.964599240000002,28100000 +48.4314606,9.96445752,35000000 +48.43146405,9.964471525,35000000 +48.43142345,9.964309875,27700000 +48.43142743333334,9.9643268,27700000 +48.431392200000005,9.964176666666669,29300000 +48.43136536666666,9.964055233333331,22200000 +48.43136075,9.964033625,22200000 +48.4313382,9.9639265,28600000 +48.4313343,9.9639056,28600000 +48.43133053333333,9.963885166666666,28600000 +48.431312,9.963770466666666,27700000 +48.4313098,9.963753575,27700000 +48.43131405,9.96378535,27700000 +48.4312986,9.96365975,28700000 +48.43129676666666,9.9636414,28700000 +48.431286666666665,9.963537566666666,17500000 +48.4312855,9.9635252,17500000 +48.43127746666667,9.963430466666669,29400000 +48.4312769,9.9634184,29400000 +48.431276725,9.963318,17800000 +48.43127613333333,9.963327766666666,17800000 +48.43127746,9.96330872,17800000 +48.4312888,9.963226175,28200000 +48.43128686666666,9.963234466666668,28200000 +48.43130405,9.96316455,24400000 +48.4313062,9.96315578,24400000 +48.43132153333334,9.963078766666666,24800000 +48.431321975,9.96307035,24800000 +48.4313193,9.96300875,31100000 +48.43131723333333,9.962999333333334,31100000 +48.43131495,9.96299075,31100000 +48.431290366666666,9.962923166666664,29000000 +48.4312945,9.9629314,29000000 +48.4312657,9.96287585,29200000 +48.43126033333333,9.962865666666666,29200000 +48.43125595,9.962857125,29200000 +48.43122865,9.9627984,35700000 +48.43122523333333,9.962789166666669,35700000 +48.4312216,9.962778175,35700000 +48.43120005,9.96270405,19900000 +48.43119670000001,9.962689466666664,19900000 +48.4311747,9.96258215,22700000 +48.43115616666668,9.9624709,25500000 +48.4311584,9.9624855,25500000 +48.4311613,9.962504,25500000 +48.4311421,9.962371433333333,31000000 +48.43114015,9.962355425,31000000 +48.431125400000006,9.962225466666668,34700000 +48.431123775,9.9622093,34700000 +48.431112600000006,9.96209125,34500000 +48.43111046666667,9.962067533333334,34500000 +48.431108675,9.9620476,34500000 +48.431094125,9.961880175,27000000 +48.43109626666666,9.961905333333334,27000000 +48.43109845,9.96193025,27000000 +48.431081500000005,9.9617275,20000000 +48.43107926666667,9.961701466666666,20000000 +48.431068100000005,9.9615698,21000000 +48.431065933333336,9.961542933333334,21000000 +48.43105333333333,9.961379433333336,28000000 +48.4310516,9.9613563,28000000 +48.43104085,9.9612026,38400000 +48.43103920000001,9.961174266666667,38400000 +48.4310305,9.960973375,23700000 +48.43103215,9.9610315,23700000 +48.43103123333333,9.961002533333334,23700000 +48.43102785,9.9607972,31400000 +48.431028,9.960767366666667,31400000 +48.4310297,9.96061765,30700000 +48.431030166666666,9.960594166666668,30700000 +48.431030725,9.96056725,30700000 +48.4310337,9.96039475,30300000 +48.43103383333334,9.9603639,30300000 +48.4310348,9.96020865,25300000 +48.43103490000001,9.960177233333331,25300000 +48.4310341,9.9599879,37700000 +48.431033525,9.959956,37700000 +48.43102955,9.95978525,22500000 +48.43102876666666,9.9597602,22500000 +48.431027875,9.959731525,22500000 +48.43101993333334,9.959517366666669,30400000 +48.4310215,9.95954935,30400000 +48.431006025,9.959299175000002,40700000 +48.431008166666665,9.959325733333335,40700000 +48.4310106,9.9593576,40700000 +48.4309905,9.95912425,31600000 +48.43098716666666,9.959092566666667,31600000 +48.430961375,9.958883275,19100000 +48.43093575,9.9587084,54200000 +48.430932033333335,9.958684733333332,54200000 +48.43092855,9.958662775,54200000 +48.430898525,9.95848235,33200000 +48.43090226666667,9.958503733333332,33200000 +48.4309063,9.9585269,33200000 +48.4308711,9.9583275,25300000 +48.430866525,9.95830185,25300000 +48.4308267,9.95809155,27500000 +48.43083106666668,9.958113833333334,27500000 +48.4308364,9.95814085,27500000 +48.4307994,9.95794745,39200000 +48.4307959,9.957927966666666,39200000 +48.4307927,9.9579102,39200000 +48.430771,9.95778685,22400000 +48.43076706666667,9.957764766666664,22400000 +48.4307484,9.9576582,31900000 +48.430745,9.957638533333334,31900000 +48.430727100000006,9.957530166666666,83800000 +48.43072492500001,9.95751475,83800000 +48.4307117,9.9574201,64600000 +48.43071016666667,9.9574081,64600000 +48.4307085,9.957394925,64600000 +48.43069723333334,9.957304,131000000 +48.4306986,9.957316,131000000 +48.43068923333334,9.957239566666663,32100000 +48.4306904,9.9572488,32100000 +48.43068353333334,9.9571941,32400000 +48.430682625,9.95718775,32400000 +48.4305497,9.957048333333333,99500000 +48.430542275,9.957048325,99500000 +48.43049476666667,9.957051066666669,145000000 +48.430487075,9.9570522,145000000 +48.4304268,9.957062133333332,22900000 +48.430366475,9.957074675,20700000 +48.43029403333333,9.957087966666666,25100000 +48.42810625,9.9569019,99000000 +48.42810136666666,9.9569005,99000000 +48.4280723,9.956892433333332,126000000 +48.42804216666667,9.956884566666666,84900000 +48.428036875,9.9568833,84900000 +48.42799879999999,9.956874,111000000 +48.4280043,9.9568754,111000000 +48.427968,9.9568658,75900000 +48.427943166666665,9.956859066666668,32700000 +48.427940025,9.9568582,32700000 +48.427921833333336,9.9568534,30400000 +48.42792355,9.9568538,30400000 +48.42791536666667,9.956851633333336,28400000 +48.427915000000006,9.956851066666664,38500000 +48.427915075,9.956851,38500000 +48.42791555,9.95685065,37700000 +48.4279156,9.9568506,37700000 +48.4279157,9.9568505,29000000 +48.4279157,9.9568505,29000000 +48.4279157,9.9568505,39000000 +48.4279157,9.9568505,39000000 +48.4279157,9.9568505,37200000 +48.4279157,9.9568505,37200000 +48.4279157,9.9568505,41400000 +48.4279157,9.9568505,44000000 +48.4279157,9.9568505,44000000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,58900000 +48.4279157,9.9568505,93100000 +48.4279157,9.9568505,58900000 +48.4279157,9.9568505,34600000 +48.4279157,9.9568505,34600000 +48.4279157,9.9568505,28300000 +48.4279157,9.9568505,41500000 +48.4279157,9.9568505,41500000 +48.4279157,9.9568505,19800000 +48.4279157,9.9568505,19800000 +48.4279157,9.9568505,33200000 +48.4279157,9.9568505,28900000 +48.4279157,9.9568505,28900000 +48.4279157,9.9568505,52000000 +48.4279157,9.9568505,52000000 +48.4279157,9.9568505,21200000 +48.4279157,9.9568505,24900000 +48.4279157,9.9568505,24900000 +48.4279157,9.9568505,43200000 +48.4279157,9.9568505,43200000 +48.4279157,9.9568505,29300000 +48.4279157,9.9568505,29300000 +48.4279157,9.9568505,57700000 +48.4279157,9.9568505,38700000 +48.4279157,9.9568505,38700000 +48.4279157,9.9568505,30800000 +48.4279157,9.9568505,33600000 +48.4279157,9.9568505,33600000 +48.42791575,9.95685015,85400000 +48.42791546666666,9.9568499,85400000 +48.42791546666666,9.9568499,52450000 +48.427915075,9.956849625,52450000 +48.42790873333334,9.956846633333331,49300000 +48.4279068,9.956845975,49300000 +48.427886,9.956839700000002,45900000 +48.4278593,9.956832566666668,30200000 +48.4278537,9.9568316,30200000 +48.427807475,9.956828675,36600000 +48.42781466666667,9.956828166666666,36600000 +48.42775576666667,9.956838633333334,27700000 +48.42771403333334,9.9568583,33000000 +48.427707375,9.9568627,33000000 +48.427707375,9.9568627,33000000 +48.4276076,9.9569755,26500000 +48.4276076,9.9569755,26500000 +48.4275772,9.95705945,24500000 +48.42755718,9.95717212,30000000 +48.4275449,9.95729635,37800000 +48.427520975,9.957556625,39850000 +48.427504525,9.95771265,34600000 +48.42748738,9.95788606,26000000 +48.427468325,9.958075575,26500000 +48.4274477,9.958259,22900000 +48.4274263,9.958450966666666,18600000 +48.42737145,9.9588445,17500000 +48.427313425,9.959258375,34800000 +48.42731975,9.95921275,34800000 +48.4273242,9.9591823,34800000 +48.427316600000005,9.959236433333333,34800000 +48.42728327499999,9.959465225,29300000 +48.4272939,9.9593845,29300000 +48.4272898,9.95941475,29300000 +48.42728686666666,9.9594383,29300000 +48.4272628,9.9596068,24100000 +48.4272596,9.9596273,24100000 +48.42725623333333,9.959647833333332,24100000 +48.427253225,9.959668425,24100000 +48.427234266666666,9.9598139,33400000 +48.4272314,9.959834875,33400000 +48.42722852000001,9.9598559,33400000 +48.42723695,9.9597929,33400000 +48.42719875,9.9600679,24400000 +48.4271645,9.96030675,22300000 +48.4271304,9.96052945,21300000 +48.4270929,9.960756133333334,19700000 +48.427056,9.960972425,18300000 +48.4270681,9.96090405,18300000 +48.4270621,9.960938233333332,18300000 +48.4270258,9.9611435,25800000 +48.42702,9.9611777,25800000 +48.4270142,9.9612119,25800000 +48.4269956,9.9613261,38000000 +48.42698985,9.96136045,38000000 +48.42697795,9.961429175,38000000 +48.42698396666666,9.9613948,38000000 +48.426952,9.9615781,41700000 +48.42694615,9.9616126,41700000 +48.42694073333333,9.961647133333337,41700000 +48.426936225,9.961675925000002,41700000 +48.4269108,9.9618316,27600000 +48.4269046,9.96186635,27600000 +48.42689846666667,9.9619011,27600000 +48.4267752,9.962604025,25200000 +48.426735,9.96284285,28500000 +48.42669396666667,9.963084833333332,25400000 +48.426655475,9.9633299,25500000 +48.42648274,9.96457978,24200000 +48.4264565,9.9647958,27900000 +48.426451500000006,9.9648324,27900000 +48.42642995,9.96498995,27300000 +48.426426,9.965017966666666,27300000 +48.42642225,9.965043925,27300000 +48.4264186,9.96506902,27300000 +48.42638566666667,9.965311033333334,23100000 +48.4263939,9.9652403,23100000 +48.4263896,9.96527575,23100000 +48.426370250000005,9.96546325,32100000 +48.42636720000001,9.965498166666665,32100000 +48.42636432500001,9.965533,32100000 +48.4263517,9.96571845,29000000 +48.4263499,9.965745266666667,29000000 +48.42634825,9.96577015,29000000 +48.426335375,9.9659601,23700000 +48.42633673333333,9.965937133333332,23700000 +48.4263342,9.96598302,23700000 +48.42632456666667,9.966180233333333,29900000 +48.42632352500001,9.966204425,29900000 +48.42632254000001,9.966227659999998,29900000 +48.42631403333333,9.9664201,16300000 +48.4263131,9.96644275,16300000 +48.42631515,9.9663955,16300000 +48.4263051,9.966628225,32700000 +48.42630414,9.96664946,32700000 +48.42630613333333,9.966606233333335,32700000 +48.42629765,9.96680405,28600000 +48.426296400000005,9.966827233333332,28600000 +48.4262952,9.9668487,28600000 +48.4262862,9.9669807,36400000 +48.42628316666667,9.967009133333336,36400000 +48.42627985,9.96703725,36400000 +48.4262523,9.967224925,42700000 +48.4262559,9.967205833333333,42700000 +48.426264,9.9671581,42700000 +48.426259650000006,9.96718505,42700000 +48.4262337,9.9673162,72300000 +48.42622735,9.9673412,72300000 +48.4262207,9.967365766666669,72300000 +48.42621345,9.967389825,72300000 +48.42576115,9.96830085,160000000 +48.4257565,9.96831538,160000000 +48.425716566666665,9.9684543,158000000 +48.42571255,9.968469875,158000000 +48.4257551,9.9696922,42400000 +48.42576695,9.96969685,42400000 +48.4257763,9.969700466666668,42400000 +48.4262831,9.9698235,46200000 +48.42626465,9.96982135,46200000 +48.426409375,9.96983575,16100000 +48.4269982,9.969807374999998,136000000 +48.42698066666667,9.969810333333331,136000000 +48.4269455,9.969816,136000000 +48.4269606,9.9698136,136000000 +48.4271112,9.9697862,66100000 +48.42713136666666,9.969781466666667,66100000 +48.427149075,9.96977705,66100000 +48.42728353333334,9.969739833333334,60800000 +48.427301400000005,9.969734175,60800000 +48.42742385,9.9696931,55000000 +48.4274009,9.9697014,55000000 +48.42744173333333,9.969686633333334,55000000 +48.427582725,9.969633875,159000000 +48.42756296666667,9.969641433333337,159000000 +48.4278533,9.96953145,178000000 +48.42787523333334,9.969523633333331,178000000 +48.4278935,9.9695172,178000000 +48.4280168,9.9694759,30600000 +48.4280364,9.969469749999998,30600000 +48.42818356666667,9.969426233333332,30700000 +48.428313025,9.969394025,25100000 +48.42832864,9.96939054,25100000 +48.4284707,9.969361933333332,64700000 +48.42845075,9.969365150000002,64700000 +48.4286006,9.969343533333332,49100000 +48.42862315,9.9693412,49100000 +48.42985590000001,9.969413733333331,42400000 +48.42987585,9.96941805,42400000 +48.429832000000005,9.9694087,42400000 +48.43003133333334,9.969454233333334,30900000 +48.430007450000005,9.96944805,30900000 +48.43015005,9.9694881,63300000 +48.43016833333333,9.969494266666668,63300000 +48.4301892,9.9695017,63300000 +48.43034446666667,9.969562933333334,19300000 +48.43046563333333,9.969619233333336,37900000 +48.430484175,9.969628375,37900000 +48.43062656666667,9.969700233333333,31900000 +48.43073155,9.96975595,42300000 +48.43075163333334,9.9697671,42300000 +48.43077135,9.969778175,42300000 +48.4309911,9.969906,24400000 +48.43100736666667,9.969915733333332,24400000 +48.431020700000005,9.969923775,24400000 +48.4311056,9.96997585,32900000 +48.43111976666668,9.9699849,32900000 +48.431204125,9.97003955,39000000 +48.43119173333333,9.970031399999998,39000000 +48.43127705,9.97008705,29800000 +48.43128853333334,9.970094333333334,29800000 +48.43134623333333,9.9701308,25200000 +48.43135605,9.97013685,25200000 +48.4314255,9.970178966666667,28800000 +48.4314331,9.970183525,28800000 +48.431497533333335,9.970222866666669,176000000 +48.431568125,9.970263275,123000000 +48.43155873333333,9.970257733333332,123000000 +48.43163895,9.970304575,174000000 +48.43186483333333,9.970360433333331,136000000 +48.43191505,9.9703508,60500000 +48.43192466666667,9.9703472,60500000 +48.43197876666667,9.970318866666668,95200000 +48.431985175,9.97031385,95200000 +48.432093475,9.9701683,177000000 +48.43215005,9.969971725,20000000 +48.432165775,9.969856025,156000000 +48.43216707999999,9.96984308,156000000 +48.43217926666667,9.969714433333332,103000000 +48.432202925,9.969463875,90900000 +48.4322043,9.96944978,90900000 +48.432217425000005,9.969327774999998,162000000 +48.43221914000001,9.969314959999998,162000000 +48.4322362,9.969201775,29000000 +48.43223856,9.96918992,29000000 +48.43226000000001,9.969092266666664,20200000 +48.4322628,9.969081375,20200000 +48.432287175,9.968994225,29900000 +48.432314725,9.968914125,26200000 +48.43231086666666,9.968923433333334,26200000 +48.43233713333333,9.968864133333334,34900000 +48.43233975,9.968859225,34900000 +48.43235453333333,9.9688326,33500000 +48.4323578,9.968827625,35200000 +48.4323584,9.96882735,28600000 +48.43235885,9.968827,36300000 +48.4323589,9.968827,37300000 +48.4323589,9.968827,37300000 +48.4323589,9.968827,33800000 +48.4323589,9.968827,33800000 +48.4323605,9.9688274,37000000 +48.4323626,9.9688279,19400000 +48.43236265,9.968827925,19400000 +48.4323628,9.968828,26100000 +48.4323639,9.96882745,32300000 +48.4323635,9.968827766666664,32300000 +48.43236819999999,9.968822,29300000 +48.43237516666667,9.968809166666666,36000000 +48.432377075,9.96880525,36000000 +48.43239093333333,9.968771166666668,28500000 +48.43239225,9.968765575,28500000 +48.432397175000006,9.968704725,33200000 +48.43238605,9.9686297,31000000 +48.43236943333333,9.968557466666669,19800000 +48.4323525,9.968475275,18300000 +48.432337025,9.968370825,45900000 +48.43232603333333,9.9682657,20000000 +48.4323144,9.968156466666668,36000000 +48.432312025,9.96813725,36000000 +48.4322956,9.968007533333331,17600000 +48.432293625,9.9679915,17600000 +48.432277633333335,9.967880766666664,32500000 +48.432274625,9.96786325,32500000 +48.43225290000001,9.9677329,61300000 +48.43225580000001,9.96775,61300000 +48.43223343333333,9.967617533333334,26200000 +48.432230725,9.967601425000002,26200000 +48.4322111,9.967489933333333,82800000 +48.432185100000005,9.967354725,27500000 +48.43215673333333,9.967220666666668,23700000 +48.432128125,9.96709735,26300000 +48.432094675,9.966953575,22200000 +48.432060500000006,9.9668091,31100000 +48.432056125,9.96679095,31100000 +48.43202483333334,9.966660466666667,104000000 +48.4319955,9.966534700000002,22500000 +48.431961400000006,9.966380925,59400000 +48.43193043333334,9.9662453,24100000 +48.43189875,9.9661172,99300000 +48.43186426666667,9.965976433333331,25900000 +48.43183123333333,9.965853833333334,40900000 +48.43179736666667,9.965732933333332,28400000 +48.431792575,9.96571295,28400000 +48.4317617,9.9655772,65900000 +48.4317586,9.965562525,65900000 +48.4317338,9.965442633333334,27100000 +48.43170716666666,9.965334,54300000 +48.43170205,9.96531455,54300000 +48.4316667,9.9651753,34000000 +48.4316305,9.965033625,83600000 +48.4315944,9.964894733333333,22400000 +48.43156059999999,9.964762,38500000 +48.43152155,9.964600075,26900000 +48.4314905,9.96446695,83600000 +48.43148573333334,9.964446266666668,83600000 +48.4314537,9.964315066666666,33300000 +48.43144815,9.964292775,33300000 +48.43141485,9.9641601,61400000 +48.43140929999999,9.964138466666666,61400000 +48.43137843333333,9.964009033333332,32500000 +48.43135123333334,9.9638801,64100000 +48.43134735,9.9638588,64100000 +48.431323633333335,9.963710933333331,25300000 +48.431311533333336,9.963592566666668,29400000 +48.4313034,9.9634778,24700000 +48.431298266666666,9.963381666666663,28600000 +48.4312978,9.96331695,24900000 +48.43129816666666,9.9633041,24900000 +48.4313036,9.963226866666666,36100000 +48.431305725,9.963214225,36100000 +48.4313195,9.96313935,22800000 +48.43132193333333,9.9631271,22800000 +48.43133286666667,9.963050833333332,31100000 +48.4313256,9.962959825,19400000 +48.4312956,9.962874466666667,20100000 +48.431261500000005,9.9628047,17600000 +48.4312277,9.962715325,30000000 +48.43123173333333,9.962729700000002,30000000 +48.43120103333334,9.962607333333333,24600000 +48.43118066666667,9.9624984,31900000 +48.43116179999999,9.9623757,17500000 +48.43115895,9.9623538,17500000 +48.43113963333334,9.962197066666668,34300000 +48.4311256,9.962057033333334,24000000 +48.43111413333335,9.961913166666667,26800000 +48.431112275,9.9618886,26800000 +48.431096966666665,9.961714566666666,23100000 +48.43108226666667,9.9615624,29000000 +48.431067175,9.96138,26800000 +48.43106906666666,9.961406633333334,26800000 +48.43105685,9.96121855,25800000 +48.43105543333333,9.961191066666666,25800000 +48.43104935,9.9610524,33400000 +48.43104853333333,9.9610243,33400000 +48.43104603333333,9.9608537,98900000 +48.431046075,9.9608247,98900000 +48.4310468,9.96064945,19700000 +48.431047,9.960619733333331,19700000 +48.43104763333333,9.960439766666669,25000000 +48.431048975,9.960224725,20700000 +48.431049400000006,9.960005699999998,90900000 +48.43104753333333,9.959816466666666,46400000 +48.43104175,9.959593175,29700000 +48.431030066666665,9.9593678,23500000 +48.4310323,9.959399950000002,23500000 +48.431017350000005,9.9592071,20600000 +48.43101416666667,9.959175133333334,20600000 +48.4309927,9.958984466666664,22700000 +48.43098865,9.958953025,22700000 +48.43096345,9.95876515,25000000 +48.430958833333335,9.958734133333332,25000000 +48.430930466666666,9.958549433333332,19600000 +48.43090006666667,9.958368333333333,34900000 +48.43089487500001,9.95833885,34900000 +48.4308581,9.958136166666668,24500000 +48.4308274,9.9579739,32000000 +48.4308009,9.957824866666668,29800000 +48.430796975,9.957802,29800000 +48.43077073333333,9.957652333333334,22900000 +48.430751,9.957539425,33900000 +48.43073565,9.9574469,25700000 +48.43073376666666,9.957432833333334,25700000 +48.4307245,9.95736615,85700000 +48.43072279999999,9.957354066666666,85700000 +48.43071369999999,9.957285466666669,65900000 +48.430712525,9.95727535,65900000 +48.4307048,9.957210066666669,45200000 +48.43069926666666,9.957167633333334,31600000 +48.430696350000005,9.9571451,36400000 +48.43069593333334,9.957142333333334,36400000 +48.43069555,9.957139475,36400000 +48.43069245,9.9571212,60300000 +48.43069143333333,9.957117533333331,60300000 +48.43068076666666,9.957090533333334,86900000 +48.430604466666665,9.957029866666666,154000000 +48.43056555,9.9570239,105000000 +48.43055733333333,9.957024,105000000 +48.430496575,9.9570305,19700000 +48.43042843333333,9.9570412,35700000 +48.4280143,9.956865733333332,145000000 +48.428009275,9.95686455,145000000 +48.4279363,9.9568456,28900000 +48.4279339,9.956844933333334,28900000 +48.4279317,9.956844325,28900000 +48.42791943333333,9.956841,77900000 +48.4279145,9.9568399,31400000 +48.427913966666665,9.956839766666668,31400000 +48.427912325,9.956839725,37300000 +48.42791243333334,9.956839666666664,37300000 +48.42791255,9.95683965,37300000 +48.427911550000005,9.95684015,26600000 +48.42791143333333,9.956840233333336,26600000 +48.4279112,9.9568404,44200000 +48.4279112,9.9568404,44200000 +48.4279112,9.9568404,41200000 +48.4279112,9.9568404,41200000 +48.4279112,9.9568404,50500000 +48.4279112,9.9568404,50500000 +48.4279112,9.9568404,18500000 +48.4279112,9.9568404,18500000 +48.4279112,9.9568404,31100000 +48.4279112,9.9568404,31100000 +48.4279112,9.9568404,42300000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,56400000 +48.4279112,9.9568404,36400000 +48.4279112,9.9568404,36400000 +48.4279112,9.9568404,41100000 +48.4279112,9.9568404,41100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,42100000 +48.4279112,9.9568404,24600000 +48.4279112,9.9568404,45000000 +48.4279112,9.9568404,45000000 +48.4279112,9.9568404,36300000 +48.4279112,9.9568404,36300000 +48.4279112,9.9568404,31700000 +48.4279112,9.9568404,31700000 +48.4279112,9.9568404,61800000 +48.4279112,9.9568404,61800000 +48.4279112,9.9568404,47600000 +48.4279112,9.9568404,47600000 +48.4279112,9.9568404,40300000 +48.4279112,9.9568404,56200000 +48.4279112,9.9568404,56200000 +48.4279112,9.9568404,27500000 +48.4279112,9.9568404,27500000 +48.4279112,9.9568404,65300000 +48.4279112,9.9568404,65300000 +48.4279112,9.9568404,32300000 +48.4279112,9.9568404,32300000 +48.4279112,9.9568404,34200000 +48.4279112,9.9568404,34200000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,37900000 +48.4279112,9.9568404,38500000 +48.4279112,9.9568404,38500000 +48.4279112,9.9568404,46800000 +48.4279112,9.9568404,46800000 +48.42791116666666,9.956839733333332,29100000 +48.427910975,9.956839475,29100000 +48.427908200000005,9.95683805,39600000 +48.42790693333334,9.9568377,39600000 +48.42789643333333,9.956835033333332,31100000 +48.42787813333334,9.956829933333331,22000000 +48.42787365,9.956828675,22000000 +48.42784255,9.9568205,38800000 +48.42783573333333,9.9568192,38800000 +48.42778986666666,9.956815233333332,23700000 +48.42779845,9.95681465,23700000 +48.4277458,9.95682345,32300000 +48.42773703333333,9.956827366666667,32300000 +48.427728325,9.9568321,32300000 +48.42767635,9.95686765,25200000 +48.42766786666667,9.9568766,25200000 +48.42762755,9.9569285,37800000 +48.42762059999999,9.9569419,37800000 +48.42761517499999,9.956953675,37800000 +48.42758103333333,9.9570552,33200000 +48.4275846,9.9570378,33200000 +48.42756216666667,9.957164466666669,32400000 +48.427547633333326,9.9572892,30400000 +48.427545475,9.957311825,30400000 +48.4275306,9.957471166666666,42400000 +48.42751975,9.95758725,28900000 +48.42751733333333,9.957613833333331,28900000 +48.427514725,9.957640775,28900000 +48.4274982,9.957809833333334,31400000 +48.4274956,9.957835625,31400000 +48.42750035,9.95778745,31400000 +48.42747593333333,9.9580341,34700000 +48.42747875,9.9580033,34700000 +48.42745995,9.95819075,17000000 +48.42745663333333,9.958222966666666,17000000 +48.42743885,9.95838445,36500000 +48.4274351,9.958417233333334,36500000 +48.42743122500001,9.958450375,36500000 +48.42740595,9.9586527,31500000 +48.42740176666666,9.958687866666668,31500000 +48.4273799,9.9588655,18000000 +48.427375266666665,9.958901766666663,18000000 +48.4273388,9.95915885,36000000 +48.42734413333333,9.959121566666669,36000000 +48.42730635,9.95938275,30300000 +48.427301,9.9594202,30300000 +48.42726696666667,9.9596458,26700000 +48.42722565,9.95991215,18700000 +48.4271853,9.960182166666668,39600000 +48.4271541,9.9603764,21800000 +48.427147733333335,9.960415333333332,21800000 +48.427102325,9.960687825,27700000 +48.427109,9.960649000000002,27700000 +48.42705583333333,9.960959233333334,22400000 +48.42706225,9.96092045,22400000 +48.4270228,9.9611533,38300000 +48.42701616666667,9.961192,38300000 +48.42697486666666,9.9614234,35300000 +48.4269682,9.961461925,35300000 +48.42674348,9.96276636,30400000 +48.42675156666667,9.9627136,30400000 +48.4267475,9.96274,30400000 +48.4267122,9.9629635,30100000 +48.42670623333333,9.963002966666666,30100000 +48.426664525,9.96327245,25300000 +48.4266324,9.9634891,23100000 +48.42662603333334,9.963528133333334,23100000 +48.42659166666667,9.9637428,23500000 +48.42658715,9.96377245,23500000 +48.4265519,9.9640124,19600000 +48.42654685,9.96404965,19600000 +48.42651503333334,9.964283566666667,25500000 +48.4265195,9.9642471,25500000 +48.4264892,9.964491966666666,30100000 +48.426485275000005,9.96452335,30100000 +48.42645836666667,9.964733233333334,20700000 +48.4264543,9.96476215,20700000 +48.4264245,9.9649808,30900000 +48.42642107499999,9.965006025,30900000 +48.4263946,9.9651911,30800000 +48.426390575,9.965222425,30800000 +48.42636158,9.96547742,33500000 +48.426363825,9.96545245,33500000 +48.42636636666666,9.9654267,33500000 +48.426343300000006,9.965696766666667,38400000 +48.426340875,9.96572675,38400000 +48.42632635,9.965925250000002,34800000 +48.4263248,9.965953400000002,34800000 +48.426323525,9.965979525000002,34800000 +48.42631505,9.96615385,35200000 +48.42631373333333,9.9661854,35200000 +48.426312575,9.966212825,35200000 +48.42630413333334,9.966409733333334,30800000 +48.42630565,9.96637565,30800000 +48.426293625,9.966638425,17500000 +48.426281450000005,9.966852975,20100000 +48.42626363333333,9.967054766666664,16400000 +48.426232,9.96725705,32500000 +48.425771775,9.968269525,156000000 +48.4257098,9.9696798,19700000 +48.4257202,9.96968355,19700000 +48.42573086666667,9.969687333333331,19700000 +48.42577885,9.9697042,61500000 +48.425790766666665,9.9697084,61500000 +48.425803,9.969712625,61500000 +48.4262988,9.969825,50100000 +48.42631336666667,9.969826533333334,50100000 +48.4263301,9.969828175,50100000 +48.42707895,9.969787775,33600000 +48.42720066666666,9.969759833333333,50000000 +48.42734093999999,9.969719219999998,60000000 +48.42747145,9.9696726,70000000 +48.42760549999999,9.96962048,110000000 +48.4279875,9.9694813,40000000 +48.428124875,9.969437875,24900000 +48.4282637,9.969399066666666,19400000 +48.42838476666666,9.9693719,21100000 +48.4285221,9.969348425,32300000 +48.42866306666667,9.969330866666668,43600000 +48.429701375,9.969378725,36100000 +48.42985383333333,9.969407833333332,39200000 +48.429999725,9.96944115,26700000 +48.430136,9.969480333333332,41200000 +48.4302597,9.969524866666667,19500000 +48.430395825,9.96958385,25500000 +48.4305272,9.9696472,30500000 +48.43065855,9.9697168,42100000 +48.43078439999999,9.969784833333334,33700000 +48.43100307499999,9.969910375,26200000 +48.43110823333333,9.969973033333334,20600000 +48.43119096666666,9.970022133333336,25700000 +48.4312814,9.97007685,25700000 +48.43136676666666,9.97013,39700000 +48.43143896666667,9.970175966666666,72400000 +48.431522675,9.970228675,141000000 +48.43160446666667,9.970279433333332,173000000 +48.4317554,9.970347425,130000000 +48.431907525,9.970345625,106000000 +48.43198006666668,9.970308566666668,108000000 +48.432128950000006,9.970059375,179000000 +48.432154700000005,9.969940266666669,78000000 +48.4321725,9.96980935,119000000 +48.43218636666666,9.969675866666668,94100000 +48.43219905,9.969542175,141000000 +48.432211975,9.96941645,105000000 +48.4322291,9.969282875,143000000 +48.43224696666667,9.969175433333334,36000000 +48.432270225,9.969065575,17300000 +48.43229695,9.9689705,25300000 +48.432328850000005,9.968887025,35800000 +48.43236006666666,9.968822933333334,28200000 +48.432382625,9.968762575,24800000 +48.4323877,9.9686888,34900000 +48.43237573333334,9.96862,27200000 +48.4323732,9.9686087,27200000 +48.432353875,9.968519925,32200000 +48.43233675,9.9684149,34900000 +48.43232533333333,9.968314366666666,23400000 +48.4323155,9.968203225,36200000 +48.43230028,9.96806676,18800000 +48.432279875,9.967927125,22900000 +48.432258025,9.9678011,31800000 +48.432238725000005,9.967684375,42900000 +48.432217775,9.9675629,17500000 +48.43219366666667,9.9674344,29700000 +48.432190275,9.967416625,29700000 +48.432165966666666,9.967289266666668,36100000 +48.4321408,9.9671614,35200000 +48.432110475,9.9670241,23400000 +48.432082666666666,9.9668998,30200000 +48.432051650000005,9.966768125000002,29900000 +48.4320194,9.966634475,19900000 +48.43198855,9.9665094,17300000 +48.43195595,9.966377075,17100000 +48.4319274,9.9662599,20700000 +48.43189445,9.966125975,30600000 +48.431862425,9.9659991,34600000 +48.431829775,9.9658745,21000000 +48.431792875,9.96573885,17900000 +48.43176246666667,9.9656112,36600000 +48.43173635,9.965491875,24900000 +48.431699900000005,9.965339725,26800000 +48.43166623333334,9.965206533333337,26600000 +48.43163446666667,9.9650808,27200000 +48.431596025000005,9.9649303,34800000 +48.43155593333333,9.9647749,29500000 +48.4315193,9.964637133333332,24700000 +48.43147565,9.964473575,22900000 +48.43143386666666,9.9643089,21700000 +48.4313999,9.964169466666666,19900000 +48.431363,9.964015775,33100000 +48.43133473333333,9.963867633333331,32400000 +48.43131595,9.963728575,42500000 +48.43130443333334,9.9635887,23200000 +48.4312974,9.963477866666668,20100000 +48.431291425,9.963359575,23800000 +48.43129436666667,9.963254166666667,23600000 +48.43130863333332,9.9631767,33400000 +48.431325675,9.963095475,18500000 +48.43133079999999,9.963014566666669,33100000 +48.43131843333333,9.962947733333332,23800000 +48.431287525,9.962874825,25000000 +48.4312505,9.9627987,23800000 +48.43122273333333,9.962718833333334,27000000 +48.43119535,9.962603825,24100000 +48.431170066666674,9.9624677,27100000 +48.43115143333333,9.962334,38200000 +48.431132425,9.962162975,32600000 +48.43111643333333,9.961979933333332,23100000 +48.43110336666666,9.961814,18500000 +48.43108705,9.961613175,19700000 +48.43107063333333,9.961403166666669,20400000 +48.43105740000001,9.961218666666666,35700000 +48.431046975,9.960999825,30500000 +48.43104443333333,9.9607764,25600000 +48.4310458,9.960581333333334,26500000 +48.431047325,9.96035055,39500000 +48.43104906666667,9.960117966666669,29500000 +48.43104803333333,9.9599171,21900000 +48.4310433,9.959687325,42200000 +48.43103463333333,9.959466966666668,49200000 +48.431018375,9.959230725,29000000 +48.43099633333333,9.958998033333334,20300000 +48.430971925,9.9587952,28500000 +48.43094120000001,9.958582366666668,31000000 +48.4309107,9.9584098,26200000 +48.430870625,9.958204925,40100000 +48.430836766666665,9.9580394,32200000 +48.43080825,9.95788895,31700000 +48.43078006666667,9.9577337,34900000 +48.4307588,9.957611166666666,27000000 +48.430738525,9.957479200000002,41600000 +48.43072273333334,9.9573577,95300000 +48.43071246666667,9.957269966666669,149000000 +48.430703300000005,9.95719875,30500000 +48.430696600000005,9.957157066666667,24700000 +48.43069303333333,9.957139333333332,17700000 +48.4306923,9.95713685,16300000 +48.43069233333333,9.957135933333332,27700000 +48.430692225,9.957133025,152000000 +48.43067605,9.957087025,108000000 +48.430597075,9.9570299,85300000 +48.43053893333333,9.957026133333336,57000000 +48.42811102499999,9.956895725,109000000 +48.42811879999999,9.9568975,109000000 +48.42806635,9.9568851,128000000 +48.428059700000006,9.9568834,128000000 +48.428021900000005,9.956873966666668,111000000 +48.427984825,9.956863925,108000000 +48.4279584,9.9568556,73000000 +48.4279545,9.956854466666668,73000000 +48.42793695,9.9568493,94000000 +48.42793426666666,9.956848466666663,94000000 +48.427920275,9.956844625,32100000 +48.4279216,9.956844966666669,32100000 +48.42791466666667,9.9568429,31300000 +48.4279147,9.95684305,20000000 +48.42791453333333,9.9568432,69300000 +48.42791450000001,9.9568432,44700000 +48.4279145,9.9568432,59400000 +48.42791450000001,9.9568432,59700000 +48.42791450000001,9.9568432,95300000 +48.4279145,9.9568432,38200000 +48.42791450000001,9.9568432,38200000 +48.42791450000001,9.9568432,101000000 +48.42791450000001,9.9568432,61200000 +48.42791450000001,9.9568432,31400000 +48.4279145,9.9568432,31400000 +48.42791450000001,9.9568432,29600000 +48.4279145,9.9568432,29100000 +48.42791450000001,9.9568432,42500000 +48.4279145,9.9568432,52000000 +48.42791450000001,9.9568432,52000000 +48.42791450000001,9.9568432,54800000 +48.4279145,9.9568432,54800000 +48.42791450000001,9.9568432,92800000 +48.4279145,9.9568432,92800000 +48.42791450000001,9.9568432,37200000 +48.427914433333335,9.956843333333332,35500000 +48.427914175,9.95684345,35500000 +48.42791063333334,9.956843566666668,45300000 +48.4279038,9.956841966666667,37400000 +48.42790175,9.95684135,37400000 +48.42788406666667,9.956835833333336,54100000 +48.427860466666665,9.956828933333334,24600000 +48.4278206,9.956819825,29300000 +48.42777196666666,9.9568158,29500000 +48.4277312,9.9568225,37500000 +48.42772289999999,9.956825666666669,37500000 +48.42767510000001,9.956851866666666,19200000 +48.42766805000001,9.956857975,19200000 +48.42762915,9.95689725,30000000 +48.42762393333334,9.956904766666668,30000000 +48.427596066666666,9.956956433333332,23800000 +48.4275756,9.957031166666669,29900000 +48.4275731,9.957047525,29900000 +48.4275581,9.957176633333331,31500000 +48.42754543333333,9.957310866666669,31300000 +48.427528375,9.9574875,22600000 +48.427508875,9.95769805,18300000 +48.42748845,9.957891725,24600000 +48.427467225,9.958098775,40300000 +48.427446833333335,9.958285633333332,27300000 +48.4274434,9.958314475,27300000 +48.427413425,9.958572925,21500000 +48.42738885,9.95877275,42200000 +48.42738366666666,9.9588096,42200000 +48.427353466666666,9.9590328,23300000 +48.427317325,9.95929185,30000000 +48.42728226666667,9.959541433333332,25600000 +48.42724956666667,9.959766533333331,25200000 +48.4272442,9.95980145,25200000 +48.42720806666667,9.960028766666667,25900000 +48.427203325,9.960057225,25900000 +48.427198780000005,9.96008478,25900000 +48.427151,9.960371375,23800000 +48.4271153,9.960577966666667,35200000 +48.427109675,9.9606127,35200000 +48.42706983333333,9.960855466666668,26100000 +48.4270756,9.96082085,26100000 +48.427030433333336,9.9610805,30000000 +48.4270235,9.961119425,30000000 +48.4269764,9.9613828,24200000 +48.42697125,9.961410575,24200000 +48.42693366666666,9.9616214,30300000 +48.42692805,9.96165305,30300000 +48.42688613333333,9.961889466666667,32900000 +48.426881425,9.961916275,32900000 +48.42675945999999,9.96262108,21300000 +48.4267212,9.9628414,23700000 +48.426680925,9.963082475,36100000 diff --git a/obu-node/src/.gitkeep b/obu-node/src/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/obu-node/src/changedb.py b/obu-node/src/changedb.py new file mode 100644 index 0000000..47b6aac --- /dev/null +++ b/obu-node/src/changedb.py @@ -0,0 +1,8 @@ +import pandas as pd + +#Script to change the used database to simulate having a new database in the final version. The new database is the old one minus 50 elements +df = pd.read_csv('C:/Users/Firas/Desktop/docker/data/train_c1.csv') +r=len(df)-50 +sampled = df.sample(n=r) +sampled.to_csv('C:/Users/Firas/Desktop/docker/data/train_c1.csv', index=False) +print(f"Sampled {r} lines and updated it as a new database") diff --git a/obu-node/src/check_conn.py b/obu-node/src/check_conn.py new file mode 100644 index 0000000..5cb83eb --- /dev/null +++ b/obu-node/src/check_conn.py @@ -0,0 +1,31 @@ +import requests +import sys +from time import sleep +import subprocess + + +def check_connection(ip): + try: + response = requests.post(f"http://{ip}/check_connection") + if response.status_code == 200: + print(f"Connetion established with {ip}. The script will run in 15 seconds.") + sleep(15) + execute_python_file(main_script, *new_args) + except: + sleep(5) + check_connection(ip) + + +def execute_python_file(main_script, *args): + cmd = ['python', main_script] + list(args) + try: + subprocess.run(cmd, check=True) + except subprocess.CalledProcessError as e: + print(f"Error running the script: {e}") + + +if __name__ == "__main__": + ip = sys.argv[1] #ip with port to check, for the clients, check the DMLO + main_script = sys.argv[2] + new_args = sys.argv[3:] + check_connection(ip) diff --git a/obu-node/src/client.py b/obu-node/src/client.py new file mode 100644 index 0000000..0e77f9b --- /dev/null +++ b/obu-node/src/client.py @@ -0,0 +1,356 @@ +import argparse +import os +from pathlib import Path +import pandas as pd +from sklearn.preprocessing import MinMaxScaler +import numpy as np +import tensorflow as tf +from tensorflow import keras +import sys +import flwr as fl +import json +import requests +from flwr.common import Scalar, Config +from time import sleep +from typing import Dict, Union +from watchdog.observers import Observer +from watchdog.events import FileSystemEventHandler +from flask import Flask, request +import threading +from time import time_ns + +# Make TensorFlow logs less verbose +os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3" +app = Flask(__name__) + + +@app.route("/upload", methods=["POST"]) +def upload(): + global new_data, database_changed + data = request.data + data = data.decode("utf-8") + formatted_lines = [] + for line in data.strip().split("\n"): + elements = line.split(",") + formatted_line = f"{elements[1]}, {elements[2]}, {elements[4].split()[0]}" + formatted_lines.append(formatted_line) + new_data = "\n".join(formatted_lines) + new_data = pd.DataFrame( + [line.split(",") for line in new_data.strip().split("\n")], + columns=["lat", "lon", "rtt"], + ) + database_changed = True + return "Received new datapoints from the network monitoring tool", 200 + + +def run_flask(): + app.run(host="0.0.0.0", port=80) + + +flask_thread = threading.Thread(target=run_flask) +flask_thread.setDaemon(True) +flask_thread.start() + +""" +gpu_id = 0 # Index of the GPU you want to use +physical_devices = tf.config.list_physical_devices('GPU') +print(physical_devices) +tf.config.set_visible_devices(physical_devices[gpu_id], 'GPU') +tf.config.experimental.set_memory_growth(physical_devices[gpu_id], True) +""" + +client_id = sys.argv[4] +server_ip = sys.argv[1] +dmlo_ip = sys.argv[2] +server_ip_kpi = sys.argv[3] + +q_alpha = 0.95 +n_features = 3 +n_future = 1 +n_past = 400 +learning_rate_argv = 0.001 +database_changed = False +rounds_involved, uc6_02_start_obu = ( + 0, + 0, +) # Simple workaround to help measure the model upload time + +data_df = pd.read_csv("../resources/train_c1.csv") +datapoints = len(data_df) + + +def reload_data(data_df): # untested change (db01) + """Reloading the dataset after detecting a change""" + print("Database is being processed") + # data_df = pd.read_csv("data/train_c1.csv") #db01 + train_df, test_df = np.split(data_df, [int(0.70 * len(data_df))]) + + # Scaling the dataframe + train = train_df + scalers = {} + + # Scaling train data + for i in train_df.columns: + scaler = MinMaxScaler(feature_range=(-1, 1)) + s_s = scaler.fit_transform(train[i].values.reshape(-1, 1)) + s_s = np.reshape(s_s, len(s_s)) + scalers["scaler_" + i] = scaler + train[i] = s_s + + # Scaling test data + test = test_df + for i in train_df.columns: + scaler = scalers["scaler_" + i] + s_s = scaler.transform(test[i].values.reshape(-1, 1)) + s_s = np.reshape(s_s, len(s_s)) + scalers["scaler_" + i] = scaler + test[i] = s_s + + def split_series(series, n_past, n_future): + X, y = list(), list() + # Loop to create array of every observations (past) and predictions (future) for every datapoint + for window_start in range(len(series)): + # Calculating boundaries for each datapoint + past_end = window_start + n_past + future_end = past_end + n_future + # Loop will end if the number of datapoints is less than observations (past) + if future_end > len(series): + break + past, future = ( + series[window_start:past_end, :], + series[past_end:future_end, :], + ) + X.append(past) + y.append(future) + return np.array(X), np.array(y) + + # Creating X_train, y_train, X_test, y_test + X_train, y_train = split_series(train.values, n_past, n_future) + X_train = X_train.reshape((X_train.shape[0], X_train.shape[1], n_features)) + y_train = y_train.reshape((y_train.shape[0], y_train.shape[1], n_features)) + X_test, y_test = split_series(test.values, n_past, n_future) + X_test = X_test.reshape((X_test.shape[0], X_test.shape[1], n_features)) + y_test = y_test.reshape((y_test.shape[0], y_test.shape[1], n_features)) + + print(X_train.shape) + print(y_train.shape) + print(X_test.shape) + print(y_test.shape) + + y_train = y_train[:, :, 2] + y_test = y_test[:, :, 2] + + global database_changed + database_changed = False + + return X_train, y_train, X_test, y_test, train_df, scalers + + +class QuantileMetric(tf.keras.metrics.Metric): + def __init__(self, name="quantile_metric", **kwargs): + super(QuantileMetric, self).__init__(name=name, **kwargs) + self.quantile_metric = self.add_weight( + name="quantile_metric", initializer="zeros" + ) + self.quantile_metric_count = self.add_weight( + name="quantile_metric_count", initializer="zeros" + ) + + def update_state(self, y_true, y_pred, sample_weight=None): + quantileCondition = tf.math.greater(y_true, tf.squeeze(y_pred)) + qc = tf.math.reduce_sum(tf.cast(quantileCondition, tf.float32)) + self.quantile_metric.assign_add(qc) + self.quantile_metric_count.assign_add( + tf.cast(tf.size(quantileCondition), tf.float32) + ) + + def result(self): + return self.quantile_metric / self.quantile_metric_count + + def reset_state(self): + self.quantile_metric.assign(0.0) + self.quantile_metric_count.assign(0) + + +def tilted_loss(y_true, y_pred): + q = q_alpha + e = y_true - y_pred + tl = tf.stack([q * e, (q - 1) * e]) + e_max = tf.math.reduce_max(tl, axis=0, keepdims=True) + return tf.reduce_mean(e_max) + + +class LSTMClient(fl.client.NumPyClient): + def __init__(self, best_model, X_train, y_train, X_test, y_test, train_df, scalers): + self.best_model = best_model + self.X_train, self.y_train = X_train, y_train + self.X_test, self.y_test = X_test, y_test + self.train_df = train_df + self.scalers = scalers + self.properties = {"client_id": client_id} + + def get_properties(self, config: Config) -> Dict[str, Scalar]: + return self.properties + + def get_parameters(self, config): + """Get parameters of the local model.""" + return self.best_model.get_weights() + + def fit(self, parameters, config): + """Train parameters on the locally held training set.""" + + uc6_01_end = time_ns() # Time required to download the global model from the agg.node in secs (Target <2s) has another part on the agg.node side + global uc6_02_start_obu, rounds_involved + + rounds_involved += 1 + uc6_02_end = time_ns() # Time required to upload the model (has another part on the agg.node side, in sec * 1000000000) (Target < 2s) + if rounds_involved > 1: + kpi_uc6_02 = uc6_02_end - uc6_02_start_obu + try: + response = requests.post( + f"http://{server_ip_kpi}/upload_kpi02", json={f"kpi02": kpi_uc6_02} + ) + if response.status_code != 200: + print(f"Failed to send KPI_02. Status code: {response.status_code}") + except requests.exceptions.RequestException as e: + print(f"Error while sending KPI_02: {e}") + + try: + response = requests.post( + f"http://{server_ip_kpi}/upload_kpi01", json={f"kpi01": uc6_01_end} + ) + if response.status_code != 200: + print(f"Failed to send KPI_01. Status code: {response.status_code}") + except requests.exceptions.RequestException as e: + print(f"Error while sending KPI_01: {e}") + + if database_changed == True: + try: + ( + client.X_train, + client.y_train, + client.X_test, + client.y_test, + client.train_df, + client.scalers, + ) = reload_data(new_data) + except Exception as e: + print(f"Error with the new data: {e}") + + uc6_05_start = time_ns() + + # Update local model parameters + self.best_model.set_weights(parameters) + + # Get hyperparameters for this round + batch_size: int = config["batch_size"] + epochs: int = config["local_epochs"] + + # Train the model using hyperparameters from config + history = self.best_model.fit( + self.X_train, self.y_train, batch_size, epochs, validation_split=0.1 + ) + + # Return updated model parameters and results + parameters_prime = self.best_model.get_weights() + num_examples_train = len(self.X_train) + results = { + "id": client_id, + "loss": history.history["loss"][0], + "accuracy": history.history["mean_absolute_error"][0], + "val_loss": history.history["val_loss"][0], + "val_accuracy": history.history["val_mean_absolute_error"][0], + } + uc6_05_end = time_ns() + global kpi_uc6_05 + kpi_uc6_05 = ( + (uc6_05_end - uc6_05_start) / 1000000000 + ) # Time required to finish a training round (inkl. all local epochs) on the OBU side in sec (target <240s) + try: + response = requests.post( + f"http://{server_ip_kpi}/upload_kpi05", json={f"kpi05": kpi_uc6_05} + ) + if response.status_code != 200: + print(f"Failed to send KPI_05. Status code: {response.status_code}") + except requests.exceptions.RequestException as e: + print(f"Error while sending KPI_05: {e}") + + uc6_02_start_obu = time_ns() + return parameters_prime, num_examples_train, results + + def evaluate(self, parameters, config): + """Evaluate parameters on the locally held test set.""" + + # Update local model with global parameters + self.best_model.set_weights(parameters) + + # Evaluate global model parameters on the local test data and return results + loss, metric, error = self.best_model.evaluate(self.X_test, self.y_test, 32) + num_examples_test = len(self.X_test) + + pred = self.best_model.predict(self.X_test) + pred_copies = np.repeat(pred, 3, axis=-1) + pred_copies = np.expand_dims(pred_copies, axis=1) + for index, i in enumerate(self.train_df.columns): + scaler = self.scalers["scaler_" + i] + pred_copies[:, :, index] = scaler.inverse_transform( + pred_copies[:, :, index] + ) + np.save("prediction_client1.npy", pred_copies[:, :, 2]) + return loss, num_examples_test, {"accuracy": error} + + +def main() -> None: + uc6_04_start = time_ns() + + X_train, y_train, X_test, y_test, train_df, scalers = reload_data(data_df) + + uc6_04_end = time_ns() + global kpi_uc6_04 + kpi_uc6_04 = ( + uc6_04_end - uc6_04_start + ) / 1000000000 # Time required to process training data by OBU in sec (Target <60s) + try: + response = requests.post( + f"http://{server_ip_kpi}/upload_kpi04", json={f"kpi04": kpi_uc6_04} + ) + if response.status_code != 200: + print(f"Failed to send KPI_04. Status code: {response.status_code}") + except requests.exceptions.RequestException as e: + print(f"Error while sending KPI_04: {e}") + + best_model = tf.keras.models.load_model( + "../resources/best_model_no_tuner_40.h5", compile=False + ) + opt = tf.keras.optimizers.Adam(learning_rate=learning_rate_argv) + + best_model.compile( + optimizer=opt, + loss=[tilted_loss], + metrics=[QuantileMetric(), keras.metrics.MeanAbsoluteError()], + ) + + global client + client = LSTMClient(best_model, X_train, y_train, X_test, y_test, train_df, scalers) + + for i in range(40): + try: + response = requests.post(f"http://{server_ip_kpi}/check_connection") + if response.status_code == 200: + sleep(5) + break + except: + print( + "\n\n\n\nConnection to the Agg.Node could not be established, trying again in 5 seconds...\n", + flush=True, + ) + sleep(5) + + fl.client.start_numpy_client( + server_address=server_ip, + client=client, + ) + + +if __name__ == "__main__": + main() diff --git a/pqos/Dockerfile b/pqos/Dockerfile new file mode 100644 index 0000000..a52af2c --- /dev/null +++ b/pqos/Dockerfile @@ -0,0 +1,16 @@ +FROM python:3.11 AS compile-image +WORKDIR /federated-example +COPY requirements.txt . +RUN python3 -m pip install --upgrade pip +RUN python3 -m venv /venv +RUN . /venv/bin/activate && \ + python3 -m ensurepip --upgrade && \ + python3 -m pip install -r /federated-example/requirements.txt + +FROM python:3.11 AS run-image +COPY --from=compile-image /venv /venv + +WORKDIR /federated-example + +COPY . /federated-example/ +CMD . /venv/bin/activate && python pqos.py $ENDPOINT diff --git a/pqos/Example files/.gitkeep b/pqos/Example files/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pqos/Example files/pqos_curl.py b/pqos/Example files/pqos_curl.py new file mode 100644 index 0000000..46c0514 --- /dev/null +++ b/pqos/Example files/pqos_curl.py @@ -0,0 +1,29 @@ +import requests +import pandas as pd +import pickle +from time import sleep + +# This part of the code is to be manually edited: +# +# url='http://IP_OF_THE_PQoS:PORT_5000_INTERNALLY/accept_data' +url = 'http://192.168.2.213:5000/accept_data' # url to send the request to +total_sets = 10 # The total number of sets of 100s to send to the PQoS +# +# End of the part to manually edit + +def send_dataset(start, end, sets): + try: + dataset = pd.read_csv("test.csv") + elements = dataset[start-1:end] + to_send = pickle.dumps(elements) + requests.post(url, data= to_send) + sets += 1 + print("Dataset sent to PQoS") + if (end < len(dataset)) and (sets != total_sets): + sleep(5) + send_dataset(start + 100, end + 100, sets) + except requests.exceptions.RequestException as e: + print(f"Error while sending data to PQoS: {e}") + +sets = 0 +send_dataset(1, 100, sets) diff --git a/pqos/Example files/test.csv b/pqos/Example files/test.csv new file mode 100644 index 0000000..99b0447 --- /dev/null +++ b/pqos/Example files/test.csv @@ -0,0 +1,2404 @@ +lat,long,rtt +48.4339443,9.967161733333334,78900000 +48.43394475,9.9671683,78900000 +48.43393966666667,9.9671245,51800000 +48.4339408,9.96712915,51800000 +48.43393145,9.96710145,77200000 +48.43391836666667,9.967084033333334,82100000 +48.4339061,9.9670742,17200000 +48.43389823333333,9.9670709,17200000 +48.4339024,9.96707235,17200000 +48.4338805,9.9670667,21400000 +48.4338755,9.96706675,21400000 +48.43385146666666,9.9670702,41500000 +48.433824900000005,9.96708105,92800000 +48.43379503333333,9.967094366666666,75400000 +48.43376073333334,9.967111333333332,172000000 +48.4337206,9.9671297,119000000 +48.43372695,9.9671269,119000000 +48.43368280000001,9.967145766666668,28000000 +48.43364845,9.9671582,18000000 +48.43364193333334,9.967160833333333,18000000 +48.4336012,9.967175066666666,50600000 +48.433549825,9.96718925,94500000 +48.43355746666666,9.967187366666668,94500000 +48.43349716666666,9.9672049,38000000 +48.43345243333332,9.967218666666668,21900000 +48.4334024,9.96723545,26100000 +48.433353966666665,9.967254733333334,34100000 +48.43331236666666,9.967272533333334,18400000 +48.43327283333334,9.967288466666666,22700000 +48.433266875,9.967290825,22700000 +48.433233400000006,9.96730325,28600000 +48.433228533333335,9.967305133333332,28600000 +48.4332024,9.96731445,26800000 +48.43319576666666,9.967316466666666,26800000 +48.4331661,9.96732555,20200000 +48.433161000000005,9.967327233333334,20200000 +48.43313016666667,9.967335133333334,22100000 +48.4331365,9.96733405,22100000 +48.43310035,9.967341,34500000 +48.4330944,9.9673422,34500000 +48.433064,9.9673496,28400000 +48.433057600000005,9.967351266666666,28400000 +48.4330266,9.9673621,26500000 +48.43301893333333,9.967365466666664,26500000 +48.43298155,9.9673846,30600000 +48.43297520000001,9.967387166666668,30600000 +48.4329455,9.9674008,30500000 +48.43293645,9.96740435,30500000 +48.43290655,9.96741765,16700000 +48.432897966666665,9.967420833333334,16700000 +48.4328529,9.967438200000002,27200000 +48.432813566666674,9.967453433333334,37000000 +48.4327773,9.967465,31800000 +48.4327722,9.967466675,31800000 +48.43274195,9.9674775,37400000 +48.43273713333334,9.967479633333332,37400000 +48.43270859999999,9.9674912,33800000 +48.43267659999999,9.967503575,52400000 +48.4326811,9.967501733333334,52400000 +48.4326455,9.967515566666666,42300000 +48.43264985,9.96751385,42300000 +48.432623750000005,9.96752325,82800000 +48.43261966666668,9.967524666666666,82800000 +48.43259766666666,9.967532233333332,75400000 +48.432594775,9.967533275,75400000 +48.43257795,9.9675397,37800000 +48.43257533333334,9.967540666666666,37800000 +48.43255946666667,9.967545433333337,36000000 +48.432543900000006,9.967550766666667,32400000 +48.4325268,9.96755595,20900000 +48.4325292,9.967555333333332,20900000 +48.43251245,9.96755925,29300000 +48.43250983333333,9.967559766666668,29300000 +48.4324989,9.96756175,25500000 +48.432496833333325,9.9675621,25500000 +48.4324861,9.9675637,39500000 +48.43248413333333,9.967563833333331,39500000 +48.4324748,9.9675651,27200000 +48.43247515,9.9675647,27200000 +48.4324734,9.967566266666667,33600000 +48.4324737,9.9675665,19700000 +48.4324737,9.9675665,22500000 +48.4324737,9.9675665,22500000 +48.43247363333334,9.9675666,37100000 +48.43247362500001,9.96756665,37100000 +48.4324736,9.9675668,35500000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,28400000 +48.4324736,9.9675668,43600000 +48.432473,9.967566,26200000 +48.432471825,9.9675648,26200000 +48.43247246666667,9.967565366666667,26200000 +48.43246805,9.96756225,32000000 +48.43246783333333,9.967562166666667,32000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,26000000 +48.4324674,9.967562,33300000 +48.4324674,9.967562,37800000 +48.4324674,9.967562,24300000 +48.4324674,9.967562,24300000 +48.43246625,9.9675642,27400000 +48.4324657,9.967565033333337,27400000 +48.432462066666666,9.967569666666668,28600000 +48.432461450000005,9.96757065,28600000 +48.432457,9.96757655,25900000 +48.4324556,9.967578066666666,25900000 +48.432447100000005,9.9675845,31400000 +48.43244476666667,9.967584833333332,31400000 +48.4324289,9.967587633333332,25900000 +48.432425625,9.967588125,25900000 +48.4324025,9.967593733333333,21800000 +48.4323874,9.9676012,32000000 +48.432384866666666,9.9676032,32000000 +48.4323703,9.967617833333334,29900000 +48.432359133333335,9.9676361,30900000 +48.4323512,9.967658366666669,37900000 +48.432346200000005,9.9676845,23900000 +48.43234405,9.9677067,20700000 +48.43234376666666,9.9677121,20700000 +48.43234285,9.96774015,21300000 +48.43234306666667,9.9677469,21300000 +48.4323454,9.9677856,27300000 +48.43234636666667,9.967795233333332,27300000 +48.4323534,9.9678562,36100000 +48.432355075,9.9678675,36100000 +48.4323671,9.967949166666664,23000000 +48.4323655,9.96793705,23000000 +48.4323744,9.96801095,32400000 +48.43237576666667,9.968023966666664,32400000 +48.43238376666667,9.968103266666668,23700000 +48.432385425,9.968116925,23700000 +48.432393950000005,9.9681982,21400000 +48.432395066666665,9.968211166666666,21400000 +48.4324012,9.968288266666669,32800000 +48.432405,9.9683507,25800000 +48.43240566666666,9.968362933333331,25800000 +48.43240655,9.968375275,25800000 +48.43241273333334,9.968457433333333,32000000 +48.43241195,9.96844715,32000000 +48.4324165,9.9685044,40100000 +48.432417066666666,9.968511933333334,40100000 +48.432420075,9.968557425,25300000 +48.43242193333333,9.968589366666668,19800000 +48.43242313333334,9.968610866666667,27900000 +48.43242287499999,9.9686252,22800000 +48.432421733333335,9.968629633333334,21400000 +48.43242045,9.96862985,19900000 +48.43242026666667,9.9686298,19900000 +48.432418766666665,9.9686295,22700000 +48.4324186,9.9686295,22700000 +48.43241755,9.96862975,30900000 +48.43241736666666,9.968630166666664,30900000 +48.43241773333333,9.968635866666666,32300000 +48.432421833333336,9.968652133333332,32500000 +48.432422975,9.968655325,32500000 +48.432430100000005,9.9686737,20200000 +48.4324316,9.968676533333332,20200000 +48.4324287,9.9686708,20200000 +48.43244366666666,9.968694,27800000 +48.43246975,9.9687129,30100000 +48.43246479999999,9.968710866666669,30100000 +48.43250295,9.96872185,29200000 +48.43250956666666,9.9687222,29200000 +48.43254975,9.96872215,25100000 +48.4325575,9.9687218,25100000 +48.43259685,9.96872025,24400000 +48.43260516666667,9.968719933333334,24400000 +48.43265696666666,9.9687184,21400000 +48.432666025,9.968718175,21400000 +48.43272015,9.96871715,27600000 +48.4327292,9.968717,27600000 +48.432783,9.9687168,32500000 +48.432844875,9.968719,16900000 +48.43290676666667,9.968719900000002,18600000 +48.43295973333333,9.968720166666666,18400000 +48.433021675,9.96871955,17000000 +48.433012866666665,9.968719666666669,17000000 +48.43308045,9.96872065,28100000 +48.43308913333333,9.968720866666668,28100000 +48.4331408,9.9687214,23000000 +48.43313235,9.96872165,23000000 +48.43318986666666,9.968720566666669,23800000 +48.43324565,9.96872025,23800000 +48.4332938,9.96871995,26000000 +48.43330216666667,9.9687201,26000000 +48.43335249999999,9.968719466666666,30100000 +48.43340283333333,9.968719333333333,19600000 +48.433411425,9.96871915,19600000 +48.4334627,9.9687191,28400000 +48.43347116666666,9.9687195,28400000 +48.43352289999999,9.9687203,44700000 +48.4335852,9.96872015,17900000 +48.4336484,9.968718166666669,19900000 +48.4337018,9.9687172,20500000 +48.43369295,9.9687173,20500000 +48.433762775,9.96871905,25000000 +48.4337544,9.968718466666669,25000000 +48.43381175,9.96872295,22300000 +48.4338193,9.968724033333332,22300000 +48.43386193333333,9.968730966666667,35300000 +48.43389716666667,9.968740099999998,55500000 +48.4339016,9.968741825,55500000 +48.43392826666667,9.9687519,33900000 +48.433945,9.9687587,27900000 +48.433960875,9.968764825,30500000 +48.4339683,9.9687681,16400000 +48.43396915,9.96876875,16400000 +48.43396856666666,9.968767633333334,16400000 +48.4339672,9.968764,34800000 +48.43396713333333,9.968763466666667,34800000 +48.4339668,9.96876135,32000000 +48.43396686666667,9.968761033333337,32000000 +48.433967333333335,9.968760033333334,34300000 +48.43396645,9.9687685,21800000 +48.43396646666667,9.9687698,21800000 +48.433966825,9.968770325,21800000 +48.43397576666666,9.9687698,72500000 +48.4339713,9.9687708,72500000 +48.4339734,9.96877075,72500000 +48.4339892,9.96876105,161000000 +48.4339857,9.9687644,161000000 +48.43400566666667,9.9687378,130000000 +48.434007775,9.96873225,130000000 +48.4340183,9.96869075,83000000 +48.43401839999999,9.968648033333332,136000000 +48.4340146,9.96860205,52500000 +48.43401373333333,9.968590533333334,52500000 +48.43401,9.96853005,23300000 +48.43400745,9.96847635,23800000 +48.43400693333333,9.968464333333332,23800000 +48.4340048,9.96840285,101000000 +48.43400433333333,9.968389966666669,101000000 +48.4340023,9.968304225,151000000 +48.434002433333326,9.9683165,151000000 +48.43400269999999,9.96832875,151000000 +48.43400155,9.96822855,118000000 +48.43400136666667,9.9682123,118000000 +48.434,9.9681282,21700000 +48.4340005,9.968145,21700000 +48.4339963,9.968063,28000000 +48.43399496666667,9.9680496,28000000 +48.4339977,9.9680791,28000000 +48.43398573333334,9.967968033333332,24500000 +48.4339736,9.9678881,24100000 +48.43396415,9.9678249,47900000 +48.43396233333333,9.967812833333332,47900000 +48.433951666666665,9.9677336,91900000 +48.4339459,9.967673,51800000 +48.4339451,9.967660400000002,51800000 +48.43394125,9.9675926,44500000 +48.43394083333334,9.9675786,44500000 +48.43393955,9.967513,57000000 +48.4339393,9.967500466666666,57000000 +48.43393915,9.967488025,57000000 +48.43393749999999,9.967394433333334,62300000 +48.43393775,9.96740635,62300000 +48.4339355,9.967324733333331,62500000 +48.43393615,9.96733595,62500000 +48.43393319999999,9.9672622,26000000 +48.4339337,9.96727175,26000000 +48.4339311,9.967208,101000000 +48.4339288,9.967157266666666,39000000 +48.4339237,9.9671267,50100000 +48.4339219,9.9671215,50100000 +48.433909,9.9670937,59400000 +48.43390539999999,9.967089,59400000 +48.4338818,9.9670686,60500000 +48.4338866,9.9670708,60500000 +48.43385905,9.9670627,28000000 +48.43385533333333,9.967062966666669,28000000 +48.4338328,9.9670678,92500000 +48.43380646666666,9.967079633333334,17700000 +48.433771975,9.967096625,17400000 +48.4337342,9.967114166666668,96100000 +48.43374,9.96711165,96100000 +48.4336978,9.967128466666669,88900000 +48.4337042,9.96712625,88900000 +48.433651025,9.9671432,37900000 +48.433657933333336,9.9671411,37900000 +48.4336092,9.9671557,47500000 +48.4336006,9.967158433333331,47500000 +48.43355573333333,9.9671729,109000000 +48.4335145,9.967187133333333,25700000 +48.4334733,9.967201766666667,17900000 +48.433466575,9.967204025,17900000 +48.4334802,9.9671994,17900000 +48.4334265,9.9672185,35100000 +48.43341966666667,9.967221233333332,35100000 +48.43338475,9.9672348,37300000 +48.43337793333333,9.967237333333332,37300000 +48.433329725,9.967255075,34900000 +48.43333686666667,9.967252433333334,34900000 +48.43328675,9.96727105,20000000 +48.43327933333333,9.967273733333334,20000000 +48.43324125,9.9672868,28200000 +48.43323356666667,9.967289766666669,28200000 +48.4331943,9.9673038,22400000 +48.43318623333332,9.967306566666666,22400000 +48.4331485,9.96731715,48200000 +48.433139833333335,9.967319033333332,48200000 +48.4331029,9.9673269,25800000 +48.43309365,9.9673286,25800000 +48.43308616666667,9.9673302,25800000 +48.43304655,9.96734065,31600000 +48.43303963333333,9.9673426,31600000 +48.4330078,9.9673522,30500000 +48.43299885,9.96735565,30500000 +48.43296535,9.96736835,24200000 +48.43295706666667,9.967370566666668,24200000 +48.43290515,9.96738615,22800000 +48.43291206666667,9.9673839,22800000 +48.43285843333334,9.967401699999998,27500000 +48.43286485,9.967399449999998,27500000 +48.43282655,9.96741385,28900000 +48.43282053333333,9.967416333333333,28900000 +48.43279025,9.96742795,28600000 +48.43278256666667,9.967430866666668,28600000 +48.43274236666667,9.9674481,21800000 +48.43273615,9.9674514,21800000 +48.4327047,9.9674673,27700000 +48.43269845,9.9674711,27700000 +48.43269206666667,9.967474733333331,27700000 +48.43265323333333,9.967493266666668,26400000 +48.43261,9.967510675,23400000 +48.4325791,9.96752265,28800000 +48.4325751,9.967523966666668,28800000 +48.43255376666667,9.967531233333332,44200000 +48.432531775,9.9675377,40200000 +48.4325379,9.9675358,40200000 +48.43253493333333,9.967536833333334,40200000 +48.432508033333335,9.967542866666667,47600000 +48.4325154,9.9675415,47600000 +48.4325118,9.9675422,47600000 +48.4324829,9.967546966666664,29300000 +48.43248765,9.96754635,29300000 +48.432445275,9.96755165,20700000 +48.4324015,9.967556866666667,19400000 +48.4323631,9.967563533333331,20200000 +48.43232355,9.967570825,16600000 +48.432295466666666,9.9675779,20100000 +48.43227923333334,9.967581766666669,27400000 +48.432269,9.967586133333333,25500000 +48.4322677,9.9675867,25500000 +48.43225996666666,9.967590133333331,23000000 +48.432256300000006,9.967592433333332,23800000 +48.43225635,9.967597725,26000000 +48.43225759999999,9.967602366666666,17200000 +48.4322585,9.967607166666667,18800000 +48.43225945,9.9676108,23400000 +48.4322596,9.967611433333332,23400000 +48.432260266666674,9.9676144,25800000 +48.43226035000001,9.96761475,25800000 +48.43226116666667,9.9676168,17200000 +48.43226095,9.9676166,17200000 +48.43226245,9.96761805,32700000 +48.43226283333333,9.9676181,20800000 +48.432263,9.9676181,20200000 +48.432263,9.9676181,22900000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,25600000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,26900000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,24600000 +48.432263,9.9676181,16900000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,18600000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,25800000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,33000000 +48.432263,9.9676181,21900000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22000000 +48.432263,9.9676181,22800000 +48.432263,9.9676181,22800000 +48.4322584,9.9676212,21700000 +48.4322465,9.9676339,20700000 +48.432234375,9.967662675,17600000 +48.43222866666667,9.967707633333331,19000000 +48.43222865,9.9676998,19000000 +48.4322314,9.9677543,23300000 +48.4322358,9.9677913,24700000 +48.432236966666665,9.967800733333334,24700000 +48.432238125,9.9678103,24700000 +48.4322449,9.9678662,44300000 +48.43224675,9.9678806,44300000 +48.4322529,9.96793275,39400000 +48.43225506666667,9.967948933333332,39400000 +48.43226766666667,9.968047566666668,45400000 +48.4322659,9.9680329,45400000 +48.4322772,9.9681259,22400000 +48.43227873333333,9.9681394,22400000 +48.43228675,9.9682149,25400000 +48.43228813333334,9.968228,25400000 +48.43229415,9.96829235,30100000 +48.43229493333334,9.968304733333332,30100000 +48.43229883333333,9.9683753,26000000 +48.432302,9.96843215,35400000 +48.43230306666667,9.968442866666669,35400000 +48.43231023333333,9.968499333333334,44300000 +48.4323087,9.96848985,44300000 +48.432317,9.96853915,33000000 +48.43231806666666,9.9685453,33000000 +48.43231899999999,9.968551125,33000000 +48.4323241,9.9685813,34000000 +48.432325000000006,9.9685872,34000000 +48.4323278,9.9686042,28000000 +48.43232823333333,9.9686074,28000000 +48.43232865,9.968610175,28000000 +48.43233113333333,9.968626233333334,64700000 +48.4323307,9.96862425,64700000 +48.4323332,9.96863745,25700000 +48.4323337,9.968640433333332,25700000 +48.43233795,9.9686608,43300000 +48.43233966666667,9.9686662,43300000 +48.4323511,9.9686936,28600000 +48.43235426666666,9.968698433333332,28600000 +48.432357725,9.968702775,28600000 +48.43238445,9.9687259,18900000 +48.4323906,9.968727933333332,18900000 +48.4323775,9.9687226,18900000 +48.43243196666666,9.9687309,29000000 +48.432425550000005,9.9687319,29000000 +48.4324193,9.9687326,29000000 +48.4324629,9.9687253,17800000 +48.4324721,9.9687232,17800000 +48.4325061,9.968715799999998,21600000 +48.432516433333326,9.9687139,21600000 +48.4325589,9.9687067,38000000 +48.43257025,9.96870515,38000000 +48.43262256666666,9.968700466666666,18500000 +48.43263159999999,9.968700025,18500000 +48.43261355,9.9687011,18500000 +48.4326836,9.9686975,25800000 +48.43269265,9.9686973,25800000 +48.4327261,9.9686964,22400000 +48.43273795,9.9686962,22400000 +48.43274973333334,9.968696166666668,22400000 +48.4327905,9.9686959,22800000 +48.43280185,9.9686958,22800000 +48.43281136666667,9.9686958,22800000 +48.432856150000006,9.9686955,32100000 +48.43286463333334,9.9686954,32100000 +48.4329187,9.9686959,29800000 +48.4329094,9.9686957,29800000 +48.4329677,9.9686968,26800000 +48.43297586666667,9.968696633333332,26800000 +48.433018950000005,9.9686974,32400000 +48.4330297,9.968697466666669,32400000 +48.4330748,9.96869805,30700000 +48.4330826,9.968698233333331,30700000 +48.4331319,9.968700066666669,34800000 +48.43318193333334,9.9687017,34400000 +48.43317355,9.9687013,34400000 +48.433231166666666,9.968703566666669,26300000 +48.4332793,9.968705233333331,34500000 +48.43332566666667,9.968705866666664,16300000 +48.4333742,9.968706766666664,19100000 +48.4334116,9.96870685,18200000 +48.4334191,9.968706933333332,18200000 +48.4334569,9.96870725,28500000 +48.4334651,9.9687069,28500000 +48.433512666666665,9.9687046,32500000 +48.433571,9.968704766666669,21800000 +48.4336357,9.9687051,34600000 +48.43362643333333,9.968705266666667,34600000 +48.433697,9.9687059,23500000 +48.4337499,9.968708766666667,61000000 +48.43380176666667,9.968714533333332,27400000 +48.433843466666666,9.968723966666666,85300000 +48.4338714,9.9687318,22900000 +48.4338783,9.9687341,22900000 +48.433884,9.968736066666668,22900000 +48.433945050000005,9.96875165,67600000 +48.43394996666667,9.9687506,67600000 +48.4339735,9.9687395,79500000 +48.43397783333334,9.968735166666669,79500000 +48.4339997,9.96870245,133000000 +48.4340025,9.968694366666666,133000000 +48.434012,9.9686583,95700000 +48.43401285,9.9686505,95700000 +48.434014866666665,9.968601033333334,80900000 +48.4340149,9.96861145,80900000 +48.4340145,9.9685538,28600000 +48.43401433333333,9.968544533333333,28600000 +48.434013525,9.968474875,37200000 +48.4340137,9.968485666666668,37200000 +48.4340116,9.968396333333333,24100000 +48.43400976666667,9.9683246,127000000 +48.43400946666666,9.968252633333334,97900000 +48.4340094,9.968240025,97900000 +48.4340082,9.96816395,35100000 +48.4340076,9.9681509,35100000 +48.4340027,9.968072833333332,31500000 +48.434004,9.968086,31500000 +48.433993433333335,9.967993466666666,53800000 +48.4339913,9.967979975,53800000 +48.4339789,9.96789975,102000000 +48.43397656666667,9.9678838,102000000 +48.433962166666674,9.967788666666666,144000000 +48.4339659,9.967816,144000000 +48.433964,9.96780235,144000000 +48.43395405,9.96772035,157000000 +48.43395283333333,9.967706666666666,157000000 +48.43394726666666,9.967625533333331,22600000 +48.4339439,9.96753405,48100000 +48.43394413333333,9.9675468,48100000 +48.43394215,9.96744995,29900000 +48.4339426,9.9674624,29900000 +48.43394025,9.967389,25600000 +48.433939933333335,9.967373666666669,25600000 +48.4339382,9.9673031,32700000 +48.43393816666667,9.967291233333333,32700000 +48.4339377,9.9672446,60900000 +48.4339376,9.9672321,60900000 +48.43393715,9.9671956,50700000 +48.4339368,9.9671897,50700000 +48.43393275,9.967156,110000000 +48.4339254,9.96712945,48000000 +48.433922566666666,9.9671235,48000000 +48.43390626666667,9.9670966,38400000 +48.4338908,9.9670813,40500000 +48.43388746666667,9.967079133333334,40500000 +48.433883825,9.9670772,40500000 +48.43385546666667,9.967068,18300000 +48.4338332,9.9670703,28700000 +48.43383715,9.9670693,28700000 +48.4338135,9.9670766,33500000 +48.433809466666666,9.967078266666666,33500000 +48.43378336666667,9.967089466666666,110000000 +48.43377865,9.9670916,110000000 +48.43374905,9.9671048,79500000 +48.433743666666665,9.9671072,79500000 +48.4337217,9.967117,49500000 +48.4337139,9.96712035,49500000 +48.43370736666666,9.9671231,49500000 +48.43367315,9.9671368,58200000 +48.4336659,9.967139566666663,58200000 +48.4336192,9.967157,17100000 +48.43357046666667,9.967174166666666,138000000 +48.4335199,9.9671927,17200000 +48.433478750000006,9.9672072,31300000 +48.43347093333333,9.967210133333332,31300000 +48.43343155,9.9672248,27300000 +48.433415275,9.967230325,27300000 +48.43342343333333,9.967227466666666,27300000 +48.43336585,9.9672483,30300000 +48.43335770000001,9.967251200000002,30300000 +48.433310766666665,9.967268233333334,32200000 +48.43331845,9.96726555,32200000 +48.433258925,9.967287375,22600000 +48.43326643333334,9.9672849,22600000 +48.43320843333333,9.967304466666668,29900000 +48.4332153,9.96730195,29900000 +48.4331811,9.9673135,29800000 +48.433174,9.96731535,29800000 +48.43316736666667,9.967317,29800000 +48.4331411,9.9673239,28200000 +48.4331326,9.9673256,28200000 +48.4331253,9.967327066666666,28200000 +48.4330915,9.9673339,22200000 +48.43308493333333,9.9673355,22200000 +48.4330783,9.967337275,22200000 +48.4330341,9.96735035,28100000 +48.4330455,9.9673468,28100000 +48.4330021,9.96736145,19500000 +48.4329952,9.967363933333331,19500000 +48.4329881,9.967366525,19500000 +48.4329466,9.9673828,17500000 +48.43293833333333,9.967385933333333,17500000 +48.43290055,9.9673998,35000000 +48.4328937,9.967401633333331,35000000 +48.432857850000005,9.9674125,28500000 +48.4328507,9.967414966666666,28500000 +48.43280776666666,9.967427666666667,32900000 +48.43281485,9.9674255,32900000 +48.43277285,9.9674408,27700000 +48.4327648,9.967444666666667,27700000 +48.43272503333333,9.9674659,16300000 +48.432686,9.9674864,18700000 +48.4326605,9.9674979,35000000 +48.43265245,9.9675012,35000000 +48.432645533333336,9.967503866666668,35000000 +48.4326022,9.967520466666668,46800000 +48.4326083,9.9675183,46800000 +48.432616,9.9675158,46800000 +48.4325799,9.9675282,41100000 +48.4325751,9.9675298,41100000 +48.432569666666666,9.967531466666667,41100000 +48.432548,9.9675376,20300000 +48.4325441,9.96753885,20300000 +48.4325401,9.96754,20300000 +48.4325213,9.967545,26900000 +48.43251605,9.96754615,26900000 +48.4324932,9.9675505,48900000 +48.432498550000005,9.9675497,48900000 +48.432457125,9.967555225,23800000 +48.43246785,9.9675541,23800000 +48.43246263333333,9.967554666666668,23800000 +48.4324285,9.9675583,45400000 +48.4324205,9.96755915,45400000 +48.43241376666666,9.967559866666669,45400000 +48.4323849,9.9675632,24100000 +48.43237915,9.96756405,24100000 +48.43237366666667,9.967565,24100000 +48.4323517,9.9675689,20600000 +48.43234485,9.9675703,20600000 +48.43231466666666,9.967576866666668,29800000 +48.43232,9.9675757,29800000 +48.432291750000005,9.967581849999998,20800000 +48.43228843333333,9.967582666666663,20800000 +48.4322756,9.96758645,24400000 +48.43227396666666,9.967587133333332,24400000 +48.43226610000001,9.9675902,23800000 +48.43226473333334,9.967591066666666,23800000 +48.43225925,9.9675941,29100000 +48.43225856666667,9.967594366666669,29100000 +48.43225576666666,9.967595866666668,22400000 +48.43224766666666,9.967598700000002,25000000 +48.432252,9.9675972,25000000 +48.43224965,9.96759755,25000000 +48.4322375,9.9676058,31800000 +48.432234300000005,9.96760955,31800000 +48.43222125,9.96763105,18500000 +48.4322186,9.967639566666668,18500000 +48.4322099,9.9676795,22300000 +48.43220965,9.96769265,22300000 +48.43221016666666,9.967706533333333,22300000 +48.432217,9.9677806,18100000 +48.4322237,9.9678298,18400000 +48.432226150000005,9.96784755,18400000 +48.4322286,9.967865666666668,18400000 +48.4322381,9.9679395,25300000 +48.4322402,9.9679584,25300000 +48.4322487,9.96803105,24900000 +48.4322467,9.9680156,24900000 +48.43225103333333,9.968050133333334,24900000 +48.43226356666667,9.968161633333333,46300000 +48.43226195,9.9681461,46300000 +48.4322724,9.9682549,19200000 +48.432273900000006,9.968271866666669,19200000 +48.4322707,9.9682345,19200000 +48.4322805,9.9683444,25700000 +48.4322822,9.96836285,25700000 +48.4322878,9.968417,31600000 +48.4322901,9.9684339,31600000 +48.43229233333333,9.968450066666668,31600000 +48.4323008,9.968511,33600000 +48.4323021,9.96852075,33600000 +48.432309,9.96856475,33700000 +48.43231073333334,9.968573966666666,33700000 +48.4323072,9.9685546,33700000 +48.432317,9.9686067,42300000 +48.43231825,9.96861235,42300000 +48.4323219,9.9686287,33600000 +48.432322166666665,9.9686297,33600000 +48.4323223,9.968630175,33600000 +48.432323,9.9686321,26500000 +48.43232305,9.96863215,26500000 +48.43232336666667,9.9686325,42100000 +48.43232335,9.9686324,42100000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,26200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,25200000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,28600000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,27800000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,22000000 +48.4323235,9.9686332,32600000 +48.4323235,9.9686332,32600000 +48.43232346666667,9.968634633333332,17000000 +48.4323262,9.968648133333334,27900000 +48.43233325,9.9686663,20200000 +48.43233566666667,9.9686706,20200000 +48.43235833333333,9.968698533333331,21700000 +48.4323522,9.96869355,21700000 +48.43239783333333,9.9687182,19700000 +48.43238945,9.96871655,19700000 +48.4323815,9.9687141,19700000 +48.4324343,9.9687217,37500000 +48.4324442,9.96872105,37500000 +48.432481,9.9687178,28900000 +48.43249053333333,9.968716933333331,28900000 +48.4325338,9.9687129,37100000 +48.4325468,9.96871165,37100000 +48.432559966666666,9.968710433333332,37100000 +48.43262075,9.9687057,36800000 +48.43263273333333,9.968704700000002,36800000 +48.4326066,9.9687069,36800000 +48.4326853,9.9687018,23000000 +48.4326999,9.96870105,23000000 +48.4327431,9.9686997,39900000 +48.43275735,9.9686995,39900000 +48.43276896666666,9.968699566666666,39900000 +48.4328197,9.9686995,35200000 +48.4328331,9.96870025,35200000 +48.43284436666666,9.968700366666669,35200000 +48.4329067,9.9687002,41700000 +48.4328935,9.9687004,41700000 +48.43296853333334,9.968700133333334,19500000 +48.4329468,9.9687002,19500000 +48.4329565,9.9687003,19500000 +48.433038466666666,9.9687006,20200000 +48.43309245,9.9687006,28800000 +48.43310373333333,9.968700766666666,28800000 +48.4331534,9.9687012,26500000 +48.43316675,9.9687013,26500000 +48.4332204,9.9687018,31500000 +48.433233566666665,9.968702233333332,31500000 +48.43329835,9.968705,41200000 +48.4332857,9.9687044,41200000 +48.433347,9.9687065,30100000 +48.43335866666666,9.968706666666668,30100000 +48.4334036,9.968707,28700000 +48.43341485,9.9687073,28700000 +48.43342416666667,9.968707466666666,28700000 +48.43342416666667,9.968707466666666,28700000 +48.4334712,9.968709,62900000 +48.43352986666667,9.968711433333333,29900000 +48.43359436666666,9.968711233333334,29700000 +48.4336561,9.968709933333333,20400000 +48.4337134,9.96870885,19600000 +48.4337627,9.96871,21200000 +48.43381403333333,9.9687144,69800000 +48.43385733333333,9.968725733333336,31300000 +48.43389606666667,9.968735733333332,86400000 +48.4339316,9.96873395,83000000 +48.43396486666666,9.968710166666668,144000000 +48.4339908,9.9686648,117000000 +48.43400173333333,9.9686103,118000000 +48.4340046,9.968549733333331,46800000 +48.4340037,9.968477933333334,20700000 +48.43400143333334,9.968403133333332,15900000 +48.434000275,9.9683253,141000000 +48.43400383333333,9.968253333333331,140000000 +48.43400946666667,9.9681969,23900000 +48.43400745,9.96809495,30000000 +48.434006166666656,9.968085266666668,30000000 +48.4339996,9.96803855,34300000 +48.4339982,9.968029,34300000 +48.433996725,9.96801915,34300000 +48.43398675,9.9679578,123000000 +48.43398476666667,9.9679469,123000000 +48.433971066666665,9.9678705,90500000 +48.43397315,9.9678825,90500000 +48.43396145,9.9678096,100000000 +48.43395976666667,9.967797033333332,100000000 +48.43395185,9.96773275,28100000 +48.43395066666667,9.967719666666666,28100000 +48.43394955,9.967706425,28100000 +48.4339445,9.9676393,25100000 +48.433943600000006,9.9676255,25100000 +48.43394283333333,9.9676119,25100000 +48.43393945,9.96753505,52000000 +48.4339389,9.967518633333334,52000000 +48.4339399,9.9675486,52000000 +48.4339372,9.9674511,61900000 +48.4339367,9.9674383,61900000 +48.4339337,9.9673755,37500000 +48.43393326666666,9.967359666666669,37500000 +48.4339319,9.9673062,16800000 +48.43393155,9.96729255,16800000 +48.43393146666667,9.9672819,16800000 +48.43393075,9.9672304,152000000 +48.4339306,9.967221233333332,152000000 +48.43392916666667,9.967169633333333,85900000 +48.4339298,9.9671834,85900000 +48.433929500000005,9.9671764,85900000 +48.4339267,9.9671394,121000000 +48.4339253,9.9671318,121000000 +48.4339182,9.9671073,54600000 +48.4339152,9.9671012,54600000 +48.4339,9.9670769,39600000 +48.43389633333333,9.9670736,39600000 +48.4338758,9.96706055,34700000 +48.4338707,9.967059666666666,34700000 +48.4338797,9.9670618,34700000 +48.4338489,9.9670588,30600000 +48.43384295,9.9670603,30600000 +48.43382115,9.96706795,89400000 +48.43381576666667,9.967070533333334,89400000 +48.4337081,9.967124666666669,40600000 +48.4337143,9.96712205,40600000 +48.43366043333334,9.9671441,69400000 +48.433669550000005,9.96714065,69400000 +48.4336229,9.9671578,21400000 +48.4336155,9.9671603,21400000 +48.433608033333336,9.967162766666666,21400000 +48.43357,9.96717505,75600000 +48.43356033333333,9.967178166666669,75600000 +48.4335198,9.9671912,42000000 +48.4335117,9.96719395,42000000 +48.43350353333333,9.967196800000002,42000000 +48.43345446666667,9.967213733333333,22200000 +48.4334628,9.96721085,22200000 +48.43341335,9.96722805,20900000 +48.43340516666667,9.9672311,20900000 +48.43336455,9.9672458,26900000 +48.4333565,9.967248966666666,26900000 +48.43334835,9.9672523,26900000 +48.4333075,9.9672691,20200000 +48.4332995,9.96727265,20200000 +48.4332898,9.967276766666666,20200000 +48.4332495,9.9672933,31000000 +48.43323865,9.9672975,31000000 +48.433185900000005,9.967317333333334,24500000 +48.4332064,9.9673103,24500000 +48.43319495,9.96731415,24500000 +48.43314015,9.96733275,24800000 +48.43312906666667,9.967336266666669,24800000 +48.4331512,9.967329,24800000 +48.4330845,9.9673504,23100000 +48.43307365,9.96735365,23100000 +48.43302083333333,9.967368,28300000 +48.4330299,9.9673657,28300000 +48.43296333333333,9.967383733333332,24700000 +48.432982,9.9673789,24700000 +48.43297185,9.96738155,24700000 +48.432927,9.9673932,19400000 +48.43291735,9.9673958,19400000 +48.43288215,9.96740475,28500000 +48.43287383333333,9.967407133333332,28500000 +48.4328408,9.9674167,17000000 +48.43283285,9.9674185,17000000 +48.4328027,9.9674275,43800000 +48.432795633333335,9.967429966666666,43800000 +48.43276125,9.96744365,27400000 +48.432768,9.9674404,27400000 +48.4327347,9.96745645,25800000 +48.43272793333333,9.967459566666667,25800000 +48.4327003,9.9674723,63800000 +48.4326929,9.9674758,63800000 +48.4326867,9.967478733333335,63800000 +48.43265233333333,9.967496133333333,18000000 +48.432617533333335,9.9675105,57100000 +48.4326236,9.96750845,57100000 +48.43258745,9.96752045,34500000 +48.43258153333333,9.967522333333331,34500000 +48.43257572499999,9.967524075,34500000 +48.43253643333333,9.967536066666666,36600000 +48.4325417,9.9675347,36600000 +48.43251035,9.96754245,32400000 +48.4325052,9.967543533333334,32400000 +48.4324793,9.967548,20800000 +48.43247413333333,9.967548566666666,20800000 +48.4324688,9.96754915,20800000 +48.4324372,9.9675527,17900000 +48.4324291,9.9675538,17900000 +48.43240355,9.9675577,36000000 +48.43239763333333,9.9675586,36000000 +48.432391675,9.967559575,36000000 +48.43235665,9.967566,20500000 +48.43235116666667,9.9675672,20500000 +48.43232415,9.96757355,18800000 +48.43231946666666,9.967574866666668,18800000 +48.432295466666666,9.967582133333332,23400000 +48.4322986,9.9675811,23400000 +48.4322925,9.967583075,23400000 +48.43227685,9.9675883,25600000 +48.4322752,9.967588833333332,25600000 +48.4322671,9.9675919,21100000 +48.4322658,9.967592066666668,21100000 +48.43226095,9.96759375,31000000 +48.43226063333333,9.967593733333333,31000000 +48.4322605,9.967593575,31000000 +48.4322603,9.96759235,16800000 +48.4322599,9.9675925,16800000 +48.43225693333333,9.967593266666666,23200000 +48.4322535,9.9675958,19000000 +48.4322517,9.967597333333332,19000000 +48.43224045,9.9676085,22300000 +48.43223766666667,9.967612666666668,22300000 +48.432234975,9.967617575,22300000 +48.4322212,9.96765315,19600000 +48.4322201,9.9676613,19600000 +48.43221863333334,9.9677125,43900000 +48.43221805,9.96770365,43900000 +48.432224725000005,9.9677771,22700000 +48.43222360000001,9.967767333333336,22700000 +48.43223313333333,9.967848233333331,17800000 +48.43224420000001,9.967924133333334,33300000 +48.43224225,9.96791195,33300000 +48.43225575,9.9679926,28600000 +48.43225793333334,9.968007566666666,28600000 +48.4322692,9.96808455,25600000 +48.43227116666666,9.968100266666667,25600000 +48.43227985,9.96817405,23900000 +48.43228113333333,9.968188333333332,23900000 +48.432289233333336,9.968273666666668,40800000 +48.4322905,9.968287525,40800000 +48.4322973,9.9683698,20100000 +48.4322984,9.968382733333334,20100000 +48.43230556666666,9.968454466666666,19600000 +48.432312550000006,9.9685072,35200000 +48.43231403333334,9.9685168,35200000 +48.4323211,9.968561,29800000 +48.43232253333333,9.968568366666668,29800000 +48.43232835,9.96859845,28700000 +48.4323291,9.968602633333331,28700000 +48.4323299,9.9686069,28700000 +48.43233643333334,9.968636566666667,35300000 +48.43233515,9.9686325,35300000 +48.43234663333333,9.968662633333333,32100000 +48.43234405,9.968657749999998,32100000 +48.43236803333334,9.9686914,20600000 +48.432373325,9.9686951,20600000 +48.432415733333336,9.968711633333331,31900000 +48.43240865,9.96871125,31900000 +48.4324525,9.9687108,29500000 +48.43246066666666,9.968710133333332,29500000 +48.4325036,9.968706,32100000 +48.43251276666667,9.968704933333337,32100000 +48.43252195,9.9687039,32100000 +48.43258596666666,9.968697766666669,26300000 +48.43257675,9.968698450000002,26300000 +48.43263265,9.9686942,25500000 +48.432642066666666,9.968693533333331,25500000 +48.43269893333333,9.968689633333334,35900000 +48.4327085,9.9686893,35900000 +48.43276575,9.9686876,33100000 +48.43277543333334,9.9686878,33100000 +48.432833466666665,9.9686897,40200000 +48.43282375,9.9686891,40200000 +48.43289256666666,9.968690133333332,34600000 +48.432902425,9.968689625,34600000 +48.4329605,9.9686874,21100000 +48.432970000000005,9.9686873,21100000 +48.43301700000001,9.96868625,32400000 +48.43302640000001,9.968686266666667,32400000 +48.4330822,9.968686366666669,28200000 +48.433091375,9.96868665,28200000 +48.4331463,9.9686877,20300000 +48.43315546666667,9.968687733333333,20300000 +48.43320946666666,9.9686885,20100000 +48.43326343333333,9.968688766666666,37300000 +48.43327235,9.968689025,37300000 +48.4333259,9.96869015,20400000 +48.43333486666666,9.968690566666668,20400000 +48.4333804,9.9686908,21400000 +48.433389266666666,9.968690666666667,21400000 +48.43344196666667,9.968690933333331,22600000 +48.43345072500001,9.968691025,22600000 +48.43351346666666,9.968692,18000000 +48.4335043,9.96869185,18000000 +48.4335626,9.9686928,17800000 +48.43357286666667,9.968692933333331,17800000 +48.4336216,9.9686932,22200000 +48.43363286666666,9.968693533333337,22200000 +48.43369143333333,9.968695233333332,21100000 +48.4336826,9.9686947,21100000 +48.43374315,9.9686974,29900000 +48.43375183333333,9.968697966666667,29900000 +48.43379295,9.96870085,62500000 +48.43380006666666,9.968701766666667,62500000 +48.43383533333334,9.9687104,50300000 +48.43383,9.96870905,50300000 +48.433864766666666,9.968719,19000000 +48.433869,9.9687205,19000000 +48.4338941,9.96872975,50700000 +48.433897900000005,9.968731466666666,50700000 +48.4339168,9.9687389,36300000 +48.43392043333333,9.968740066666667,36300000 +48.433946325,9.968741275,61400000 +48.43394236666666,9.9687426,61400000 +48.43397423333334,9.968723133333333,102000000 +48.4339703,9.96872805,102000000 +48.43400673333334,9.9686377,118850000 +48.434005850000005,9.96864595,147000000 +48.43400673333334,9.9686377,147000000 +48.43400935,9.96859555,55600000 +48.43400946666666,9.9685844,55600000 +48.434009133333326,9.968523233333332,57600000 +48.43400895,9.9685131,57600000 +48.43400775,9.96845045,21400000 +48.4340076,9.968439266666666,21400000 +48.4340061,9.968369533333332,81400000 +48.43400303333333,9.968292366666669,63500000 +48.43400275,9.968279125,63500000 +48.43400125,9.96819795,20800000 +48.4340009,9.968183766666668,20800000 +48.4339987,9.968112649999998,24600000 +48.433998,9.968098433333331,24600000 +48.43399136666667,9.968011066666667,58700000 +48.433989525,9.967996275,58700000 +48.43397480000001,9.967891366666668,86700000 +48.43397685,9.9679065,86700000 +48.43394645,9.9676017,49200000 +48.4339454,9.9675864,49200000 +48.4339407,9.967497333333334,19500000 +48.43393705,9.967399225,27700000 +48.43393485,9.96732075,37200000 +48.43393473333333,9.967308999999998,37200000 +48.4339338,9.967245666666663,83400000 +48.43393360000001,9.967195766666668,47300000 +48.43393352500001,9.967188925,47300000 +48.4339322,9.96715,47300000 +48.4339317,9.967144366666666,47300000 +48.43392785,9.9671175,18200000 +48.43392636666667,9.9671127,18200000 +48.4339123,9.967082875,17100000 +48.4338947,9.96706395,26100000 +48.4338912,9.967061966666668,26100000 +48.43384335,9.96705645,91300000 +48.43383876666667,9.967057866666666,91300000 +48.4338105,9.967069166666668,93700000 +48.43380565,9.96707165,93700000 +48.433770733333326,9.96709,181000000 +48.433699025,9.967121975,101600000 +48.433705,9.967119733333334,101600000 +48.4337107,9.96711755,124000000 +48.433705,9.967119733333334,124000000 +48.43361576666666,9.967148433333334,67850000 +48.43353416666667,9.967176633333333,64900000 +48.43349954999999,9.96718955,21900000 +48.43349263333332,9.967192433333333,21900000 +48.4334571,9.967206266666668,36500000 +48.4334518,9.967208225,36500000 +48.4334194,9.96722025,35400000 +48.43341363333334,9.967222333333334,35400000 +48.4333778,9.967235233333334,20200000 +48.433339233333335,9.967249833333334,19000000 +48.43333235,9.9672527,19000000 +48.43328296666667,9.967273233333334,42100000 +48.43329035,9.96727025,42100000 +48.43324465,9.96728785,22300000 +48.43323673333333,9.9672909,22300000 +48.43318873333334,9.967309300000002,18600000 +48.43313293333333,9.9673291,26000000 +48.4331246,9.967331625,26000000 +48.433074950000005,9.96734635,18400000 +48.43306693333333,9.9673489,18400000 +48.4330181,9.9673639,19700000 +48.4329619,9.967379675,22900000 +48.43296963333333,9.967377733333333,22900000 +48.4329084,9.967395466666666,27100000 +48.4329159,9.9673932,27100000 +48.43286443333333,9.967408366666668,42000000 +48.43282250000001,9.9674219,41800000 +48.432815825000006,9.9674243,41800000 +48.4327762,9.9674391,42300000 +48.43276986666666,9.967442066666663,42300000 +48.4327327,9.967461133333334,53400000 +48.4326943,9.9674808,28200000 +48.432687675,9.96748395,28200000 +48.43264265,9.9675042,41600000 +48.432635733333335,9.967506833333331,41600000 +48.4325938,9.967521933333332,50000000 +48.4326009,9.9675195,50000000 +48.432554,9.96753495,33500000 +48.43254703333333,9.967536933333331,33500000 +48.432511000000005,9.96754555,42600000 +48.432503700000005,9.9675465,42600000 +48.4324652,9.96755025,19500000 +48.4324588,9.9675511,19500000 +48.43242103333333,9.9675562,24900000 +48.4323828,9.967562833333334,33100000 +48.4323474,9.9675711,23600000 +48.43234225,9.967572475,23600000 +48.4322919,9.9675869,45800000 +48.4322919,9.9675869,34550000 +48.43228793333333,9.9675881,34550000 +48.4322725,9.96759325,32100000 +48.432271033333336,9.967593866666666,32100000 +48.4322647,9.96759665,25300000 +48.43226345,9.96759745,25100000 +48.43226346666666,9.967597266666669,25100000 +48.43226195,9.9675967,21700000 +48.4322577,9.96759865,24800000 +48.43225636666667,9.967599133333332,24800000 +48.4322483,9.9676021,21400000 +48.4322376,9.9676054,30200000 +48.43223373333333,9.9676078,30200000 +48.4322157,9.96762505,27800000 +48.43220595,9.967646599999998,25200000 +48.432204866666666,9.967651766666664,25200000 +48.43220146666667,9.9676879,25900000 +48.43220125,9.9676814,25900000 +48.432213133333335,9.967776533333334,32050000 +48.43221125,9.96776515,32050000 +48.43221125,9.96776515,40400000 +48.4322098,9.9677565,40400000 +48.4322314,9.96789125,24900000 +48.432233466666666,9.9679039,24900000 +48.432235275,9.9679165,24900000 +48.432245,9.967988,20300000 +48.4322468,9.96800505,20300000 +48.43225553333334,9.968091833333334,21200000 +48.4322522,9.9680567,21200000 +48.4322541,9.96807435,21200000 +48.4322622,9.9681616,29500000 +48.43226395,9.9681787,29500000 +48.43227196666667,9.9682545,30100000 +48.4322773,9.96831785,29600000 +48.43227823333333,9.968329866666666,29600000 +48.432282400000005,9.96838765,37000000 +48.4322815,9.9683747,37000000 +48.4322833,9.968398333333331,37000000 +48.4322881,9.9684444,29300000 +48.43228995,9.96845625,29300000 +48.43229193333334,9.968467866666666,29300000 +48.4323028,9.9685231,23800000 +48.4323006,9.9685133,23800000 +48.43231055,9.96855795,47100000 +48.432312033333325,9.968564666666667,47100000 +48.4323185,9.9685941,29900000 +48.4323173,9.9685891,29900000 +48.43232245,9.9686089,29700000 +48.4323231,9.968611766666667,29700000 +48.4323254,9.9686215,27100000 +48.43232585,9.96862265,27100000 +48.43232606666667,9.968623233333334,27100000 +48.4323262,9.96862365,23400000 +48.432326233333335,9.968623666666668,23400000 +48.43232656666667,9.968623833333334,23100000 +48.4323265,9.9686238,23100000 +48.4323267,9.96862395,22500000 +48.4323267,9.9686239,22500000 +48.4323267,9.968623933333332,22500000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323267,9.968624,21100000 +48.4323266,9.9686241,16200000 +48.4323275,9.9686265,16200000 +48.43232853333333,9.9686292,16200000 +48.432333,9.9686416,23600000 +48.432335,9.9686458,23600000 +48.43233733333333,9.968650333333336,23600000 +48.432359600000005,9.968682233333332,30500000 +48.4323489,9.96867,30500000 +48.432354450000005,9.9686767,30500000 +48.4323884,9.9687049,38800000 +48.4323953,9.968707633333333,38800000 +48.4324295,9.9687164,32300000 +48.43244035,9.9687166,32300000 +48.4324498,9.968716533333334,32300000 +48.4324926,9.9687144,42800000 +48.43250195,9.9687137,42800000 +48.43251156666667,9.9687129,42800000 +48.4325512,9.9687095,21600000 +48.43256495,9.96870845,21600000 +48.43257673333333,9.968707766666666,21600000 +48.4326443,9.9687034,27900000 +48.43263335,9.9687041,27900000 +48.4326225,9.9687048,27900000 +48.4326882,9.9687014,25100000 +48.43270305,9.96870085,25100000 +48.43271556666667,9.9687005,25100000 +48.4327637,9.9686996,38600000 +48.432779,9.96869925,38600000 +48.43279183333333,9.968698933333334,38600000 +48.4328409,9.9686979,33500000 +48.432856650000005,9.96869685,33500000 +48.4328698,9.968696066666666,33500000 +48.43293945,9.9686931,25500000 +48.4329274,9.9686935,25500000 +48.43295106666667,9.968692833333334,25500000 +48.4330143,9.96869185,32400000 +48.4329984,9.9686919,32400000 +48.433027466666665,9.968691633333334,32400000 +48.4330776,9.9686917,34300000 +48.4330934,9.9686919,34300000 +48.43310666666667,9.968692066666668,34300000 +48.4331649,9.9686933,24500000 +48.43318055,9.96869345,24500000 +48.4331936,9.9686936,24500000 +48.4332428,9.9686941,36200000 +48.4332582,9.9686947,36200000 +48.43327096666667,9.968695033333333,36200000 +48.43333075,9.9686971,33800000 +48.43334436666667,9.968697533333334,33800000 +48.4333194,9.9686969,33800000 +48.4334004,9.968698,28600000 +48.433411,9.9686979,28600000 +48.433421566666674,9.9686981,28600000 +48.4334634,9.9686987,29200000 +48.43347385,9.96869875,29200000 +48.4334841,9.968698533333331,29200000 +48.4335242,9.9686985,36300000 +48.4335371,9.9686981,36300000 +48.433547633333326,9.9686978,36300000 +48.433606,9.968695166666665,17200000 +48.43366893333333,9.9686925,32400000 +48.4336482,9.9686933,32400000 +48.4336594,9.96869275,32400000 +48.43372245,9.9686929,24400000 +48.43373223333333,9.968693533333337,24400000 +48.4337105,9.9686926,24400000 +48.4337738,9.968696,31700000 +48.4337819,9.968697,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43379016666666,9.968697999999998,31700000 +48.43384123333334,9.968704866666668,23200000 +48.4338829,9.968715,92500000 +48.433916333333336,9.968722833333333,86200000 +48.4339526,9.9687185,105000000 +48.43398243333333,9.9686941,106000000 +48.43401095,9.9686031,24700000 +48.43401146666667,9.9685944,24700000 +48.43401359999999,9.968541166666668,20800000 +48.43401345,9.968550400000002,20800000 +48.434014133333335,9.9684816,19000000 +48.4340141,9.96849385,19000000 +48.4340141,9.9684373,21200000 +48.43401405,9.9684276,21200000 +48.43401393333334,9.968417966666664,21200000 +48.434013775,9.9684085,21200000 +48.4340131,9.9683635,101000000 +48.43401285,9.96835575,101000000 +48.43401263333334,9.9683483,101000000 +48.4340117,9.9683193,123000000 +48.4340116,9.96831285,123000000 +48.43401153333334,9.968306433333334,123000000 +48.43401266666667,9.968269466666667,152000000 +48.434013425,9.968263775,152000000 +48.4340121,9.96827535,152000000 +48.4340191,9.9682279,133000000 +48.4340177,9.9682356,133000000 +48.43402016666667,9.968221233333333,133000000 +48.434024,9.9681952,33100000 +48.43402455,9.9681889,33100000 +48.43402493333334,9.968182266666668,33100000 +48.4340256,9.9681557,24200000 +48.43402525,9.96814865,24200000 +48.43402476666666,9.9681417,24200000 +48.4340222,9.968113,36100000 +48.43402095,9.9681048,36100000 +48.43401980000001,9.968096933333332,36100000 +48.434018575,9.968088375,36100000 +48.4340121,9.968044,36200000 +48.43401055,9.96803385,36200000 +48.4340089,9.968023566666668,36200000 +48.4339973,9.967957033333334,21700000 +48.4340016,9.9679803,21700000 +48.43399955,9.9679688,21700000 +48.43398635,9.96789705,140000000 +48.43398416666667,9.967884633333332,140000000 +48.433981975,9.967871975,140000000 +48.4339715,9.9678076,99800000 +48.43396985,9.9677941,99800000 +48.433968333333326,9.967780433333331,99800000 +48.433954666666665,9.967607966666668,21100000 +48.43395405,9.96759305,21100000 +48.4339563,9.9676379,21100000 +48.43395535,9.96762285,21100000 +48.433951,9.9675029,18000000 +48.43395039999999,9.967487666666663,18000000 +48.433948,9.9674272,19400000 +48.43394735,9.96741235,19400000 +48.43394666666666,9.9673978,19400000 +48.4339438,9.967327699999998,22600000 +48.43394346666667,9.967314866666666,22600000 +48.433943125,9.9673026,22600000 +48.4339417,9.9672441,74600000 +48.43394135,9.96723405,74600000 +48.43394116666667,9.967224633333332,74600000 +48.43393939999999,9.967173133333333,81200000 +48.4339406,9.967189,81200000 +48.4339402,9.96718095,81200000 +48.433935,9.967143,89600000 +48.4339328,9.96713615,89600000 +48.4339302,9.967129733333334,89600000 +48.433927375,9.967123775,89600000 +48.433912,9.967096,60000000 +48.43390835,9.9670918,60000000 +48.43390446666666,9.967088,60000000 +48.43387956666667,9.967071233333334,21400000 +48.43385705,9.96706685,50000000 +48.43385273333333,9.967067233333331,50000000 +48.433848375,9.967068,50000000 +48.4338267,9.967073,104000000 +48.43382215,9.9670748,104000000 +48.43381746666666,9.9670768,104000000 +48.43378746666667,9.96709,106000000 +48.43379285,9.96708745,106000000 +48.4337147,9.9671235,111000000 +48.4337075,9.96712645,111000000 +48.4337004,9.9671291,111000000 +48.4336667,9.9671401,51500000 +48.433651833333336,9.9671438,51500000 +48.4336593,9.967142,51500000 +48.4336112,9.96715395,20500000 +48.4336026,9.967156333333334,20500000 +48.4335702,9.9671657,62300000 +48.4335629,9.96716815,62300000 +48.43355566666667,9.9671706,62300000 +48.433522,9.9671817,83500000 +48.4335121,9.9671849,83500000 +48.4335041,9.967187533333332,83500000 +48.4334671,9.9671998,69600000 +48.43346006666667,9.967202033333333,69600000 +48.4334326,9.9672112,22700000 +48.43342615,9.96721345,22700000 +48.433418,9.9672165,22700000 +48.433373466666666,9.9672342,34300000 +48.4333876,9.9672284,34300000 +48.43338045,9.96723125,34300000 +48.4333416,9.9672484,23800000 +48.43333185,9.9672533,23800000 +48.433323666666666,9.9672574,23800000 +48.4332835,9.96727625,19400000 +48.43327606666667,9.967279766666667,19400000 +48.4332684,9.96728305,19400000 +48.4332235,9.9673007,37200000 +48.4332153,9.9673034,37200000 +48.4331748,9.9673149,19600000 +48.43316383333334,9.967318066666666,19600000 +48.4331858,9.9673119,19600000 +48.4331196,9.9673305,29600000 +48.4331084,9.9673337,29600000 +48.4330752,9.9673428,26200000 +48.43306675,9.9673452,26200000 +48.43305663333333,9.967348433333331,26200000 +48.432992033333335,9.9673678,24900000 +48.43300295,9.9673644,24900000 +48.4330139,9.967361,24900000 +48.432992033333335,9.9673678,24900000 +48.4329373,9.96738345,32400000 +48.43288343333333,9.9673987,26300000 +48.43283085,9.96741535,24800000 +48.43277989999999,9.967436633333334,18000000 +48.4327315,9.96746105,18400000 +48.432685,9.9674856,17200000 +48.4326398,9.9675065,30700000 +48.43259633333333,9.9675241,32200000 +48.4325578,9.96753845,31400000 +48.43252196666666,9.967549166666666,57600000 +48.43248173333333,9.967555966666666,35900000 +48.4324469,9.96755765,32900000 +48.432406166666674,9.9675617,18100000 +48.4323612,9.967572566666666,32100000 +48.43233225,9.9675819,26500000 +48.43231106666666,9.967588933333332,26600000 +48.43228986666667,9.967595166666667,23700000 +48.432277733333336,9.967599233333331,19900000 +48.43227055,9.9676017,15300000 +48.4322677,9.9676037,29000000 +48.43226645,9.96760515,26700000 +48.432263266666666,9.967606766666668,21300000 +48.43225163333333,9.9676158,19900000 +48.43223695,9.9676376,20000000 +48.43222765,9.96766885,26000000 +48.4322267,9.967678633333334,26000000 +48.4322261,9.9677308,30100000 +48.43223105,9.96777845,20500000 +48.43223270000001,9.9677917,20500000 +48.43224155,9.9678603,30600000 +48.43225216666667,9.9679382,26100000 +48.4322627,9.96802195,19500000 +48.43227095,9.96809225,43700000 +48.43227273333334,9.9681099,43700000 +48.43228015,9.96819675,22800000 +48.43228653333333,9.968277866666666,29100000 +48.43229285,9.968352,36200000 +48.432300266666665,9.9684222,39600000 +48.43230895,9.96848855,39600000 +48.43232013333334,9.968550966666667,32200000 +48.43233185,9.96860535,31300000 +48.432341,9.968642366666666,19000000 +48.432355,9.96867535,36300000 +48.43238143333334,9.9687036,21400000 +48.4323746,9.96869905,21400000 +48.43241925,9.9687187,23900000 +48.43246376666667,9.968717866666667,31900000 +48.4325096,9.9687131,28600000 +48.43255919999999,9.968708633333334,35600000 +48.43261155,9.96870505,27900000 +48.432664433333336,9.968701933333334,39100000 +48.43271645,9.96870005,48800000 +48.432763066666666,9.968700466666668,48500000 +48.43275415,9.96870055,48500000 +48.43280515,9.96870075,20900000 +48.432843166666665,9.968701566666669,38800000 +48.43287575,9.96870275,18300000 +48.43290326666667,9.968703533333334,33900000 +48.43292525,9.96870395,39000000 +48.43293903333333,9.968704133333333,26400000 +48.4329447,9.9687038,23900000 +48.432945450000005,9.9687036,23900000 +48.4329504,9.9687051,29400000 +48.4329603,9.968708,17800000 +48.43297926666667,9.968708766666667,32000000 +48.4330057,9.96870955,28300000 +48.43304293333333,9.968711133333334,38000000 +48.4330888,9.9687126,29600000 +48.4330788,9.9687122,29600000 +48.43313125,9.9687144,35100000 +48.43314243333333,9.968714833333332,35100000 +48.4331997,9.96871655,20600000 +48.4332603,9.968717066666668,16800000 +48.433321,9.96871735,20800000 +48.4333819,9.968716833333334,19500000 +48.43344235,9.96871785,19700000 +48.433504,9.9687177,69700000 +48.4335656,9.9687192,24500000 +48.43362286666667,9.968719766666666,24300000 +48.43367455,9.96872145,22900000 +48.433722366666665,9.968723466666669,19300000 +48.433767200000005,9.96872695,17700000 +48.43380173333333,9.9687327,16300000 +48.4338358,9.968740766666668,19100000 +48.433841225,9.968742250000002,19100000 +48.43387805,9.96875205,38600000 +48.4339104,9.968758033333334,85100000 +48.43394445,9.96875335,64700000 +48.43397443333333,9.968726,70200000 +48.43399855,9.9686807,99700000 +48.434009233333335,9.968624966666669,65300000 +48.4340119,9.9685686,119000000 +48.43401263333334,9.968504433333337,44400000 +48.43401163333333,9.968421133333337,24000000 +48.43401023333333,9.968342633333334,128000000 +48.43401033333333,9.968252933333334,114000000 +48.43401085,9.9681828,21900000 +48.4340106,9.9681682,21900000 +48.434007300000005,9.96808625,31500000 +48.433999,9.968007433333334,26900000 +48.4339884,9.9679229,49200000 +48.433975925,9.967829300000002,113000000 +48.43395793333334,9.9676534,49900000 +48.43395405,9.9675692,33100000 +48.43395103333333,9.967490566666669,37200000 +48.4339477,9.9674097,56800000 +48.43394503333334,9.967330333333331,25200000 +48.4339432,9.9672564,31000000 +48.43394216666667,9.967195066666669,68900000 +48.4339401,9.9671453,16300000 +48.43393026666666,9.9671027,37700000 +48.43391155,9.96707205,37200000 +48.43388836666667,9.967056066666666,20000000 +48.433858566666665,9.9670524,76700000 +48.43383045,9.9670611,127000000 +48.4337029,9.9671203,161000000 +48.4336938,9.9671238,161000000 +48.43368446666667,9.9671274,161000000 +48.4334805,9.96720305,80200000 +48.4334908,9.9671996,80200000 +48.43347206666667,9.967205866666667,80200000 +48.4334352,9.9672183,25800000 +48.43342555,9.96722115,25800000 +48.4333962,9.96723015,22200000 +48.43338896666668,9.967232366666666,22200000 +48.4333595,9.96724165,31700000 +48.43335523333334,9.967243033333334,31700000 +48.43333305,9.967250150000002,24200000 +48.433329500000006,9.967251533333334,24200000 +48.433311633333325,9.967259333333333,27700000 +48.43331375,9.9672584,27700000 +48.4333161,9.9672573,27700000 +48.4333033,9.967263166666667,18800000 +48.4333021,9.967263,23100000 +48.433302,9.96726305,23100000 +48.4333016,9.9672625,23900000 +48.43330153333333,9.967262333333332,23900000 +48.43330155,9.96726235,23900000 +48.4333012,9.9672626,22000000 +48.4333012,9.9672629,22000000 +48.433300800000005,9.967265133333331,24000000 +48.4333015,9.96726465,24000000 +48.4333017,9.9672641,24000000 +48.4332998,9.9672662,27100000 +48.43330005,9.9672666,27100000 +48.4333006,9.9672678,23900000 +48.43330075,9.96726815,23900000 +48.43330096666667,9.967268266666666,23900000 +48.4333018,9.9672689,23500000 +48.4333023,9.9672688,23500000 +48.433302733333335,9.967268666666667,23500000 +48.4333045,9.9672677,23600000 +48.433305,9.96726735,23600000 +48.4333062,9.9672657,28100000 +48.4333066,9.96726475,28100000 +48.43330699999999,9.9672634,28100000 +48.4333086,9.9672578,16000000 +48.43331003333333,9.967253833333332,16000000 +48.4333094,9.96725575,16000000 +48.4333112,9.9672461,19200000 +48.43331125,9.96724415,19200000 +48.43331416666667,9.9672366,34400000 +48.43331365,9.967238300000002,34400000 +48.4333127,9.9672402,34400000 +48.4333152,9.9672293,34900000 +48.43331525,9.96722735,34900000 +48.43331536666667,9.967227066666666,34900000 +48.4333158,9.9672254,34500000 +48.43331595,9.9672252,34500000 +48.43331723333333,9.967226266666666,30600000 +48.4333167,9.967226,30600000 +48.433317,9.96722615,30600000 +48.43331835,9.9672268,17500000 +48.4333186,9.9672271,22300000 +48.4333188,9.96722745,22300000 +48.43331903333333,9.9672281,22300000 +48.43332036666667,9.967234066666668,50600000 +48.4333202,9.9672315,50600000 +48.4333201,9.9672325,50600000 +48.433324166666665,9.967245666666663,27800000 +48.4333233,9.9672436,27800000 +48.4333231,9.9672418,27800000 +48.4333283,9.9672541,25000000 +48.4333293,9.96725565,25000000 +48.4333304,9.967257,25000000 +48.4333361,9.967263,21200000 +48.4333382,9.9672645,21200000 +48.4333452,9.9672691,16500000 +48.43334755,9.96727015,16500000 +48.43334996666667,9.967271066666669,16500000 +48.4333597,9.9672737,27600000 +48.4333635,9.967274,27600000 +48.4333668,9.967274066666668,27600000 +48.4333796,9.9672733,20600000 +48.4333845,9.96727225,20600000 +48.43338946666668,9.967270833333334,20600000 +48.43342163333333,9.967259966666669,24600000 +48.43341635,9.96726205,24600000 +48.43342163333333,9.967259966666669,24600000 +48.4334105,9.9672643,24600000 +48.43345415,9.96724655,35400000 +48.43349103333333,9.967230666666666,38700000 +48.433543766666666,9.967207866666667,36800000 +48.43358905,9.967188,41700000 +48.4336367,9.9671684,47400000 +48.4336821,9.96714845,115000000 +48.43379863333333,9.967094433333331,113000000 +48.4338257,9.96708655,95100000 +48.43384749999999,9.967087166666666,132000000 +48.43386595,9.96709375,131000000 +48.4338951,9.96711705,20500000 +48.4339028,9.96713125,17600000 +48.43390406666666,9.967135666666666,17600000 +48.4339086,9.967154,73300000 +48.433909400000005,9.967159850000002,73300000 +48.4339123,9.967194833333332,86400000 +48.43391195,9.967187,86400000 +48.4339115,9.9671795,86400000 +48.4339133,9.9672283,115000000 +48.43391315,9.9672388,115000000 +48.4339113,9.967296366666666,54500000 +48.43391185,9.96728375,54500000 +48.4339122,9.9672717,54500000 +48.4339084,9.9673487,143000000 +48.43390725,9.9673632,143000000 +48.4339044,9.9674081,87000000 +48.4339036,9.96742415,87000000 +48.43390303333334,9.967440666666668,87000000 +48.4339016,9.9675072,19200000 +48.4339019,9.96752485,19200000 +48.4339034,9.9675784,97500000 +48.4339048,9.9675966,97500000 +48.43390623333334,9.967615166666668,97500000 +48.43392463333333,9.967800333333331,181000000 +48.4339225,9.96778225,181000000 +48.4339203,9.967764,181000000 +48.4339415,9.9679604,83500000 +48.43394270000001,9.967975,83500000 +48.4339401,9.9679428,83500000 +48.4339475,9.9680385,65400000 +48.43394885,9.9680558,65400000 +48.4339532,9.9681078,69100000 +48.433954,9.9681253,69100000 +48.43395483333333,9.968142666666669,69100000 +48.43395595,9.9682276,172000000 +48.4339561,9.9682109,172000000 +48.4339549,9.9682772,177000000 +48.4339548,9.96829345,177000000 +48.4339547,9.968309633333334,177000000 +48.43395505,9.9683898,95400000 +48.4339549,9.9683742,95400000 +48.4339549,9.968550966666667,98500000 +48.4339552,9.9685409,98500000 +48.433955,9.96854655,98500000 +48.4339551,9.9685642,80000000 +48.43395525,9.96856455,80000000 +48.4339559,9.968565,72100000 +48.43395615,9.9685649,72100000 +48.43395633333333,9.968564766666669,72100000 +48.4339569,9.9685643,77900000 +48.43395695,9.9685643,77900000 +48.433957166666666,9.968564333333331,77900000 +48.4339579,9.9685644,108000000 +48.433958,9.9685644,108000000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,88400000 +48.4339581,9.9685644,94900000 +48.433958100000005,9.9685644,94900000 +48.4339581,9.9685644,94800000 +48.4339581,9.9685644,94800000 +48.433958100000005,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,79900000 +48.4339581,9.9685644,28000000 +48.43395886666666,9.968564766666669,106000000 +48.4339586,9.9685643,106000000 +48.4339581,9.9685644,106000000 +48.4339593,9.9685687,48200000 +48.43395905,9.9685712,48200000 +48.4339521,9.9685992,158000000 +48.4339505,9.96860205,158000000 +48.4339452,9.9686101,105000000 +48.43394116666667,9.968614533333332,105000000 +48.43394345,9.9686124,105000000 +48.4339254,9.96862235,179000000 +48.4339295,9.9686219,179000000 +48.43390213333333,9.968619833333332,108000000 +48.4339074,9.9686212,108000000 +48.43387285,9.96861085,141000000 +48.43383406666666,9.968598433333332,21100000 +48.4337871,9.9685849,20100000 +48.43374305,9.9685748,22400000 +48.433731566666665,9.968572566666666,22400000 +48.4336851,9.9685656,29000000 +48.43367375,9.968566,29000000 +48.43366376666666,9.968565533333331,29000000 +48.4336035,9.96855815,27300000 +48.433617,9.9685608,27300000 +48.4335479,9.9685478,28400000 +48.4335341,9.968546433333332,28400000 +48.4334787,9.9685416,28900000 +48.43346785,9.9685405,28900000 +48.43345683333333,9.9685399,28900000 +48.4334053,9.9685368,29100000 +48.4333905,9.96853585,29100000 +48.43332123333334,9.968533866666668,32000000 +48.4333469,9.9685333,32000000 +48.43333275,9.96853335,32000000 +48.4332586,9.96853705,33300000 +48.4332719,9.9685371,33300000 +48.4332042,9.9685364,72600000 +48.43319016666666,9.9685356,72600000 +48.4331346,9.9685319,40300000 +48.43312135,9.96853155,40300000 +48.433110733333336,9.968532433333332,40300000 +48.4330653,9.9685401,34500000 +48.4330531,9.9685427,34500000 +48.43300245,9.968549,35300000 +48.43298910000001,9.968548833333331,35300000 +48.4330158,9.9685486,35300000 +48.4329361,9.9685492,38100000 +48.4329235,9.9685504,38100000 +48.4328853,9.9685536,43400000 +48.4328719,9.968554,43400000 +48.43285853333333,9.968554233333334,43400000 +48.4328061,9.9685565,28100000 +48.432790350000005,9.968558,28100000 +48.4327365,9.9685654,26700000 +48.4327493,9.9685628,26700000 +48.4326726,9.968577033333334,29100000 +48.4326982,9.9685723,29100000 +48.43268535,9.9685749,29100000 +48.4326219,9.9685871,40200000 +48.43260945,9.9685888,40200000 +48.4325724,9.9685941,22700000 +48.43256055,9.96859585,22700000 +48.4325491,9.968597533333332,22700000 +48.4325051,9.9686034,40200000 +48.4324957,9.9686042,40200000 +48.43245483333333,9.968601866666669,42800000 +48.43246205,9.9686038,42800000 +48.4324696,9.968605,42800000 +48.4324282,9.9685915,33900000 +48.4324223,9.9685875,33900000 +48.4324054,9.968574,19100000 +48.4323999,9.96856825,19100000 +48.4323948,9.968561733333331,19100000 +48.4323752,9.9685329,29600000 +48.432371200000006,9.96852435,29600000 +48.432356133333336,9.968473233333334,22000000 +48.4323583,9.96848465,22000000 +48.4323607,9.9684957,22000000 +48.4323484,9.9684261,33100000 +48.43234665,9.96841275,33100000 +48.4323396,9.968341733333334,17600000 +48.4323356,9.9682779,29900000 +48.4323347,9.96826065,29900000 +48.432332,9.9682079,25700000 +48.4323311,9.9681896,25700000 +48.432329933333335,9.968171333333332,25700000 +48.432322,9.9680815,19600000 +48.4323241,9.9680986,19600000 +48.4323158,9.9680307,25600000 +48.43231395,9.9680138,25600000 +48.432311633333335,9.9679973,25600000 +48.432302,9.9679308,25000000 +48.43229945,9.96791425,25000000 +48.4322919,9.9678667,19700000 +48.43228980000001,9.9678526,19700000 +48.432287933333335,9.9678395,19700000 +48.43228015,9.96778095,30000000 +48.4322812,9.967791,30000000 +48.43227936666667,9.967773133333331,30000000 +48.4322773,9.9677414,39900000 +48.43227755,9.9677357,39900000 +48.43228303333333,9.9677015,23500000 +48.4322798,9.9677147,23500000 +48.432281200000006,9.9677078,23500000 +48.4322912,9.9676792,25400000 +48.4322948,9.9676741,25400000 +48.4323025,9.9676642,25600000 +48.4323054,9.96766175,25600000 +48.43230863333334,9.9676596,25600000 +48.4323231,9.967652,29100000 +48.4323262,9.9676512,29100000 +48.43233039999999,9.967650266666666,29100000 +48.432355066666666,9.9676456,28000000 +48.4323467,9.9676468,28000000 +48.4323508,9.9676462,28000000 +48.4323731,9.9676434,30800000 +48.4323783,9.96764305,30800000 +48.432383566666665,9.967642733333332,30800000 +48.4324094,9.9676416,33400000 +48.4324154,9.96764145,33400000 +48.4324215,9.967641233333334,33400000 +48.432465425,9.967639125,25800000 +48.43245913333334,9.967639633333333,25800000 +48.4324528,9.96764005,25800000 +48.432514266666665,9.9676334,24300000 +48.4325017,9.9676358,24300000 +48.43250795,9.96763475,24300000 +48.4325385,9.9676266,38800000 +48.4325472,9.96762465,38800000 +48.43255423333333,9.967622633333333,38800000 +48.43255423333333,9.967622633333333,38800000 +48.432594050000006,9.96761055,20800000 +48.43263796666667,9.967593933333331,78900000 +48.43268315,9.96757545,66200000 +48.4327596,9.9675322,26600000 +48.43276779999999,9.9675281,26600000 +48.4327918,9.9675163,16500000 +48.4327996,9.9675127,16500000 +48.432807233333335,9.967509533333333,16500000 +48.43284595,9.967497,20000000 +48.4328379,9.9674984,20000000 +48.43288603333334,9.9674919,26300000 +48.4328699,9.9674937,26300000 +48.432877950000005,9.9674928,26300000 +48.4329185,9.9674884,32400000 +48.43292685,9.9674871,32400000 +48.4329517,9.9674832,22900000 +48.43296025,9.96748165,22900000 +48.432968933333335,9.967479933333331,22900000 +48.432968933333335,9.967479933333331,22900000 +48.43301315,9.9674692,32000000 +48.43305823333333,9.967453266666666,40800000 +48.4331037,9.9674378,22700000 +48.433200150000005,9.9674097,19700000 +48.43319,9.967413,19700000 +48.433241,9.9673968,17900000 +48.4332513,9.967393466666666,17900000 +48.4332929,9.9673787,32400000 +48.4333033,9.9673749,32400000 +48.43333805,9.9673604,29200000 +48.43334643333333,9.9673571,29200000 +48.4333856,9.9673422,33500000 +48.4333968,9.96733865,33500000 +48.43340813333333,9.9673352,33500000 +48.4334705,9.9673133,23400000 +48.433453,9.9673201,23400000 +48.43346175,9.96731675,23400000 +48.4335108,9.9672987,33400000 +48.43352245,9.9672946,33400000 +48.433531833333326,9.967290566666668,33400000 +48.4335717,9.9672727,30800000 +48.4335797,9.96726905,30800000 +48.4336093,9.967256,40700000 +48.43362005,9.96725195,40700000 +48.433629,9.9672484,40700000 +48.43368303333333,9.967226266666666,109000000 +48.433673,9.9672304,109000000 +48.4336629,9.9672343,109000000 +48.4337177,9.9672096,177000000 +48.433725,9.9672061,177000000 +48.43373223333333,9.967202366666667,177000000 +48.4338071,9.9671597,66400000 +48.43381375,9.9671565,66400000 +48.43381886666666,9.967153466666666,66400000 +48.433845600000005,9.967142,89200000 +48.4338372,9.9671444,89200000 +48.43384105,9.9671429,89200000 +48.4338676,9.967141,37700000 +48.4338636,9.9671404,37700000 +48.43388513333333,9.967148033333332,22500000 +48.4339,9.96716,20800000 +48.433909400000005,9.96717445,19700000 +48.43391123333333,9.9671789,19700000 +48.4339179,9.9671991,80200000 +48.43391885,9.9672036,80200000 +48.43391983333333,9.967209633333336,80200000 +48.4339233,9.9672371,80700000 +48.43392385,9.96724535,80700000 +48.43392550000001,9.967291333333334,85100000 +48.43392540000001,9.967281150000002,85100000 +48.4339251,9.9672712,85100000 +48.4339258,9.9673271,94500000 +48.4339253,9.9673385,94500000 +48.43392483333333,9.9673483,94500000 +48.4339218,9.9673933,32000000 +48.4339206,9.9674069,32000000 +48.4339206,9.9674069,32000000 +48.433917166666674,9.9674665,69400000 +48.43391543333333,9.967546166666668,17800000 +48.43391556666666,9.967622933333333,37500000 +48.43394546666667,9.967952533333332,124000000 +48.43395456666667,9.9680283,94600000 +48.43396313333333,9.968106166666669,30300000 +48.43397006666667,9.9682013,169000000 +48.4339744,9.9684382,18700000 +48.4339754,9.968501300000002,93400000 +48.43397495,9.968586825,53100000 +48.43396916666666,9.968619066666667,71700000 +48.43395653333334,9.968643733333334,79900000 +48.43394095,9.96865485,146000000 +48.43392146666668,9.9686544,62900000 +48.4338924,9.968646766666668,154000000 +48.4338562,9.9686369,86600000 +48.43381716666666,9.968629433333332,72700000 +48.433764700000005,9.9686221,79000000 +48.43370996666667,9.968618966666666,36100000 +48.433652,9.968617733333334,25800000 +48.43358226666666,9.968609566666666,30300000 +48.43351536666668,9.9686023,27100000 +48.4334486,9.968596966666668,44900000 +48.43338403333333,9.968593,49100000 +48.43332186666667,9.9685882,33300000 +48.43326126666667,9.968587133333331,30200000 +48.43319093333333,9.968586066666669,47200000 +48.4331267,9.9685829,29100000 +48.43306506666667,9.9685826,34500000 +48.4330032,9.96858105,30800000 +48.432939466666674,9.9685776,41000000 +48.432952,9.9685777,41000000 +48.43287655,9.96858045,40900000 +48.432817633333336,9.968584966666668,26500000 +48.43275735,9.96858895,19300000 +48.43269373333334,9.968596733333332,48200000 +48.43262905,9.96860435,27600000 +48.43256696666666,9.968611966666666,28300000 +48.43251475,9.96861825,36400000 +48.43247336666667,9.9686189,20800000 +48.43243396666667,9.968608733333332,24500000 +48.43240195,9.9685882,27900000 +48.4323735,9.968554633333332,38200000 +48.4323787,9.96856235,38200000 +48.4323501,9.9685113,25800000 +48.432335,9.9684581,19900000 +48.43232565,9.9683971,62500000 +48.43232026666667,9.968326,62300000 +48.4323156,9.9682452,39800000 +48.43230976666666,9.968158833333334,45000000 +48.43230195,9.9680715,40500000 +48.43229213333333,9.967984866666669,23200000 +48.4322941,9.9680022,23200000 +48.43228245,9.96790095,31000000 +48.43227313333333,9.967830166666667,28400000 +48.43226535,9.96777265,26400000 +48.43226113333333,9.9677269,25600000 +48.4322639,9.967686233333334,19400000 +48.4322738,9.9676618,22000000 +48.43228976666666,9.967646766666668,30400000 +48.43228585,9.967649000000002,30400000 +48.43231230000001,9.96763695,33600000 +48.432339133333336,9.967630666666668,27800000 +48.432377800000005,9.967622466666668,16500000 +48.43241746666666,9.9676144,41300000 +48.43246725,9.96760425,37300000 +48.43251415,9.9675933,37500000 +48.43255415,9.9675828,101000000 +48.432564000000006,9.9675799,101000000 +48.4326127,9.9675636,100000000 +48.43265853333335,9.967543766666669,118000000 +48.4326995,9.9675207,104000000 +48.43273743333334,9.967498533333334,36800000 +48.4327749,9.9674806,21500000 +48.4328108,9.967469166666667,44700000 +48.43284785,9.9674628,31200000 +48.432888866666666,9.967458266666666,29800000 +48.4329333,9.967453249999998,23600000 +48.432981600000005,9.967444366666667,23900000 +48.433034,9.9674319,50400000 +48.43308966666667,9.9674168,28300000 +48.43314695,9.96740025,40000000 +48.433205166666674,9.967380433333334,22200000 +48.4331934,9.9673846,22200000 +48.4332644,9.96735875,22600000 +48.43332456666667,9.967334866666668,26800000 +48.4333839,9.96731225,20000000 +48.43339576666667,9.967308166666667,20000000 +48.43345795,9.9672855,33900000 +48.433509,9.96726675,24700000 +48.43352176666667,9.967261366666667,24700000 +48.4335846,9.96723405,18900000 +48.43364686666666,9.967208966666666,17700000 +48.43370575,9.96718565,69500000 +48.4337548,9.967164966666669,162000000 +48.4337461,9.9671688,162000000 +48.43379525,9.9671465,80900000 +48.4338273,9.967134033333332,104000000 +48.433849550000005,9.9671304,78800000 +48.4338663,9.9671354,28700000 +48.433881,9.96714435,30800000 +48.43389373333333,9.967158966666668,124000000 +48.43391233333333,9.967211966666666,17700000 +48.43391765,9.9672497,70200000 +48.43391985,9.9672852,28600000 +48.43391973333333,9.967295066666669,28600000 +48.4339183,9.9673455,84600000 +48.4339152,9.967400166666666,55000000 +48.43391335,9.96745475,94700000 +48.433913100000005,9.967467166666667,94700000 +48.43391295,9.96753505,120000000 +48.4339146,9.967602433333331,33200000 +48.43391713333333,9.967669433333334,137000000 +48.43394503333334,9.967971766666668,101000000 +48.433952866666665,9.968045833333331,95800000 +48.4339517,9.96803495,95800000 +48.4339588,9.968105,22200000 +48.4339601,9.968119933333334,22200000 +48.4339655,9.96818805,91300000 +48.43396623333333,9.968201266666666,91300000 +48.4339732,9.9684129,76500000 +48.43397326666667,9.968424566666668,76500000 +48.43397433333333,9.968491366666669,156000000 +48.43397493333333,9.968541366666669,83700000 +48.43397335,9.9685774,63500000 +48.43396993333334,9.968608766666666,110000000 +48.433962433333335,9.9686388,106000000 +48.4339644,9.96863435,106000000 +48.4339491,9.96865675,121000000 +48.433935250000005,9.9686629,103000000 +48.433932000000006,9.9686632,103000000 +48.433914,9.96866285,36100000 +48.43390866666667,9.968662033333333,36100000 +48.43388055,9.96865735,79900000 +48.433872400000006,9.968655933333332,79900000 +48.4338249,9.968648533333331,28700000 +48.43377133333333,9.968641933333334,109000000 +48.43372046666667,9.9686379,45200000 +48.4336633,9.968636066666669,30800000 +48.4335972,9.968632633333334,60500000 +48.43361035,9.9686335,60500000 +48.4335387,9.968629,40000000 +48.43352596666667,9.9686285,40000000 +48.43347055,9.96862575,35600000 +48.43346036666666,9.968624966666669,35600000 +48.43340725,9.968623,31900000 +48.43339653333334,9.9686229,31900000 +48.4333374,9.9686233,41300000 +48.433272933333335,9.9686211,18300000 +48.43321235,9.9686174,21500000 +48.433200766666666,9.968616666666668,21500000 +48.4331528,9.968614,43300000 +48.43314335,9.9686135,43300000 +48.43309655,9.96861245,24200000 +48.433084400000006,9.968612966666669,24200000 +48.433018366666666,9.968614733333332,33700000 +48.43302905,9.96861465,33700000 +48.432962200000006,9.96861585,23300000 +48.432950600000005,9.968616033333332,23300000 +48.43289235,9.9686175,32900000 +48.43283696666666,9.968618,20300000 +48.432827225,9.968617775,20300000 +48.4327693,9.96861685,28200000 +48.4327601,9.968617566666667,28200000 +48.4327095,9.9686217,38900000 +48.43270093333334,9.968622466666666,38900000 +48.43264476666667,9.968626133333332,17600000 +48.4326072,9.9686286,15800000 +48.43259675,9.968629,15800000 +48.4325883,9.968629733333334,15800000 +48.4325416,9.96863445,18400000 +48.43249403333333,9.968638566666668,21000000 +48.432446633333335,9.9686342,16600000 +48.4324148,9.96862005,36800000 +48.43239019999999,9.9685998,31700000 +48.4323627,9.9685587,32100000 +48.43234326666667,9.9685111,32400000 +48.43232963333333,9.968453733333332,41300000 +48.43232046666666,9.968375766666668,49700000 +48.43231625,9.9683093,17800000 +48.4323118,9.968234066666668,41000000 +48.4323067,9.968150766666668,24200000 +48.432297733333336,9.9680664,27300000 +48.432287933333335,9.967992466666669,18400000 +48.4322808,9.967936900000002,29900000 +48.4322757,9.967895033333331,16600000 +48.432271033333336,9.9678629,22800000 +48.4322683,9.967839966666668,26500000 +48.43226643333333,9.967827966666666,35700000 +48.4322644,9.9678162,17700000 +48.43226186666666,9.967797333333335,29800000 +48.4322592,9.967777566666667,32400000 +48.43225676666666,9.9677541,25400000 +48.43225575,9.96773395,34000000 +48.43225803333333,9.967709166666667,21700000 +48.4322648,9.96768565,34000000 +48.43227496666666,9.967670033333334,42300000 +48.43229436666667,9.967656133333334,23500000 +48.43232153333333,9.967646366666663,32400000 +48.432348733333335,9.967639866666666,26200000 +48.43238033333333,9.967633633333334,24100000 +48.432420125,9.96762645,25700000 +48.43241416666667,9.9676276,25700000 +48.4324669,9.9676172,33900000 +48.432505633333335,9.967607933333332,44900000 +48.43255333333334,9.967594266666666,30000000 +48.4325957,9.9675794,81300000 +48.43263796666667,9.967565633333336,98500000 +48.4326883,9.9675483,96400000 +48.43274006666667,9.967528566666669,61400000 +48.4327923,9.9675097,24100000 +48.43284345,9.96749415,22500000 +48.43289493333333,9.967478666666668,21000000 +48.43294645,9.9674618,17900000 +48.43299783333333,9.967442966666669,31300000 +48.43304915,9.9674243,17500000 +48.43310096666667,9.967405866666669,19900000 +48.43315315,9.9673885,25700000 +48.43320613333333,9.967370833333334,21500000 +48.43325855,9.96735365,30300000 +48.433311233333335,9.9673349,27800000 +48.4333719,9.9673116,37400000 +48.4334208,9.9672934,31900000 +48.43346616666667,9.967276733333334,44200000 +48.433521500000005,9.967254866666666,29300000 +48.4335719,9.9672342,26400000 +48.43360665,9.9672184,20800000 +48.43361826666666,9.9672135,20800000 +48.433671450000006,9.9671908,60800000 +48.43371353333333,9.9671722,134000000 +48.4337575,9.96715245,102000000 +48.4337643,9.967149133333336,102000000 +48.4337987,9.96713205,101000000 +48.433824433333335,9.9671234,74500000 +48.43384425,9.96712175,80700000 +48.4338587,9.9671247,39100000 +48.4338621,9.9671262,39100000 +48.43387835,9.9671362,40400000 +48.4338926,9.967152733333334,135000000 +48.43390325,9.9671749,30600000 +48.43391110000001,9.967206066666668,90000000 +48.4339186,9.96729065,36900000 +48.4339189,9.967297433333334,36900000 +48.43392,9.96734015,24600000 +48.4339191,9.967388033333334,16300000 +48.43391695,9.96744415,40100000 +48.4339166,9.967455833333334,40100000 +48.4339152,9.96752025,29000000 +48.43391606666668,9.9675855,29600000 +48.433944966666665,9.967930333333332,131000000 +48.43395345,9.96800245,124000000 +48.43396213333333,9.968073766666668,30200000 +48.43397133333334,9.968162433333331,45500000 +48.433978375,9.9685986,131000000 +48.4339789,9.968594566666669,131000000 +48.433973400000006,9.968625933333334,22400000 +48.43396526666667,9.9686452,19200000 +48.433949575,9.968659175,24000000 +48.43392956666667,9.9686631,16200000 +48.433905,9.9686604,163000000 +48.43387153333333,9.968655066666663,57000000 +48.43383276666666,9.968648866666667,102000000 +48.433777500000005,9.968642625,110000000 +48.43367503333334,9.9686377,28500000 +48.433621975,9.96863535,19700000 +48.43357026666666,9.9686323,27700000 +48.4335257,9.968629433333334,30000000 +48.433475400000006,9.968625275,78800000 +48.433425,9.968621,41300000 +48.4333861,9.9686185,32600000 +48.433337300000005,9.968615866666669,51700000 +48.4332926,9.968616066666668,37900000 +48.43324853333333,9.968615533333336,45600000 +48.4332049,9.968614,25900000 +48.433156200000006,9.968611066666668,31200000 +48.43310556666666,9.968608666666666,30100000 +48.43306185,9.96860925,28900000 +48.433020166666665,9.968612300000002,20800000 +48.43296436666666,9.9686121,36100000 +48.4329149,9.96861275,21400000 +48.43286716666666,9.968616133333333,29800000 +48.432804525,9.96862005,32300000 +48.432812866666666,9.968619233333332,32300000 +48.43275125,9.968625,37400000 +48.43274186666667,9.968625966666666,37400000 +48.4326907,9.9686307,23700000 +48.43264236666667,9.968634766666668,24500000 +48.43259293333333,9.9686381,81000000 +48.432584825,9.968638675,81000000 +48.43252463333334,9.968643166666666,22800000 +48.43248116666667,9.968644933333332,31300000 +48.43243786666667,9.9686367,23800000 +48.43240233333333,9.968614933333331,25900000 +48.43237113333333,9.9685748,26300000 +48.4323504,9.9685257,24700000 +48.4323409,9.9684834,34700000 +48.43233899999999,9.9684706,34700000 +48.4323297,9.9684012,20600000 +48.4323228,9.968337333333332,21300000 +48.4323158,9.968264366666666,35400000 +48.4323086,9.9681884,26100000 +48.432307233333326,9.968175466666668,26100000 +48.43229936666666,9.9681027,32200000 +48.4322907,9.96803395,27400000 +48.43228113333333,9.9679598,18600000 +48.43226906666666,9.9678752,24100000 +48.4322597,9.96780845,25700000 +48.43225416666667,9.967760333333333,31400000 +48.432253200000005,9.96772225,32800000 +48.43225376666667,9.967716433333337,32800000 +48.432259433333336,9.967689066666669,26500000 +48.4322661,9.967676666666668,40000000 +48.43227433333334,9.967668166666664,32200000 +48.43228773333333,9.967661333333334,25500000 +48.4322854,9.96766205,25500000 +48.43230145,9.96765765,21600000 +48.4323042,9.967657133333333,21600000 +48.43232073333333,9.967654066666666,39300000 +48.43233823333333,9.967649666666668,27500000 +48.43235635,9.9676439,27600000 +48.43236066666666,9.967642466666668,27600000 +48.432387766666665,9.9676333,18200000 +48.43238275,9.96763495,18200000 +48.432392875,9.9676317,18200000 +48.4324256,9.9676221,27100000 +48.43243166666667,9.967620366666669,27100000 +48.43246365,9.96761145,18000000 +48.43247053333334,9.967609566666669,18000000 +48.4325133,9.967597066666666,32100000 +48.432520975,9.967594525,32100000 +48.4325747,9.96757705,88800000 +48.4326168,9.96756275,77600000 +48.432627966666665,9.967559133333332,77600000 +48.4326862,9.9675394,83200000 +48.4326774,9.96754275,83200000 +48.43272665,9.9675233,24600000 +48.43273453333333,9.9675204,24600000 +48.43278563333333,9.967503166666663,28600000 +48.4328317,9.96748715,22300000 +48.432841233333335,9.967484066666666,22300000 +48.4328909,9.967467,31500000 +48.43289946666667,9.967464266666664,31500000 +48.432932,9.9674537,25800000 +48.43294215,9.96745035,25800000 +48.43299103333334,9.9674335,20100000 +48.4330281,9.9674204,26600000 +48.4330366,9.9674172,26600000 +48.43304353333334,9.9674143,26600000 +48.4330729,9.967403,33800000 +48.43308065,9.96739995,33800000 +48.43310695,9.96738965,23700000 +48.43311296666666,9.967387366666667,23700000 +48.4331447,9.96737625,34800000 +48.433153233333336,9.9673735,34800000 +48.4332069,9.967357433333332,26800000 +48.43319855,9.96735975,26800000 +48.4331889,9.9673624,26800000 +48.4332522,9.96734445,39400000 +48.4332602,9.967342099999998,39400000 +48.4332978,9.9673309,14100000 +48.4333087,9.96732765,14100000 +48.4334085,9.9672947,145800000 +48.433417633333335,9.9672915,145800000 +48.4334734,9.967270633333332,23200000 +48.4335151,9.9672539,46700000 +48.433536,9.967245333333333,46700000 +48.4335266,9.9672492,46700000 +48.433589600000005,9.967222333333334,23000000 +48.4335795,9.9672266,23000000 +48.43364155,9.9672018,85400000 +48.43368275,9.96718605,181000000 +48.43369236666667,9.967181866666666,181000000 +48.4337297,9.9671659,128000000 +48.43373765,9.96716235,128000000 +48.43376385,9.96714995,91800000 +48.43377026666667,9.9671468,91800000 +48.43379705,9.96713255,115000000 +48.4338027,9.9671306,115000000 +48.433828,9.9671236,115000000 +48.433844750000006,9.967122,35100000 +48.43384876666667,9.967122466666666,35100000 +48.4338678,9.9671275,35300000 +48.4338644,9.9671259,35300000 +48.4338706,9.9671291,35300000 +48.43388555,9.9671408,26300000 +48.4338824,9.9671374,26300000 +48.433896950000005,9.96715665,19200000 +48.43389926666666,9.9671614,19200000 +48.4339078,9.9671821,40200000 +48.4339095,9.9671883,40200000 +48.43391485,9.9672157,82200000 +48.43391583333334,9.967223066666667,82200000 +48.4339192,9.9672538,68200000 +48.4339198,9.96726175,68200000 +48.43392135,9.9672949,76700000 +48.43392143333333,9.967303633333332,76700000 +48.43392105,9.9673486,27100000 +48.433919,9.967398633333334,19100000 +48.4339172,9.9674363,35000000 +48.433916800000006,9.96744775,35000000 +48.43391590000001,9.9675077,28000000 +48.4339165,9.9675722,27600000 +48.43391866666667,9.967642733333332,17200000 +48.43392583333334,9.967731266666666,26400000 +48.433935,9.9678128,22800000 +48.43395465,9.9679595,149950000 +48.4322809,9.9676661,23800000 +48.43227795,9.96766835,23800000 +48.4322976,9.9676557,23400000 +48.432301466666665,9.9676541,23400000 +48.43232255,9.96764635,17100000 +48.43232753333333,9.967644833333331,17100000 +48.4323328,9.967643275,17100000 +48.43237416666667,9.967632233333331,20400000 +48.432416466666666,9.967623533333333,20400000 +48.432468825,9.967612850000002,37200000 +48.43245355,9.9676161,37200000 +48.43246113333333,9.967614500000002,37200000 +48.4325078,9.9676041,32600000 +48.43252296666666,9.967599866666664,32600000 +48.43251545,9.967602,32600000 +48.4325604,9.96758855,74200000 +48.4325698,9.967585566666669,74200000 +48.4326282,9.967568833333331,69500000 +48.43261835,9.9675715,69500000 +48.43268140000001,9.967552866666669,27600000 +48.4326628,9.9675587,27600000 +48.432673050000005,9.96755555,27600000 +48.43272505,9.96753875,39000000 +48.43273236666667,9.967536266666665,39000000 +48.43277165,9.9675236,24900000 +48.43278,9.967521133333332,24900000 +48.4327617,9.9675263,24900000 +48.4328284,9.967506633333334,16500000 +48.43287,9.9674937,22900000 +48.43287746666666,9.967491699999998,22900000 +48.4329139,9.9674817,23300000 +48.43292243333334,9.9674791,23300000 +48.4329621,9.967467,29800000 +48.43296943333333,9.967464666666666,29800000 +48.43301503333333,9.967450233333333,27100000 +48.43300835,9.9674524,27100000 +48.43305866666666,9.967435866666667,22200000 +48.4330417,9.9674415,22200000 +48.43305085,9.96743855,22200000 +48.43309585,9.96742265,18700000 +48.433103200000005,9.967420166666663,18700000 +48.433156175,9.9674024,18800000 +48.43320595,9.9673844,17000000 +48.43321506666666,9.9673813,17000000 +48.4332587,9.96736595,23700000 +48.43326726666667,9.967362833333334,23700000 +48.433310500000005,9.96734565,38500000 +48.43332156666667,9.9673413,38500000 +48.43337795,9.96731985,30200000 +48.4333873,9.967316633333333,30200000 +48.4334342,9.9673003,21000000 +48.43344363333333,9.967297133333334,21000000 +48.43350396666667,9.967275,27800000 +48.433569775,9.96724665,19000000 +48.433637866666665,9.967215133333337,50500000 +48.4336202,9.9672225,50500000 +48.4336292,9.9672191,50500000 +48.43368665,9.9671905,123000000 +48.43372305,9.9671737,113000000 +48.43373133333333,9.967169533333331,113000000 +48.4337651,9.96715185,86800000 +48.43377146666666,9.967148533333337,86800000 +48.43380533333333,9.9671329,79200000 +48.43379985,9.967135,79200000 +48.4338279,9.96712625,80600000 +48.433830633333336,9.967125866666668,80600000 +48.43384623333333,9.967126266666668,96200000 +48.43384335,9.96712575,96200000 +48.4338575,9.9671291,21700000 +48.4338604,9.9671305,21700000 +48.4338717,9.9671376,33600000 +48.43387426666666,9.9671395,33600000 +48.4338842,9.9671482,65400000 +48.43388635,9.96715075,65400000 +48.43389676666667,9.967166333333331,35700000 +48.43389475,9.9671625,35700000 +48.43390605,9.9671887,29900000 +48.4339044,9.9671833,29900000 +48.4339134,9.967220133333331,18100000 +48.4339188,9.96725875,75000000 +48.433918,9.9672501,75000000 +48.43392085,9.96729055,56400000 +48.4339211,9.9672989,56400000 +48.4339192,9.96747635,62200000 +48.433919,9.967488466666667,62200000 +48.433919,9.9675666,34200000 +48.43391875,9.9675507,34200000 +48.4339204,9.9676318,78100000 +48.4339213,9.96764875,78100000 +48.4339493,9.9678945,181000000 +48.4339519,9.96791295,181000000 +48.4339605,9.9679723,25100000 +48.43396283333333,9.9679894,25100000 +48.43397325,9.9680761,39000000 +48.43397463333334,9.9680904,39000000 +48.43398105,9.9681754,157000000 +48.4339819,9.968190633333334,157000000 +48.43398966666667,9.968362,177000000 +48.43398915,9.96835125,177000000 +48.43399216666666,9.968422466666668,152000000 +48.4339936,9.9684775,163000000 +48.433993675,9.96848615,163000000 +48.43399415,9.96853645,141000000 +48.43399416666667,9.968543833333332,141000000 +48.4339942,9.9685767,42800000 +48.433994000000006,9.968581566666666,42800000 +48.43399216666666,9.9686098,63400000 +48.433987433333336,9.968634766666666,110000000 +48.433986225000005,9.96863815,110000000 +48.4339776,9.96865595,98200000 +48.43397553333333,9.968658199999998,98200000 +48.4339577,9.968669833333331,182000000 +48.43396145,9.9686687,182000000 +48.4339351,9.96867285,30900000 +48.4339405,9.968673,30900000 +48.43391046666667,9.968670866666669,104000000 +48.433874333333335,9.9686665,40600000 +48.4338338,9.968662366666663,17000000 +48.43379036666667,9.9686588,79300000 +48.433783175,9.968658525,79300000 +48.43373465,9.9686568,39500000 +48.43372713333333,9.9686568,39500000 +48.433682700000006,9.96865795,20000000 +48.43363856666667,9.968658933333332,54200000 +48.43358825,9.96865905,25000000 +48.43357890000001,9.9686589,25000000 +48.4335219,9.968658633333334,41200000 +48.4335315,9.96865855,41200000 +48.433463800000006,9.968659366666666,33700000 +48.43347365,9.96865925,33700000 +48.43341185,9.96865985,26200000 +48.4334031,9.968660033333334,26200000 +48.4333497,9.9686596,43100000 +48.43333976666667,9.968659266666668,43100000 +48.43329295,9.96865705,45400000 +48.433282166666665,9.968656433333337,45400000 +48.433226700000006,9.968653150000002,37900000 +48.43321746666667,9.968652466666668,37900000 +48.4331628,9.9686499,18900000 +48.43310146666666,9.9686469,20700000 +48.4330524,9.9686453,20600000 +48.433043600000005,9.96864555,20600000 +48.4330345,9.968645833333332,20600000 +48.4329914,9.9686473,55500000 +48.4329788,9.9686476,55500000 +48.43292399999999,9.968648966666668,25600000 +48.43286146666667,9.9686504,19800000 +48.43279346666667,9.9686523,22200000 +48.432729566666666,9.968655733333334,54500000 +48.4327416,9.96865525,54500000 +48.4326725,9.96865815,31000000 +48.43266143333333,9.968658733333331,31000000 +48.4326093,9.9686619,45200000 +48.43259953333333,9.968662733333334,45200000 +48.432589825,9.968663725,45200000 +48.43252735,9.96866935,34600000 +48.4325191,9.968669966666669,34600000 +48.43248215,9.9686716,45700000 +48.43247613333333,9.968671266666666,45700000 +48.43244395,9.9686662,27600000 +48.4324377,9.9686633,27600000 +48.4324123,9.9686493,24000000 +48.43240655,9.96864415,24000000 +48.43238263333333,9.968617366666663,23700000 +48.43236125,9.9685834,22300000 +48.43235669999999,9.968573233333332,22300000 +48.4323402,9.9685297,26800000 +48.4323372,9.96851735,26800000 +48.432334966666666,9.968506533333333,26800000 +48.4323256,9.9684574,32800000 +48.43232395,9.9684464,32800000 +48.43232233333333,9.968435266666669,32800000 +48.4323124,9.9683555,23200000 +48.4323151,9.9683805,23200000 +48.4323137,9.96836825,23200000 +48.43230615,9.96828025,21300000 +48.4323052,9.968266333333332,21300000 +48.4323006,9.9681991,22500000 +48.43229895,9.9681796,22500000 +48.43228936666666,9.968083366666669,22900000 +48.4322804,9.9680093,23700000 +48.43227805,9.96799135,23700000 +48.43226955,9.96792215,18800000 +48.4322679,9.967908933333334,18800000 +48.43225935,9.9678468,32000000 +48.432257933333325,9.9678361,32000000 +48.4322511,9.9677815,25300000 +48.43225185,9.96778905,25300000 diff --git a/pqos/Example files/test100.csv b/pqos/Example files/test100.csv new file mode 100644 index 0000000..a0e6d4c --- /dev/null +++ b/pqos/Example files/test100.csv @@ -0,0 +1,101 @@ +lat,long,rtt +48.4339443,9.967161733333334,78900000 +48.43394475,9.9671683,78900000 +48.43393966666667,9.9671245,51800000 +48.4339408,9.96712915,51800000 +48.43393145,9.96710145,77200000 +48.43391836666667,9.967084033333334,82100000 +48.4339061,9.9670742,17200000 +48.43389823333333,9.9670709,17200000 +48.4339024,9.96707235,17200000 +48.4338805,9.9670667,21400000 +48.4338755,9.96706675,21400000 +48.43385146666666,9.9670702,41500000 +48.433824900000005,9.96708105,92800000 +48.43379503333333,9.967094366666666,75400000 +48.43376073333334,9.967111333333332,172000000 +48.4337206,9.9671297,119000000 +48.43372695,9.9671269,119000000 +48.43368280000001,9.967145766666668,28000000 +48.43364845,9.9671582,18000000 +48.43364193333334,9.967160833333333,18000000 +48.4336012,9.967175066666666,50600000 +48.433549825,9.96718925,94500000 +48.43355746666666,9.967187366666668,94500000 +48.43349716666666,9.9672049,38000000 +48.43345243333332,9.967218666666668,21900000 +48.4334024,9.96723545,26100000 +48.433353966666665,9.967254733333334,34100000 +48.43331236666666,9.967272533333334,18400000 +48.43327283333334,9.967288466666666,22700000 +48.433266875,9.967290825,22700000 +48.433233400000006,9.96730325,28600000 +48.433228533333335,9.967305133333332,28600000 +48.4332024,9.96731445,26800000 +48.43319576666666,9.967316466666666,26800000 +48.4331661,9.96732555,20200000 +48.433161000000005,9.967327233333334,20200000 +48.43313016666667,9.967335133333334,22100000 +48.4331365,9.96733405,22100000 +48.43310035,9.967341,34500000 +48.4330944,9.9673422,34500000 +48.433064,9.9673496,28400000 +48.433057600000005,9.967351266666666,28400000 +48.4330266,9.9673621,26500000 +48.43301893333333,9.967365466666664,26500000 +48.43298155,9.9673846,30600000 +48.43297520000001,9.967387166666668,30600000 +48.4329455,9.9674008,30500000 +48.43293645,9.96740435,30500000 +48.43290655,9.96741765,16700000 +48.432897966666665,9.967420833333334,16700000 +48.4328529,9.967438200000002,27200000 +48.432813566666674,9.967453433333334,37000000 +48.4327773,9.967465,31800000 +48.4327722,9.967466675,31800000 +48.43274195,9.9674775,37400000 +48.43273713333334,9.967479633333332,37400000 +48.43270859999999,9.9674912,33800000 +48.43267659999999,9.967503575,52400000 +48.4326811,9.967501733333334,52400000 +48.4326455,9.967515566666666,42300000 +48.43264985,9.96751385,42300000 +48.432623750000005,9.96752325,82800000 +48.43261966666668,9.967524666666666,82800000 +48.43259766666666,9.967532233333332,75400000 +48.432594775,9.967533275,75400000 +48.43257795,9.9675397,37800000 +48.43257533333334,9.967540666666666,37800000 +48.43255946666667,9.967545433333337,36000000 +48.432543900000006,9.967550766666667,32400000 +48.4325268,9.96755595,20900000 +48.4325292,9.967555333333332,20900000 +48.43251245,9.96755925,29300000 +48.43250983333333,9.967559766666668,29300000 +48.4324989,9.96756175,25500000 +48.432496833333325,9.9675621,25500000 +48.4324861,9.9675637,39500000 +48.43248413333333,9.967563833333331,39500000 +48.4324748,9.9675651,27200000 +48.43247515,9.9675647,27200000 +48.4324734,9.967566266666667,33600000 +48.4324737,9.9675665,19700000 +48.4324737,9.9675665,22500000 +48.4324737,9.9675665,22500000 +48.43247363333334,9.9675666,37100000 +48.43247362500001,9.96756665,37100000 +48.4324736,9.9675668,35500000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,26700000 +48.4324736,9.9675668,28400000 +48.4324736,9.9675668,43600000 +48.432473,9.967566,26200000 +48.432471825,9.9675648,26200000 +48.43247246666667,9.967565366666667,26200000 +48.43246805,9.96756225,32000000 +48.43246783333333,9.967562166666667,32000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,28000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,19000000 +48.4324674,9.967562,26000000 diff --git a/pqos/README.md b/pqos/README.md new file mode 100644 index 0000000..28c6085 --- /dev/null +++ b/pqos/README.md @@ -0,0 +1,22 @@ +# PQOS + +`This branch uses the updated model from Oct 2024 (created from the 'deploy' branch)` + +The PQOS expects 100 datapoints as input and returns 5 predicted values as a json file: +{ + "Predicitons": str_of_5_predictions, + "Response time": int (in Seconds) +} + +## Running the code using Docker +1. To create the Docker Image, run "Dockerfile" using this command: `docker build -f Dockerfile -t pqos-deploy-image .` +2. Create a container from the above image using this command: `docker run -p 5000:5000 --name pqos -e ENDPOINT=IP:PORT --rm pqos-deploy-image` where ENDPOINT is the ip address and the port (e.g. 192.168.0.1:5000) to which the results will be sent as a json file expecting the function "/upload_predictions" +3. The script for the PQOS will run automatically, and will await the receival of a dataset from a sender. (See additional notes below) +4. (For testing purposes without an endpoint) In another terminal, enter the command `python3 -m http.server {port_number}` to simulate an endpoint receiving the predictions. This will show a 501 server error given it does not have a backend implementation of an endpoint. + + +* **Notes**: +- The `-p` flag is used to map the docker ports to the devices ports. +- The `-e` flag is used to enter command line variables. +- The execution can be stopped by opening another terminal and using this command `docker kill pqos`. +- The "Example files" directory contains a dummy dataset to send to the PQOS for testing purposes. In this case run the pqos_curl.py python script in that same directory. (The IP address to which the dataset should be sent is hardcoded there as it is for testing. The part to edit manually is marked there) diff --git a/pqos/docker-push.sh b/pqos/docker-push.sh new file mode 100755 index 0000000..f40ecd6 --- /dev/null +++ b/pqos/docker-push.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +# docker tag SOURCE_IMAGE[:TAG] 192.168.100.2:5000/uulm/: +# docker push 192.168.100.2:5000/uulm/: + +TA_VERSION=v1.3.0 +LOCAL_IMAGE="pqos" +REMOTE_IMAGE="uc6pqos" + +docker build -t $LOCAL_IMAGE . +docker tag $LOCAL_IMAGE:latest 192.168.100.2:5000/uulm/$REMOTE_IMAGE:$TA_VERSION +docker push 192.168.100.2:5000/uulm/$REMOTE_IMAGE:$TA_VERSION diff --git a/pqos/pqos.py b/pqos/pqos.py new file mode 100644 index 0000000..4974af1 --- /dev/null +++ b/pqos/pqos.py @@ -0,0 +1,131 @@ +from flask import Flask, request +import threading +import numpy as np +from sklearn.preprocessing import MinMaxScaler +import tensorflow as tf +from time import time_ns +import pickle +import pandas as pd +import requests +import sys + +# Part to be hardcoded for now, expected to be "ip:port" +destination = sys.argv[1] + +app = Flask(__name__) + +@app.route('/accept_data', methods=['POST']) +def accept_data(): + + data = request.data + data = data.decode("utf-8") + formatted_lines = [] + for line in data.strip().split("\n"): + elements = line.split(",") + formatted_line = f"{elements[0]}, {elements[1]}, {elements[2].split()[0]}" + formatted_lines.append(formatted_line) + new_data = "\n".join(formatted_lines) + new_data = pd.DataFrame( + [line.split(",") for line in new_data.strip().split("\n")], + columns=["lat", "long", "rtt"], + ) + new_data["lat"] = new_data["lat"].astype(float) + new_data["long"] = new_data["long"].astype(float) + new_data["rtt"] = new_data["rtt"].astype(int) + global df_final + df_final = new_data + dataset_received.set() + return "Received new datapoints from the network monitoring tool", 200 + + + +def run_flask(): + if __name__ == '__main__': + app.run(host='0.0.0.0', port=5000) + +def scale(data, min_val, max_val): + # lat_min_val = 0 + # lat_max_val = 50 + + # lon_min_val = 0 + # lon_max_val = 10 + + # rtt_min_val = 0 + # rtt_max_val = 1000 + + range_max = 1 + range_min = -1 + + return ((data - min_val) / (max_val - min_val)) * (range_max - range_min) + range_min + +def reverse_scale(data, min_val, max_val): + range_min = -1 + range_max = 1 + return ((data - range_min) / (range_max - range_min)) * (max_val - min_val) + min_val + +def main(): + flask_thread = threading.Thread(target=run_flask) + flask_thread.setDaemon(True) + flask_thread.start() + pd.set_option('mode.chained_assignment', None) + tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) + best_model = tf.keras.models.load_model("trained_rtt.h5", compile=False) + + global q_alpha, n_future, n_past, dataset_received + dataset_received = threading.Event() + q_alpha = 0.95 + n_features = 3 + n_future= 5 + n_past = 100 + + while True: + dataset_received.wait() + uc6_06_start = time_ns() + + dataset_100 = df_final[0:100] + # dataset_compare_5 = df_final[100:105, 2] + scalers={} + + dataset_100.loc[:,"lat"] = scale(dataset_100["lat"],0,50) + dataset_100.loc[:,"long"] = scale(dataset_100["long"],0,10) + dataset_100.loc[:,"rtt"] = scale(dataset_100["rtt"],0,1000) + + # Scaling train data + for i in dataset_100.columns: + scaler = MinMaxScaler(feature_range=(-1,1)) + s_s = scaler.fit_transform(dataset_100[i].values.reshape(-1,1)) + s_s=np.reshape(s_s,len(s_s)) + scalers['scaler_'+ i] = scaler + dataset_100[i]=s_s.copy() + + + X_test = np.array(dataset_100) + X_test = X_test.reshape((1, X_test.shape[0], n_features)) + + pred = best_model.predict(X_test) + pred = reverse_scale(pred,0,1000) + pred = np.ceil(pred) + + dataset_compare_5 = df_final.iloc[100:105, 2] + # df_final['column'] = df_final['column'].astype(str) + # print(df_final) + # dataset_compare_5 = df_final["column"].iloc[100:106].str().split(',')[2].astype(float) + numpy_actual_values = (np.array(dataset_compare_5)/100000).astype(int) + # errors = np.sum(pred < numpy_actual_values) + + uc6_06_end = time_ns() + kpi_uc6_06 = (uc6_06_end-uc6_06_start)/1000000000 # Time required by the PQoS to provide a response in sec (Target <0.2) + + + try: + response = requests.post(f"http://{destination}/upload_predictions", json={f"Predicitons": np.array2string(pred), "Response time": kpi_uc6_06}) + except requests.exceptions.RequestException as e: + print(f"Error while sending the prediction results: {e}") + # Time required by the PQoS to provide a response in sec (Target <0.2) + #print(f"Predictions: \n{pred}") + #print (f"Time required to process the request: {kpi_uc6_06}s (Target <0.2s)\n\n") + dataset_received.clear() + +if __name__ == "__main__": + main() + diff --git a/pqos/requirements.txt b/pqos/requirements.txt new file mode 100644 index 0000000..81fc9c4 --- /dev/null +++ b/pqos/requirements.txt @@ -0,0 +1,62 @@ +absl-py==2.0.0 +astunparse==1.6.3 +blinker==1.7.0 +cachetools==5.3.2 +certifi==2023.7.22 +cffi==1.16.0 +charset-normalizer==3.3.2 +click==8.1.7 +cryptography==41.0.5 +Flask==3.0.0 +flatbuffers==23.5.26 +flwr==1.5.0 +gast==0.5.4 +google-auth==2.23.4 +google-auth-oauthlib==1.0.0 +google-pasta==0.2.0 +grpcio==1.59.2 +h5py==3.10.0 +idna==3.4 +iterators==0.0.2 +itsdangerous==2.1.2 +Jinja2==3.1.2 +joblib==1.3.2 +keras==2.14.0 +libclang==16.0.6 +Markdown==3.5.1 +MarkupSafe==2.1.3 +ml-dtypes==0.2.0 +netifaces==0.11.0 +numpy==1.26.1 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==23.2 +pandas==2.1.2 +protobuf==3.20.3 +psutil==5.9.6 +pyasn1==0.5.0 +pyasn1-modules==0.3.0 +pycparser==2.21 +pycryptodome==3.19.0 +Pympler==1.0.1 +python-dateutil==2.8.2 +pytz==2023.3.post1 +requests==2.31.0 +requests-oauthlib==1.3.1 +rsa==4.9 +scikit-learn==1.3.2 +scipy==1.11.3 +six==1.16.0 +tensorboard==2.14.1 +tensorboard-data-server==0.7.2 +tensorflow==2.14.0 +tensorflow-estimator==2.14.0 +tensorflow-io-gcs-filesystem==0.34.0 +termcolor==2.3.0 +threadpoolctl==3.2.0 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==2.0.7 +watchdog==3.0.0 +Werkzeug==3.0.1 +wrapt==1.14.1 diff --git a/pqos/trained_rtt.h5 b/pqos/trained_rtt.h5 new file mode 100644 index 0000000..288c4a2 Binary files /dev/null and b/pqos/trained_rtt.h5 differ