From 6202d19de0d218debe45f3902d3b71bd06329035 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 16:50:11 +0100 Subject: [PATCH 01/35] test(integration): Add Trino 469, update latest version --- tests/test-definition.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index d8966718..d9e54859 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -15,13 +15,14 @@ dimensions: values: - "451" - "455" + - "469" # To use a custom image, add a comma and the full name after the product version - # - 455,oci.stackable.tech/sdp/trino:455-stackable0.0.0-dev + # - 469,oci.stackable.tech/sdp/trino:469-stackable0.0.0-dev - name: trino-latest values: - - "455" + - "469" # To use a custom image, add a comma and the full name after the product version - # - 455,oci.stackable.tech/sdp/trino:455-stackable0.0.0-dev + # - 469,oci.stackable.tech/sdp/trino:469-stackable0.0.0-dev - name: hive values: - 3.1.3 From f4ca614bf804e94d53996731fe1579bc8ed63125 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 16:51:39 +0100 Subject: [PATCH 02/35] docs: Update trino version to 469 --- docs/modules/trino/examples/getting_started/code/trino.yaml | 2 +- docs/modules/trino/examples/getting_started/code/trino.yaml.j2 | 2 +- docs/modules/trino/examples/usage-guide/trino-insecure.yaml | 2 +- .../trino/examples/usage-guide/trino-secure-internal-tls.yaml | 2 +- .../trino/examples/usage-guide/trino-secure-tls-only.yaml | 2 +- docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml | 2 +- docs/modules/trino/pages/usage-guide/catalogs/index.adoc | 2 +- docs/modules/trino/partials/supported-versions.adoc | 1 + ...imple-trino-cluster-authentication-opa-authorization-s3.yaml | 2 +- examples/simple-trino-cluster-hive-ha-s3.yaml | 2 +- examples/simple-trino-cluster-resource-limits.yaml | 2 +- examples/simple-trino-cluster-s3.yaml | 2 +- examples/simple-trino-cluster.yaml | 2 +- examples/simple-trino-oauth2.yaml | 2 +- 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/modules/trino/examples/getting_started/code/trino.yaml b/docs/modules/trino/examples/getting_started/code/trino.yaml index cb7eda66..1daf9a17 100644 --- a/docs/modules/trino/examples/getting_started/code/trino.yaml +++ b/docs/modules/trino/examples/getting_started/code/trino.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 b/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 index cb7eda66..1daf9a17 100644 --- a/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 +++ b/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/usage-guide/trino-insecure.yaml b/docs/modules/trino/examples/usage-guide/trino-insecure.yaml index d6e79ab9..69db8002 100644 --- a/docs/modules/trino/examples/usage-guide/trino-insecure.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-insecure.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml index 9ba7e35c..9a36ca5b 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: tls: internalSecretClass: trino-internal-tls # <1> diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml index 92f587f9..0cb3cb6b 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: tls: serverSecretClass: trino-tls # <1> diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml index a10f857d..dd88bc84 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: tls: serverSecretClass: trino-tls # <1> diff --git a/docs/modules/trino/pages/usage-guide/catalogs/index.adoc b/docs/modules/trino/pages/usage-guide/catalogs/index.adoc index 5999d850..b9dff654 100644 --- a/docs/modules/trino/pages/usage-guide/catalogs/index.adoc +++ b/docs/modules/trino/pages/usage-guide/catalogs/index.adoc @@ -73,7 +73,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/partials/supported-versions.adoc b/docs/modules/trino/partials/supported-versions.adoc index 623a477a..f7ae1e66 100644 --- a/docs/modules/trino/partials/supported-versions.adoc +++ b/docs/modules/trino/partials/supported-versions.adoc @@ -2,5 +2,6 @@ // This is a separate file, since it is used by both the direct Trino documentation, and the overarching // Stackable Platform documentation. +- 469 - 455 - 451 (LTS) diff --git a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml index 76de5e50..a7faff5e 100644 --- a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml +++ b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: authentication: - authenticationClass: simple-trino-users diff --git a/examples/simple-trino-cluster-hive-ha-s3.yaml b/examples/simple-trino-cluster-hive-ha-s3.yaml index 91cc96ed..98b55544 100644 --- a/examples/simple-trino-cluster-hive-ha-s3.yaml +++ b/examples/simple-trino-cluster-hive-ha-s3.yaml @@ -9,7 +9,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-cluster-resource-limits.yaml b/examples/simple-trino-cluster-resource-limits.yaml index e13ba843..21785b17 100644 --- a/examples/simple-trino-cluster-resource-limits.yaml +++ b/examples/simple-trino-cluster-resource-limits.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} coordinators: diff --git a/examples/simple-trino-cluster-s3.yaml b/examples/simple-trino-cluster-s3.yaml index cecfd4cb..3a8930fd 100644 --- a/examples/simple-trino-cluster-s3.yaml +++ b/examples/simple-trino-cluster-s3.yaml @@ -7,7 +7,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-cluster.yaml b/examples/simple-trino-cluster.yaml index a5bc5b30..ca43d9e1 100644 --- a/examples/simple-trino-cluster.yaml +++ b/examples/simple-trino-cluster.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-oauth2.yaml b/examples/simple-trino-oauth2.yaml index 7f5f6ee8..1af68e24 100644 --- a/examples/simple-trino-oauth2.yaml +++ b/examples/simple-trino-oauth2.yaml @@ -91,7 +91,7 @@ metadata: name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: authentication: - authenticationClass: simple-trino-oidc From d3de6b55d60d2653e6d9536d5985c350320c8ad4 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 17:00:36 +0100 Subject: [PATCH 03/35] feat: Add support for Trino 469 --- rust/operator-binary/src/catalog/commons.rs | 12 ++++++++++++ rust/operator-binary/src/config/jvm.rs | 8 +++++--- rust/operator-binary/src/controller.rs | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 633e43f6..78f0d4e0 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -65,6 +65,18 @@ impl ExtendCatalogConfig for MetastoreConnection { // This is tightly coupled with the hive discovery config map data layout now let transformed_hive_connection = hive_connection.replace('\n', ","); + // NOTE (@NickLarsenNZ): This enables Legacy S3 support via the + // `hive.s3.*` properties. + // This will be removed in a future version of Trino. + // See: https://trino.io/docs/469/object-storage/legacy-s3.html + catalog_config.add_property("fs.hadoop.enabled", "true"); + + // NOTE (@NickLarsenNZ): To migrate a catalog from Legacy S3 to Native + // S3, `fs.native-s3.enabled=true` needs to be set, and the `hive.s3.*` + // properties need to become `s3.*`. + // Presumably, `fs.hadoop.enabled` can be removed afterwards. + // See: https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-system + catalog_config.add_property("hive.metastore.uri", transformed_hive_connection); Ok(()) diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 79b15152..99547808 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -27,7 +27,7 @@ pub enum Error { unit: String, }, - #[snafu(display("the Trino version {version} is not supported, as we don't know the needed JVm configuration"))] + #[snafu(display("Trino version {version} is not yet supported, as the correct JVM configuration is not yet known"))] TrinoVersionNotSupported { version: String }, #[snafu(display("failed to merge jvm argument overrides"))] @@ -123,8 +123,10 @@ fn recommended_trino_jvm_args(product_version: &str) -> Result, Erro "-XX:+UnlockDiagnosticVMOptions".to_owned(), "-XX:G1NumCollectionsKeepPinned=10000000".to_owned(), ]), - // Copied from https://trino.io/docs/455/installation/deployment.html#jvm-config - "455" => Ok(vec![ + // Copied from: + // - https://trino.io/docs/455/installation/deployment.html#jvm-config + // - https://trino.io/docs/469/installation/deployment.html#jvm-config + "455" | "469" => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index ee32c4df..2001366f 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -1637,7 +1637,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: @@ -1782,7 +1782,7 @@ mod tests { name: trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: From bc1b03bc1f8beebdb6661d2d0789a72777fc6db3 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 17:01:12 +0100 Subject: [PATCH 04/35] test(unit): Update trino version used in tests --- rust/crd/src/affinity.rs | 4 ++-- rust/crd/src/lib.rs | 20 ++++++++++---------- rust/operator-binary/src/config/jvm.rs | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rust/crd/src/affinity.rs b/rust/crd/src/affinity.rs index 9b2c0a5d..8bd79010 100644 --- a/rust/crd/src/affinity.rs +++ b/rust/crd/src/affinity.rs @@ -112,7 +112,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: @@ -199,7 +199,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/rust/crd/src/lib.rs b/rust/crd/src/lib.rs index adfa4d14..7eb8a909 100644 --- a/rust/crd/src/lib.rs +++ b/rust/crd/src/lib.rs @@ -897,7 +897,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} "#; @@ -912,7 +912,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} tls: @@ -929,7 +929,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} tls: @@ -947,7 +947,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} tls: @@ -967,7 +967,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} "#; @@ -982,7 +982,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} tls: @@ -999,7 +999,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} tls: @@ -1020,7 +1020,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} "#; @@ -1040,7 +1040,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} workers: @@ -1066,7 +1066,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} workers: diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 99547808..97c222ef 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -165,7 +165,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} coordinators: @@ -209,7 +209,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "455" + productVersion: "469" clusterConfig: catalogLabelSelector: {} coordinators: From 94f31593439cb439cf12d98bc51be8a8d227f8f7 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 17:03:45 +0100 Subject: [PATCH 05/35] chore: regenerate Cargo.nix It was missed in #704 --- Cargo.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.nix b/Cargo.nix index 1ab1ddf3..75fe1f64 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -4875,9 +4875,9 @@ rec { }; "openssl" = rec { crateName = "openssl"; - version = "0.10.68"; + version = "0.10.70"; edition = "2021"; - sha256 = "1xbiz2bmba2fibg70s462yk2fndp3f9vz11c7iw0ilh2y54bqx31"; + sha256 = "1ij21wa5hzip17v91gl9x3n4h0am10ivq065andqrfx8cvhv9kv1"; authors = [ "Steven Fackler " ]; @@ -4956,10 +4956,10 @@ rec { }; "openssl-sys" = rec { crateName = "openssl-sys"; - version = "0.9.104"; + version = "0.9.105"; edition = "2021"; links = "openssl"; - sha256 = "0hf712xcxmycnlc09r8d446b3mwqchsbfrjv374fp7grrc3g7as5"; + sha256 = "1p59q259h73w58fgajyd588hzaj9r3vp3jy78xlqsnp09fwda8lb"; build = "build/main.rs"; libName = "openssl_sys"; authors = [ From 9a695e32394339569b78b1a75ae8c86750d39ecc Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 5 Feb 2025 17:11:04 +0100 Subject: [PATCH 06/35] chore: Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74afe5ee..600deb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,21 @@ All notable changes to this project will be documented in this file. - Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]). - Support configuring JVM arguments ([#677]). - Aggregate emitted Kubernetes events on the CustomResources ([#677]). +- Support for Trino 469 ([#705]). ## Changed - Increased the default temporary secret lifetime for coordinators from 1 day to 15 days. This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]). - Default to OCI for image metadata and product image selection ([#695]). +- Set `fs.hadoop.enabled=true` catalog config property to enable Legacy S3 support ([#705]). [#676]: https://github.com/stackabletech/trino-operator/pull/676 [#677]: https://github.com/stackabletech/trino-operator/pull/677 [#687]: https://github.com/stackabletech/trino-operator/pull/687 [#694]: https://github.com/stackabletech/trino-operator/pull/694 [#695]: https://github.com/stackabletech/trino-operator/pull/695 +[#705]: https://github.com/stackabletech/trino-operator/pull/705 ## [24.11.1] - 2025-01-10 From 83ceb12281b95bbfa6dde3cd0ab8d0b9044b1545 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 6 Feb 2025 15:23:19 +0100 Subject: [PATCH 07/35] wip: native s3 initial cut --- .../operator-binary/src/catalog/black_hole.rs | 3 + rust/operator-binary/src/catalog/commons.rs | 58 +++++++++++++------ rust/operator-binary/src/catalog/config.rs | 19 +++--- .../operator-binary/src/catalog/delta_lake.rs | 22 ++++++- rust/operator-binary/src/catalog/generic.rs | 3 + .../src/catalog/google_sheet.rs | 3 + rust/operator-binary/src/catalog/hive.rs | 22 ++++++- rust/operator-binary/src/catalog/iceberg.rs | 22 ++++++- rust/operator-binary/src/catalog/mod.rs | 4 ++ rust/operator-binary/src/catalog/tpcds.rs | 3 + rust/operator-binary/src/catalog/tpch.rs | 3 + rust/operator-binary/src/controller.rs | 20 +++++-- rust/operator-binary/src/main.rs | 1 + rust/operator-binary/src/trino_version.rs | 56 ++++++++++++++++++ 14 files changed, 198 insertions(+), 41 deletions(-) create mode 100644 rust/operator-binary/src/trino_version.rs diff --git a/rust/operator-binary/src/catalog/black_hole.rs b/rust/operator-binary/src/catalog/black_hole.rs index e9cb1375..2a2fc50d 100644 --- a/rust/operator-binary/src/catalog/black_hole.rs +++ b/rust/operator-binary/src/catalog/black_hole.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::black_hole::BlackHoleConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "blackhole"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for BlackHoleConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 78f0d4e0..72994245 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -23,7 +23,7 @@ use super::{ }, ExtendCatalogConfig, FromTrinoCatalogError, }; -use crate::command; +use crate::{command, trino_version::TrinoVersion}; #[async_trait] impl ExtendCatalogConfig for MetastoreConnection { @@ -33,6 +33,7 @@ impl ExtendCatalogConfig for MetastoreConnection { catalog_name: &str, catalog_namespace: Option, client: &Client, + _trino_version: &TrinoVersion, ) -> Result<(), FromTrinoCatalogError> { let hive_cm: ConfigMap = client .get( @@ -65,18 +66,6 @@ impl ExtendCatalogConfig for MetastoreConnection { // This is tightly coupled with the hive discovery config map data layout now let transformed_hive_connection = hive_connection.replace('\n', ","); - // NOTE (@NickLarsenNZ): This enables Legacy S3 support via the - // `hive.s3.*` properties. - // This will be removed in a future version of Trino. - // See: https://trino.io/docs/469/object-storage/legacy-s3.html - catalog_config.add_property("fs.hadoop.enabled", "true"); - - // NOTE (@NickLarsenNZ): To migrate a catalog from Legacy S3 to Native - // S3, `fs.native-s3.enabled=true` needs to be set, and the `hive.s3.*` - // properties need to become `s3.*`. - // Presumably, `fs.hadoop.enabled` can be removed afterwards. - // See: https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-system - catalog_config.add_property("hive.metastore.uri", transformed_hive_connection); Ok(()) @@ -91,6 +80,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result<(), FromTrinoCatalogError> { let s3 = self .clone() @@ -103,9 +93,35 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { .await .context(ConfigureS3Snafu)?; - catalog_config.add_property("hive.s3.endpoint", s3.endpoint().context(ConfigureS3Snafu)?); + // NOTE (@NickLarsenNZ): This enables Legacy S3 support via the + // `hive.s3.*` properties. + // This will be removed in a future version of Trino. + // See: https://trino.io/docs/469/object-storage/legacy-s3.html + // catalog_config.add_property("fs.hadoop.enabled", "true"); + + // NOTE (@NickLarsenNZ): To migrate a catalog from Legacy S3 to Native + // S3, `fs.native-s3.enabled=true` needs to be set, and the `hive.s3.*` + // properties need to become `s3.*`. + // Presumably, `fs.hadoop.enabled` can be removed afterwards. + // See: https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-syste + + let prefix = match trino_version.as_ref() { + // Prior to Trino 469, an S3 implementation via the Hadoop FS + // interface was default. Trino 469 deprecates this in favour or a + // native S3 implementation. + // We have opted to move to the native S3 support in 469. + // Note, Legacy S3 support (via the Hadoop FS interface) appears to + // have been removed in 470. + ..469 => "hive.", + _ => "", + }; + + catalog_config.add_property( + format!("{prefix}s3.endpoint"), + s3.endpoint().context(ConfigureS3Snafu)?, + ); catalog_config.add_property( - "hive.s3.path-style-access", + format!("{prefix}s3.path-style-access"), (s3.access_style == S3AccessStyle::Path).to_string(), ); @@ -114,11 +130,16 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_config.volume_mounts.extend(mounts); if let Some((access_key, secret_key)) = s3.credentials_mount_paths() { - catalog_config.add_env_property_from_file("hive.s3.aws-access-key", access_key); - catalog_config.add_env_property_from_file("hive.s3.aws-secret-key", secret_key); + catalog_config + .add_env_property_from_file(format!("{prefix}s3.aws-access-key"), access_key); + catalog_config + .add_env_property_from_file(format!("{prefix}s3.aws-secret-key"), secret_key); } - catalog_config.add_property("hive.s3.ssl.enabled", s3.tls.uses_tls().to_string()); + catalog_config.add_property( + format!("{prefix}s3.ssl.enabled"), + s3.tls.uses_tls().to_string(), + ); if let Some(tls) = s3.tls.tls.as_ref() { match &tls.verification { TlsVerification::None {} => return S3TlsNoVerificationNotSupportedSnafu.fail(), @@ -153,6 +174,7 @@ impl ExtendCatalogConfig for HdfsConnection { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result<(), FromTrinoCatalogError> { let hdfs_site_dir = format!("{CONFIG_DIR_NAME}/catalog/{catalog_name}/hdfs-config"); catalog_config.add_property( diff --git a/rust/operator-binary/src/catalog/config.rs b/rust/operator-binary/src/catalog/config.rs index 3ba2f21a..51b0ad12 100644 --- a/rust/operator-binary/src/catalog/config.rs +++ b/rust/operator-binary/src/catalog/config.rs @@ -9,6 +9,8 @@ use stackable_operator::{ }; use stackable_trino_crd::catalog::{TrinoCatalog, TrinoCatalogConnector}; +use crate::trino_version::TrinoVersion; + use super::{FromTrinoCatalogError, ToCatalogConfig}; pub struct CatalogConfig { @@ -105,6 +107,7 @@ impl CatalogConfig { pub async fn from_catalog( catalog: &TrinoCatalog, client: &Client, + trino_version: &TrinoVersion, ) -> Result { let catalog_name = catalog .meta() @@ -116,42 +119,42 @@ impl CatalogConfig { let mut catalog_config = match &catalog.spec.connector { TrinoCatalogConnector::BlackHole(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::DeltaLake(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::GoogleSheet(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::Generic(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::Hive(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::Iceberg(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::Tpcds(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } TrinoCatalogConnector::Tpch(connector) => { connector - .to_catalog_config(&catalog_name, catalog_namespace, client) + .to_catalog_config(&catalog_name, catalog_namespace, client, trino_version) .await } }?; diff --git a/rust/operator-binary/src/catalog/delta_lake.rs b/rust/operator-binary/src/catalog/delta_lake.rs index 7427ab53..6386ac30 100644 --- a/rust/operator-binary/src/catalog/delta_lake.rs +++ b/rust/operator-binary/src/catalog/delta_lake.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::delta_lake::DeltaLakeConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "delta_lake"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for DeltaLakeConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); @@ -24,12 +27,24 @@ impl ToCatalogConfig for DeltaLakeConnector { config.add_property("delta.security", "allow-all"); self.metastore - .extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) + .extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + trino_version, + ) .await?; if let Some(ref s3) = self.s3 { - s3.extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) - .await?; + s3.extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + trino_version, + ) + .await?; } if let Some(ref hdfs) = self.hdfs { @@ -38,6 +53,7 @@ impl ToCatalogConfig for DeltaLakeConnector { catalog_name, catalog_namespace.clone(), client, + trino_version, ) .await?; } diff --git a/rust/operator-binary/src/catalog/generic.rs b/rust/operator-binary/src/catalog/generic.rs index c39c0976..eecff8ab 100644 --- a/rust/operator-binary/src/catalog/generic.rs +++ b/rust/operator-binary/src/catalog/generic.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::generic::{GenericConnector, Property}; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; #[async_trait] @@ -11,6 +13,7 @@ impl ToCatalogConfig for GenericConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result { let connector_name = &self.connector_name; let mut config = CatalogConfig::new(catalog_name.to_string(), connector_name); diff --git a/rust/operator-binary/src/catalog/google_sheet.rs b/rust/operator-binary/src/catalog/google_sheet.rs index 9de41511..804998db 100644 --- a/rust/operator-binary/src/catalog/google_sheet.rs +++ b/rust/operator-binary/src/catalog/google_sheet.rs @@ -5,6 +5,8 @@ use stackable_operator::{ }; use stackable_trino_crd::{catalog::google_sheet::GoogleSheetConnector, CONFIG_DIR_NAME}; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "gsheets"; @@ -16,6 +18,7 @@ impl ToCatalogConfig for GoogleSheetConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); diff --git a/rust/operator-binary/src/catalog/hive.rs b/rust/operator-binary/src/catalog/hive.rs index b8d8f087..1f61a081 100644 --- a/rust/operator-binary/src/catalog/hive.rs +++ b/rust/operator-binary/src/catalog/hive.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::hive::HiveConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "hive"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); @@ -24,12 +27,24 @@ impl ToCatalogConfig for HiveConnector { config.add_property("hive.security", "allow-all"); self.metastore - .extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) + .extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + &trino_version, + ) .await?; if let Some(ref s3) = self.s3 { - s3.extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) - .await?; + s3.extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + &trino_version, + ) + .await?; } if let Some(ref hdfs) = self.hdfs { @@ -38,6 +53,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name, catalog_namespace.clone(), client, + &trino_version, ) .await?; } diff --git a/rust/operator-binary/src/catalog/iceberg.rs b/rust/operator-binary/src/catalog/iceberg.rs index 2efc9436..44d5ddb9 100644 --- a/rust/operator-binary/src/catalog/iceberg.rs +++ b/rust/operator-binary/src/catalog/iceberg.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::iceberg::IcebergConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "iceberg"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for IcebergConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); @@ -24,12 +27,24 @@ impl ToCatalogConfig for IcebergConnector { config.add_property("iceberg.security", "allow-all"); self.metastore - .extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) + .extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + trino_version, + ) .await?; if let Some(ref s3) = self.s3 { - s3.extend_catalog_config(&mut config, catalog_name, catalog_namespace.clone(), client) - .await?; + s3.extend_catalog_config( + &mut config, + catalog_name, + catalog_namespace.clone(), + client, + trino_version, + ) + .await?; } if let Some(ref hdfs) = self.hdfs { @@ -38,6 +53,7 @@ impl ToCatalogConfig for IcebergConnector { catalog_name, catalog_namespace.clone(), client, + trino_version, ) .await?; } diff --git a/rust/operator-binary/src/catalog/mod.rs b/rust/operator-binary/src/catalog/mod.rs index 9d3cf1f4..46202b90 100644 --- a/rust/operator-binary/src/catalog/mod.rs +++ b/rust/operator-binary/src/catalog/mod.rs @@ -16,6 +16,8 @@ use stackable_operator::{ commons::{s3::S3Error, tls_verification::TlsClientDetailsError}, }; +use crate::trino_version::TrinoVersion; + use self::config::CatalogConfig; #[derive(Debug, Snafu)] @@ -70,6 +72,7 @@ pub trait ToCatalogConfig { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result; } @@ -81,5 +84,6 @@ pub trait ExtendCatalogConfig { catalog_name: &str, catalog_namespace: Option, client: &Client, + trino_version: &TrinoVersion, ) -> Result<(), FromTrinoCatalogError>; } diff --git a/rust/operator-binary/src/catalog/tpcds.rs b/rust/operator-binary/src/catalog/tpcds.rs index 28aae0d3..e4f94988 100644 --- a/rust/operator-binary/src/catalog/tpcds.rs +++ b/rust/operator-binary/src/catalog/tpcds.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::tpcds::TpcdsConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "tpcds"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for TpcdsConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/catalog/tpch.rs b/rust/operator-binary/src/catalog/tpch.rs index 37986c49..4988105e 100644 --- a/rust/operator-binary/src/catalog/tpch.rs +++ b/rust/operator-binary/src/catalog/tpch.rs @@ -2,6 +2,8 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::tpch::TpchConnector; +use crate::trino_version::TrinoVersion; + use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "tpch"; @@ -13,6 +15,7 @@ impl ToCatalogConfig for TpchConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, + _trino_version: &TrinoVersion, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index 2001366f..e9c30351 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -94,6 +94,7 @@ use crate::{ add_graceful_shutdown_config, graceful_shutdown_config_properties, pdb::add_pdbs, }, product_logging::{get_log_properties, get_vector_toml, resolve_vector_aggregator_address}, + trino_version::{self, TrinoVersion}, }; pub struct Ctx { @@ -349,6 +350,9 @@ pub enum Error { GetMergedJvmArgumentOverrides { source: stackable_operator::role_utils::Error, }, + + #[snafu(display("unable to parse Trino version"))] + ParseTrinoVersion { source: trino_version::Error }, } type Result = std::result::Result; @@ -402,12 +406,16 @@ pub async fn reconcile_trino( let mut catalogs = vec![]; for catalog in &catalog_definitions { let catalog_ref = ObjectRef::from_obj(catalog); - let catalog_config = - CatalogConfig::from_catalog(catalog, client) - .await - .context(ParseCatalogSnafu { - catalog: catalog_ref, - })?; + let catalog_config = CatalogConfig::from_catalog( + catalog, + client, + &TrinoVersion::from_str(trino.spec.image.product_version()) + .context(ParseTrinoVersionSnafu)?, + ) + .await + .context(ParseCatalogSnafu { + catalog: catalog_ref, + })?; catalogs.push(catalog_config); } diff --git a/rust/operator-binary/src/main.rs b/rust/operator-binary/src/main.rs index 3245ac5b..1706439f 100644 --- a/rust/operator-binary/src/main.rs +++ b/rust/operator-binary/src/main.rs @@ -6,6 +6,7 @@ mod config; mod controller; mod operations; mod product_logging; +mod trino_version; use std::sync::Arc; diff --git a/rust/operator-binary/src/trino_version.rs b/rust/operator-binary/src/trino_version.rs new file mode 100644 index 00000000..8311b6c2 --- /dev/null +++ b/rust/operator-binary/src/trino_version.rs @@ -0,0 +1,56 @@ +use std::{ + ops::{Deref, RangeBounds}, + str::FromStr, +}; + +use semver::{BuildMetadata, Prerelease}; +use snafu::{ResultExt as _, Snafu}; + +/// Represent a Trino version as a Semver +/// +/// Currently, Trino uses a single number as the version. +/// Previously there were 0.x versions, but they are long gone and will not be +/// catered to. +#[derive(PartialOrd, PartialEq)] +pub struct TrinoVersion(semver::Version); + +impl Deref for TrinoVersion { + type Target = semver::Version; + + fn deref(&self) -> &Self::Target { + &self.0 + } +} + +impl AsRef for TrinoVersion { + fn as_ref(&self) -> &u64 { + &self.major + } +} + +#[derive(Debug, Snafu)] +pub enum Error { + #[snafu(display("unable to construct a 0.0.0 pre-release semver from {input:?}"))] + ContructSemver { + source: semver::Error, + input: String, + }, +} + +impl FromStr for TrinoVersion { + type Err = Error; + + fn from_str(input: &str) -> Result { + let version = match input.parse::() { + Ok(major) => semver::Version::new(major, 0, 0), + Err(_) => semver::Version { + major: 0, + minor: 0, + patch: 0, + pre: Prerelease::new(input).context(ContructSemverSnafu { input })?, + build: BuildMetadata::EMPTY, + }, + }; + Ok(Self(version)) + } +} From 72a55733928e79fe5c3dcfde99b6903fc2feb7aa Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 6 Feb 2025 18:24:04 +0100 Subject: [PATCH 08/35] wip: more versiony stuff --- rust/operator-binary/src/catalog/commons.rs | 77 ++++++++++----------- rust/operator-binary/src/catalog/mod.rs | 3 + rust/operator-binary/src/trino_version.rs | 14 ++-- 3 files changed, 47 insertions(+), 47 deletions(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 72994245..e34211fa 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -19,7 +19,7 @@ use super::{ from_trino_catalog_error::{ ConfigureS3Snafu, FailedToGetDiscoveryConfigMapDataKeySnafu, FailedToGetDiscoveryConfigMapDataSnafu, FailedToGetDiscoveryConfigMapSnafu, - ObjectHasNoNamespaceSnafu, S3TlsNoVerificationNotSupportedSnafu, + ObjectHasNoNamespaceSnafu, S3TlsNoVerificationNotSupportedSnafu, S3TlsRequiredSnafu, }, ExtendCatalogConfig, FromTrinoCatalogError, }; @@ -93,53 +93,50 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { .await .context(ConfigureS3Snafu)?; - // NOTE (@NickLarsenNZ): This enables Legacy S3 support via the - // `hive.s3.*` properties. - // This will be removed in a future version of Trino. - // See: https://trino.io/docs/469/object-storage/legacy-s3.html - // catalog_config.add_property("fs.hadoop.enabled", "true"); - - // NOTE (@NickLarsenNZ): To migrate a catalog from Legacy S3 to Native - // S3, `fs.native-s3.enabled=true` needs to be set, and the `hive.s3.*` - // properties need to become `s3.*`. - // Presumably, `fs.hadoop.enabled` can be removed afterwards. - // See: https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-syste - - let prefix = match trino_version.as_ref() { - // Prior to Trino 469, an S3 implementation via the Hadoop FS - // interface was default. Trino 469 deprecates this in favour or a - // native S3 implementation. - // We have opted to move to the native S3 support in 469. - // Note, Legacy S3 support (via the Hadoop FS interface) appears to - // have been removed in 470. - ..469 => "hive.", - _ => "", - }; - - catalog_config.add_property( - format!("{prefix}s3.endpoint"), - s3.endpoint().context(ConfigureS3Snafu)?, - ); - catalog_config.add_property( - format!("{prefix}s3.path-style-access"), - (s3.access_style == S3AccessStyle::Path).to_string(), - ); - let (volumes, mounts) = s3.volumes_and_mounts().context(ConfigureS3Snafu)?; catalog_config.volumes.extend(volumes); catalog_config.volume_mounts.extend(mounts); - if let Some((access_key, secret_key)) = s3.credentials_mount_paths() { - catalog_config - .add_env_property_from_file(format!("{prefix}s3.aws-access-key"), access_key); - catalog_config - .add_env_property_from_file(format!("{prefix}s3.aws-secret-key"), secret_key); + if trino_version.as_ref() >= &469 { + // Trino 469 deprecates the Legacy S3 (via the Hadoop FS interface) implementation. + // Trino 470 completely removes Legacy S3 support. + catalog_config.add_property("fs.native-s3.enabled", "true"); } + let (endpoint_prop, path_style_prop) = match trino_version.as_ref() { + ..=468 => ("hive.s3.endpoint", "hive.s3.path-style-access"), + 469.. => ("s3.endpoint", "s3.path-style-access"), + }; + catalog_config.add_property(endpoint_prop, s3.endpoint().context(ConfigureS3Snafu)?); catalog_config.add_property( - format!("{prefix}s3.ssl.enabled"), - s3.tls.uses_tls().to_string(), + path_style_prop, + (s3.access_style == S3AccessStyle::Path).to_string(), ); + + if let Some((access_key, secret_key)) = s3.credentials_mount_paths() { + let (access_key_prop, secret_key_prop) = match trino_version.as_ref() { + ..=468 => ("hive.s3.aws-access-key", "hive.s3.aws-secret-key"), + 469.. => ("s3.aws-access-key", "s3.aws-secret-key"), + }; + catalog_config.add_env_property_from_file(access_key_prop, access_key); + catalog_config.add_env_property_from_file(secret_key_prop, secret_key); + } + + match trino_version.as_ref() { + // Older trino versions allowed TLS to be optional + ..=468 => { + // TODO (@NickLarsenNZ): Should we warn that TLS verification is required in future versions of Trino? + catalog_config.add_property("hive.s3.ssl.enabled", s3.tls.uses_tls().to_string()); + } + // TLS is required when using native S3 implementation. + // https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-system + 469.. => { + if !s3.tls.uses_tls() { + return S3TlsRequiredSnafu.fail(); + } + } + }; + if let Some(tls) = s3.tls.tls.as_ref() { match &tls.verification { TlsVerification::None {} => return S3TlsNoVerificationNotSupportedSnafu.fail(), diff --git a/rust/operator-binary/src/catalog/mod.rs b/rust/operator-binary/src/catalog/mod.rs index 46202b90..f5b41a01 100644 --- a/rust/operator-binary/src/catalog/mod.rs +++ b/rust/operator-binary/src/catalog/mod.rs @@ -35,6 +35,9 @@ pub enum FromTrinoCatalogError { #[snafu(display("trino does not support disabling the TLS verification of S3 servers"))] S3TlsNoVerificationNotSupported, + #[snafu(display("trino 469 and greater require TLS for S3"))] + S3TlsRequired, + #[snafu(display("trino catalog has no name set"))] InvalidCatalogSpec, diff --git a/rust/operator-binary/src/trino_version.rs b/rust/operator-binary/src/trino_version.rs index 8311b6c2..4c7b3717 100644 --- a/rust/operator-binary/src/trino_version.rs +++ b/rust/operator-binary/src/trino_version.rs @@ -14,17 +14,17 @@ use snafu::{ResultExt as _, Snafu}; #[derive(PartialOrd, PartialEq)] pub struct TrinoVersion(semver::Version); -impl Deref for TrinoVersion { - type Target = semver::Version; +// impl Deref for TrinoVersion { +// type Target = semver::Version; - fn deref(&self) -> &Self::Target { - &self.0 - } -} +// fn deref(&self) -> &Self::Target { +// &self.0 +// } +// } impl AsRef for TrinoVersion { fn as_ref(&self) -> &u64 { - &self.major + &self.0.major } } From 30240b44a365a9080d1b5e29432525f6d19a683a Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 6 Feb 2025 18:50:27 +0100 Subject: [PATCH 09/35] wip: parse Trino version as u16 version from String --- .../operator-binary/src/catalog/black_hole.rs | 4 +- rust/operator-binary/src/catalog/commons.rs | 16 +++--- rust/operator-binary/src/catalog/config.rs | 4 +- .../operator-binary/src/catalog/delta_lake.rs | 4 +- rust/operator-binary/src/catalog/generic.rs | 4 +- .../src/catalog/google_sheet.rs | 4 +- rust/operator-binary/src/catalog/hive.rs | 10 ++-- rust/operator-binary/src/catalog/iceberg.rs | 4 +- rust/operator-binary/src/catalog/mod.rs | 6 +- rust/operator-binary/src/catalog/tpcds.rs | 4 +- rust/operator-binary/src/catalog/tpch.rs | 4 +- rust/operator-binary/src/controller.rs | 14 +++-- rust/operator-binary/src/main.rs | 2 - rust/operator-binary/src/trino_version.rs | 56 ------------------- 14 files changed, 31 insertions(+), 105 deletions(-) delete mode 100644 rust/operator-binary/src/trino_version.rs diff --git a/rust/operator-binary/src/catalog/black_hole.rs b/rust/operator-binary/src/catalog/black_hole.rs index 2a2fc50d..83e520ba 100644 --- a/rust/operator-binary/src/catalog/black_hole.rs +++ b/rust/operator-binary/src/catalog/black_hole.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::black_hole::BlackHoleConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "blackhole"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for BlackHoleConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index e34211fa..ea3e2d53 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -23,7 +23,7 @@ use super::{ }, ExtendCatalogConfig, FromTrinoCatalogError, }; -use crate::{command, trino_version::TrinoVersion}; +use crate::command; #[async_trait] impl ExtendCatalogConfig for MetastoreConnection { @@ -33,7 +33,7 @@ impl ExtendCatalogConfig for MetastoreConnection { catalog_name: &str, catalog_namespace: Option, client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result<(), FromTrinoCatalogError> { let hive_cm: ConfigMap = client .get( @@ -80,7 +80,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result<(), FromTrinoCatalogError> { let s3 = self .clone() @@ -97,13 +97,13 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_config.volumes.extend(volumes); catalog_config.volume_mounts.extend(mounts); - if trino_version.as_ref() >= &469 { + if trino_version >= 469 { // Trino 469 deprecates the Legacy S3 (via the Hadoop FS interface) implementation. // Trino 470 completely removes Legacy S3 support. catalog_config.add_property("fs.native-s3.enabled", "true"); } - let (endpoint_prop, path_style_prop) = match trino_version.as_ref() { + let (endpoint_prop, path_style_prop) = match trino_version { ..=468 => ("hive.s3.endpoint", "hive.s3.path-style-access"), 469.. => ("s3.endpoint", "s3.path-style-access"), }; @@ -114,7 +114,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { ); if let Some((access_key, secret_key)) = s3.credentials_mount_paths() { - let (access_key_prop, secret_key_prop) = match trino_version.as_ref() { + let (access_key_prop, secret_key_prop) = match trino_version { ..=468 => ("hive.s3.aws-access-key", "hive.s3.aws-secret-key"), 469.. => ("s3.aws-access-key", "s3.aws-secret-key"), }; @@ -122,7 +122,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_config.add_env_property_from_file(secret_key_prop, secret_key); } - match trino_version.as_ref() { + match trino_version { // Older trino versions allowed TLS to be optional ..=468 => { // TODO (@NickLarsenNZ): Should we warn that TLS verification is required in future versions of Trino? @@ -171,7 +171,7 @@ impl ExtendCatalogConfig for HdfsConnection { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result<(), FromTrinoCatalogError> { let hdfs_site_dir = format!("{CONFIG_DIR_NAME}/catalog/{catalog_name}/hdfs-config"); catalog_config.add_property( diff --git a/rust/operator-binary/src/catalog/config.rs b/rust/operator-binary/src/catalog/config.rs index 51b0ad12..0faedf1e 100644 --- a/rust/operator-binary/src/catalog/config.rs +++ b/rust/operator-binary/src/catalog/config.rs @@ -9,8 +9,6 @@ use stackable_operator::{ }; use stackable_trino_crd::catalog::{TrinoCatalog, TrinoCatalogConnector}; -use crate::trino_version::TrinoVersion; - use super::{FromTrinoCatalogError, ToCatalogConfig}; pub struct CatalogConfig { @@ -107,7 +105,7 @@ impl CatalogConfig { pub async fn from_catalog( catalog: &TrinoCatalog, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result { let catalog_name = catalog .meta() diff --git a/rust/operator-binary/src/catalog/delta_lake.rs b/rust/operator-binary/src/catalog/delta_lake.rs index 6386ac30..16e5d8ea 100644 --- a/rust/operator-binary/src/catalog/delta_lake.rs +++ b/rust/operator-binary/src/catalog/delta_lake.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::delta_lake::DeltaLakeConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "delta_lake"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for DeltaLakeConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); diff --git a/rust/operator-binary/src/catalog/generic.rs b/rust/operator-binary/src/catalog/generic.rs index eecff8ab..0aa21c9f 100644 --- a/rust/operator-binary/src/catalog/generic.rs +++ b/rust/operator-binary/src/catalog/generic.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::generic::{GenericConnector, Property}; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; #[async_trait] @@ -13,7 +11,7 @@ impl ToCatalogConfig for GenericConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result { let connector_name = &self.connector_name; let mut config = CatalogConfig::new(catalog_name.to_string(), connector_name); diff --git a/rust/operator-binary/src/catalog/google_sheet.rs b/rust/operator-binary/src/catalog/google_sheet.rs index 804998db..9ead81bb 100644 --- a/rust/operator-binary/src/catalog/google_sheet.rs +++ b/rust/operator-binary/src/catalog/google_sheet.rs @@ -5,8 +5,6 @@ use stackable_operator::{ }; use stackable_trino_crd::{catalog::google_sheet::GoogleSheetConnector, CONFIG_DIR_NAME}; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "gsheets"; @@ -18,7 +16,7 @@ impl ToCatalogConfig for GoogleSheetConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); diff --git a/rust/operator-binary/src/catalog/hive.rs b/rust/operator-binary/src/catalog/hive.rs index 1f61a081..667b4495 100644 --- a/rust/operator-binary/src/catalog/hive.rs +++ b/rust/operator-binary/src/catalog/hive.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::hive::HiveConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "hive"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); @@ -32,7 +30,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name, catalog_namespace.clone(), client, - &trino_version, + trino_version, ) .await?; @@ -42,7 +40,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name, catalog_namespace.clone(), client, - &trino_version, + trino_version, ) .await?; } @@ -53,7 +51,7 @@ impl ToCatalogConfig for HiveConnector { catalog_name, catalog_namespace.clone(), client, - &trino_version, + trino_version, ) .await?; } diff --git a/rust/operator-binary/src/catalog/iceberg.rs b/rust/operator-binary/src/catalog/iceberg.rs index 44d5ddb9..189378a5 100644 --- a/rust/operator-binary/src/catalog/iceberg.rs +++ b/rust/operator-binary/src/catalog/iceberg.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::iceberg::IcebergConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, ExtendCatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "iceberg"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for IcebergConnector { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result { let mut config = CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME); diff --git a/rust/operator-binary/src/catalog/mod.rs b/rust/operator-binary/src/catalog/mod.rs index f5b41a01..1f87f0e8 100644 --- a/rust/operator-binary/src/catalog/mod.rs +++ b/rust/operator-binary/src/catalog/mod.rs @@ -16,8 +16,6 @@ use stackable_operator::{ commons::{s3::S3Error, tls_verification::TlsClientDetailsError}, }; -use crate::trino_version::TrinoVersion; - use self::config::CatalogConfig; #[derive(Debug, Snafu)] @@ -75,7 +73,7 @@ pub trait ToCatalogConfig { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result; } @@ -87,6 +85,6 @@ pub trait ExtendCatalogConfig { catalog_name: &str, catalog_namespace: Option, client: &Client, - trino_version: &TrinoVersion, + trino_version: u16, ) -> Result<(), FromTrinoCatalogError>; } diff --git a/rust/operator-binary/src/catalog/tpcds.rs b/rust/operator-binary/src/catalog/tpcds.rs index e4f94988..3e4801f7 100644 --- a/rust/operator-binary/src/catalog/tpcds.rs +++ b/rust/operator-binary/src/catalog/tpcds.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::tpcds::TpcdsConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "tpcds"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for TpcdsConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/catalog/tpch.rs b/rust/operator-binary/src/catalog/tpch.rs index 4988105e..62a70c94 100644 --- a/rust/operator-binary/src/catalog/tpch.rs +++ b/rust/operator-binary/src/catalog/tpch.rs @@ -2,8 +2,6 @@ use async_trait::async_trait; use stackable_operator::client::Client; use stackable_trino_crd::catalog::tpch::TpchConnector; -use crate::trino_version::TrinoVersion; - use super::{config::CatalogConfig, FromTrinoCatalogError, ToCatalogConfig}; pub const CONNECTOR_NAME: &str = "tpch"; @@ -15,7 +13,7 @@ impl ToCatalogConfig for TpchConnector { catalog_name: &str, _catalog_namespace: Option, _client: &Client, - _trino_version: &TrinoVersion, + _trino_version: u16, ) -> Result { // No additional properties needed Ok(CatalogConfig::new(catalog_name.to_string(), CONNECTOR_NAME)) diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index e9c30351..628da3de 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -2,6 +2,7 @@ use std::{ collections::{BTreeMap, HashMap}, convert::Infallible, + num::ParseIntError, ops::Div, str::FromStr, sync::Arc, @@ -94,7 +95,6 @@ use crate::{ add_graceful_shutdown_config, graceful_shutdown_config_properties, pdb::add_pdbs, }, product_logging::{get_log_properties, get_vector_toml, resolve_vector_aggregator_address}, - trino_version::{self, TrinoVersion}, }; pub struct Ctx { @@ -351,8 +351,11 @@ pub enum Error { source: stackable_operator::role_utils::Error, }, - #[snafu(display("unable to parse Trino version"))] - ParseTrinoVersion { source: trino_version::Error }, + #[snafu(display("unable to parse Trino version: {trino_version:?}"))] + ParseTrinoVersion { + source: ParseIntError, + trino_version: String, + }, } type Result = std::result::Result; @@ -404,13 +407,14 @@ pub async fn reconcile_trino( .await .context(GetCatalogsSnafu)?; let mut catalogs = vec![]; + let trino_version = trino.spec.image.product_version(); for catalog in &catalog_definitions { let catalog_ref = ObjectRef::from_obj(catalog); let catalog_config = CatalogConfig::from_catalog( catalog, client, - &TrinoVersion::from_str(trino.spec.image.product_version()) - .context(ParseTrinoVersionSnafu)?, + u16::from_str(trino_version) // TODO (@NickLarsenNZ): Note + .context(ParseTrinoVersionSnafu { trino_version })?, ) .await .context(ParseCatalogSnafu { diff --git a/rust/operator-binary/src/main.rs b/rust/operator-binary/src/main.rs index 1706439f..899dbf0b 100644 --- a/rust/operator-binary/src/main.rs +++ b/rust/operator-binary/src/main.rs @@ -6,7 +6,6 @@ mod config; mod controller; mod operations; mod product_logging; -mod trino_version; use std::sync::Arc; @@ -77,7 +76,6 @@ async fn main() -> anyhow::Result<()> { "deploy/config-spec/properties.yaml", "/etc/stackable/trino-operator/config-spec/properties.yaml", ])?; - let client = stackable_operator::client::initialize_operator( Some(OPERATOR_NAME.to_string()), &cluster_info_opts, diff --git a/rust/operator-binary/src/trino_version.rs b/rust/operator-binary/src/trino_version.rs deleted file mode 100644 index 4c7b3717..00000000 --- a/rust/operator-binary/src/trino_version.rs +++ /dev/null @@ -1,56 +0,0 @@ -use std::{ - ops::{Deref, RangeBounds}, - str::FromStr, -}; - -use semver::{BuildMetadata, Prerelease}; -use snafu::{ResultExt as _, Snafu}; - -/// Represent a Trino version as a Semver -/// -/// Currently, Trino uses a single number as the version. -/// Previously there were 0.x versions, but they are long gone and will not be -/// catered to. -#[derive(PartialOrd, PartialEq)] -pub struct TrinoVersion(semver::Version); - -// impl Deref for TrinoVersion { -// type Target = semver::Version; - -// fn deref(&self) -> &Self::Target { -// &self.0 -// } -// } - -impl AsRef for TrinoVersion { - fn as_ref(&self) -> &u64 { - &self.0.major - } -} - -#[derive(Debug, Snafu)] -pub enum Error { - #[snafu(display("unable to construct a 0.0.0 pre-release semver from {input:?}"))] - ContructSemver { - source: semver::Error, - input: String, - }, -} - -impl FromStr for TrinoVersion { - type Err = Error; - - fn from_str(input: &str) -> Result { - let version = match input.parse::() { - Ok(major) => semver::Version::new(major, 0, 0), - Err(_) => semver::Version { - major: 0, - minor: 0, - patch: 0, - pre: Prerelease::new(input).context(ContructSemverSnafu { input })?, - build: BuildMetadata::EMPTY, - }, - }; - Ok(Self(version)) - } -} From 5b6b45af17094e5c4f1af51885b1d136f1481336 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 6 Feb 2025 19:52:34 +0100 Subject: [PATCH 10/35] wip: remove comment and restore newline --- rust/operator-binary/src/controller.rs | 3 +-- rust/operator-binary/src/main.rs | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index 628da3de..aba2a8e9 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -413,8 +413,7 @@ pub async fn reconcile_trino( let catalog_config = CatalogConfig::from_catalog( catalog, client, - u16::from_str(trino_version) // TODO (@NickLarsenNZ): Note - .context(ParseTrinoVersionSnafu { trino_version })?, + u16::from_str(trino_version).context(ParseTrinoVersionSnafu { trino_version })?, ) .await .context(ParseCatalogSnafu { diff --git a/rust/operator-binary/src/main.rs b/rust/operator-binary/src/main.rs index 899dbf0b..3245ac5b 100644 --- a/rust/operator-binary/src/main.rs +++ b/rust/operator-binary/src/main.rs @@ -76,6 +76,7 @@ async fn main() -> anyhow::Result<()> { "deploy/config-spec/properties.yaml", "/etc/stackable/trino-operator/config-spec/properties.yaml", ])?; + let client = stackable_operator::client::initialize_operator( Some(OPERATOR_NAME.to_string()), &cluster_info_opts, From 46b26f189499a909cbfb8240fc9460b6956d5bb8 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 10 Feb 2025 17:35:16 +0100 Subject: [PATCH 11/35] feat: Replace 469 with 470 --- CHANGELOG.md | 2 +- rust/operator-binary/src/catalog/commons.rs | 3 +++ rust/operator-binary/src/config/jvm.rs | 4 ++-- tests/test-definition.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600deb76..fe02ca94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]). - Support configuring JVM arguments ([#677]). - Aggregate emitted Kubernetes events on the CustomResources ([#677]). -- Support for Trino 469 ([#705]). +- Support for Trino 470 ([#705]). ## Changed diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index ea3e2d53..9cfd09c7 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -173,6 +173,9 @@ impl ExtendCatalogConfig for HdfsConnection { _client: &Client, _trino_version: u16, ) -> Result<(), FromTrinoCatalogError> { + // Since Trino 458, fs.hadoop.enabled defaults to false. + catalog_config.add_property("fs.hadoop.enabled", "true"); + let hdfs_site_dir = format!("{CONFIG_DIR_NAME}/catalog/{catalog_name}/hdfs-config"); catalog_config.add_property( "hive.config.resources", diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 97c222ef..29b06770 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -125,8 +125,8 @@ fn recommended_trino_jvm_args(product_version: &str) -> Result, Erro ]), // Copied from: // - https://trino.io/docs/455/installation/deployment.html#jvm-config - // - https://trino.io/docs/469/installation/deployment.html#jvm-config - "455" | "469" => Ok(vec![ + // - https://trino.io/docs/470/installation/deployment.html#jvm-config + "455" | "470" => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index d9e54859..54a138e2 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -15,14 +15,14 @@ dimensions: values: - "451" - "455" - - "469" + - "470" # To use a custom image, add a comma and the full name after the product version - # - 469,oci.stackable.tech/sdp/trino:469-stackable0.0.0-dev + # - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev - name: trino-latest values: - - "469" + - "470" # To use a custom image, add a comma and the full name after the product version - # - 469,oci.stackable.tech/sdp/trino:469-stackable0.0.0-dev + # - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev - name: hive values: - 3.1.3 From 6983f3fddc6b27dee2e23fc41ab3d29478b65562 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 10 Feb 2025 17:43:30 +0100 Subject: [PATCH 12/35] test: Trino now requires TLS for S3 --- .../kuttl/opa-authorization/00-secrets.yaml.j2 | 4 ---- .../helm-bitnami-minio-values.yaml.j2 | 2 -- tests/templates/kuttl/smoke/00-secrets.yaml.j2 | 4 ---- .../kuttl/smoke/helm-bitnami-minio-values.yaml.j2 | 2 -- tests/test-definition.yaml | 11 +---------- 5 files changed, 1 insertion(+), 22 deletions(-) diff --git a/tests/templates/kuttl/opa-authorization/00-secrets.yaml.j2 b/tests/templates/kuttl/opa-authorization/00-secrets.yaml.j2 index 3f22e11b..72fe2f49 100644 --- a/tests/templates/kuttl/opa-authorization/00-secrets.yaml.j2 +++ b/tests/templates/kuttl/opa-authorization/00-secrets.yaml.j2 @@ -37,7 +37,6 @@ stringData: policies=readwrite,consoleAdmin,diagnostics setPolicies=false -{% if test_scenario['values']['s3-use-tls'] == 'true' %} --- apiVersion: secrets.stackable.tech/v1alpha1 kind: SecretClass @@ -60,7 +59,6 @@ data: ca.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUQyVENDQXNHZ0F3SUJBZ0lVTmpxdUdZV3R5SjVhNnd5MjNIejJHUmNNbHdNd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2V6RUxNQWtHQTFVRUJoTUNSRVV4R3pBWkJnTlZCQWdNRWxOamFHeGxjM2RwWnkxSWIyeHpkR1ZwYmpFTwpNQXdHQTFVRUJ3d0ZWMlZrWld3eEtEQW1CZ05WQkFvTUgxTjBZV05yWVdKc1pTQlRhV2R1YVc1bklFRjFkR2h2CmNtbDBlU0JKYm1NeEZUQVRCZ05WQkFNTURITjBZV05yWVdKc1pTNWtaVEFnRncweU16QTJNVFl4TWpVeE1ESmEKR0E4eU1USXpNRFV5TXpFeU5URXdNbG93ZXpFTE1Ba0dBMVVFQmhNQ1JFVXhHekFaQmdOVkJBZ01FbE5qYUd4bApjM2RwWnkxSWIyeHpkR1ZwYmpFT01Bd0dBMVVFQnd3RlYyVmtaV3d4S0RBbUJnTlZCQW9NSDFOMFlXTnJZV0pzClpTQlRhV2R1YVc1bklFRjFkR2h2Y21sMGVTQkpibU14RlRBVEJnTlZCQU1NREhOMFlXTnJZV0pzWlM1a1pUQ0MKQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFOblYvdmJ5M1JvNTdhMnF2UVJubjBqZQplS01VMitGMCtsWk5DQXZpR1VENWJtOGprOTFvUFpuazBiaFFxZXlFcm1EUzRXVDB6ZXZFUklCSkpEamZMMEQ4CjQ2QmU3UGlNS2UwZEdqb3FJM3o1Y09JZWpjOGFMUEhTSWxnTjZsVDNmSXJ1UzE2Y29RZ0c0dWFLaUhGNStlV0YKRFJVTGR1NmRzWXV6NmRLanFSaVVPaEh3RHd0VUprRHdQditFSXRxbzBIK01MRkxMWU0wK2xFSWFlN2RONUNRNQpTbzVXaEwyY3l2NVZKN2xqL0VBS0NWaUlFZ0NtekRSRGNSZ1NTald5SDRibjZ5WDIwMjZmUEl5V0pGeUVkTC82CmpBT0pBRERSMEd5aE5PWHJFZXFob2NTTW5JYlFWcXdBVDBrTWh1WFN2d3Zscm5MeVRwRzVqWm00bFVNMzRrTUMKQXdFQUFhTlRNRkV3SFFZRFZSME9CQllFRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1COEdBMVVkSXdRWQpNQmFBRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0RRWUpLb1pJCmh2Y05BUUVMQlFBRGdnRUJBSHRLUlhkRmR0VWh0VWpvZG1ZUWNlZEFEaEhaT2hCcEtpbnpvdTRicmRrNEhmaEYKTHIvV0ZsY1JlbWxWNm1Cc0xweU11SytUZDhaVUVRNkpFUkx5NmxTL2M2cE9HeG5CNGFDbEU4YXQrQytUakpBTwpWbTNXU0k2VlIxY0ZYR2VaamxkVlE2eGtRc2tNSnpPN2RmNmlNVFB0VjVSa01lSlh0TDZYYW1FaTU0ckJvZ05ICk5yYStFSkJRQmwvWmU5ME5qZVlidjIwdVFwWmFhWkZhYVNtVm9OSERwQndsYTBvdXkrTWpPYkMzU3BnT3ExSUMKUGwzTnV3TkxWOFZiT3I1SHJoUUFvS21nU05iM1A4dmFUVnV4L1gwWWZqeS9TN045a1BCYUs5bUZqNzR6d1Y5dwpxU1ExNEtsNWpPM1YzaHJHV1laRWpET2diWnJyRVgxS1hFdXN0K1E9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K tls.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUR5RENDQXJDZ0F3SUJBZ0lVQ0kyUE5OcnR6cDZRbDdHa3VhRnhtRGE2VUJvd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2V6RUxNQWtHQTFVRUJoTUNSRVV4R3pBWkJnTlZCQWdNRWxOamFHeGxjM2RwWnkxSWIyeHpkR1ZwYmpFTwpNQXdHQTFVRUJ3d0ZWMlZrWld3eEtEQW1CZ05WQkFvTUgxTjBZV05yWVdKc1pTQlRhV2R1YVc1bklFRjFkR2h2CmNtbDBlU0JKYm1NeEZUQVRCZ05WQkFNTURITjBZV05yWVdKc1pTNWtaVEFnRncweU16QTJNVFl4TWpVeE1ESmEKR0E4eU1USXpNRFV5TXpFeU5URXdNbG93WGpFTE1Ba0dBMVVFQmhNQ1JFVXhHekFaQmdOVkJBZ01FbE5qYUd4bApjM2RwWnkxSWIyeHpkR1ZwYmpFT01Bd0dBMVVFQnd3RlYyVmtaV3d4RWpBUUJnTlZCQW9NQ1ZOMFlXTnJZV0pzClpURU9NQXdHQTFVRUF3d0ZiV2x1YVc4d2dnRWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUJEd0F3Z2dFS0FvSUIKQVFDanluVnorWEhCOE9DWTRwc0VFWW1qb2JwZHpUbG93d2NTUU4rWURQQ2tCZW9yMFRiODdFZ0x6SksrSllidQpwb1hCbE5JSlBRYW93SkVvL1N6U2s4ZnUyWFNNeXZBWlk0RldHeEp5Mnl4SXh2UC9pYk9HT1l1aVBHWEsyNHQ2ClpjR1RVVmhhdWlaR1Nna1dyZWpXV2g3TWpGUytjMXZhWVpxQitRMXpQczVQRk1sYzhsNVYvK2I4WjdqTUppODQKbU9mSVB4amt2SXlKcjVVa2VGM1VmTHFKUzV5NExGNHR5NEZ0MmlBZDdiYmZIYW5mdlltdjZVb0RWdE1YdFdvMQpvUVBmdjNzaFdybVJMenc2ZXVJQXRiWGM1Q2pCeUlha0NiaURuQVU4cktnK0IxSjRtdlFnckx3bzNxUHJ5Smd4ClNkaWRtWjJtRVI3RXorYzVCMG0vTGlJaEFnTUJBQUdqWHpCZE1Cc0dBMVVkRVFRVU1CS0NCVzFwYm1sdmdnbHMKYjJOaGJHaHZjM1F3SFFZRFZSME9CQllFRkpRMGdENWtFdFFyK3REcERTWjdrd1o4SDVoR01COEdBMVVkSXdRWQpNQmFBRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQmNkaGQrClI0Sm9HdnFMQms1OWRxSVVlY2N0dUZzcmRQeHNCaU9GaFlOZ1pxZWRMTTBVTDVEenlmQUhmVk8wTGZTRURkZFgKUkpMOXlMNytrTVUwVDc2Y3ZkQzlYVkFJRTZIVXdUbzlHWXNQcXN1eVpvVmpOcEVESkN3WTNDdm9ubEpWZTRkcQovZ0FiSk1ZQitUU21ZNXlEUHovSkZZL1haellhUGI3T2RlR3VqYlZUNUl4cDk3QXBTOFlJaXY3M0Mwd1ViYzZSCmgwcmNmUmJ5a1NRVWg5dmdWZFhSU1I4RFQzV0NmZHFOek5CWVh2OW1xZlc1ejRzYkdqK2wzd1VsL0kzRi9tSXcKZnlPNEN0aTRha2lHVkhsZmZFeTB3a3pWYUJ4aGNYajJJM0JVVGhCNFpxamxzc2llVmFGa3d2WG1teVJUMG9FVwo1SCtOUEhjcXVTMXpQc2NsCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K tls.key: LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2QUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktZd2dnU2lBZ0VBQW9JQkFRQ2p5blZ6K1hIQjhPQ1kKNHBzRUVZbWpvYnBkelRsb3d3Y1NRTitZRFBDa0Jlb3IwVGI4N0VnTHpKSytKWWJ1cG9YQmxOSUpQUWFvd0pFbwovU3pTazhmdTJYU015dkFaWTRGV0d4SnkyeXhJeHZQL2liT0dPWXVpUEdYSzI0dDZaY0dUVVZoYXVpWkdTZ2tXCnJlaldXaDdNakZTK2MxdmFZWnFCK1ExelBzNVBGTWxjOGw1Vi8rYjhaN2pNSmk4NG1PZklQeGprdkl5SnI1VWsKZUYzVWZMcUpTNXk0TEY0dHk0RnQyaUFkN2JiZkhhbmZ2WW12NlVvRFZ0TVh0V28xb1FQZnYzc2hXcm1STHp3NgpldUlBdGJYYzVDakJ5SWFrQ2JpRG5BVThyS2crQjFKNG12UWdyTHdvM3FQcnlKZ3hTZGlkbVoybUVSN0V6K2M1CkIwbS9MaUloQWdNQkFBRUNnZ0VBQWQzdDVzdUNFMjdXY0llc3NxZ3NoSFAwZHRzKyswVzF6K3h6WC8xTnhPRFkKWVhWNkJmbi9mRHJ4dFQ4aVFaZ2VVQzJORTFQaHZveXJXdWMvMm9xYXJjdEd1OUFZV29HNjJLdG9VMnpTSFdZLwpJN3VERTFXV2xOdlJZVFdOYW5DOGV4eGpRRzE4d0RKWjFpdFhTeEl0NWJEM3lrL3dUUlh0dCt1SnpyVjVqb2N1CmNoeERMd293aXUxQWo2ZFJDWk5CejlUSnh5TnI1ME5ZVzJVWEJhVC84N1hyRkZkSndNVFZUMEI3SE9uRzdSQlYKUWxLdzhtcVZiYU5lbmhjdk1qUjI5c3hUekhSK2p4SU8zQndPNk9Hai9PRmhGQllVN1RMWGVsZDFxb2UwdmIyRwpiOGhQcEd1cHRyNUF0OWx3MXc1d1EzSWdpdXRQTkg1cXlEeUNwRWw2RVFLQmdRRGNkYnNsT2ZLSmo3TzJMQXlZCkZ0a1RwaWxFMFYzajBxbVE5M0lqclY0K0RSbUxNRUIyOTk0MDdCVVlRUWoxL0RJYlFjb1oyRUVjVUI1cGRlSHMKN0RNRUQ2WExIYjJKVTEyK2E3c1d5Q05kS2VjZStUNy9JYmxJOFR0MzQwVWxIUTZ6U01TRGNqdmZjRkhWZ3YwcwpDYWpoRng3TmtMRVhUWnI4ZlQzWUloajR2UUtCZ1FDK01nWjFVbW9KdzlJQVFqMnVJVTVDeTl4aldlWURUQU8vCllhWEl6d2xnZTQzOE1jYmI0Y04yU2FOU0dEZ1Y3bnU1a3FpaWhwalBZV0lpaU9CcDlrVFJIWE9kUFc0N3N5ZUkKdDNrd3JwMnpWbFVnbGNNWlo2bW1WM1FWYUFOWmdqVTRSU3Y0ZS9WeFVMamJaYWZqUHRaUnNqWkdwSzBZVTFvdApWajhJZVE3Zk5RS0JnQ1ArWk11ekpsSW5VQ1FTRlF4UHpxbFNtN0pNckpPaHRXV2h3TlRxWFZTc050dHV5VmVqCktIaGpneDR1b0JQcFZSVDJMTlVEWmI0RnByRjVPYVhBK3FOVEdyS0s3SU1iUlZidHArSVVVeEhHNGFGQStIUVgKUVhVVFRhNUpRT1RLVmJnWHpWM1lyTVhTUk1valZNcDMyVWJHeTVTc1p2MXpBamJ2QzhYWjYxSFJBb0dBZEJjUQp2aGU1eFpBUzVEbUtjSGkvemlHa3ViZXJuNk9NUGdxYUtJSEdsVytVOExScFR0ajBkNFRtL1Rydk1PUEovVEU1CllVcUtoenBIcmhDaCtjdHBvY0k2U1dXdm5SenpLbzNpbVFaY0Y1VEFqUTBjY3F0RmI5UzlkRHR5bi9YTUNqYWUKYWlNdll5VUVVRll5TFpDelBGWnNycDNoVVpHKzN5RmZoQXB3TzJrQ2dZQkh3WWFQSWRXNld3NytCMmhpbjBvdwpqYTNjZXN2QTRqYU1Qd1NMVDhPTnRVMUdCU01md2N6TWJuUEhMclJ2Qjg3bjlnUGFSMndRR1VtckZFTzNMUFgvCmtSY09HcFlCSHBEWEVqRGhLa1dkUnVMT0ZnNEhMWmRWOEFOWmxRMFZTY0U4dTNkRERVTzg5cEdEbjA4cVRBcmwKeDlreHN1ZEVWcmtlclpiNVV4RlZxUT09Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K -{% endif %} --- apiVersion: s3.stackable.tech/v1alpha1 kind: S3Connection @@ -72,10 +70,8 @@ spec: accessStyle: Path credentials: secretClass: s3-credentials-class -{% if test_scenario['values']['s3-use-tls'] == 'true' %} tls: verification: server: caCert: secretClass: minio-tls-certificates -{% endif %} diff --git a/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 b/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 index b14f8034..71118547 100644 --- a/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 +++ b/tests/templates/kuttl/opa-authorization/helm-bitnami-minio-values.yaml.j2 @@ -53,8 +53,6 @@ auth: service: type: NodePort -{% if test_scenario['values']['s3-use-tls'] == 'true' %} tls: enabled: true existingSecret: minio-tls-certificates -{% endif %} diff --git a/tests/templates/kuttl/smoke/00-secrets.yaml.j2 b/tests/templates/kuttl/smoke/00-secrets.yaml.j2 index 3f22e11b..72fe2f49 100644 --- a/tests/templates/kuttl/smoke/00-secrets.yaml.j2 +++ b/tests/templates/kuttl/smoke/00-secrets.yaml.j2 @@ -37,7 +37,6 @@ stringData: policies=readwrite,consoleAdmin,diagnostics setPolicies=false -{% if test_scenario['values']['s3-use-tls'] == 'true' %} --- apiVersion: secrets.stackable.tech/v1alpha1 kind: SecretClass @@ -60,7 +59,6 @@ data: ca.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUQyVENDQXNHZ0F3SUJBZ0lVTmpxdUdZV3R5SjVhNnd5MjNIejJHUmNNbHdNd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2V6RUxNQWtHQTFVRUJoTUNSRVV4R3pBWkJnTlZCQWdNRWxOamFHeGxjM2RwWnkxSWIyeHpkR1ZwYmpFTwpNQXdHQTFVRUJ3d0ZWMlZrWld3eEtEQW1CZ05WQkFvTUgxTjBZV05yWVdKc1pTQlRhV2R1YVc1bklFRjFkR2h2CmNtbDBlU0JKYm1NeEZUQVRCZ05WQkFNTURITjBZV05yWVdKc1pTNWtaVEFnRncweU16QTJNVFl4TWpVeE1ESmEKR0E4eU1USXpNRFV5TXpFeU5URXdNbG93ZXpFTE1Ba0dBMVVFQmhNQ1JFVXhHekFaQmdOVkJBZ01FbE5qYUd4bApjM2RwWnkxSWIyeHpkR1ZwYmpFT01Bd0dBMVVFQnd3RlYyVmtaV3d4S0RBbUJnTlZCQW9NSDFOMFlXTnJZV0pzClpTQlRhV2R1YVc1bklFRjFkR2h2Y21sMGVTQkpibU14RlRBVEJnTlZCQU1NREhOMFlXTnJZV0pzWlM1a1pUQ0MKQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFOblYvdmJ5M1JvNTdhMnF2UVJubjBqZQplS01VMitGMCtsWk5DQXZpR1VENWJtOGprOTFvUFpuazBiaFFxZXlFcm1EUzRXVDB6ZXZFUklCSkpEamZMMEQ4CjQ2QmU3UGlNS2UwZEdqb3FJM3o1Y09JZWpjOGFMUEhTSWxnTjZsVDNmSXJ1UzE2Y29RZ0c0dWFLaUhGNStlV0YKRFJVTGR1NmRzWXV6NmRLanFSaVVPaEh3RHd0VUprRHdQditFSXRxbzBIK01MRkxMWU0wK2xFSWFlN2RONUNRNQpTbzVXaEwyY3l2NVZKN2xqL0VBS0NWaUlFZ0NtekRSRGNSZ1NTald5SDRibjZ5WDIwMjZmUEl5V0pGeUVkTC82CmpBT0pBRERSMEd5aE5PWHJFZXFob2NTTW5JYlFWcXdBVDBrTWh1WFN2d3Zscm5MeVRwRzVqWm00bFVNMzRrTUMKQXdFQUFhTlRNRkV3SFFZRFZSME9CQllFRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1COEdBMVVkSXdRWQpNQmFBRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0RRWUpLb1pJCmh2Y05BUUVMQlFBRGdnRUJBSHRLUlhkRmR0VWh0VWpvZG1ZUWNlZEFEaEhaT2hCcEtpbnpvdTRicmRrNEhmaEYKTHIvV0ZsY1JlbWxWNm1Cc0xweU11SytUZDhaVUVRNkpFUkx5NmxTL2M2cE9HeG5CNGFDbEU4YXQrQytUakpBTwpWbTNXU0k2VlIxY0ZYR2VaamxkVlE2eGtRc2tNSnpPN2RmNmlNVFB0VjVSa01lSlh0TDZYYW1FaTU0ckJvZ05ICk5yYStFSkJRQmwvWmU5ME5qZVlidjIwdVFwWmFhWkZhYVNtVm9OSERwQndsYTBvdXkrTWpPYkMzU3BnT3ExSUMKUGwzTnV3TkxWOFZiT3I1SHJoUUFvS21nU05iM1A4dmFUVnV4L1gwWWZqeS9TN045a1BCYUs5bUZqNzR6d1Y5dwpxU1ExNEtsNWpPM1YzaHJHV1laRWpET2diWnJyRVgxS1hFdXN0K1E9Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K tls.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUR5RENDQXJDZ0F3SUJBZ0lVQ0kyUE5OcnR6cDZRbDdHa3VhRnhtRGE2VUJvd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2V6RUxNQWtHQTFVRUJoTUNSRVV4R3pBWkJnTlZCQWdNRWxOamFHeGxjM2RwWnkxSWIyeHpkR1ZwYmpFTwpNQXdHQTFVRUJ3d0ZWMlZrWld3eEtEQW1CZ05WQkFvTUgxTjBZV05yWVdKc1pTQlRhV2R1YVc1bklFRjFkR2h2CmNtbDBlU0JKYm1NeEZUQVRCZ05WQkFNTURITjBZV05yWVdKc1pTNWtaVEFnRncweU16QTJNVFl4TWpVeE1ESmEKR0E4eU1USXpNRFV5TXpFeU5URXdNbG93WGpFTE1Ba0dBMVVFQmhNQ1JFVXhHekFaQmdOVkJBZ01FbE5qYUd4bApjM2RwWnkxSWIyeHpkR1ZwYmpFT01Bd0dBMVVFQnd3RlYyVmtaV3d4RWpBUUJnTlZCQW9NQ1ZOMFlXTnJZV0pzClpURU9NQXdHQTFVRUF3d0ZiV2x1YVc4d2dnRWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUJEd0F3Z2dFS0FvSUIKQVFDanluVnorWEhCOE9DWTRwc0VFWW1qb2JwZHpUbG93d2NTUU4rWURQQ2tCZW9yMFRiODdFZ0x6SksrSllidQpwb1hCbE5JSlBRYW93SkVvL1N6U2s4ZnUyWFNNeXZBWlk0RldHeEp5Mnl4SXh2UC9pYk9HT1l1aVBHWEsyNHQ2ClpjR1RVVmhhdWlaR1Nna1dyZWpXV2g3TWpGUytjMXZhWVpxQitRMXpQczVQRk1sYzhsNVYvK2I4WjdqTUppODQKbU9mSVB4amt2SXlKcjVVa2VGM1VmTHFKUzV5NExGNHR5NEZ0MmlBZDdiYmZIYW5mdlltdjZVb0RWdE1YdFdvMQpvUVBmdjNzaFdybVJMenc2ZXVJQXRiWGM1Q2pCeUlha0NiaURuQVU4cktnK0IxSjRtdlFnckx3bzNxUHJ5Smd4ClNkaWRtWjJtRVI3RXorYzVCMG0vTGlJaEFnTUJBQUdqWHpCZE1Cc0dBMVVkRVFRVU1CS0NCVzFwYm1sdmdnbHMKYjJOaGJHaHZjM1F3SFFZRFZSME9CQllFRkpRMGdENWtFdFFyK3REcERTWjdrd1o4SDVoR01COEdBMVVkSXdRWQpNQmFBRkVJM1JNTWl5aUJqeVExUlM4bmxPUkpWZDFwQk1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQmNkaGQrClI0Sm9HdnFMQms1OWRxSVVlY2N0dUZzcmRQeHNCaU9GaFlOZ1pxZWRMTTBVTDVEenlmQUhmVk8wTGZTRURkZFgKUkpMOXlMNytrTVUwVDc2Y3ZkQzlYVkFJRTZIVXdUbzlHWXNQcXN1eVpvVmpOcEVESkN3WTNDdm9ubEpWZTRkcQovZ0FiSk1ZQitUU21ZNXlEUHovSkZZL1haellhUGI3T2RlR3VqYlZUNUl4cDk3QXBTOFlJaXY3M0Mwd1ViYzZSCmgwcmNmUmJ5a1NRVWg5dmdWZFhSU1I4RFQzV0NmZHFOek5CWVh2OW1xZlc1ejRzYkdqK2wzd1VsL0kzRi9tSXcKZnlPNEN0aTRha2lHVkhsZmZFeTB3a3pWYUJ4aGNYajJJM0JVVGhCNFpxamxzc2llVmFGa3d2WG1teVJUMG9FVwo1SCtOUEhjcXVTMXpQc2NsCi0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K tls.key: LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2QUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktZd2dnU2lBZ0VBQW9JQkFRQ2p5blZ6K1hIQjhPQ1kKNHBzRUVZbWpvYnBkelRsb3d3Y1NRTitZRFBDa0Jlb3IwVGI4N0VnTHpKSytKWWJ1cG9YQmxOSUpQUWFvd0pFbwovU3pTazhmdTJYU015dkFaWTRGV0d4SnkyeXhJeHZQL2liT0dPWXVpUEdYSzI0dDZaY0dUVVZoYXVpWkdTZ2tXCnJlaldXaDdNakZTK2MxdmFZWnFCK1ExelBzNVBGTWxjOGw1Vi8rYjhaN2pNSmk4NG1PZklQeGprdkl5SnI1VWsKZUYzVWZMcUpTNXk0TEY0dHk0RnQyaUFkN2JiZkhhbmZ2WW12NlVvRFZ0TVh0V28xb1FQZnYzc2hXcm1STHp3NgpldUlBdGJYYzVDakJ5SWFrQ2JpRG5BVThyS2crQjFKNG12UWdyTHdvM3FQcnlKZ3hTZGlkbVoybUVSN0V6K2M1CkIwbS9MaUloQWdNQkFBRUNnZ0VBQWQzdDVzdUNFMjdXY0llc3NxZ3NoSFAwZHRzKyswVzF6K3h6WC8xTnhPRFkKWVhWNkJmbi9mRHJ4dFQ4aVFaZ2VVQzJORTFQaHZveXJXdWMvMm9xYXJjdEd1OUFZV29HNjJLdG9VMnpTSFdZLwpJN3VERTFXV2xOdlJZVFdOYW5DOGV4eGpRRzE4d0RKWjFpdFhTeEl0NWJEM3lrL3dUUlh0dCt1SnpyVjVqb2N1CmNoeERMd293aXUxQWo2ZFJDWk5CejlUSnh5TnI1ME5ZVzJVWEJhVC84N1hyRkZkSndNVFZUMEI3SE9uRzdSQlYKUWxLdzhtcVZiYU5lbmhjdk1qUjI5c3hUekhSK2p4SU8zQndPNk9Hai9PRmhGQllVN1RMWGVsZDFxb2UwdmIyRwpiOGhQcEd1cHRyNUF0OWx3MXc1d1EzSWdpdXRQTkg1cXlEeUNwRWw2RVFLQmdRRGNkYnNsT2ZLSmo3TzJMQXlZCkZ0a1RwaWxFMFYzajBxbVE5M0lqclY0K0RSbUxNRUIyOTk0MDdCVVlRUWoxL0RJYlFjb1oyRUVjVUI1cGRlSHMKN0RNRUQ2WExIYjJKVTEyK2E3c1d5Q05kS2VjZStUNy9JYmxJOFR0MzQwVWxIUTZ6U01TRGNqdmZjRkhWZ3YwcwpDYWpoRng3TmtMRVhUWnI4ZlQzWUloajR2UUtCZ1FDK01nWjFVbW9KdzlJQVFqMnVJVTVDeTl4aldlWURUQU8vCllhWEl6d2xnZTQzOE1jYmI0Y04yU2FOU0dEZ1Y3bnU1a3FpaWhwalBZV0lpaU9CcDlrVFJIWE9kUFc0N3N5ZUkKdDNrd3JwMnpWbFVnbGNNWlo2bW1WM1FWYUFOWmdqVTRSU3Y0ZS9WeFVMamJaYWZqUHRaUnNqWkdwSzBZVTFvdApWajhJZVE3Zk5RS0JnQ1ArWk11ekpsSW5VQ1FTRlF4UHpxbFNtN0pNckpPaHRXV2h3TlRxWFZTc050dHV5VmVqCktIaGpneDR1b0JQcFZSVDJMTlVEWmI0RnByRjVPYVhBK3FOVEdyS0s3SU1iUlZidHArSVVVeEhHNGFGQStIUVgKUVhVVFRhNUpRT1RLVmJnWHpWM1lyTVhTUk1valZNcDMyVWJHeTVTc1p2MXpBamJ2QzhYWjYxSFJBb0dBZEJjUQp2aGU1eFpBUzVEbUtjSGkvemlHa3ViZXJuNk9NUGdxYUtJSEdsVytVOExScFR0ajBkNFRtL1Rydk1PUEovVEU1CllVcUtoenBIcmhDaCtjdHBvY0k2U1dXdm5SenpLbzNpbVFaY0Y1VEFqUTBjY3F0RmI5UzlkRHR5bi9YTUNqYWUKYWlNdll5VUVVRll5TFpDelBGWnNycDNoVVpHKzN5RmZoQXB3TzJrQ2dZQkh3WWFQSWRXNld3NytCMmhpbjBvdwpqYTNjZXN2QTRqYU1Qd1NMVDhPTnRVMUdCU01md2N6TWJuUEhMclJ2Qjg3bjlnUGFSMndRR1VtckZFTzNMUFgvCmtSY09HcFlCSHBEWEVqRGhLa1dkUnVMT0ZnNEhMWmRWOEFOWmxRMFZTY0U4dTNkRERVTzg5cEdEbjA4cVRBcmwKeDlreHN1ZEVWcmtlclpiNVV4RlZxUT09Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K -{% endif %} --- apiVersion: s3.stackable.tech/v1alpha1 kind: S3Connection @@ -72,10 +70,8 @@ spec: accessStyle: Path credentials: secretClass: s3-credentials-class -{% if test_scenario['values']['s3-use-tls'] == 'true' %} tls: verification: server: caCert: secretClass: minio-tls-certificates -{% endif %} diff --git a/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 b/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 index b14f8034..71118547 100644 --- a/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 +++ b/tests/templates/kuttl/smoke/helm-bitnami-minio-values.yaml.j2 @@ -53,8 +53,6 @@ auth: service: type: NodePort -{% if test_scenario['values']['s3-use-tls'] == 'true' %} tls: enabled: true existingSecret: minio-tls-certificates -{% endif %} diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 54a138e2..da133f14 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -1,7 +1,7 @@ # These tests can run against an OpenShift cluster, provided you note the following: # # 1. Set the "openshift" dimension below to "true" (with quotes) -# 2. Comment out the "true" option in the "s3-use-tls" dimension +# 2. Comment out the "true" option in the "s3-use-tls" dimension TODO: Trino requires S3 to use TLS. # # Regarding point 2.: the bitnami chart is used for S3 on OpenShift as it correctly installs # a minio instance (the chart from minio does not correctly apply the service account to @@ -42,10 +42,6 @@ dimensions: - name: keycloak values: - 25.0.0 - - name: s3-use-tls - values: - - "true" - - "false" - name: use-authentication values: - "true" @@ -73,7 +69,6 @@ tests: - opa - hdfs - zookeeper - - s3-use-tls - openshift - name: tls dimensions: @@ -123,8 +118,6 @@ suites: expr: last - name: zookeeper expr: last - - name: s3-use-tls - expr: "true" - name: smoke-latest # Useful during development select: @@ -140,8 +133,6 @@ suites: - dimensions: - name: openshift expr: "true" - - name: s3-use-tls - expr: "true" - name: use-tls expr: "true" - name: use-internal-tls From dbf9409e08c5b82aff7d4724af1fa5b014e96fbf Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 09:56:04 +0100 Subject: [PATCH 13/35] chore: Search and replace Trino productVersions --- .../examples/getting_started/code/trino.yaml | 2 +- .../getting_started/code/trino.yaml.j2 | 2 +- .../examples/usage-guide/trino-insecure.yaml | 2 +- .../trino-secure-internal-tls.yaml | 2 +- .../usage-guide/trino-secure-tls-only.yaml | 2 +- .../usage-guide/trino-secure-tls.yaml | 2 +- .../pages/usage-guide/catalogs/index.adoc | 2 +- ...r-authentication-opa-authorization-s3.yaml | 2 +- examples/simple-trino-cluster-hive-ha-s3.yaml | 2 +- .../simple-trino-cluster-resource-limits.yaml | 2 +- examples/simple-trino-cluster-s3.yaml | 2 +- examples/simple-trino-cluster.yaml | 2 +- examples/simple-trino-oauth2.yaml | 2 +- rust/crd/src/affinity.rs | 4 ++-- rust/crd/src/lib.rs | 20 +++++++++---------- rust/operator-binary/src/config/jvm.rs | 4 ++-- rust/operator-binary/src/controller.rs | 4 ++-- 17 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/modules/trino/examples/getting_started/code/trino.yaml b/docs/modules/trino/examples/getting_started/code/trino.yaml index 1daf9a17..d187bf61 100644 --- a/docs/modules/trino/examples/getting_started/code/trino.yaml +++ b/docs/modules/trino/examples/getting_started/code/trino.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 b/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 index 1daf9a17..d187bf61 100644 --- a/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 +++ b/docs/modules/trino/examples/getting_started/code/trino.yaml.j2 @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/usage-guide/trino-insecure.yaml b/docs/modules/trino/examples/usage-guide/trino-insecure.yaml index 69db8002..e5bf9241 100644 --- a/docs/modules/trino/examples/usage-guide/trino-insecure.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-insecure.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml index 9a36ca5b..a5373192 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: tls: internalSecretClass: trino-internal-tls # <1> diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml index 0cb3cb6b..d52b423e 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: tls: serverSecretClass: trino-tls # <1> diff --git a/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml b/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml index dd88bc84..1544dfaa 100644 --- a/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml +++ b/docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml @@ -17,7 +17,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: tls: serverSecretClass: trino-tls # <1> diff --git a/docs/modules/trino/pages/usage-guide/catalogs/index.adoc b/docs/modules/trino/pages/usage-guide/catalogs/index.adoc index b9dff654..2f4f7303 100644 --- a/docs/modules/trino/pages/usage-guide/catalogs/index.adoc +++ b/docs/modules/trino/pages/usage-guide/catalogs/index.adoc @@ -73,7 +73,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml index a7faff5e..da351816 100644 --- a/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml +++ b/examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: authentication: - authenticationClass: simple-trino-users diff --git a/examples/simple-trino-cluster-hive-ha-s3.yaml b/examples/simple-trino-cluster-hive-ha-s3.yaml index 98b55544..d846ead7 100644 --- a/examples/simple-trino-cluster-hive-ha-s3.yaml +++ b/examples/simple-trino-cluster-hive-ha-s3.yaml @@ -9,7 +9,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-cluster-resource-limits.yaml b/examples/simple-trino-cluster-resource-limits.yaml index 21785b17..7aab0243 100644 --- a/examples/simple-trino-cluster-resource-limits.yaml +++ b/examples/simple-trino-cluster-resource-limits.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} coordinators: diff --git a/examples/simple-trino-cluster-s3.yaml b/examples/simple-trino-cluster-s3.yaml index 3a8930fd..4fdcc298 100644 --- a/examples/simple-trino-cluster-s3.yaml +++ b/examples/simple-trino-cluster-s3.yaml @@ -7,7 +7,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-cluster.yaml b/examples/simple-trino-cluster.yaml index ca43d9e1..2249836d 100644 --- a/examples/simple-trino-cluster.yaml +++ b/examples/simple-trino-cluster.yaml @@ -5,7 +5,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/examples/simple-trino-oauth2.yaml b/examples/simple-trino-oauth2.yaml index 1af68e24..edac28e7 100644 --- a/examples/simple-trino-oauth2.yaml +++ b/examples/simple-trino-oauth2.yaml @@ -91,7 +91,7 @@ metadata: name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: authentication: - authenticationClass: simple-trino-oidc diff --git a/rust/crd/src/affinity.rs b/rust/crd/src/affinity.rs index 8bd79010..4d1af27b 100644 --- a/rust/crd/src/affinity.rs +++ b/rust/crd/src/affinity.rs @@ -112,7 +112,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: @@ -199,7 +199,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: diff --git a/rust/crd/src/lib.rs b/rust/crd/src/lib.rs index 7eb8a909..d0dedc3f 100644 --- a/rust/crd/src/lib.rs +++ b/rust/crd/src/lib.rs @@ -897,7 +897,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} "#; @@ -912,7 +912,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} tls: @@ -929,7 +929,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} tls: @@ -947,7 +947,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} tls: @@ -967,7 +967,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} "#; @@ -982,7 +982,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} tls: @@ -999,7 +999,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} tls: @@ -1020,7 +1020,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} "#; @@ -1040,7 +1040,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} workers: @@ -1066,7 +1066,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} workers: diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 29b06770..89aa4b78 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -165,7 +165,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} coordinators: @@ -209,7 +209,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: {} coordinators: diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index aba2a8e9..a0f7c742 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -1648,7 +1648,7 @@ mod tests { name: simple-trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: @@ -1793,7 +1793,7 @@ mod tests { name: trino spec: image: - productVersion: "469" + productVersion: "470" clusterConfig: catalogLabelSelector: matchLabels: From d74ba650343a958027e32341c7d106ef34f3a0ed Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 10:42:00 +0100 Subject: [PATCH 14/35] chore: Rename trino_version to product_version for consistency --- rust/operator-binary/src/controller.rs | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index a0f7c742..e274ae73 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -351,10 +351,10 @@ pub enum Error { source: stackable_operator::role_utils::Error, }, - #[snafu(display("unable to parse Trino version: {trino_version:?}"))] + #[snafu(display("unable to parse Trino version: {product_version:?}"))] ParseTrinoVersion { source: ParseIntError, - trino_version: String, + product_version: String, }, } @@ -407,18 +407,16 @@ pub async fn reconcile_trino( .await .context(GetCatalogsSnafu)?; let mut catalogs = vec![]; - let trino_version = trino.spec.image.product_version(); + let product_version = trino.spec.image.product_version(); + let product_version = + u16::from_str(product_version).context(ParseTrinoVersionSnafu { product_version })?; for catalog in &catalog_definitions { let catalog_ref = ObjectRef::from_obj(catalog); - let catalog_config = CatalogConfig::from_catalog( - catalog, - client, - u16::from_str(trino_version).context(ParseTrinoVersionSnafu { trino_version })?, - ) - .await - .context(ParseCatalogSnafu { - catalog: catalog_ref, - })?; + let catalog_config = CatalogConfig::from_catalog(catalog, client, product_version) + .await + .context(ParseCatalogSnafu { + catalog: catalog_ref, + })?; catalogs.push(catalog_config); } From 264042614e91b2212ee125782dffd4bb6e9baf73 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 10:45:13 +0100 Subject: [PATCH 15/35] refactor: Change product_version in the jvm mod to u16 for consistency --- rust/operator-binary/src/config/jvm.rs | 18 +++++++++++------- rust/operator-binary/src/controller.rs | 5 ++++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 89aa4b78..17d4ca4d 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -28,7 +28,7 @@ pub enum Error { }, #[snafu(display("Trino version {version} is not yet supported, as the correct JVM configuration is not yet known"))] - TrinoVersionNotSupported { version: String }, + TrinoVersionNotSupported { version: u16 }, #[snafu(display("failed to merge jvm argument overrides"))] MergeJvmArgumentOverrides { source: role_utils::Error }, @@ -37,7 +37,7 @@ pub enum Error { // Currently works for all supported versions (451 and 455 as of 2024-09-04) but maybe be changed // in the future depending on the role and version. pub fn jvm_config( - product_version: &str, + product_version: u16, merged_config: &TrinoConfig, role: &Role, role_group: &str, @@ -98,15 +98,15 @@ pub fn jvm_config( /// This enables us to write version-independent tests, which don't need updating for every new /// Trino version. #[cfg(test)] -fn recommended_trino_jvm_args(_product_version: &str) -> Result, Error> { +fn recommended_trino_jvm_args(_product_version: u16) -> Result, Error> { Ok(vec!["-RecommendedTrinoFlag".to_owned()]) } #[cfg(not(test))] -fn recommended_trino_jvm_args(product_version: &str) -> Result, Error> { +fn recommended_trino_jvm_args(product_version: u16) -> Result, Error> { match product_version { // Copied from https://trino.io/docs/451/installation/deployment.html - "451" => Ok(vec![ + 451..455 => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), @@ -126,7 +126,7 @@ fn recommended_trino_jvm_args(product_version: &str) -> Result, Erro // Copied from: // - https://trino.io/docs/455/installation/deployment.html#jvm-config // - https://trino.io/docs/470/installation/deployment.html#jvm-config - "455" | "470" => Ok(vec![ + 455.. => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), @@ -151,6 +151,8 @@ fn recommended_trino_jvm_args(product_version: &str) -> Result, Erro #[cfg(test)] mod tests { + use std::str::FromStr; + use indoc::indoc; use stackable_trino_crd::{TrinoCluster, TrinoRole}; @@ -270,8 +272,10 @@ mod tests { let merged_config = trino.merged_config(&role, &rolegroup_ref, &[]).unwrap(); let coordinators = trino.spec.coordinators.unwrap(); + let product_version = trino.spec.image.product_version(); + jvm_config( - trino.spec.image.product_version(), + u16::from_str(product_version).expect("trino version as u16"), &merged_config, &coordinators, "default", diff --git a/rust/operator-binary/src/controller.rs b/rust/operator-binary/src/controller.rs index e274ae73..9432e3d1 100644 --- a/rust/operator-binary/src/controller.rs +++ b/rust/operator-binary/src/controller.rs @@ -645,8 +645,11 @@ fn build_rolegroup_config_map( ) -> Result { let mut cm_conf_data = BTreeMap::new(); + let product_version = &resolved_product_image.product_version; + let product_version = + u16::from_str(product_version).context(ParseTrinoVersionSnafu { product_version })?; let jvm_config = config::jvm::jvm_config( - &resolved_product_image.product_version, + product_version, merged_config, role, &rolegroup_ref.role_group, From 661feade171a2d9515362e9aa35960c9c24c1668 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 10:53:48 +0100 Subject: [PATCH 16/35] chore: Improve note about native s3 support --- rust/operator-binary/src/catalog/commons.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 9cfd09c7..5b85313f 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -98,8 +98,8 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { catalog_config.volume_mounts.extend(mounts); if trino_version >= 469 { - // Trino 469 deprecates the Legacy S3 (via the Hadoop FS interface) implementation. - // Trino 470 completely removes Legacy S3 support. + // Since Trino 469, S3 native support has to be explicitly enabled + // uness using Legacy S3 support (which has been removed in 470). catalog_config.add_property("fs.native-s3.enabled", "true"); } From 10c0bd85cec082c6ad87bad32b643cdfdbcaecd5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 10:58:02 +0100 Subject: [PATCH 17/35] chore: Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe02ca94..d311a1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. - Increased the default temporary secret lifetime for coordinators from 1 day to 15 days. This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]). - Default to OCI for image metadata and product image selection ([#695]). -- Set `fs.hadoop.enabled=true` catalog config property to enable Legacy S3 support ([#705]). +- Explicitly set `fs.native-s3.enabled=true` and `fs.hadoop.enabled=true` in applicable catalog config properties ([#705]). [#676]: https://github.com/stackabletech/trino-operator/pull/676 [#677]: https://github.com/stackabletech/trino-operator/pull/677 From 0953c0abce2be2441ca68a71228f59ba7c26a3dd Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 11:12:07 +0100 Subject: [PATCH 18/35] chore: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d311a1ac..7e97a00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. This is because Trino currently does not offer a HA setup for them, a restart kills all running queries ([#694]). - Default to OCI for image metadata and product image selection ([#695]). - Explicitly set `fs.native-s3.enabled=true` and `fs.hadoop.enabled=true` in applicable catalog config properties ([#705]). + - Trino 470 requires the native S3 implementation to be used. [#676]: https://github.com/stackabletech/trino-operator/pull/676 [#677]: https://github.com/stackabletech/trino-operator/pull/677 From 4753151f860856efb11c2794573098ee24514154 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 11:41:39 +0100 Subject: [PATCH 19/35] chore: Add warning about upcoming requirement for TLS requirement for S3 connections Although it is technically possible to enable legacy S3 support in Trino 469, we have forced native s3 support since 469 so the warning is written that way. --- rust/operator-binary/src/catalog/commons.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 5b85313f..ae872abb 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -125,7 +125,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { match trino_version { // Older trino versions allowed TLS to be optional ..=468 => { - // TODO (@NickLarsenNZ): Should we warn that TLS verification is required in future versions of Trino? + tracing::warn!("from Trino 460, TLS will be required for S3 connections"); catalog_config.add_property("hive.s3.ssl.enabled", s3.tls.uses_tls().to_string()); } // TLS is required when using native S3 implementation. From f868c454caaa36cb971ed2459e854542bcfa677f Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 12 Feb 2025 11:45:49 +0100 Subject: [PATCH 20/35] refactor: Use ensure! instead of if not --- rust/operator-binary/src/catalog/commons.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index ae872abb..ce5ac5e1 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -1,5 +1,5 @@ use async_trait::async_trait; -use snafu::{OptionExt, ResultExt}; +use snafu::{ensure, OptionExt, ResultExt}; use stackable_operator::{ builder::pod::volume::{VolumeBuilder, VolumeMountBuilder}, client::Client, @@ -130,11 +130,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { } // TLS is required when using native S3 implementation. // https://trino.io/docs/469/object-storage/legacy-s3.html#migration-to-s3-file-system - 469.. => { - if !s3.tls.uses_tls() { - return S3TlsRequiredSnafu.fail(); - } - } + 469.. => ensure!(s3.tls.uses_tls(), S3TlsRequiredSnafu), }; if let Some(tls) = s3.tls.tls.as_ref() { From 831ec53774872a04fb90f53f24ee4c7f0a1e5fdc Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 24 Feb 2025 10:34:49 +0100 Subject: [PATCH 21/35] chore: Bump stackable-operator for S3 region support --- Cargo.lock | 8 +-- Cargo.nix | 18 +++--- Cargo.toml | 2 +- crate-hashes.json | 6 +- deploy/helm/trino-operator/crds/crds.yaml | 78 +++++++++++++++++++++++ 5 files changed, 95 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac52c387..fe9af876 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2384,8 +2384,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackable-operator" -version = "0.85.0" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#59506c6202778889a27b6ae8153457e60a49c68d" +version = "0.86.2" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" dependencies = [ "chrono", "clap", @@ -2423,7 +2423,7 @@ dependencies = [ [[package]] name = "stackable-operator-derive" version = "0.3.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#59506c6202778889a27b6ae8153457e60a49c68d" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" dependencies = [ "darling", "proc-macro2", @@ -2434,7 +2434,7 @@ dependencies = [ [[package]] name = "stackable-shared" version = "0.0.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#59506c6202778889a27b6ae8153457e60a49c68d" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" dependencies = [ "kube", "semver", diff --git a/Cargo.nix b/Cargo.nix index 75fe1f64..0a7e69b7 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -1558,7 +1558,7 @@ rec { "default" = [ "Debug" "Clone" "Copy" "PartialEq" "Eq" "PartialOrd" "Ord" "Hash" "Default" "Deref" "DerefMut" "Into" ]; "full" = [ "syn/full" ]; }; - resolvedDefaultFeatures = [ "Clone" "Debug" "Default" "Hash" "PartialEq" ]; + resolvedDefaultFeatures = [ "Clone" "Debug" "Default" "Eq" "Hash" "PartialEq" ]; }; "either" = rec { crateName = "either"; @@ -7367,13 +7367,13 @@ rec { }; "stackable-operator" = rec { crateName = "stackable-operator"; - version = "0.85.0"; + version = "0.86.2"; edition = "2021"; workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "59506c6202778889a27b6ae8153457e60a49c68d"; - sha256 = "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5"; + rev = "128b30cefe65f72b8b9113c5303856727e08221e"; + sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; }; libName = "stackable_operator"; authors = [ @@ -7406,7 +7406,7 @@ rec { name = "educe"; packageId = "educe"; usesDefaultFeatures = false; - features = [ "Clone" "Debug" "Default" "PartialEq" ]; + features = [ "Clone" "Debug" "Default" "PartialEq" "Eq" ]; } { name = "either"; @@ -7532,8 +7532,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "59506c6202778889a27b6ae8153457e60a49c68d"; - sha256 = "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5"; + rev = "128b30cefe65f72b8b9113c5303856727e08221e"; + sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; }; procMacro = true; libName = "stackable_operator_derive"; @@ -7567,8 +7567,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "59506c6202778889a27b6ae8153457e60a49c68d"; - sha256 = "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5"; + rev = "128b30cefe65f72b8b9113c5303856727e08221e"; + sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; }; libName = "stackable_shared"; authors = [ diff --git a/Cargo.toml b/Cargo.toml index 12757d3d..eeb0a2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" snafu = "0.8" -stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.85.0" } +stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.86.2" } product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" } strum = { version = "0.26", features = ["derive"] } tokio = { version = "1.40", features = ["full"] } diff --git a/crate-hashes.json b/crate-hashes.json index 290d87f2..3de32a34 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,6 +1,6 @@ { - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#stackable-operator-derive@0.3.1": "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#stackable-operator@0.85.0": "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.85.0#stackable-shared@0.0.1": "0rh476rmn5850yj85hq8znwmlfhd7l5bkxz0n5i9m4cddxhi2cl5", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-operator-derive@0.3.1": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-operator@0.86.2": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-shared@0.0.1": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", "git+https://github.com/stackabletech/product-config.git?tag=0.7.0#product-config@0.7.0": "0gjsm80g6r75pm3824dcyiz4ysq1ka4c1if6k1mjm9cnd5ym0gny" } \ No newline at end of file diff --git a/deploy/helm/trino-operator/crds/crds.yaml b/deploy/helm/trino-operator/crds/crds.yaml index 9d2c30f4..e8cc4ec9 100644 --- a/deploy/helm/trino-operator/crds/crds.yaml +++ b/deploy/helm/trino-operator/crds/crds.yaml @@ -1578,6 +1578,32 @@ spec: minimum: 0.0 nullable: true type: integer + region: + default: + name: us-east-1 + description: |- + AWS service API region used by the AWS SDK when using AWS S3 buckets. + + This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + + NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. + + When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. + oneOf: + - required: + - source + - required: + - name + properties: + name: + description: 'An explicit region, eg: eu-central-1' + type: string + source: + description: Defer region detection to an auto-discovery mechanism. + enum: + - AwsImds + type: string + type: object tls: description: Use a TLS connection. If not specified no TLS will be used. nullable: true @@ -1795,6 +1821,32 @@ spec: minimum: 0.0 nullable: true type: integer + region: + default: + name: us-east-1 + description: |- + AWS service API region used by the AWS SDK when using AWS S3 buckets. + + This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + + NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. + + When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. + oneOf: + - required: + - source + - required: + - name + properties: + name: + description: 'An explicit region, eg: eu-central-1' + type: string + source: + description: Defer region detection to an auto-discovery mechanism. + enum: + - AwsImds + type: string + type: object tls: description: Use a TLS connection. If not specified no TLS will be used. nullable: true @@ -1929,6 +1981,32 @@ spec: minimum: 0.0 nullable: true type: integer + region: + default: + name: us-east-1 + description: |- + AWS service API region used by the AWS SDK when using AWS S3 buckets. + + This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + + NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. + + When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. + oneOf: + - required: + - source + - required: + - name + properties: + name: + description: 'An explicit region, eg: eu-central-1' + type: string + source: + description: Defer region detection to an auto-discovery mechanism. + enum: + - AwsImds + type: string + type: object tls: description: Use a TLS connection. If not specified no TLS will be used. nullable: true From bc54a712da2b2b6d580fa184b538ae3c68048dfd Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 24 Feb 2025 10:36:02 +0100 Subject: [PATCH 22/35] feat: Set the S3 region unless it will be auto-discovered --- CHANGELOG.md | 1 + rust/operator-binary/src/catalog/commons.rs | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e97a00c..ebcddc65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - Default to OCI for image metadata and product image selection ([#695]). - Explicitly set `fs.native-s3.enabled=true` and `fs.hadoop.enabled=true` in applicable catalog config properties ([#705]). - Trino 470 requires the native S3 implementation to be used. +- Set the S3 region unless it will be auto-discovered ([#705]). [#676]: https://github.com/stackabletech/trino-operator/pull/676 [#677]: https://github.com/stackabletech/trino-operator/pull/677 diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index ce5ac5e1..a12eaa2d 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -99,15 +99,24 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { if trino_version >= 469 { // Since Trino 469, S3 native support has to be explicitly enabled - // uness using Legacy S3 support (which has been removed in 470). + // unless using Legacy S3 support (which has been removed in 470). catalog_config.add_property("fs.native-s3.enabled", "true"); } - let (endpoint_prop, path_style_prop) = match trino_version { - ..=468 => ("hive.s3.endpoint", "hive.s3.path-style-access"), - 469.. => ("s3.endpoint", "s3.path-style-access"), + let (endpoint_prop, region_prop, path_style_prop) = match trino_version { + ..=468 => ( + "hive.s3.endpoint", + "hive.s3.region", + "hive.s3.path-style-access", + ), + 469.. => ("s3.endpoint", "s3.region", "s3.path-style-access"), }; catalog_config.add_property(endpoint_prop, s3.endpoint().context(ConfigureS3Snafu)?); + + if let Some(region_name) = s3.region.name() { + catalog_config.add_property(region_prop, region_name); + } + catalog_config.add_property( path_style_prop, (s3.access_style == S3AccessStyle::Path).to_string(), From dfb42b3dc61689de52512c10cec845ac5aa12b12 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 24 Feb 2025 10:41:30 +0100 Subject: [PATCH 23/35] test(smoke): Override hive metastore memory limit due to OOMKilled Ideally this should be done by the hive-operator. --- tests/templates/kuttl/smoke/08-install-hive.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 b/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 index 446ce72a..569dbacb 100644 --- a/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 +++ b/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 @@ -23,6 +23,9 @@ spec: config: logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + resources: + memory: + limit: "1Gi" roleGroups: default: replicas: 2 From 51c0f293d95ad829677e423d5d9620cef438ad25 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 24 Feb 2025 11:06:02 +0100 Subject: [PATCH 24/35] docs: Update supported versions --- docs/modules/trino/partials/supported-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/trino/partials/supported-versions.adoc b/docs/modules/trino/partials/supported-versions.adoc index f7ae1e66..a08c80ff 100644 --- a/docs/modules/trino/partials/supported-versions.adoc +++ b/docs/modules/trino/partials/supported-versions.adoc @@ -2,6 +2,6 @@ // This is a separate file, since it is used by both the direct Trino documentation, and the overarching // Stackable Platform documentation. -- 469 +- 470 - 455 - 451 (LTS) From 4480cb8d91ab938a0f2b870e7c6ba36f584f0d97 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:40:04 +0100 Subject: [PATCH 25/35] Apply suggestions from code review Improve error message --- rust/operator-binary/src/config/jvm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index 17d4ca4d..e0b8d931 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -27,7 +27,7 @@ pub enum Error { unit: String, }, - #[snafu(display("Trino version {version} is not yet supported, as the correct JVM configuration is not yet known"))] + #[snafu(display("Trino version {version} is not supported. Only specific versions are handled due to version specific JVM configuration generation"))] TrinoVersionNotSupported { version: u16 }, #[snafu(display("failed to merge jvm argument overrides"))] From ac26e6f31aa69073d0dd7acf801f42683db03ca6 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 25 Feb 2025 10:47:50 +0100 Subject: [PATCH 26/35] Apply suggestions from code review Emit warning only if tls is disabled. --- rust/operator-binary/src/catalog/commons.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index a12eaa2d..3045000f 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -134,7 +134,9 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { match trino_version { // Older trino versions allowed TLS to be optional ..=468 => { - tracing::warn!("from Trino 460, TLS will be required for S3 connections"); + if !s3.tls.uses_tls() { + tracing::warn!("from Trino 460, TLS will be required for S3 connections"); + } catalog_config.add_property("hive.s3.ssl.enabled", s3.tls.uses_tls().to_string()); } // TLS is required when using native S3 implementation. From f42a9013bd356dea37375df2ac61e18c91a584a2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 25 Feb 2025 11:17:03 +0100 Subject: [PATCH 27/35] test: Update comments about minio and OpenShift testing --- tests/test-definition.yaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 6166c09a..ea98315c 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -1,14 +1,20 @@ -# These tests can run against an OpenShift cluster, provided you note the following: +# The MinIO chart does not work on OpenShift due to it not using the applicable +# ServiceAccount to the bucket creation job. Hence, the Bitnami chart is used. # -# 1. Set the "openshift" dimension below to "true" (with quotes) -# 2. Comment out the "true" option in the "s3-use-tls" dimension TODO: Trino requires S3 to use TLS. +# However, the Bitnami chart for MinIO which cannot use self-signed TLS +# certificates due to a bug in libminioclient.sh. # -# Regarding point 2.: the bitnami chart is used for S3 on OpenShift as it correctly installs -# a minio instance (the chart from minio does not correctly apply the service account to -# the job that creates the bucket, and so the permissions are not sufficient). However, it -# cannot correctly use self-signed TLS certificates due to a bug in libminioclient.sh: for -# non-OpenShift clusters the minio chart is thus used instead. - +# Therefore, testing on OpenShift is currently broken due to the Native S3 +# implementation in Trino requiring S3 connections to use TLS +# +# libminioclient.sh hard-codes localhost in the certificate: +# https://github.com/bitnami/containers/blob/7b976016fb6e926c91881bc4d824dd9e1c8e045f/bitnami/minio/2025/debian-12/rootfs/opt/bitnami/scripts/libminioclient.sh#L108 +# +# See also: +# https://github.com/bitnami/containers/issues/13489 +# https://github.com/bitnami/charts/issues/10307 +# +# This should be revisited in case it now works. --- dimensions: - name: trino From 837368e8047706e3efb0057afcaa6815bb7a6f6e Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 25 Feb 2025 11:25:57 +0100 Subject: [PATCH 28/35] test: Adjusted comments about minio and OpenShift testing --- tests/test-definition.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index ea98315c..4a9851b5 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -4,8 +4,8 @@ # However, the Bitnami chart for MinIO which cannot use self-signed TLS # certificates due to a bug in libminioclient.sh. # -# Therefore, testing on OpenShift is currently broken due to the Native S3 -# implementation in Trino requiring S3 connections to use TLS +# Therefore, testing S3 access with TLS on OpenShift is currently broken due to +# the Native S3 implementation in Trino requiring S3 connections to use TLS. # # libminioclient.sh hard-codes localhost in the certificate: # https://github.com/bitnami/containers/blob/7b976016fb6e926c91881bc4d824dd9e1c8e045f/bitnami/minio/2025/debian-12/rootfs/opt/bitnami/scripts/libminioclient.sh#L108 From e9b5321ba3777e82b3203a0ca99f2d98d1ba6172 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 10 Mar 2025 15:49:19 +0100 Subject: [PATCH 29/35] chore: Bump stackable-operator and use the updated s3 region struct --- Cargo.lock | 16 +++--- Cargo.nix | 34 +++++------- Cargo.toml | 4 +- crate-hashes.json | 6 +-- deploy/helm/trino-operator/crds/crds.yaml | 60 +++++---------------- nix/sources.json | 9 ++-- rust/operator-binary/src/catalog/commons.rs | 6 +-- 7 files changed, 45 insertions(+), 90 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ddcf16e..2760c7d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,8 +2599,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackable-operator" -version = "0.86.2" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" +version = "0.87.2" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#bc176bfc23f15533cdb3b7a7e7a773d4f29891e1" dependencies = [ "chrono", "clap", @@ -2638,7 +2638,7 @@ dependencies = [ [[package]] name = "stackable-operator-derive" version = "0.3.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#bc176bfc23f15533cdb3b7a7e7a773d4f29891e1" dependencies = [ "darling", "proc-macro2", @@ -2649,7 +2649,7 @@ dependencies = [ [[package]] name = "stackable-shared" version = "0.0.1" -source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#128b30cefe65f72b8b9113c5303856727e08221e" +source = "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#bc176bfc23f15533cdb3b7a7e7a773d4f29891e1" dependencies = [ "kube 0.98.0", "semver", @@ -2715,18 +2715,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.3" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.nix b/Cargo.nix index b90bb0fc..ef59c059 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -8240,13 +8240,13 @@ rec { }; "stackable-operator" = rec { crateName = "stackable-operator"; - version = "0.86.2"; + version = "0.87.2"; edition = "2021"; workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "128b30cefe65f72b8b9113c5303856727e08221e"; - sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; + rev = "bc176bfc23f15533cdb3b7a7e7a773d4f29891e1"; + sha256 = "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a"; }; libName = "stackable_operator"; authors = [ @@ -8405,8 +8405,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "128b30cefe65f72b8b9113c5303856727e08221e"; - sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; + rev = "bc176bfc23f15533cdb3b7a7e7a773d4f29891e1"; + sha256 = "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a"; }; procMacro = true; libName = "stackable_operator_derive"; @@ -8440,8 +8440,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/stackabletech/operator-rs.git"; - rev = "128b30cefe65f72b8b9113c5303856727e08221e"; - sha256 = "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077"; + rev = "bc176bfc23f15533cdb3b7a7e7a773d4f29891e1"; + sha256 = "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a"; }; libName = "stackable_shared"; authors = [ @@ -8696,9 +8696,9 @@ rec { }; "strum" = rec { crateName = "strum"; - version = "0.26.3"; - edition = "2018"; - sha256 = "01lgl6jvrf4j28v5kmx9bp480ygf1nhvac8b4p7rcj9hxw50zv4g"; + version = "0.27.1"; + edition = "2021"; + sha256 = "0cic9r2sc2h17nnpjm2yfp7rsd35gkbcbqvrhl553jaiih4fykgn"; authors = [ "Peter Glotfelty " ]; @@ -8709,12 +8709,6 @@ rec { optional = true; } ]; - devDependencies = [ - { - name = "strum_macros"; - packageId = "strum_macros"; - } - ]; features = { "default" = [ "std" ]; "derive" = [ "strum_macros" ]; @@ -8725,9 +8719,9 @@ rec { }; "strum_macros" = rec { crateName = "strum_macros"; - version = "0.26.4"; - edition = "2018"; - sha256 = "1gl1wmq24b8md527cpyd5bw9rkbqldd7k1h38kf5ajd2ln2ywssc"; + version = "0.27.1"; + edition = "2021"; + sha256 = "1s7x07nkrgjfvxrvcdjw6qanad4c55yjnd32bph9q3xgpid8qyn7"; procMacro = true; authors = [ "Peter Glotfelty " @@ -8752,7 +8746,7 @@ rec { { name = "syn"; packageId = "syn 2.0.96"; - features = [ "parsing" "extra-traits" ]; + features = [ "parsing" ]; } ]; diff --git a/Cargo.toml b/Cargo.toml index 612d4357..142df361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,10 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" snafu = "0.8" -stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.86.2" } +stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "stackable-operator-0.87.2" } stackable-versioned = { git = "https://github.com/stackabletech/operator-rs.git", features = ["k8s"], tag = "stackable-versioned-0.5.0" } product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" } -strum = { version = "0.26", features = ["derive"] } +strum = { version = "0.27", features = ["derive"] } tokio = { version = "1.40", features = ["full"] } tracing = "0.1" diff --git a/crate-hashes.json b/crate-hashes.json index d28df21e..e02a942d 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,7 +1,7 @@ { - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-operator-derive@0.3.1": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-operator@0.86.2": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", - "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.86.2#stackable-shared@0.0.1": "0xjsq7qackca7i0f314alfq7zinbrq5dp1r7ac8bj9byfjsak077", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#stackable-operator-derive@0.3.1": "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#stackable-operator@0.87.2": "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a", + "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-operator-0.87.2#stackable-shared@0.0.1": "0cqz1xmj3vbm5hm9x6wbgg2l265s30j5j5609wmg68p6giywh82a", "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-versioned-0.5.0#k8s-version@0.1.2": "1x2pfibrsysmkkmajyj30qkwsjf3rzmc3dxsd09jb9r4x7va6mr6", "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-versioned-0.5.0#stackable-versioned-macros@0.5.0": "1x2pfibrsysmkkmajyj30qkwsjf3rzmc3dxsd09jb9r4x7va6mr6", "git+https://github.com/stackabletech/operator-rs.git?tag=stackable-versioned-0.5.0#stackable-versioned@0.5.0": "1x2pfibrsysmkkmajyj30qkwsjf3rzmc3dxsd09jb9r4x7va6mr6", diff --git a/deploy/helm/trino-operator/crds/crds.yaml b/deploy/helm/trino-operator/crds/crds.yaml index e8cc4ec9..6e6de99c 100644 --- a/deploy/helm/trino-operator/crds/crds.yaml +++ b/deploy/helm/trino-operator/crds/crds.yaml @@ -1582,26 +1582,14 @@ spec: default: name: us-east-1 description: |- - AWS service API region used by the AWS SDK when using AWS S3 buckets. + Bucket region used for signing headers (sigv4). - This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + This defaults to `us-east-1` which is compatible with other implementations such as Minio. - NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. - - When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. - oneOf: - - required: - - source - - required: - - name + WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2. properties: name: - description: 'An explicit region, eg: eu-central-1' - type: string - source: - description: Defer region detection to an auto-discovery mechanism. - enum: - - AwsImds + default: us-east-1 type: string type: object tls: @@ -1825,26 +1813,14 @@ spec: default: name: us-east-1 description: |- - AWS service API region used by the AWS SDK when using AWS S3 buckets. - - This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + Bucket region used for signing headers (sigv4). - NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. + This defaults to `us-east-1` which is compatible with other implementations such as Minio. - When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. - oneOf: - - required: - - source - - required: - - name + WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2. properties: name: - description: 'An explicit region, eg: eu-central-1' - type: string - source: - description: Defer region detection to an auto-discovery mechanism. - enum: - - AwsImds + default: us-east-1 type: string type: object tls: @@ -1985,26 +1961,14 @@ spec: default: name: us-east-1 description: |- - AWS service API region used by the AWS SDK when using AWS S3 buckets. - - This defaults to `us-east-1` and can be ignored if not using AWS S3 buckets. + Bucket region used for signing headers (sigv4). - NOTE: This is not the bucket region, and is used by the AWS SDK to construct endpoints for various AWS service APIs. It is only useful when using AWS S3 buckets. + This defaults to `us-east-1` which is compatible with other implementations such as Minio. - When using AWS S3 buckets, you can configure optimal AWS service API connections in the following ways: - From **inside** AWS: Use an auto-discovery source (eg: AWS IMDS). - From **outside** AWS, or when IMDS is disabled, explicity set the region name nearest to where the client application is running from. - oneOf: - - required: - - source - - required: - - name + WARNING: Some products use the Hadoop S3 implementation which falls back to us-east-2. properties: name: - description: 'An explicit region, eg: eu-central-1' - type: string - source: - description: Defer region detection to an auto-discovery mechanism. - enum: - - AwsImds + default: us-east-1 type: string type: object tls: diff --git a/nix/sources.json b/nix/sources.json index 9a26de8f..b708a114 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,11 +5,12 @@ "homepage": null, "owner": "stackabletech", "repo": "beku.py", - "rev": "1ebc9e7b70fb8ee11dfb569ae45b3bcd63666d0e", - "sha256": "1zg24h5wdis7cysa08r8vvbw2rpyx6fgv148i1lg54dwd3sa0h0d", + "rev": "957073f646a1d5481d95db03acdd74933fb265e3", + "sha256": "0jqkcy8xsfv5ki7js9xy36qg5hcwwnpv72rrgpg3lgj0arr5zmbd", "type": "tarball", - "url": "https://github.com/stackabletech/beku.py/archive/1ebc9e7b70fb8ee11dfb569ae45b3bcd63666d0e.tar.gz", - "url_template": "https://github.com///archive/.tar.gz" + "url": "https://github.com/stackabletech/beku.py/archive/957073f646a1d5481d95db03acdd74933fb265e3.tar.gz", + "url_template": "https://github.com///archive/.tar.gz", + "version": "0.0.14" }, "crate2nix": { "branch": "master", diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 7bf76204..6f11c132 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -114,11 +114,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { 469.. => ("s3.endpoint", "s3.region", "s3.path-style-access"), }; catalog_config.add_property(endpoint_prop, s3.endpoint().context(ConfigureS3Snafu)?); - - if let Some(region_name) = s3.region.name() { - catalog_config.add_property(region_prop, region_name); - } - + catalog_config.add_property(region_prop, &s3.region.name); catalog_config.add_property( path_style_prop, (s3.access_style == S3AccessStyle::Path).to_string(), From dab4c5aac6cd8b8095c8186f110c98445cc1e436 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 10 Mar 2025 16:03:00 +0100 Subject: [PATCH 30/35] chore: Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcddc65..9c11d395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. - Default to OCI for image metadata and product image selection ([#695]). - Explicitly set `fs.native-s3.enabled=true` and `fs.hadoop.enabled=true` in applicable catalog config properties ([#705]). - Trino 470 requires the native S3 implementation to be used. -- Set the S3 region unless it will be auto-discovered ([#705]). +- BREAKING: Always set the S3 region ([#705]). [#676]: https://github.com/stackabletech/trino-operator/pull/676 [#677]: https://github.com/stackabletech/trino-operator/pull/677 From db790131e97ee80dba929f34d40a16de8a5d82f2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 10 Mar 2025 17:38:28 +0100 Subject: [PATCH 31/35] test: Add smoke_aws test to show how to use Trino with AWS S3 buckets --- .../kuttl/smoke_aws/00-s3connection.yaml | 17 + .../kuttl/smoke_aws/00-secretclass.yaml | 10 + .../kuttl/smoke_aws/04-prepare-bucket.yaml | 8 + .../templates/kuttl/smoke_aws/05-assert.yaml | 12 + .../smoke_aws/05-install-zookeeper.yaml.j2 | 15 + .../templates/kuttl/smoke_aws/06-assert.yaml | 28 + .../kuttl/smoke_aws/06-install-hdfs.yaml.j2 | 44 + .../templates/kuttl/smoke_aws/07-assert.yaml | 12 + .../kuttl/smoke_aws/07-install-postgres.yaml | 12 + .../templates/kuttl/smoke_aws/08-assert.yaml | 12 + .../kuttl/smoke_aws/08-install-hive.yaml.j2 | 40 + .../templates/kuttl/smoke_aws/09-assert.yaml | 6 + .../kuttl/smoke_aws/09-install-opa.yaml.j2 | 56 + .../templates/kuttl/smoke_aws/10-assert.yaml | 48 + .../kuttl/smoke_aws/10-install-trino.yaml.j2 | 113 + .../templates/kuttl/smoke_aws/11-assert.yaml | 16 + .../templates/kuttl/smoke_aws/20-assert.yaml | 12 + .../kuttl/smoke_aws/20-install-check.yaml | 29 + .../templates/kuttl/smoke_aws/21-assert.yaml | 8 + .../kuttl/smoke_aws/21-copy-scripts.yaml | 7 + tests/templates/kuttl/smoke_aws/README.md | 47 + .../templates/kuttl/smoke_aws/aws_secret.yaml | 11 + .../kuttl/smoke_aws/check-active-workers.py | 70 + tests/templates/kuttl/smoke_aws/check-opa.py | 77 + tests/templates/kuttl/smoke_aws/check-s3.py | 290 + .../helm-bitnami-postgresql-values.yaml.j2 | 29 + .../smoke_aws/yellow_tripdata_2021-07.csv | 5001 +++++++++++++++++ 27 files changed, 6030 insertions(+) create mode 100644 tests/templates/kuttl/smoke_aws/00-s3connection.yaml create mode 100644 tests/templates/kuttl/smoke_aws/00-secretclass.yaml create mode 100644 tests/templates/kuttl/smoke_aws/04-prepare-bucket.yaml create mode 100644 tests/templates/kuttl/smoke_aws/05-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/05-install-zookeeper.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/06-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/06-install-hdfs.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/07-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/07-install-postgres.yaml create mode 100644 tests/templates/kuttl/smoke_aws/08-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/09-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/09-install-opa.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/10-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/10-install-trino.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/11-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/20-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/20-install-check.yaml create mode 100644 tests/templates/kuttl/smoke_aws/21-assert.yaml create mode 100644 tests/templates/kuttl/smoke_aws/21-copy-scripts.yaml create mode 100644 tests/templates/kuttl/smoke_aws/README.md create mode 100644 tests/templates/kuttl/smoke_aws/aws_secret.yaml create mode 100755 tests/templates/kuttl/smoke_aws/check-active-workers.py create mode 100755 tests/templates/kuttl/smoke_aws/check-opa.py create mode 100755 tests/templates/kuttl/smoke_aws/check-s3.py create mode 100644 tests/templates/kuttl/smoke_aws/helm-bitnami-postgresql-values.yaml.j2 create mode 100644 tests/templates/kuttl/smoke_aws/yellow_tripdata_2021-07.csv diff --git a/tests/templates/kuttl/smoke_aws/00-s3connection.yaml b/tests/templates/kuttl/smoke_aws/00-s3connection.yaml new file mode 100644 index 00000000..62d090bb --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/00-s3connection.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: s3.stackable.tech/v1alpha1 +kind: S3Connection +metadata: + name: aws-s3 +spec: + host: s3.amazonaws.com + region: + name: eu-central-1 + accessStyle: Path + credentials: + secretClass: s3-credentials-class + tls: + verification: + server: + caCert: + webPki: {} diff --git a/tests/templates/kuttl/smoke_aws/00-secretclass.yaml b/tests/templates/kuttl/smoke_aws/00-secretclass.yaml new file mode 100644 index 00000000..b2669468 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/00-secretclass.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: secrets.stackable.tech/v1alpha1 +kind: SecretClass +metadata: + name: s3-credentials-class +spec: + backend: + k8sSearch: + searchNamespace: + pod: {} diff --git a/tests/templates/kuttl/smoke_aws/04-prepare-bucket.yaml b/tests/templates/kuttl/smoke_aws/04-prepare-bucket.yaml new file mode 100644 index 00000000..e5d1480e --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/04-prepare-bucket.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +commands: + - script: | + set -eu + + echo "Manually create the bucket and load data into it first" diff --git a/tests/templates/kuttl/smoke_aws/05-assert.yaml b/tests/templates/kuttl/smoke_aws/05-assert.yaml new file mode 100644 index 00000000..49ba7437 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/05-assert.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 600 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: zookeeper-server-default +status: + readyReplicas: 1 + replicas: 1 diff --git a/tests/templates/kuttl/smoke_aws/05-install-zookeeper.yaml.j2 b/tests/templates/kuttl/smoke_aws/05-install-zookeeper.yaml.j2 new file mode 100644 index 00000000..d2f66123 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/05-install-zookeeper.yaml.j2 @@ -0,0 +1,15 @@ +--- +apiVersion: zookeeper.stackable.tech/v1alpha1 +kind: ZookeeperCluster +metadata: + name: zookeeper +spec: + image: + productVersion: "{{ test_scenario['values']['zookeeper'] }}" + pullPolicy: IfNotPresent + servers: + config: + logging: + roleGroups: + default: + replicas: 1 diff --git a/tests/templates/kuttl/smoke_aws/06-assert.yaml b/tests/templates/kuttl/smoke_aws/06-assert.yaml new file mode 100644 index 00000000..619a15ed --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/06-assert.yaml @@ -0,0 +1,28 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 600 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: hdfs-namenode-default +status: + readyReplicas: 2 + replicas: 2 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: hdfs-journalnode-default +status: + readyReplicas: 1 + replicas: 1 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: hdfs-datanode-default +status: + readyReplicas: 1 + replicas: 1 diff --git a/tests/templates/kuttl/smoke_aws/06-install-hdfs.yaml.j2 b/tests/templates/kuttl/smoke_aws/06-install-hdfs.yaml.j2 new file mode 100644 index 00000000..c39eff32 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/06-install-hdfs.yaml.j2 @@ -0,0 +1,44 @@ +--- +apiVersion: hdfs.stackable.tech/v1alpha1 +kind: HdfsCluster +metadata: + name: hdfs +spec: + image: + productVersion: "{{ test_scenario['values']['hdfs'] }}" + pullPolicy: IfNotPresent + clusterConfig: + dfsReplication: 1 +{% if lookup('env', 'VECTOR_AGGREGATOR') %} + vectorAggregatorConfigMapName: vector-aggregator-discovery +{% endif %} + zookeeperConfigMapName: hdfs-znode + nameNodes: + config: + logging: + enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + roleGroups: + default: + replicas: 2 + dataNodes: + config: + logging: + enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + roleGroups: + default: + replicas: 1 + journalNodes: + config: + logging: + enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + roleGroups: + default: + replicas: 1 +--- +apiVersion: zookeeper.stackable.tech/v1alpha1 +kind: ZookeeperZnode +metadata: + name: hdfs-znode +spec: + clusterRef: + name: zookeeper diff --git a/tests/templates/kuttl/smoke_aws/07-assert.yaml b/tests/templates/kuttl/smoke_aws/07-assert.yaml new file mode 100644 index 00000000..1ac12423 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/07-assert.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 600 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: postgresql +status: + readyReplicas: 1 + replicas: 1 diff --git a/tests/templates/kuttl/smoke_aws/07-install-postgres.yaml b/tests/templates/kuttl/smoke_aws/07-install-postgres.yaml new file mode 100644 index 00000000..93c93a16 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/07-install-postgres.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +timeout: 300 +commands: + - script: >- + helm upgrade postgresql + --install + --version=12.5.6 + --namespace $NAMESPACE + -f helm-bitnami-postgresql-values.yaml + --repo https://charts.bitnami.com/bitnami postgresql diff --git a/tests/templates/kuttl/smoke_aws/08-assert.yaml b/tests/templates/kuttl/smoke_aws/08-assert.yaml new file mode 100644 index 00000000..b893d15b --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/08-assert.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 900 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: hive-metastore-default +status: + readyReplicas: 2 + replicas: 2 diff --git a/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 b/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 new file mode 100644 index 00000000..399f0d4c --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 @@ -0,0 +1,40 @@ +--- +apiVersion: hive.stackable.tech/v1alpha1 +kind: HiveCluster +metadata: + name: hive +spec: + image: + productVersion: "{{ test_scenario['values']['hive'] }}" + pullPolicy: IfNotPresent + clusterConfig: + database: + connString: jdbc:postgresql://postgresql:5432/hive + credentialsSecret: postgres-credentials + dbType: postgres + hdfs: + configMap: hdfs + s3: + reference: aws-s3 +{% if lookup('env', 'VECTOR_AGGREGATOR') %} + vectorAggregatorConfigMapName: vector-aggregator-discovery +{% endif %} + metastore: + config: + logging: + enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} + resources: + memory: + limit: "1Gi" + roleGroups: + default: + replicas: 2 +--- +apiVersion: v1 +kind: Secret +metadata: + name: postgres-credentials +type: Opaque +stringData: + username: hive + password: hive diff --git a/tests/templates/kuttl/smoke_aws/09-assert.yaml b/tests/templates/kuttl/smoke_aws/09-assert.yaml new file mode 100644 index 00000000..e868cdaf --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/09-assert.yaml @@ -0,0 +1,6 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 300 +commands: + - script: kubectl -n $NAMESPACE rollout status daemonset opa-server-default --timeout 300s diff --git a/tests/templates/kuttl/smoke_aws/09-install-opa.yaml.j2 b/tests/templates/kuttl/smoke_aws/09-install-opa.yaml.j2 new file mode 100644 index 00000000..ac5a3b3c --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/09-install-opa.yaml.j2 @@ -0,0 +1,56 @@ +--- +apiVersion: opa.stackable.tech/v1alpha1 +kind: OpaCluster +metadata: + name: opa +spec: + image: + productVersion: "{{ test_scenario['values']['opa'] }}" + pullPolicy: IfNotPresent +{% if lookup('env', 'VECTOR_AGGREGATOR') %} + clusterConfig: + vectorAggregatorConfigMapName: vector-aggregator-discovery +{% endif %} + servers: + roleGroups: + default: {} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: simple-trino-opa-bundle + labels: + opa.stackable.tech/bundle: "trino" +data: + trino.rego: | + package trino + + default allow = false + + allow if { + is_admin + } + batch contains i if { + some i + input.action.filterResources[i] + is_admin + } + + allow if { + input.action.operation in ["ExecuteQuery", "AccessCatalog"] + is_bob + } + batch contains i if { + input.action.operation in ["FilterCatalogs"] + some i + input.action.filterResources[i] + is_bob + } + + is_admin() if { + input.context.identity.user == "admin" + } + + is_bob() if { + input.context.identity.user == "bob" + } diff --git a/tests/templates/kuttl/smoke_aws/10-assert.yaml b/tests/templates/kuttl/smoke_aws/10-assert.yaml new file mode 100644 index 00000000..a7d76fff --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/10-assert.yaml @@ -0,0 +1,48 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 720 +commands: + - script: kubectl -n $NAMESPACE wait --for=condition=available=true trinoclusters.trino.stackable.tech/trino --timeout 301s +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: trino-coordinator-default +spec: + template: + spec: + terminationGracePeriodSeconds: 900 +status: + readyReplicas: 1 + replicas: 1 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: trino-worker-default +spec: + template: + spec: + terminationGracePeriodSeconds: 75 # 5s gracefulShutdownTimeout + 2 x 30s grace period + 10s safety buffer +status: + readyReplicas: 1 + replicas: 1 +--- +apiVersion: policy/v1 +kind: PodDisruptionBudget +metadata: + name: trino-coordinator +status: + expectedPods: 1 + currentHealthy: 1 + disruptionsAllowed: 1 +--- +apiVersion: policy/v1 +kind: PodDisruptionBudget +metadata: + name: trino-worker +status: + expectedPods: 1 + currentHealthy: 1 + disruptionsAllowed: 1 diff --git a/tests/templates/kuttl/smoke_aws/10-install-trino.yaml.j2 b/tests/templates/kuttl/smoke_aws/10-install-trino.yaml.j2 new file mode 100644 index 00000000..824111b3 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/10-install-trino.yaml.j2 @@ -0,0 +1,113 @@ +--- +apiVersion: trino.stackable.tech/v1alpha1 +kind: TrinoCluster +metadata: + name: trino +spec: + image: +{% if test_scenario['values']['trino'].find(",") > 0 %} + custom: "{{ test_scenario['values']['trino'].split(',')[1] }}" + productVersion: "{{ test_scenario['values']['trino'].split(',')[0] }}" +{% else %} + productVersion: "{{ test_scenario['values']['trino'] }}" +{% endif %} + pullPolicy: IfNotPresent + clusterConfig: + catalogLabelSelector: + matchLabels: + trino: trino + authentication: + - authenticationClass: trino-users-auth + authorization: + opa: + configMapName: opa + package: trino + coordinators: + config: + logging: + envOverrides: + COMMON_VAR: role-value # overridden by role group below + ROLE_VAR: role-value # only defined here at role level + roleGroups: + default: + replicas: 1 + config: {} + envOverrides: + COMMON_VAR: group-value # overrides role value + GROUP_VAR: group-value # only defined here at group level + workers: + config: + gracefulShutdownTimeout: 5s # Let the test run faster + logging: + envOverrides: + COMMON_VAR: role-value # overridden by role group below + ROLE_VAR: role-value # only defined here at role level + roleGroups: + default: + replicas: 1 + config: {} + envOverrides: + COMMON_VAR: group-value # overrides role value + GROUP_VAR: group-value # only defined here at group level +--- +apiVersion: authentication.stackable.tech/v1alpha1 +kind: AuthenticationClass +metadata: + name: trino-users-auth +spec: + provider: + static: + userCredentialsSecret: + name: trino-users +--- +apiVersion: v1 +kind: Secret +metadata: + name: trino-users +type: kubernetes.io/opaque +stringData: + admin: admin + alice: alice + bob: bob +--- +apiVersion: trino.stackable.tech/v1alpha1 +kind: TrinoCatalog +metadata: + name: hive + labels: + trino: trino +spec: + connector: + hive: + metastore: + configMap: hive + s3: + reference: aws-s3 + hdfs: + configMap: hdfs +--- +apiVersion: trino.stackable.tech/v1alpha1 +kind: TrinoCatalog +metadata: + name: iceberg + labels: + trino: trino +spec: + connector: + iceberg: + metastore: + configMap: hive # It's fine to reuse the existing HMS for tests. Not recommended for production though, there a dedicated HMS should be used. + s3: + reference: aws-s3 + hdfs: + configMap: hdfs +--- +apiVersion: trino.stackable.tech/v1alpha1 +kind: TrinoCatalog +metadata: + name: tpch + labels: + trino: trino +spec: + connector: + tpch: {} diff --git a/tests/templates/kuttl/smoke_aws/11-assert.yaml b/tests/templates/kuttl/smoke_aws/11-assert.yaml new file mode 100644 index 00000000..72f28aac --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/11-assert.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 600 +commands: + # + # Test envOverrides + # + - script: | + kubectl -n $NAMESPACE get sts trino-coordinator-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "COMMON_VAR" and .value == "group-value")' + kubectl -n $NAMESPACE get sts trino-coordinator-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "GROUP_VAR" and .value == "group-value")' + kubectl -n $NAMESPACE get sts trino-coordinator-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "ROLE_VAR" and .value == "role-value")' + + kubectl -n $NAMESPACE get sts trino-worker-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "COMMON_VAR" and .value == "group-value")' + kubectl -n $NAMESPACE get sts trino-worker-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "GROUP_VAR" and .value == "group-value")' + kubectl -n $NAMESPACE get sts trino-worker-default -o yaml | yq -e '.spec.template.spec.containers[] | select (.name == "trino") | .env[] | select (.name == "ROLE_VAR" and .value == "role-value")' diff --git a/tests/templates/kuttl/smoke_aws/20-assert.yaml b/tests/templates/kuttl/smoke_aws/20-assert.yaml new file mode 100644 index 00000000..168d5d8f --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/20-assert.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 300 +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: trino-test-helper +status: + readyReplicas: 1 + replicas: 1 diff --git a/tests/templates/kuttl/smoke_aws/20-install-check.yaml b/tests/templates/kuttl/smoke_aws/20-install-check.yaml new file mode 100644 index 00000000..6547a854 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/20-install-check.yaml @@ -0,0 +1,29 @@ +--- +apiVersion: apps/v1 +kind: StatefulSet +metadata: + name: trino-test-helper + labels: + app: trino-test-helper +spec: + replicas: 1 + selector: + matchLabels: + app: trino-test-helper + template: + metadata: + labels: + app: trino-test-helper + spec: + # serviceAccount: integration-tests-sa + containers: + - name: trino-test-helper + image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev + command: ["sleep", "infinity"] + resources: + requests: + cpu: "250m" + memory: "64Mi" + limits: + cpu: "500m" + memory: "64Mi" diff --git a/tests/templates/kuttl/smoke_aws/21-assert.yaml b/tests/templates/kuttl/smoke_aws/21-assert.yaml new file mode 100644 index 00000000..600736ce --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/21-assert.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 300 +commands: + - script: kubectl exec -n $NAMESPACE trino-test-helper-0 -- python /tmp/check-active-workers.py -u admin -p admin -n $NAMESPACE -w 1 + - script: kubectl exec -n $NAMESPACE trino-test-helper-0 -- python /tmp/check-opa.py -n $NAMESPACE + - script: kubectl exec -n $NAMESPACE trino-test-helper-0 -- python /tmp/check-s3.py -n $NAMESPACE diff --git a/tests/templates/kuttl/smoke_aws/21-copy-scripts.yaml b/tests/templates/kuttl/smoke_aws/21-copy-scripts.yaml new file mode 100644 index 00000000..f38f3274 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/21-copy-scripts.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +commands: + - script: kubectl cp -n $NAMESPACE ./check-active-workers.py trino-test-helper-0:/tmp || true + - script: kubectl cp -n $NAMESPACE ./check-opa.py trino-test-helper-0:/tmp || true + - script: kubectl cp -n $NAMESPACE ./check-s3.py trino-test-helper-0:/tmp || true diff --git a/tests/templates/kuttl/smoke_aws/README.md b/tests/templates/kuttl/smoke_aws/README.md new file mode 100644 index 00000000..5bcbea75 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/README.md @@ -0,0 +1,47 @@ +# Smoke test with AWS S3 + +This is a variation to the plain smoke tests which use Minio. + +## Setup a Bucket + +...and load data into it: + +```shell +BUCKET_NAME="my-bucket" +aws s3api create-bucket --bucket ${BUCKET_NAME} --region eu-central-1 --create-bucket-configuration LocationConstraint=eu-central-1 +aws s3 cp yellow_tripdata_2021-07.csv s3://${BUCKET_NAME}/taxi-data/ +``` + +You will need to update the bucket name in [check-s3.py](check-s3.py). + +## Add AWS credentials + +The user or role that the access key belongs to needs to have read/write access to the S3 bucket. + +Update [aws_secret.yaml](./aws_secret.yaml), and apply it to the cluster: + +```shell +kubectl apply -f aws_secret.yaml +``` + +## Run the tests + +Add a new test definition to [test-definition.yaml](/tests/test-definition.yaml). + +```yaml +tests: + - name: smoke_aws + dimensions: + - trino + - hive + - opa + - hdfs + - zookeeper + - openshift +``` + +Then run a tests: + +```sh +./scripts/run-tests --test smoke_aws +``` diff --git a/tests/templates/kuttl/smoke_aws/aws_secret.yaml b/tests/templates/kuttl/smoke_aws/aws_secret.yaml new file mode 100644 index 00000000..7ff25607 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/aws_secret.yaml @@ -0,0 +1,11 @@ +--- +apiVersion: v1 +kind: Secret +metadata: + name: aws-s3-credentials + labels: + secrets.stackable.tech/class: s3-credentials-class +timeout: 240 +stringData: + accessKey: AwsAccessKey + secretKey: AwsAccessKey diff --git a/tests/templates/kuttl/smoke_aws/check-active-workers.py b/tests/templates/kuttl/smoke_aws/check-active-workers.py new file mode 100755 index 00000000..1367e1d7 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/check-active-workers.py @@ -0,0 +1,70 @@ +#!/usr/bin/env python +import trino +import argparse +import sys + +if not sys.warnoptions: + import warnings +warnings.simplefilter("ignore") + + +def get_connection(username, password, namespace): + host = ( + "trino-coordinator-default-0.trino-coordinator-default." + + namespace + + ".svc.cluster.local" + ) + conn = trino.dbapi.connect( + host=host, + port=8443, + user=username, + http_scheme="https", + auth=trino.auth.BasicAuthentication(username, password), + session_properties={"query_max_execution_time": "60s"}, + ) + conn._http_session.verify = False + return conn + + +if __name__ == "__main__": + # Construct an argument parser + all_args = argparse.ArgumentParser() + + # Add arguments to the parser + all_args.add_argument("-u", "--user", required=True, help="Username to connect as") + all_args.add_argument( + "-p", "--password", required=True, help="Password for the user" + ) + all_args.add_argument( + "-n", "--namespace", required=True, help="Namespace the test is running in" + ) + all_args.add_argument( + "-w", + "--workers", + required=True, + help="Expected amount of workers to be present", + ) + + args = vars(all_args.parse_args()) + + expected_workers = args["workers"] + conn = get_connection(args["user"], args["password"], args["namespace"]) + + cursor = conn.cursor() + cursor.execute( + "SELECT COUNT(*) as nodes FROM system.runtime.nodes WHERE coordinator=false AND state='active'" + ) + + (active_workers,) = cursor.fetchone() + + if int(active_workers) != int(expected_workers): + print( + "Missmatch: [expected/active] workers [" + + str(expected_workers) + + "/" + + str(active_workers) + + "]" + ) + exit(-1) + + print("Test check-active-workers.py succeeded!") diff --git a/tests/templates/kuttl/smoke_aws/check-opa.py b/tests/templates/kuttl/smoke_aws/check-opa.py new file mode 100755 index 00000000..e45e8511 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/check-opa.py @@ -0,0 +1,77 @@ +#!/usr/bin/env python +import argparse +import sys + +import trino +import trino.exceptions as trino_ex + +if not sys.warnoptions: + import warnings +warnings.simplefilter("ignore") + + +def get_connection(username, password, namespace): + host = ( + "trino-coordinator-default-0.trino-coordinator-default." + + namespace + + ".svc.cluster.local" + ) + conn = trino.dbapi.connect( + host=host, + port=8443, + user=username, + http_scheme="https", + auth=trino.auth.BasicAuthentication(username, password), + verify=False, + # Commented out because it apparently breaks the OPA rules. + # With this enabled, the script fails to validate that user bob can + # show catalogs. + # session_properties={"query_max_execution_time": "60s"}, + ) + return conn + + +def test_user(user, password, namespace, query): + conn = get_connection(user, password, namespace) + cursor = conn.cursor() + try: + cursor.execute(query) + cursor.fetchone() + return True + except trino_ex.Error: + return False + + +def main(): + # Construct an argument parser + all_args = argparse.ArgumentParser() + # Add arguments to the parser + all_args.add_argument( + "-n", "--namespace", required=True, help="Namespace the test is running in" + ) + + args = vars(all_args.parse_args()) + namespace = args["namespace"] + + # We expect the admin user query to pass + if not test_user("admin", "admin", namespace, "SHOW CATALOGS"): + print("User admin cannot show catalogs!") + sys.exit(-1) + # We expect the admin user query to pass + if not test_user("admin", "admin", namespace, "SHOW SCHEMAS FROM system"): + print("User admin cannot select schemas from system") + sys.exit(-1) + # We expect the bob query for catalogs to pass + if not test_user("bob", "bob", namespace, "SHOW CATALOGS"): + print("User bob cannot show catalogs!") + sys.exit(-1) + # We expect the bob query for schemas to fail + if test_user("bob", "bob", namespace, "SHOW SCHEMAS FROM system"): + print("User bob can show schemas from system. This should not be happening!") + sys.exit(-1) + + print("Test check-opa.py succeeded!") + + +if __name__ == "__main__": + main() diff --git a/tests/templates/kuttl/smoke_aws/check-s3.py b/tests/templates/kuttl/smoke_aws/check-s3.py new file mode 100755 index 00000000..e73bbc1d --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/check-s3.py @@ -0,0 +1,290 @@ +#!/usr/bin/env python +import trino +import argparse +import sys + +if not sys.warnoptions: + import warnings +warnings.simplefilter("ignore") + + +def get_connection(username, password, namespace): + host = ( + "trino-coordinator-default-0.trino-coordinator-default." + + namespace + + ".svc.cluster.local" + ) + # If you want to debug this locally use + # kubectl -n kuttl-test-XXX port-forward svc/trino-coordinator-default 8443 + # host = '127.0.0.1' + + conn = trino.dbapi.connect( + host=host, + port=8443, + user=username, + http_scheme="https", + auth=trino.auth.BasicAuthentication(username, password), + session_properties={"query_max_execution_time": "60s"}, + ) + conn._http_session.verify = False + return conn + + +def run_query(connection, query): + print(f"[DEBUG] Executing query {query}") + cursor = connection.cursor() + cursor.execute(query) + return cursor.fetchall() + + +if __name__ == "__main__": + # Construct an argument parser + all_args = argparse.ArgumentParser() + # Add arguments to the parser + all_args.add_argument( + "-n", "--namespace", required=True, help="Namespace the test is running in" + ) + + args = vars(all_args.parse_args()) + namespace = args["namespace"] + + print("Starting S3 tests...") + connection = get_connection("admin", "admin", namespace) + + trino_version = run_query( + connection, + "select node_version from system.runtime.nodes where coordinator = true and state = 'active'", + )[0][0] + print(f'[INFO] Testing against Trino version "{trino_version}"') + + assert len(trino_version) >= 3 + assert trino_version.isnumeric() + assert trino_version == run_query(connection, "select version()")[0][0] + + # WARNING (@NickLarsenNZ): Hard-coded bucket + run_query( + connection, + "CREATE SCHEMA IF NOT EXISTS hive.s3 WITH (location = 's3a://my-bucket/')", + ) + + run_query(connection, "DROP TABLE IF EXISTS hive.s3.taxi_data") + run_query(connection, "DROP TABLE IF EXISTS hive.s3.taxi_data_copy") + run_query(connection, "DROP TABLE IF EXISTS hive.s3.taxi_data_transformed") + run_query(connection, "DROP TABLE IF EXISTS hive.hdfs.taxi_data_copy") + run_query(connection, "DROP TABLE IF EXISTS iceberg.s3.taxi_data_copy_iceberg") + + run_query( + connection, + """ +CREATE TABLE IF NOT EXISTS hive.s3.taxi_data ( + vendor_id VARCHAR, + tpep_pickup_datetime VARCHAR, + tpep_dropoff_datetime VARCHAR, + passenger_count VARCHAR, + trip_distance VARCHAR, + ratecode_id VARCHAR +) WITH ( + external_location = 's3a://sble-s3-smoke-bucket-1/taxi-data/', + format = 'csv', + skip_header_line_count = 1 +) + """, + ) + assert run_query(connection, "SELECT COUNT(*) FROM hive.s3.taxi_data")[0][0] == 5000 + rows_written = run_query( + connection, + "CREATE TABLE IF NOT EXISTS hive.s3.taxi_data_copy AS SELECT * FROM hive.s3.taxi_data", + )[0][0] + assert rows_written == 5000 or rows_written == 0 + assert ( + run_query(connection, "SELECT COUNT(*) FROM hive.s3.taxi_data_copy")[0][0] + == 5000 + ) + + rows_written = run_query( + connection, + """ +CREATE TABLE IF NOT EXISTS hive.s3.taxi_data_transformed AS +SELECT + CAST(vendor_id as BIGINT) as vendor_id, + tpep_pickup_datetime, + tpep_dropoff_datetime, + CAST(passenger_count as BIGINT) as passenger_count, + CAST(trip_distance as DOUBLE) as trip_distance, + CAST(ratecode_id as BIGINT) as ratecode_id +FROM hive.s3.taxi_data +""", + )[0][0] + assert rows_written == 5000 or rows_written == 0 + assert ( + run_query(connection, "SELECT COUNT(*) FROM hive.s3.taxi_data_transformed")[0][ + 0 + ] + == 5000 + ) + + print("[INFO] Testing HDFS") + + run_query( + connection, + "CREATE SCHEMA IF NOT EXISTS hive.hdfs WITH (location = 'hdfs://hdfs/trino/')", + ) + rows_written = run_query( + connection, + "CREATE TABLE IF NOT EXISTS hive.hdfs.taxi_data_copy AS SELECT * FROM hive.s3.taxi_data", + )[0][0] + assert rows_written == 5000 or rows_written == 0 + assert ( + run_query(connection, "SELECT COUNT(*) FROM hive.hdfs.taxi_data_copy")[0][0] + == 5000 + ) + + print("[INFO] Testing Iceberg") + run_query( + connection, "DROP TABLE IF EXISTS iceberg.s3.taxi_data_copy_iceberg" + ) # Clean up table to don't fail an second run + assert ( + run_query( + connection, + """ +CREATE TABLE IF NOT EXISTS iceberg.s3.taxi_data_copy_iceberg +WITH (partitioning = ARRAY['vendor_id', 'passenger_count'], format = 'parquet') +AS SELECT * FROM hive.s3.taxi_data +""", + )[0][0] + == 5000 + ) + # Check current count + assert ( + run_query(connection, "SELECT COUNT(*) FROM iceberg.s3.taxi_data_copy_iceberg")[ + 0 + ][0] + == 5000 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$snapshots"', + )[0][0] + == 1 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$partitions"', + )[0][0] + == 12 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$files"', + )[0][0] + == 12 + ) + + assert ( + run_query( + connection, + "INSERT INTO iceberg.s3.taxi_data_copy_iceberg SELECT * FROM hive.s3.taxi_data", + )[0][0] + == 5000 + ) + + # Check current count + assert ( + run_query(connection, "SELECT COUNT(*) FROM iceberg.s3.taxi_data_copy_iceberg")[ + 0 + ][0] + == 10000 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$snapshots"', + )[0][0] + == 2 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$partitions"', + )[0][0] + == 12 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$files"', + )[0][0] + == 24 + ) + + if trino_version == "377": + # io.trino.spi.TrinoException: This connector [iceberg] does not support versioned tables + print( + "[INFO] Skipping the Iceberg tests reading versioned tables for trino version 377 as it does not support versioned tables" + ) + else: + # Check count for first snapshot + first_snapshot = run_query( + connection, + 'select snapshot_id from iceberg.s3."taxi_data_copy_iceberg$snapshots" order by committed_at limit 1', + )[0][0] + assert ( + run_query( + connection, + f"SELECT COUNT(*) FROM iceberg.s3.taxi_data_copy_iceberg FOR VERSION AS OF {first_snapshot}", + )[0][0] + == 5000 + ) + + # Compact files + run_query( + connection, "ALTER TABLE iceberg.s3.taxi_data_copy_iceberg EXECUTE optimize" + ) + + # Check current count + assert ( + run_query(connection, "SELECT COUNT(*) FROM iceberg.s3.taxi_data_copy_iceberg")[ + 0 + ][0] + == 10000 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$snapshots"', + )[0][0] + == 3 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$partitions"', + )[0][0] + == 12 + ) + assert ( + run_query( + connection, + 'SELECT COUNT(*) FROM iceberg.s3."taxi_data_copy_iceberg$files"', + )[0][0] + == 12 + ) # Compaction yeah :) + + # Test could be improved by also testing update and deletes + + # # Test postgres connection + # run_query(connection, "SHOW SCHEMAS IN postgresgeneric") + # run_query(connection, "CREATE SCHEMA IF NOT EXISTS postgresgeneric.tpch") + # run_query( + # connection, + # "CREATE TABLE IF NOT EXISTS postgresgeneric.tpch.nation AS SELECT * FROM tpch.tiny.nation", + # ) + # assert ( + # run_query(connection, "SELECT COUNT(*) FROM postgresgeneric.tpch.nation")[0][0] + # == 25 + # ) + + print("[SUCCESS] All tests in check-s3.py succeeded!") diff --git a/tests/templates/kuttl/smoke_aws/helm-bitnami-postgresql-values.yaml.j2 b/tests/templates/kuttl/smoke_aws/helm-bitnami-postgresql-values.yaml.j2 new file mode 100644 index 00000000..2526c3df --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/helm-bitnami-postgresql-values.yaml.j2 @@ -0,0 +1,29 @@ +--- +volumePermissions: + enabled: false + securityContext: + runAsUser: auto + +primary: + extendedConfiguration: | + password_encryption=md5 + podSecurityContext: +{% if test_scenario['values']['openshift'] == 'true' %} + enabled: false +{% else %} + enabled: true +{% endif %} + containerSecurityContext: + enabled: false + resources: + requests: + memory: "512Mi" + cpu: "512m" + limits: + memory: "512Mi" + cpu: "1" + +auth: + username: hive + password: hive + database: hive diff --git a/tests/templates/kuttl/smoke_aws/yellow_tripdata_2021-07.csv b/tests/templates/kuttl/smoke_aws/yellow_tripdata_2021-07.csv new file mode 100644 index 00000000..f18216f7 --- /dev/null +++ b/tests/templates/kuttl/smoke_aws/yellow_tripdata_2021-07.csv @@ -0,0 +1,5001 @@ +VendorID,tpep_pickup_datetime,tpep_dropoff_datetime,passenger_count,trip_distance,RatecodeID,store_and_fwd_flag,PULocationID,DOLocationID,payment_type,fare_amount,extra,mta_tax,tip_amount,tolls_amount,improvement_surcharge,total_amount,congestion_surcharge +1,2021-07-01 00:08:51,2021-07-01 00:13:05,1,.80,1,N,90,68,1,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:22:39,2021-07-01 00:25:58,1,.90,1,N,113,90,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:48:33,2021-07-01 00:54:58,1,2.80,1,N,88,232,2,10,3,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 00:59:44,2021-07-01 01:07:09,1,1.40,1,N,79,249,1,7,3,0.5,1.5,0,0.3,12.3,2.5 +1,2021-07-01 00:08:35,2021-07-01 00:16:28,0,2.00,1,N,142,238,1,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 00:10:49,2021-07-01 00:18:42,1,1.60,1,N,114,90,1,7.5,3,0.5,1.5,0,0.3,12.8,2.5 +1,2021-07-01 00:28:56,2021-07-01 00:36:11,1,1.80,1,N,90,144,1,7.5,3,0.5,2,0,0.3,13.3,2.5 +1,2021-07-01 00:45:10,2021-07-01 00:52:46,1,2.00,1,N,114,48,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:55:43,2021-07-01 01:10:56,1,5.70,1,N,48,152,2,18.5,3,0.5,0,0,0.3,22.3,2.5 +1,2021-07-01 00:04:24,2021-07-01 00:13:23,1,1.80,1,N,234,148,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:17:54,2021-07-01 00:27:11,2,3.50,1,N,79,141,1,11.5,3,0.5,2,0,0.3,17.3,2.5 +1,2021-07-01 00:48:52,2021-07-01 01:01:32,1,7.50,1,N,138,69,1,22,1.75,0.5,6.2,6.55,0.3,37.3,0 +2,2021-07-01 00:30:31,2021-07-01 00:37:19,1,1.02,1,N,230,164,1,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:48:57,2021-07-01 00:58:47,1,1.15,1,N,249,79,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:04:17,2021-07-01 00:12:49,1,2.16,1,N,48,90,1,8.5,0.5,0.5,2,0,0.3,14.3,2.5 +2,2021-07-01 00:16:31,2021-07-01 00:19:08,1,1.07,1,N,90,48,1,5,0.5,0.5,0.75,0,0.3,9.55,2.5 +2,2021-07-01 00:27:51,2021-07-01 00:32:00,1,1.56,1,N,142,238,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 00:15:12,2021-07-01 00:31:56,3,8.50,1,Y,132,98,2,24.5,1.75,0.5,0,0,0.3,27.05,0 +1,2021-07-01 00:57:47,2021-07-01 01:13:02,3,8.40,1,Y,132,222,2,25,1.75,0.5,0,0,0.3,27.55,0 +2,2021-07-01 00:49:52,2021-07-01 01:13:59,1,17.07,2,N,132,74,1,52,0,0.5,10,6.55,0.3,70.6,0 +1,2021-07-01 00:54:28,2021-07-01 00:57:57,1,.80,1,N,48,161,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 00:13:15,2021-07-01 00:31:10,1,5.10,1,N,107,179,1,17.5,3,0.5,4.25,0,0.3,25.55,2.5 +2,2021-07-01 17:50:17,2021-07-01 17:59:21,1,2.34,1,N,13,246,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 18:05:35,2021-07-01 18:39:18,1,5.79,1,N,68,232,1,23.5,0.5,0.5,6.82,0,0.3,34.12,2.5 +1,2021-07-01 00:23:15,2021-07-01 00:45:06,1,10.00,1,N,138,239,1,29.5,4.25,0.5,8.2,6.55,0.3,49.3,2.5 +1,2021-07-01 00:51:07,2021-07-01 00:53:55,1,.60,1,N,142,239,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +1,2021-07-01 00:09:20,2021-07-01 00:21:14,1,4.00,1,N,107,87,1,14.5,3,0.5,0,0,0.3,18.3,2.5 +1,2021-07-01 00:30:51,2021-07-01 00:45:40,1,5.00,1,N,231,142,1,16.5,3,0.5,4.05,0,0.3,24.35,2.5 +1,2021-07-01 00:08:19,2021-07-01 00:47:23,1,18.60,2,N,132,158,1,52,3.75,0.5,10,6.55,0.3,73.1,2.5 +1,2021-07-01 00:52:15,2021-07-01 01:06:09,1,3.70,1,N,158,141,1,13.5,3,0.5,3.45,0,0.3,20.75,2.5 +2,2021-07-01 00:03:41,2021-07-01 00:15:08,1,3.56,1,N,75,50,1,12.5,0.5,0.5,1,0,0.3,17.3,2.5 +2,2021-07-01 00:29:07,2021-07-01 01:13:04,5,14.23,1,N,61,74,1,44,0.5,0.5,3,0,0.3,50.8,2.5 +1,2021-07-01 00:27:42,2021-07-01 00:35:21,2,1.90,1,N,48,246,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:47:45,2021-07-01 00:55:34,1,2.90,1,N,50,151,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +2,2021-07-01 00:29:11,2021-07-01 01:02:50,2,19.19,2,N,132,90,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +1,2021-07-01 00:11:57,2021-07-01 00:41:22,2,16.80,2,N,132,164,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +1,2021-07-01 00:04:53,2021-07-01 00:10:27,1,2.10,1,N,137,140,1,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:26:54,2021-07-01 00:33:04,1,2.20,1,N,236,74,1,8,3,0.5,0.94,0,0.3,12.74,2.5 +1,2021-07-01 00:25:30,2021-07-01 00:42:30,1,6.00,1,N,138,135,1,19.5,1.75,0.5,4.4,0,0.3,26.45,0 +1,2021-07-01 00:16:55,2021-07-01 00:43:35,1,16.80,2,N,132,164,1,52,3.75,0.5,15.75,6.55,0.3,78.85,2.5 +1,2021-07-01 00:46:36,2021-07-01 01:06:48,1,4.80,1,N,234,255,2,18,3,0.5,0,0,0.3,21.8,2.5 +2,2021-06-30 23:59:47,2021-07-01 00:07:23,1,2.02,1,N,162,114,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:09:21,2021-07-01 00:14:12,1,.97,1,N,114,231,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:20:59,2021-07-01 00:26:38,1,.90,1,N,231,144,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:26:58,2021-07-01 00:42:02,1,5.02,1,N,144,140,1,17,0.5,0.5,3,0,0.3,23.8,2.5 +2,2021-07-01 00:30:28,2021-07-01 00:36:58,2,1.27,1,N,238,151,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:10:23,2021-07-01 00:26:05,1,6.85,1,N,231,262,1,21,0.5,0.5,4,0,0.3,28.8,2.5 +2,2021-07-01 00:18:53,2021-07-01 00:26:47,4,1.98,1,N,229,262,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:43:27,2021-07-01 00:49:45,4,1.57,1,N,162,142,1,7.5,0.5,0.5,1.5,0,0.3,12.8,2.5 +1,2021-07-01 00:19:45,2021-07-01 00:51:40,1,16.00,1,N,132,188,1,45.5,1.75,0.5,9.6,0,0.3,57.65,0 +2,2021-07-01 00:49:12,2021-07-01 00:56:57,1,2.65,1,N,237,226,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 00:13:32,2021-07-01 00:19:48,1,1.80,1,N,100,113,1,7.5,3,0.5,1.5,0,0.3,12.8,2.5 +1,2021-07-01 00:45:16,2021-07-01 00:50:41,1,.90,1,N,163,143,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +2,2021-07-01 00:08:34,2021-07-01 00:23:31,2,4.03,1,N,264,92,1,15,0.5,0.5,3.26,0,0.3,19.56,0 +2,2021-07-01 00:40:47,2021-07-01 00:52:34,1,3.80,1,N,138,92,2,13.5,0.5,0.5,0,0,0.3,16.05,0 +2,2021-07-01 00:47:07,2021-07-01 01:43:50,5,23.57,2,N,132,42,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 00:00:25,2021-07-01 00:03:04,3,.58,1,N,140,263,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 00:32:05,2021-07-01 00:46:33,1,4.93,1,N,263,249,1,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 00:51:07,2021-07-01 01:02:51,2,4.46,1,N,125,141,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-06-30 23:58:29,2021-07-01 00:07:21,2,1.72,1,N,264,264,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:21:29,2021-07-01 00:36:17,2,4.91,1,N,264,264,1,16,0.5,0.5,5.94,0,0.3,25.74,2.5 +2,2021-07-01 00:36:38,2021-07-01 01:08:18,2,18.37,2,N,132,230,2,52,0,0.5,0,0,0.3,56.55,2.5 +2,2021-07-01 00:27:01,2021-07-01 00:29:08,5,.56,1,N,263,262,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:08:04,2021-07-01 00:35:41,1,12.11,1,N,132,72,1,36,0.5,0.5,7.46,0,0.3,46.01,0 +2,2021-06-30 23:58:56,2021-07-01 00:11:30,2,1.78,1,N,79,90,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:15:36,2021-07-01 00:38:45,2,6.13,1,N,246,43,1,21,0.5,0.5,6.2,0,0.3,31,2.5 +2,2021-07-01 00:53:03,2021-07-01 01:05:47,2,3.22,1,N,239,42,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 00:14:31,2021-07-01 00:26:23,2,3.60,1,N,137,146,1,13,3,0.5,1,0,0.3,17.8,2.5 +2,2021-07-01 00:07:40,2021-07-01 00:39:38,2,11.13,1,N,138,90,2,34.5,0.5,0.5,0,6.55,0.3,46.1,2.5 +2,2021-07-01 00:18:00,2021-07-01 23:43:10,1,5.68,1,N,79,226,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +1,2021-07-01 00:12:02,2021-07-01 00:16:44,1,1.00,1,N,43,151,1,5.5,0.5,0.5,1.36,0,0.3,8.16,0 +1,2021-07-01 00:57:49,2021-07-01 01:15:26,1,8.10,1,N,161,244,1,25,3,0.5,7.2,0,0.3,36,2.5 +1,2021-07-01 00:38:19,2021-07-01 00:41:20,0,.90,1,N,164,230,1,5,3,0.5,1.76,0,0.3,10.56,2.5 +1,2021-07-01 00:47:40,2021-07-01 00:54:45,0,1.80,1,N,48,239,1,8,3,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 00:25:20,2021-07-01 01:10:08,1,18.17,1,N,163,43,1,54.5,0.5,0.5,17.49,0,0.3,75.79,2.5 +2,2021-07-01 00:24:44,2021-07-01 00:47:13,1,10.64,1,N,138,142,1,31,0.5,0.5,8.52,6.55,0.3,51.12,2.5 +2,2021-07-01 00:00:25,2021-07-01 00:07:01,1,1.74,1,N,170,141,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +1,2021-07-01 00:59:35,2021-07-01 01:31:56,2,22.00,1,N,132,228,1,59.5,1.75,0.5,15.5,0,0.3,77.55,0 +2,2021-07-01 00:14:41,2021-07-01 00:46:03,1,17.99,2,N,132,113,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +1,2021-07-01 00:10:03,2021-07-01 00:28:25,1,5.40,1,N,246,74,1,18,3,0.5,4.36,0,0.3,26.16,2.5 +1,2021-07-01 00:33:20,2021-07-01 00:36:36,4,.80,1,N,263,141,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 00:37:16,2021-07-01 00:44:04,1,2.10,1,N,141,74,2,8,3,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:03:25,2021-07-01 00:10:31,1,2.67,1,N,162,263,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:05:59,2021-07-01 00:11:16,1,1.99,1,N,141,233,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 00:24:24,2021-07-01 00:30:11,1,1.64,1,N,114,261,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:37:03,2021-07-01 00:46:24,1,2.36,1,N,211,246,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:47:47,2021-07-01 00:58:49,1,2.27,1,N,246,79,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:44:59,2021-07-01 01:03:00,1,4.63,1,N,230,179,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:11:52,2021-07-01 00:21:36,1,2.74,1,N,75,237,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:32:26,2021-07-01 00:34:01,1,.69,1,N,137,107,1,4,0.5,0.5,2.2,0,0.3,10,2.5 +1,2021-07-01 00:48:49,2021-07-01 01:00:37,1,3.90,1,N,79,88,1,13.5,3,0.5,2,0,0.3,19.3,2.5 +2,2021-07-01 00:57:18,2021-07-01 01:20:53,1,9.83,1,N,132,61,1,29.5,0.5,0.5,0,0,0.3,32.05,0 +1,2021-07-01 00:14:35,2021-07-01 00:24:46,2,1.90,1,N,246,107,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 00:27:54,2021-07-01 00:34:05,2,1.20,1,N,170,161,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:00:16,2021-07-01 00:14:11,1,4.20,1,N,13,48,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +1,2021-07-01 00:35:21,2021-07-01 00:40:49,1,1.40,1,N,249,68,1,6.5,3,0.5,2.55,0,0.3,12.85,2.5 +2,2021-07-01 00:04:34,2021-07-01 00:20:15,2,3.11,1,N,48,4,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:29:29,2021-07-01 00:36:14,3,2.84,1,N,79,140,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +1,2021-07-01 00:12:37,2021-07-01 00:22:54,1,2.00,1,N,41,116,2,9.5,0.5,0.5,0,0,0.3,10.8,0 +1,2021-07-01 00:27:11,2021-07-01 00:35:23,1,2.00,1,N,116,151,1,9,0.5,0.5,4,0,0.3,14.3,0 +2,2021-07-01 00:18:07,2021-07-01 00:23:06,1,1.43,1,N,100,249,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:59:04,2021-07-01 01:16:09,1,5.60,1,N,148,239,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 00:12:45,2021-07-01 00:18:48,1,1.53,1,N,100,107,4,-7,-0.5,-0.5,0,0,-0.3,-10.8,-2.5 +2,2021-07-01 00:12:45,2021-07-01 00:18:48,1,1.53,1,N,100,107,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:27:23,2021-07-01 00:38:01,1,2.83,1,N,79,13,1,10.5,0.5,0.5,1.08,0,0.3,15.38,2.5 +2,2021-07-01 00:44:22,2021-07-01 00:51:26,2,2.51,1,N,231,186,1,9,0.5,0.5,3,0,0.3,15.8,2.5 +2,2021-07-01 00:53:14,2021-07-01 01:03:54,2,2.56,1,N,164,142,1,10.5,0.5,0.5,5,0,0.3,19.3,2.5 +1,2021-07-01 00:25:23,2021-07-01 00:53:14,1,12.60,1,N,161,92,1,36,3,0.5,9.9,0,0.3,49.7,2.5 +1,2021-07-01 00:15:57,2021-07-01 00:27:20,1,3.40,1,N,249,87,1,12.5,3,0.5,2,0,0.3,18.3,2.5 +1,2021-07-01 00:38:19,2021-07-01 01:02:10,4,6.10,1,N,148,236,1,21.5,3,0.5,4.5,0,0.3,29.8,2.5 +2,2021-07-01 00:24:02,2021-07-01 00:36:53,1,3.07,1,N,234,229,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-06-30 23:59:12,2021-07-01 00:02:56,1,.57,1,N,239,239,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:22:26,2021-07-01 00:26:24,1,1.09,1,N,249,231,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:10:40,2021-07-01 00:44:56,1,11.21,1,N,79,167,4,-36.5,-0.5,-0.5,0,0,-0.3,-40.3,-2.5 +2,2021-07-01 00:10:40,2021-07-01 00:44:56,1,11.21,1,N,79,167,2,36.5,0.5,0.5,0,0,0.3,40.3,2.5 +2,2021-07-01 00:35:16,2021-07-01 00:39:42,1,1.96,1,N,229,263,1,7,0.5,0.5,1.62,0,0.3,12.42,2.5 +2,2021-07-01 00:47:08,2021-07-01 00:52:46,1,1.71,1,N,263,142,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:21:33,2021-07-01 00:31:04,1,2.18,1,N,79,186,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:37:49,2021-07-01 00:54:43,1,4.60,1,N,249,236,1,16,0.5,0.5,3,0,0.3,22.8,2.5 +2,2021-07-01 00:45:02,2021-07-01 01:15:06,5,16.41,2,N,132,100,1,52,0,0.5,5,6.55,0.3,66.85,2.5 +2,2021-07-01 00:09:19,2021-07-01 00:33:30,1,13.06,1,N,138,181,2,36,0.5,0.5,0,0,0.3,38.55,0 +2,2021-07-01 00:16:37,2021-07-01 00:24:50,1,1.36,1,N,231,148,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 00:59:55,2021-07-01 01:19:17,1,10.13,1,N,138,113,1,29,0.5,0.5,9.84,6.55,0.3,49.19,2.5 +2,2021-07-01 00:20:06,2021-07-01 00:21:45,1,.56,1,N,48,142,1,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 00:28:49,2021-07-01 00:35:24,1,1.50,1,N,230,164,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +2,2021-07-01 00:39:42,2021-07-01 00:53:53,1,4.11,1,N,164,75,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:58:34,2021-07-01 01:10:56,1,3.49,1,N,141,90,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 00:37:30,2021-07-01 00:47:17,1,3.50,1,Y,137,145,1,12,3,0.5,2.84,0,0.3,18.64,2.5 +2,2021-07-01 00:39:09,2021-07-01 00:57:00,1,4.99,1,N,162,42,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +2,2021-07-01 00:14:59,2021-07-01 00:18:12,1,.88,1,N,162,141,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:03:54,2021-07-01 00:10:48,2,1.59,1,N,163,48,1,7,0.5,0.5,3.24,0,0.3,14.04,2.5 +2,2021-07-01 00:23:04,2021-07-01 00:33:32,1,2.44,1,N,164,158,1,10.5,0.5,0.5,0.2,0,0.3,14.5,2.5 +2,2021-07-01 00:36:28,2021-07-01 00:46:19,1,1.65,1,N,158,164,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:48:40,2021-07-01 00:55:51,2,.63,1,N,164,164,1,6,0.5,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 00:07:09,2021-07-01 00:22:20,2,5.50,1,N,48,74,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:32:11,2021-07-01 00:37:41,2,1.90,1,N,162,107,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:42:52,2021-07-01 00:52:07,2,3.73,1,N,79,263,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:28:52,2021-07-01 00:46:16,1,8.48,1,N,132,95,2,25,0.5,0.5,0,0,0.3,27.55,0 +2,2021-06-30 23:37:35,2021-06-30 23:52:27,4,8.53,1,N,70,162,1,24,0.5,0.5,6.87,6.55,0.3,41.22,2.5 +2,2021-07-01 00:16:08,2021-07-01 00:50:14,1,20.31,1,N,132,181,1,56,0.5,0.5,0,0,0.3,58.55,0 +2,2021-07-01 00:29:09,2021-07-01 00:41:32,1,2.20,1,N,79,249,1,10,0.5,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 00:50:11,2021-07-01 01:09:05,1,5.25,1,N,90,41,1,18,0.5,0.5,2.2,0,0.3,24,2.5 +2,2021-07-01 00:18:57,2021-07-01 00:25:04,2,1.68,1,N,163,90,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:26:45,2021-07-01 00:35:28,2,2.52,1,N,90,13,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:17:19,2021-07-01 00:25:32,1,1.40,1,N,79,249,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:19:11,2021-07-01 00:46:56,1,22.91,1,N,132,14,2,60,0.5,0.5,0,0,0.3,62.55,0 +2,2021-07-01 00:14:16,2021-07-01 00:31:18,2,7.34,1,N,140,212,2,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 00:23:15,2021-07-01 00:43:37,1,14.98,1,N,132,223,1,40,0.5,0.5,5,0,0.3,47.55,0 +2,2021-07-01 00:30:24,2021-07-01 00:36:11,1,1.53,1,N,148,107,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 00:08:55,2021-07-01 00:19:35,1,2.00,1,N,90,50,1,9.5,3,0.5,1.5,0,0.3,14.8,2.5 +1,2021-07-01 00:21:01,2021-07-01 00:24:42,1,.50,1,N,50,48,2,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 00:40:15,2021-07-01 00:46:04,1,1.50,1,N,90,125,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 00:56:26,2021-07-01 01:07:44,1,3.20,1,N,249,229,1,11.5,3,0.5,1.75,0,0.3,17.05,2.5 +1,2021-07-01 00:14:26,2021-07-01 00:18:28,1,.90,1,N,107,170,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:35:55,2021-07-01 00:42:16,1,1.60,1,N,79,231,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:44:03,2021-07-01 01:05:38,1,6.80,1,N,231,230,1,22.5,3,0.5,1,0,0.3,27.3,2.5 +2,2021-07-01 00:17:01,2021-07-01 00:42:56,2,18.47,2,N,132,42,1,52,0,0.5,12.12,6.55,0.3,72.72,0 +2,2021-07-01 00:33:08,2021-07-01 00:38:53,1,1.27,1,N,161,234,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:06:06,2021-07-01 00:11:07,2,1.51,1,N,229,137,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:15:12,2021-07-01 00:21:41,1,1.21,1,N,234,79,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:27:07,2021-07-01 00:30:17,1,.78,1,N,79,107,1,4.5,0.5,0.5,1.24,0,0.3,9.54,2.5 +2,2021-07-01 00:31:36,2021-07-01 00:35:39,1,1.11,1,N,107,170,1,5.5,0.5,0.5,2.5,0,0.3,11.8,2.5 +1,2021-07-01 00:36:32,2021-07-01 00:42:21,1,2.00,1,N,237,107,1,8,3,0.5,3.5,0,0.3,15.3,2.5 +1,2021-07-01 00:49:22,2021-07-01 01:01:38,1,2.80,1,N,68,141,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +2,2021-07-01 00:15:21,2021-07-01 00:32:26,2,5.34,1,N,186,25,1,17.5,0.5,0.5,5.32,0,0.3,26.62,2.5 +2,2021-07-01 00:53:18,2021-07-01 01:13:46,2,5.06,1,N,144,61,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +1,2021-07-01 00:16:45,2021-07-01 00:22:35,3,1.00,1,N,234,79,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:24:00,2021-07-01 00:26:46,2,.40,1,N,79,114,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 00:30:23,2021-07-01 00:46:49,2,5.30,1,Y,114,75,1,17.5,3,0.5,4.25,0,0.3,25.55,2.5 +1,2021-07-01 00:50:51,2021-07-01 01:00:19,1,2.50,1,N,75,142,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +2,2021-07-01 00:06:00,2021-07-01 00:16:27,1,1.83,1,N,163,239,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +2,2021-07-01 00:18:45,2021-07-01 00:23:32,1,1.37,1,N,239,48,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:25:11,2021-07-01 00:38:14,1,4.17,1,N,48,75,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:31:43,2021-07-01 00:57:13,1,14.06,1,N,164,11,1,39,0.5,0.5,8.56,0,0.3,51.36,2.5 +2,2021-07-01 00:18:22,2021-07-01 00:22:53,4,1.18,1,N,48,246,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:25:34,2021-07-01 00:41:05,1,3.08,1,N,246,79,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 00:45:24,2021-07-01 01:04:28,1,5.27,1,N,79,189,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +2,2021-07-01 00:08:48,2021-07-01 00:18:35,1,3.59,1,N,239,74,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:43:08,2021-07-01 00:55:42,2,2.30,1,N,68,79,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:09:23,2021-07-01 00:22:02,1,3.57,1,N,211,255,1,13,0.5,0.5,1,0,0.3,17.8,2.5 +2,2021-07-01 00:03:23,2021-07-01 00:42:36,1,10.70,1,N,48,61,1,35,0.5,0.5,2,0,0.3,40.8,2.5 +1,2021-07-01 00:10:03,2021-07-01 00:19:59,1,3.10,1,N,61,257,1,11,0.5,0.5,1,0,0.3,13.3,0 +2,2021-07-01 00:38:02,2021-07-01 00:57:21,1,15.04,1,N,138,76,1,41,0.5,0.5,0,0,0.3,42.3,0 +1,2021-07-01 00:10:58,2021-07-01 00:19:31,1,2.30,1,N,239,75,1,9,3,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 00:54:56,2021-07-01 01:14:32,2,5.10,1,N,249,263,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +1,2021-07-01 00:04:58,2021-07-01 00:17:36,1,2.90,1,N,263,230,2,11.5,3,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:40:53,2021-07-01 00:58:08,1,7.50,1,N,238,261,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 00:21:15,2021-07-01 00:41:10,1,15.05,1,N,132,16,1,40.5,0.5,0.5,0,0,0.3,43.05,0 +2,2021-07-01 00:01:09,2021-07-01 00:28:58,1,12.38,1,N,162,89,1,36,0.5,0.5,7.96,0,0.3,47.76,2.5 +2,2021-07-01 00:26:38,2021-07-01 00:36:09,1,1.51,1,N,233,137,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:54:16,2021-07-01 00:54:41,1,.00,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,5.05,0 +2,2021-07-01 00:55:21,2021-07-01 01:14:01,1,12.91,1,N,132,70,1,35,0.5,0.5,7.51,0,0.3,45.06,0 +2,2021-07-01 00:02:43,2021-07-01 00:10:52,1,1.67,1,N,144,164,1,8,0.5,0.5,2.95,0,0.3,14.75,2.5 +2,2021-07-01 00:18:56,2021-07-01 00:20:10,1,.26,1,N,234,234,1,3,0.5,0.5,1.7,0,0.3,8.5,2.5 +2,2021-07-01 00:23:21,2021-07-01 00:28:39,1,1.30,1,N,113,234,1,6,0.5,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 00:13:24,2021-07-01 00:15:44,1,.59,1,N,87,261,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 00:37:46,2021-07-01 00:44:05,1,1.41,1,N,239,236,1,7,0.5,0.5,2,0,0.3,12.8,2.5 +2,2021-07-01 00:39:31,2021-07-01 00:45:14,2,1.41,1,N,144,261,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:18:02,2021-07-01 00:25:51,1,2.03,1,N,161,236,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:41:22,2021-07-01 00:47:09,1,2.13,1,N,263,162,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:54:24,2021-07-01 01:04:36,1,3.03,1,N,164,143,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:04:47,2021-07-01 00:13:36,1,2.57,1,N,249,161,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 00:55:20,2021-07-01 01:04:00,1,2.33,1,N,90,229,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:08:07,2021-07-01 00:40:43,1,18.60,2,N,132,246,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 00:03:04,2021-07-01 00:07:30,1,1.05,1,N,164,107,1,5.5,0.5,0.5,1.2,0,0.3,10.5,2.5 +2,2021-07-01 00:17:10,2021-07-01 00:21:55,1,.68,1,N,79,4,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:28:11,2021-07-01 00:36:29,1,1.68,1,N,79,231,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:44:05,2021-07-01 00:53:15,1,2.87,1,N,211,233,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:53:02,2021-07-01 00:56:35,2,.91,1,N,50,163,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:57:49,2021-07-01 01:03:07,1,1.18,1,N,163,186,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:30:44,2021-07-01 01:01:47,2,25.52,1,N,138,149,1,67,0.5,0.5,13.91,0,0.3,83.46,0 +2,2021-07-01 00:32:08,2021-07-01 00:34:31,2,.75,1,N,43,43,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:54:36,2021-07-01 00:58:12,1,1.39,1,N,211,90,1,6,0.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:10:48,2021-07-01 00:17:38,3,1.10,1,N,230,186,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:23:45,2021-07-01 00:28:55,1,1.40,1,N,234,48,1,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:31:03,2021-07-01 00:35:02,1,1.40,1,N,48,90,1,6,3,0.5,1.5,0,0.3,11.3,2.5 +1,2021-07-01 00:39:15,2021-07-01 00:58:11,1,6.70,1,N,249,202,1,20.5,3,0.5,4,0,0.3,28.3,2.5 +2,2021-07-01 00:09:03,2021-07-01 00:38:06,2,17.84,2,N,132,161,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 00:41:20,2021-07-01 00:49:39,2,1.52,1,N,170,163,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 00:13:15,2021-07-01 00:17:35,1,1.40,1,N,162,234,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 00:37:23,2021-07-01 00:43:43,1,1.40,1,N,234,233,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 00:02:05,2021-07-01 00:03:06,1,.06,1,N,132,132,3,-3,-0.5,-0.5,0,0,-0.3,-5.55,0 +2,2021-07-01 00:02:05,2021-07-01 00:03:06,1,.06,1,N,132,132,2,3,0.5,0.5,0,0,0.3,5.55,0 +1,2021-07-01 00:01:13,2021-07-01 00:01:51,1,.00,5,N,265,265,1,31.75,0,0,9.6,0,0.3,41.65,0 +1,2021-07-01 00:22:58,2021-07-01 01:03:16,0,14.00,1,Y,151,89,1,43,3,0.5,10.67,6.55,0.3,64.02,2.5 +2,2021-07-01 00:08:02,2021-07-01 00:18:10,1,2.60,1,N,239,166,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:25:28,2021-07-01 00:32:38,1,1.64,1,N,166,74,2,7.5,0.5,0.5,0,0,0.3,8.8,0 +2,2021-07-01 00:35:06,2021-07-01 00:40:43,1,1.45,1,N,74,75,2,6.5,0.5,0.5,0,0,0.3,7.8,0 +1,2021-07-01 00:42:05,2021-07-01 01:09:55,2,14.30,1,N,132,149,2,40.5,1.75,0.5,0,0,0.3,43.05,0 +2,2021-07-01 00:05:59,2021-07-01 00:24:45,1,6.26,1,N,87,50,1,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 00:20:31,2021-07-01 00:43:22,6,12.60,1,N,107,241,1,36,0.5,0.5,4,0,0.3,43.8,2.5 +2,2021-07-01 00:22:34,2021-07-01 00:34:48,2,3.47,1,N,164,262,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:03:44,2021-07-01 00:23:09,1,6.07,1,N,148,181,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 00:20:53,2021-07-01 00:37:18,1,5.08,1,N,24,68,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 00:10:59,2021-07-01 00:23:17,2,2.42,1,N,148,90,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:34:42,2021-07-01 00:39:02,2,1.66,1,N,48,43,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:44:16,2021-07-01 00:52:39,2,2.31,1,N,161,236,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 00:53:13,2021-07-01 01:16:30,1,14.27,1,N,132,7,1,39.5,0.5,0.5,8.41,0,0.3,50.46,0 +2,2021-07-01 02:03:59,2021-07-01 02:12:07,1,1.63,1,N,230,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:17:40,2021-07-01 02:19:52,2,.85,1,N,107,162,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 03:42:29,2021-07-01 04:02:39,2,5.35,1,N,186,97,1,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 00:04:05,2021-07-01 00:10:32,1,1.59,1,N,179,193,2,7,0.5,0.5,0,0,0.3,8.3,0 +2,2021-07-01 00:37:25,2021-07-01 00:42:08,1,1.22,1,N,100,107,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 00:52:28,2021-07-01 01:14:41,1,10.35,1,N,100,127,2,30.5,0.5,0.5,0,0,0.3,34.3,2.5 +2,2021-07-01 00:16:59,2021-07-01 00:42:28,2,13.66,1,N,138,46,1,39,0.5,0.5,12.02,6.55,0.3,60.12,0 +2,2021-07-01 00:12:14,2021-07-01 00:18:30,6,1.26,1,N,249,107,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:23:08,2021-07-01 00:27:22,6,1.09,1,N,107,162,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:30:03,2021-07-01 00:34:56,6,1.37,1,N,229,141,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 00:02:00,2021-07-01 00:14:25,1,4.44,1,N,79,43,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:20:55,2021-07-01 00:22:59,1,.57,1,N,161,164,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:24:12,2021-07-01 00:35:41,1,3.49,1,N,164,263,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:38:04,2021-07-01 00:56:17,1,8.84,1,N,263,65,1,26.5,0.5,0.5,6.06,0,0.3,36.36,2.5 +1,2021-07-01 00:09:23,2021-07-01 00:17:41,1,1.50,1,N,148,249,2,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 00:19:08,2021-07-01 00:25:57,1,1.70,1,N,249,186,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:44:37,2021-07-01 00:52:06,1,1.30,1,N,107,234,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +2,2021-07-01 00:32:10,2021-07-01 00:58:14,1,15.70,1,N,68,259,1,43,0.5,0.5,5,0,0.3,51.8,2.5 +2,2021-07-01 00:44:18,2021-07-01 00:59:37,1,10.73,1,N,138,33,2,29.5,0.5,0.5,0,0,0.3,32.05,0 +2,2021-07-01 00:24:33,2021-07-01 00:26:48,1,.53,1,N,230,161,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:35:07,2021-07-01 00:41:55,1,1.58,1,N,90,79,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 00:56:48,2021-07-01 01:07:45,1,3.10,1,N,114,48,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +1,2021-07-01 00:01:32,2021-07-01 00:08:50,1,1.90,1,N,234,231,2,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 00:18:31,2021-07-01 00:22:51,1,1.00,1,N,144,79,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 00:26:39,2021-07-01 00:41:43,1,4.80,1,N,107,226,2,16,3,0.5,0,0,0.3,19.8,2.5 +1,2021-07-01 00:15:23,2021-07-01 00:49:21,2,17.30,2,N,132,230,1,52,3.75,0.5,10,0,0.3,66.55,2.5 +2,2021-07-01 00:11:50,2021-07-01 00:11:54,2,.00,5,N,32,32,1,70,0,0,1,0,0.3,71.3,0 +2,2021-07-01 00:06:25,2021-07-01 00:13:06,3,1.07,1,N,162,140,1,6,0.5,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 00:16:41,2021-07-01 00:30:47,3,3.26,1,N,263,42,1,12.5,0.5,0.5,1.63,0,0.3,17.93,2.5 +2,2021-07-01 00:24:30,2021-07-01 00:31:41,4,1.82,1,N,249,246,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 00:01:52,2021-07-01 00:07:10,1,1.10,1,N,79,137,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +1,2021-07-01 00:13:20,2021-07-01 00:21:23,2,2.80,1,N,107,236,1,10,3,0.5,0.95,0,0.3,14.75,2.5 +1,2021-07-01 00:26:31,2021-07-01 00:30:50,2,1.20,1,N,237,162,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +1,2021-07-01 00:58:17,2021-07-01 01:08:24,2,3.70,1,N,233,74,2,12,3,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 00:02:04,2021-07-01 00:11:19,1,1.30,1,Y,137,100,1,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:21:17,2021-07-01 00:39:47,1,5.80,1,N,48,42,1,19,3,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 00:10:55,2021-07-01 00:37:20,1,18.91,2,N,132,107,2,52,0,0.5,0,0,0.3,56.55,2.5 +2,2021-07-01 00:44:54,2021-07-01 00:53:19,1,2.71,1,N,79,68,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 00:06:58,2021-07-01 00:17:23,1,3.54,1,N,148,255,1,12.5,0.5,0.5,4.08,0,0.3,20.38,2.5 +2,2021-07-01 00:29:11,2021-07-01 00:41:05,1,4.82,1,N,79,52,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:43:20,2021-07-01 01:09:38,1,14.03,1,N,132,149,2,39.5,0.5,0.5,0,0,0.3,40.8,0 +1,2021-07-01 00:54:25,2021-07-01 00:56:16,1,.70,1,N,107,79,1,4,3,0.5,1.5,0,0.3,9.3,2.5 +1,2021-07-01 00:04:54,2021-07-01 00:07:35,1,.80,1,Y,113,186,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:04:16,2021-07-01 00:11:35,1,1.90,1,N,229,263,2,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 00:18:01,2021-07-01 00:25:38,1,2.40,1,N,162,90,1,9,3,0.5,2.3,0,0.3,15.1,2.5 +1,2021-07-01 00:51:23,2021-07-01 01:07:45,1,5.80,1,Y,68,7,3,18.5,3,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:22:16,2021-07-01 00:32:34,1,3.49,1,N,142,74,1,12,0.5,0.5,2.53,0,0.3,18.33,2.5 +2,2021-07-01 00:01:30,2021-07-01 00:24:18,6,5.86,1,N,249,181,1,20.5,0.5,0.5,5,0,0.3,29.3,2.5 +2,2021-07-01 00:08:17,2021-07-01 00:10:58,1,.72,1,N,48,68,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:15:40,2021-07-01 00:24:27,1,2.08,1,N,90,148,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 00:00:49,2021-07-01 00:23:18,2,4.70,1,N,162,255,2,19,3,0.5,0,0,0.3,22.8,2.5 +1,2021-07-01 00:48:39,2021-07-01 01:02:41,2,7.60,1,N,264,75,2,22.5,0.5,0.5,0,6.55,0.3,30.35,0 +2,2021-07-01 00:47:09,2021-07-01 01:05:16,1,8.86,1,N,132,95,1,26.5,0.5,0.5,8.34,0,0.3,37.39,0 +2,2021-07-01 00:33:17,2021-07-01 01:05:10,1,18.65,2,N,132,246,1,52,0,0.5,9.5,6.55,0.3,72.6,2.5 +2,2021-07-01 00:29:00,2021-07-01 00:35:45,1,1.17,1,N,4,148,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:38:45,2021-07-01 00:55:34,1,6.13,1,N,144,112,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +1,2021-07-01 00:30:08,2021-07-01 00:43:48,1,10.20,1,N,138,65,1,28.5,1.75,0.5,6.2,0,0.3,37.25,0 +1,2021-07-01 00:15:52,2021-07-01 00:18:26,1,1.10,1,N,79,137,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:20:47,2021-07-01 00:26:02,1,.90,1,N,107,186,1,5.5,3,0.5,2,0,0.3,11.3,2.5 +2,2021-07-01 00:33:35,2021-07-01 00:43:50,1,2.09,1,N,239,140,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +1,2021-07-01 00:05:53,2021-07-01 00:09:35,1,.60,1,N,164,186,3,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:31:20,2021-07-01 00:38:45,1,1.40,1,N,230,164,1,7.5,3,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 00:37:00,2021-07-01 00:41:51,1,1.72,1,N,162,263,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:46:57,2021-07-01 00:54:39,1,3.28,1,N,141,224,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 00:05:28,2021-07-01 00:07:10,2,.48,1,N,48,163,2,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 00:18:56,2021-07-01 00:28:28,1,2.46,1,N,249,246,1,9.5,0.5,0.5,3.99,0,0.3,17.29,2.5 +2,2021-07-01 00:43:39,2021-07-01 00:52:34,1,1.82,1,N,90,148,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 00:03:12,2021-07-01 00:11:02,1,1.80,1,N,151,263,2,8.5,0.5,0.5,0,0,0.3,9.8,0 +1,2021-07-01 00:15:26,2021-07-01 00:25:47,1,2.10,1,N,148,113,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:29:15,2021-07-01 00:33:36,2,.41,1,N,230,230,1,4,0.5,0.5,0.07,0,0.3,7.87,2.5 +2,2021-07-01 00:45:50,2021-07-01 01:01:32,2,4.20,1,N,186,232,1,15.5,0.5,0.5,3.5,0,0.3,22.8,2.5 +2,2021-07-01 00:40:29,2021-07-01 00:56:00,4,8.79,1,N,138,262,1,25,0.5,0.5,9.15,6.55,0.3,45.75,2.5 +2,2021-07-01 00:10:31,2021-07-01 00:19:55,1,1.88,1,N,48,233,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:22:58,2021-07-01 00:49:41,1,11.37,1,N,233,92,1,33.5,0.5,0.5,2.7,0,0.3,40,2.5 +2,2021-07-01 00:32:49,2021-07-01 00:57:39,1,17.20,2,N,132,232,2,52,0,0.5,0,0,0.3,56.55,2.5 +1,2021-07-01 00:16:03,2021-07-01 00:45:34,1,11.50,1,N,132,61,1,34.5,1.75,0.5,7.4,0,0.3,44.45,0 +2,2021-06-30 23:56:19,2021-07-01 00:04:40,1,2.23,1,N,162,79,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:06:29,2021-07-01 00:12:20,1,2.10,1,N,79,233,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 00:39:33,2021-07-01 00:42:56,1,1.40,1,N,237,170,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 00:22:37,2021-07-01 00:29:22,1,1.90,1,N,137,114,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:36:41,2021-07-01 00:46:51,1,2.33,1,N,144,186,1,10,0.5,0.5,5,0,0.3,18.8,2.5 +2,2021-07-01 00:48:29,2021-07-01 00:54:51,1,1.59,1,N,186,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 00:05:00,2021-07-01 00:13:59,1,1.90,1,N,144,164,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:21:08,2021-07-01 00:33:23,1,3.00,1,N,162,114,1,12,3,0.5,2,0,0.3,17.8,2.5 +1,2021-07-01 00:42:07,2021-07-01 00:56:03,1,3.50,1,N,144,229,1,13,3,0.5,3.35,0,0.3,20.15,2.5 +2,2021-07-01 00:10:18,2021-07-01 00:20:12,1,2.19,1,N,79,100,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:27:00,2021-07-01 00:42:01,1,4.41,1,N,113,43,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 00:50:28,2021-07-01 00:52:31,1,.91,1,N,48,68,1,4.5,0.5,0.5,3,0,0.3,11.3,2.5 +2,2021-07-01 00:57:12,2021-07-01 01:03:41,1,2.18,1,N,90,231,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 00:12:08,2021-07-01 00:19:42,2,2.26,1,N,114,164,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:16:28,2021-07-01 00:48:07,1,6.78,1,N,236,129,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +1,2021-07-01 00:12:19,2021-07-01 00:26:04,2,3.90,1,N,79,43,2,13.5,3,0.5,0,0,0.3,17.3,2.5 +1,2021-07-01 00:42:25,2021-07-01 00:49:15,0,2.40,1,N,50,238,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +2,2021-07-01 00:06:05,2021-07-01 00:19:36,6,5.19,1,N,138,173,2,16.5,0.5,0.5,0,0,0.3,19.05,0 +2,2021-07-01 00:18:59,2021-07-01 00:58:36,1,18.20,2,N,132,48,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +2,2021-07-01 00:49:07,2021-07-01 00:49:28,1,.00,5,N,265,265,1,195,0,0.5,39.16,0,0.3,234.96,0 +1,2021-07-01 00:01:14,2021-07-01 00:12:05,1,5.40,1,N,132,130,2,16.5,1.75,0.5,0,0,0.3,19.05,0 +1,2021-07-01 00:27:50,2021-07-01 00:58:08,2,21.00,2,N,132,141,1,52,3.75,0.5,10,6.55,0.3,73.1,2.5 +1,2021-07-01 00:11:01,2021-07-01 01:00:27,1,.00,1,N,140,76,1,44.2,0,0.5,0,0,0.3,45,0 +2,2021-07-01 00:13:41,2021-07-01 00:22:02,1,1.71,1,N,161,237,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:29:33,2021-07-01 00:43:43,2,3.29,1,N,233,125,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:51:46,2021-07-01 01:14:42,1,8.66,1,N,125,42,1,27,0.5,0.5,5,0,0.3,35.8,2.5 +2,2021-07-01 00:07:41,2021-07-01 00:45:54,1,9.05,1,N,140,17,1,33.5,0.5,0.5,4,0,0.3,41.3,2.5 +2,2021-07-01 00:39:54,2021-07-01 00:57:51,1,9.97,1,N,138,17,1,28,0.5,0.5,5.86,0,0.3,35.16,0 +2,2021-07-01 00:10:49,2021-07-01 00:14:51,2,.68,1,N,234,137,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:23:05,2021-07-01 00:51:21,1,8.60,1,N,113,129,2,28.5,0.5,0.5,0,0,0.3,32.3,2.5 +1,2021-07-01 00:41:20,2021-07-01 00:42:58,1,.30,1,Y,48,48,1,3.5,3,0.5,1,0,0.3,8.3,2.5 +1,2021-07-01 00:46:07,2021-07-01 00:51:32,1,1.40,1,Y,230,234,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 00:57:18,2021-07-01 01:08:33,1,2.90,1,Y,90,45,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +2,2021-07-01 00:05:05,2021-07-01 00:24:02,2,5.40,1,N,186,226,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +1,2021-07-01 00:06:46,2021-07-01 00:20:02,2,2.20,1,N,249,246,1,11,3,0.5,2,0,0.3,16.8,2.5 +1,2021-07-01 00:28:20,2021-07-01 00:40:38,1,2.60,1,N,230,262,1,11,3,0.5,2.95,0,0.3,17.75,2.5 +1,2021-07-01 00:48:52,2021-07-01 00:51:57,1,.80,1,N,162,233,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:59:32,2021-07-01 01:07:38,1,.90,1,N,79,249,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +2,2021-07-01 00:23:19,2021-07-01 00:33:28,1,2.52,1,N,163,68,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:39:47,2021-07-01 00:42:55,1,.88,1,N,68,170,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:15:06,2021-07-01 00:44:44,1,18.90,2,N,132,236,1,52,3.75,0.5,3.16,6.55,0.3,66.26,2.5 +2,2021-07-01 00:34:48,2021-07-01 00:35:02,1,.12,1,N,168,168,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +1,2021-07-01 00:07:30,2021-07-01 00:11:55,1,1.00,1,N,237,141,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 00:26:16,2021-07-01 00:44:47,1,4.10,1,N,161,231,2,16,3,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 00:11:10,2021-07-01 00:40:29,1,7.68,1,N,211,7,1,26,0.5,0.5,5.96,0,0.3,35.76,2.5 +2,2021-07-01 00:45:12,2021-07-01 00:55:48,1,2.26,1,N,186,237,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:56:37,2021-07-01 01:01:48,1,1.09,1,N,237,229,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:34:06,2021-07-01 01:02:47,2,7.65,1,N,144,74,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +1,2021-07-01 00:21:13,2021-07-01 00:27:37,1,1.60,1,N,68,90,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 00:35:45,2021-07-01 00:51:52,1,6.20,1,N,211,257,1,19.5,3,0.5,4.48,6.55,0.3,34.33,2.5 +2,2021-06-30 23:52:48,2021-07-01 00:00:26,4,1.48,1,N,48,237,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 00:10:31,2021-07-01 00:21:45,3,3.37,1,N,163,79,1,12,0.5,0.5,2,0,0.3,17.8,2.5 +2,2021-07-01 00:23:54,2021-07-01 00:47:49,4,8.14,1,N,79,166,1,25.5,0.5,0.5,5.86,0,0.3,35.16,2.5 +2,2021-07-01 00:02:15,2021-07-01 00:10:31,2,1.47,1,N,140,43,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:21:21,2021-07-01 00:29:23,1,4.74,1,N,132,124,2,14.5,0.5,0.5,0,0,0.3,17.05,0 +2,2021-07-01 00:41:26,2021-07-01 01:04:47,1,17.77,2,N,132,107,1,52,0,0.5,3,6.55,0.3,66.1,2.5 +2,2021-07-01 00:27:01,2021-07-01 00:53:33,1,6.29,1,N,141,173,2,23,0.5,0.5,0,0,0.3,26.8,2.5 +1,2021-07-01 00:16:54,2021-07-01 00:34:31,1,5.80,2,N,80,261,1,52,2.5,0.5,11.05,0,0.3,66.35,2.5 +1,2021-07-01 00:45:25,2021-07-01 00:54:34,1,1.60,1,Y,114,4,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:07:07,2021-07-01 00:15:13,1,1.50,1,N,43,74,1,8,0.5,0.5,1,0,0.3,10.3,0 +1,2021-07-01 00:22:31,2021-07-01 00:26:26,1,1.50,1,N,263,141,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:23:26,2021-07-01 00:33:22,1,5.60,1,N,132,139,2,16.5,1.75,0.5,0,0,0.3,19.05,0 +1,2021-07-01 00:48:14,2021-07-01 01:01:07,1,7.90,1,N,132,222,1,22.5,1.75,0.5,2,0,0.3,27.05,0 +2,2021-07-01 00:00:26,2021-07-01 00:08:20,1,.96,1,N,114,113,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:12:37,2021-07-01 00:20:22,1,.94,1,N,249,79,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:42:34,2021-07-01 00:46:11,2,.61,1,N,48,48,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:53:41,2021-07-01 01:05:36,1,4.07,1,N,186,263,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 00:18:02,2021-07-01 00:31:16,1,3.03,1,N,107,140,1,12,0.5,0.5,1.58,0,0.3,17.38,2.5 +2,2021-07-01 00:29:20,2021-07-01 00:37:31,1,1.20,1,N,4,148,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:40:14,2021-07-01 00:46:29,1,2.10,1,N,148,256,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-06-30 23:54:53,2021-07-01 00:10:09,1,7.71,1,N,70,166,2,23,0.5,0.5,0,8,0.3,32.3,0 +1,2021-07-01 00:23:05,2021-07-01 00:37:41,1,4.10,1,N,113,141,1,14,3,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 00:38:58,2021-07-01 00:42:29,2,1.00,1,N,141,236,2,5,3,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:15:14,2021-07-01 00:31:16,1,10.70,1,N,132,121,3,-29,-0.5,-0.5,0,0,-0.3,-31.55,0 +2,2021-07-01 00:15:14,2021-07-01 00:31:16,1,10.70,1,N,132,121,2,29,0.5,0.5,0,0,0.3,31.55,0 +2,2021-07-01 00:09:44,2021-07-01 00:15:12,2,.60,1,N,232,148,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:34:56,2021-07-01 00:55:24,2,10.86,1,N,138,235,1,32,0.5,0.5,8.22,6.55,0.3,49.32,0 +1,2021-07-01 00:20:35,2021-07-01 00:47:27,1,18.00,2,N,132,230,1,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 00:00:43,2021-07-01 00:41:00,1,19.52,2,N,132,142,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 00:01:18,2021-07-01 00:09:05,1,2.78,1,N,238,48,1,9.5,0.5,0.5,3,0,0.3,16.3,2.5 +2,2021-07-01 00:33:27,2021-07-01 00:44:04,1,2.43,1,N,142,151,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:40:09,2021-07-01 01:01:08,2,10.49,1,N,138,163,1,30.5,0.5,0.5,8.17,6.55,0.3,50.27,2.5 +2,2021-07-01 00:07:43,2021-07-01 00:17:15,2,2.40,1,N,237,107,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:25:24,2021-07-01 00:43:59,1,9.12,1,N,79,223,1,27,0.5,0.5,9.24,0,0.3,40.04,2.5 +1,2021-07-01 00:10:16,2021-07-01 00:18:32,2,2.20,1,N,234,237,1,9,3,0.5,1.28,0,0.3,14.08,2.5 +1,2021-07-01 00:17:05,2021-07-01 00:37:13,3,5.10,1,N,249,263,1,18,3,0.5,4.35,0,0.3,26.15,2.5 +1,2021-07-01 00:55:46,2021-07-01 01:01:47,1,.80,1,N,170,100,2,6,3,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:14:09,2021-07-01 00:18:20,2,.99,1,N,170,79,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 00:20:56,2021-07-01 00:30:26,2,1.72,1,N,114,87,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:40:47,2021-07-01 00:47:37,2,1.38,1,N,148,113,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:09:23,2021-07-01 00:20:46,1,3.16,1,N,143,170,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:28:38,2021-07-01 00:39:41,1,3.41,1,N,79,140,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:47:00,2021-07-01 00:58:24,1,3.88,1,N,229,74,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:07:36,2021-07-01 00:43:58,1,20.60,2,N,132,239,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 00:22:48,2021-07-01 00:52:16,6,18.18,2,N,132,186,1,52,0,0.5,9.46,6.55,0.3,72.56,2.5 +2,2021-07-01 00:10:28,2021-07-01 00:25:04,1,2.85,1,N,138,129,1,12,0.5,0.5,3.99,0,0.3,18.54,0 +2,2021-07-01 00:46:33,2021-07-01 01:02:07,1,5.80,1,N,264,160,1,18,0.5,0.5,3.86,0,0.3,23.16,0 +2,2021-07-01 00:27:44,2021-07-01 01:02:06,1,39.63,4,N,132,265,1,107.5,0.5,0.5,12,0,0.3,122.05,0 +2,2021-07-01 00:15:57,2021-07-01 00:26:40,1,1.79,1,N,113,224,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:29:39,2021-07-01 00:38:46,2,1.94,1,N,224,186,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +1,2021-07-01 00:20:31,2021-07-01 00:39:17,1,6.20,1,N,249,226,1,19.5,3,0.5,5.8,0,0.3,29.1,2.5 +2,2021-07-01 00:07:26,2021-07-01 00:33:41,1,6.97,1,N,249,7,1,24,0.5,0.5,4,0,0.3,31.8,2.5 +1,2021-07-01 00:13:05,2021-07-01 00:17:55,4,.80,1,N,68,48,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 00:28:22,2021-07-01 00:28:22,1,.00,1,N,68,264,2,2.5,3,0.5,0,0,0.3,6.3,2.5 +1,2021-07-01 00:28:24,2021-07-01 00:36:06,2,1.60,1,N,68,164,1,7.5,3,0.5,2.8,0,0.3,14.1,2.5 +1,2021-07-01 00:46:52,2021-07-01 01:03:29,1,3.90,1,N,114,181,3,15,3,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 00:39:34,2021-07-01 00:48:35,2,1.69,1,N,168,74,2,8,0.5,0.5,0,0,0.3,9.3,0 +2,2021-07-01 00:04:28,2021-07-01 00:35:24,1,19.96,1,N,132,247,1,53.5,0.5,0.5,0,6.55,0.3,62.6,0 +2,2021-07-01 00:05:39,2021-07-01 00:14:21,3,2.16,1,N,141,239,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 00:15:32,2021-07-01 00:15:33,1,.00,5,N,264,264,1,15,0,0,3.06,0,0.3,18.36,0 +2,2021-07-01 00:16:54,2021-07-01 00:23:53,3,1.57,1,N,239,237,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:29:20,2021-07-01 00:36:59,3,1.73,1,N,164,113,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 00:40:21,2021-07-01 00:51:09,2,2.01,1,N,234,79,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:26:56,2021-07-01 00:56:38,6,18.42,2,N,132,90,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 00:59:50,2021-07-01 01:05:45,6,1.91,1,N,249,246,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +1,2021-07-01 00:09:23,2021-07-01 00:09:49,1,.00,5,N,265,265,1,61.75,0,0,2,0,0.3,64.05,0 +2,2021-07-01 00:06:46,2021-07-01 00:31:24,1,11.67,1,N,138,48,1,34,0.5,0.5,6,8.36,0.3,53.41,2.5 +1,2021-07-01 00:05:28,2021-07-01 00:24:47,1,8.60,1,N,138,230,2,25.5,4.25,0.5,0,6.55,0.3,37.1,2.5 +2,2021-07-01 00:16:16,2021-07-01 00:35:43,1,12.23,1,N,232,14,1,34,0.5,0.5,9.45,0,0.3,47.25,2.5 +2,2021-07-01 00:01:24,2021-07-01 00:13:24,1,2.58,1,N,90,237,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 00:27:23,2021-07-01 00:29:52,1,.69,1,N,233,137,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:41:18,2021-07-01 00:45:16,1,1.36,1,N,79,170,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:50:54,2021-07-01 00:58:01,1,1.93,1,N,229,236,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +1,2021-07-01 00:46:36,2021-07-01 01:00:58,1,4.90,1,N,162,42,2,16,3,0.5,0,0,0.3,19.8,2.5 +1,2021-07-01 00:02:12,2021-07-01 00:32:56,3,10.60,1,N,113,243,1,33,3,0.5,7.35,0,0.3,44.15,2.5 +1,2021-07-01 00:56:33,2021-07-01 01:06:10,1,2.30,1,N,238,141,1,10,3,0.5,1,0,0.3,14.8,2.5 +2,2021-07-01 00:22:14,2021-07-01 00:31:53,1,2.73,1,N,148,255,1,10.5,0.5,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 00:47:49,2021-07-01 00:52:22,1,.99,1,N,148,79,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:23:14,2021-07-01 00:29:29,1,.73,1,N,144,148,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:06:46,2021-07-01 00:07:57,1,.52,1,N,162,170,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 00:53:45,2021-07-01 01:02:21,1,1.96,1,N,148,107,1,8.5,0.5,0.5,2,0,0.3,14.3,2.5 +2,2021-07-01 00:15:18,2021-07-01 00:20:21,3,1.51,1,N,48,246,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:28:49,2021-07-01 00:38:43,1,2.55,1,N,68,113,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:39:38,2021-07-01 00:47:23,1,1.61,1,N,113,45,1,7.5,0.5,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 00:59:13,2021-07-01 01:10:22,2,3.01,1,N,114,162,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:16:51,2021-07-01 00:24:25,2,3.98,1,N,132,219,2,13,0.5,0.5,0,0,0.3,15.55,0 +2,2021-07-01 00:38:13,2021-07-01 01:05:50,2,16.67,2,N,132,229,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +1,2021-07-01 00:08:08,2021-07-01 00:21:49,2,7.90,1,N,138,137,1,23,4.25,0.5,8.65,6.55,0.3,43.25,2.5 +1,2021-07-01 00:59:09,2021-07-01 01:14:09,1,7.60,1,N,138,112,2,23,1.75,0.5,0,0,0.3,25.55,0 +1,2021-07-01 00:01:42,2021-07-01 00:15:38,3,3.90,1,N,114,142,1,14,3,0.5,1,0,0.3,18.8,2.5 +1,2021-07-01 00:16:58,2021-07-01 00:30:19,2,7.70,1,N,142,127,1,22.5,3,0.5,2,0,0.3,28.3,2.5 +2,2021-07-01 00:07:32,2021-07-01 00:32:31,1,16.57,1,N,132,123,1,44.5,0.5,0.5,5,0,0.3,52.05,0 +2,2021-07-01 00:03:58,2021-07-01 00:41:01,2,25.15,1,N,132,227,1,67,0.5,0.5,0,0,0.3,69.55,0 +1,2021-07-01 00:58:15,2021-07-01 01:18:54,1,10.20,1,N,138,225,1,29.5,1.75,0.5,3,0,0.3,35.05,0 +1,2021-07-01 00:04:01,2021-07-01 00:13:53,4,2.20,1,N,186,229,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:19:57,2021-07-01 00:28:59,1,2.40,1,N,229,145,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +2,2021-07-01 00:09:24,2021-07-01 00:24:35,1,4.06,1,N,107,33,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:13:58,2021-07-01 00:22:12,1,2.95,1,N,244,127,2,10.5,0.5,0.5,0,0,0.3,11.8,0 +2,2021-07-01 00:59:05,2021-07-01 01:10:22,5,3.50,1,N,229,238,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +1,2021-07-01 00:04:25,2021-07-01 00:12:16,1,1.90,1,N,263,43,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 00:05:59,2021-07-01 00:17:21,1,3.55,1,N,140,168,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:53:14,2021-07-01 01:05:02,2,7.54,1,N,132,76,1,22,0.5,0.5,4.66,0,0.3,29.21,0 +1,2021-07-01 00:44:43,2021-07-01 00:54:47,2,2.60,1,N,141,234,1,10.5,3,0.5,3.55,0,0.3,17.85,2.5 +2,2021-07-01 00:12:27,2021-07-01 00:19:30,1,2.04,1,N,164,158,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:25:26,2021-07-01 00:35:42,1,3.91,1,N,90,238,1,12.5,0.5,0.5,4.08,0,0.3,20.38,2.5 +1,2021-07-01 00:07:39,2021-07-01 00:15:04,1,1.60,1,N,75,263,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:45:19,2021-07-01 01:11:16,1,9.70,1,N,138,164,2,30.5,4.25,0.5,0,6.55,0.3,42.1,2.5 +2,2021-07-01 00:08:53,2021-07-01 00:35:22,1,18.51,2,N,132,263,1,52,0,0.5,5,6.55,0.3,68.1,2.5 +2,2021-07-01 00:39:56,2021-07-01 00:44:47,2,2.06,1,N,263,233,1,7.5,0.5,0.5,3,0,0.3,14.3,2.5 +2,2021-07-01 00:13:09,2021-07-01 00:20:42,1,2.21,1,N,68,143,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:35:35,2021-07-01 00:48:08,1,2.84,1,N,186,4,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:54:23,2021-07-01 01:02:55,1,1.69,1,N,137,68,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 00:34:05,2021-07-01 00:43:34,1,4.04,1,N,137,75,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 00:34:04,2021-07-01 00:45:31,1,3.83,1,N,164,146,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:03:11,2021-07-01 00:05:42,5,.59,1,N,48,163,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:10:25,2021-07-01 00:15:32,5,1.33,1,N,162,230,1,6,0.5,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 00:32:08,2021-07-01 00:35:47,5,1.47,1,N,162,262,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:39:15,2021-07-01 00:43:44,5,.93,1,N,141,262,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 00:47:08,2021-07-01 00:49:41,5,.58,1,N,140,262,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:10:36,2021-07-01 00:21:31,1,2.06,1,N,158,137,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:24:15,2021-07-01 00:33:13,1,1.63,1,N,79,45,1,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:39:38,2021-07-01 00:54:14,1,5.16,1,N,148,263,1,16,0.5,0.5,4.95,0,0.3,24.75,2.5 +2,2021-07-01 00:56:33,2021-07-01 01:04:59,1,1.90,1,N,263,239,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 00:02:11,2021-07-01 00:05:42,1,.93,1,N,68,48,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:17:49,2021-07-01 00:20:28,1,.70,1,N,249,125,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +2,2021-07-01 00:24:42,2021-07-01 00:41:23,1,3.78,1,N,249,255,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:55:03,2021-07-01 01:04:56,1,3.31,1,N,164,261,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +1,2021-07-01 00:02:24,2021-07-01 00:18:20,4,4.70,1,N,87,68,1,16,3,0.5,3.95,0,0.3,23.75,2.5 +1,2021-07-01 00:26:55,2021-07-01 00:31:14,4,1.00,1,N,68,246,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 00:58:10,2021-07-01 01:07:08,1,1.60,1,N,158,79,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 00:06:53,2021-07-01 00:13:56,1,2.17,1,N,249,87,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:15:11,2021-07-01 00:24:51,1,2.78,1,N,87,33,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:47:24,2021-07-01 00:59:52,1,2.54,1,N,144,164,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 00:03:48,2021-07-01 00:12:38,1,1.95,1,N,141,143,1,8.5,0.5,0.5,1.84,0,0.3,14.14,2.5 +2,2021-07-01 00:17:54,2021-07-01 00:37:37,1,5.34,1,N,50,42,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 00:28:52,2021-07-01 00:52:05,1,11.66,1,N,163,98,1,33.5,0.5,0.5,0,0,0.3,37.3,2.5 +2,2021-07-01 00:09:28,2021-07-01 00:16:10,6,1.68,1,N,113,231,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:20:27,2021-07-01 00:29:19,6,1.70,1,N,211,13,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 00:36:41,2021-07-01 00:45:25,6,2.24,1,N,231,4,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:48:32,2021-07-01 00:53:36,6,1.69,1,N,79,233,1,6.5,0.5,0.5,1.54,0,0.3,11.84,2.5 +1,2021-07-01 00:13:36,2021-07-01 00:49:39,1,11.60,1,N,233,18,1,36.5,3,0.5,10.05,0,0.3,50.35,2.5 +1,2021-07-01 00:51:21,2021-07-01 00:57:56,1,.90,1,N,18,18,1,6,0.5,0.5,2.15,0,0.3,9.45,0 +1,2021-07-01 00:02:34,2021-07-01 00:11:33,2,2.80,1,N,234,142,1,10.5,3,0.5,2.86,0,0.3,17.16,2.5 +1,2021-07-01 00:07:56,2021-07-01 00:47:38,1,18.70,1,N,132,226,1,53,1.75,0.5,11.1,0,0.3,66.65,0 +2,2021-07-01 00:27:29,2021-07-01 00:49:40,1,12.20,1,N,68,248,1,34.5,0.5,0.5,0,0,0.3,35.8,0 +2,2021-07-01 00:47:47,2021-07-01 00:59:18,1,6.67,1,N,148,129,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +1,2021-07-01 00:16:49,2021-07-01 00:44:07,1,19.00,1,N,132,25,1,51,1.75,0.5,10.71,0,0.3,64.26,0 +2,2021-07-01 00:11:51,2021-07-01 00:22:49,1,3.07,1,N,229,238,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:27:23,2021-07-01 00:30:48,1,.94,1,N,238,24,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:33:54,2021-07-01 00:41:19,1,1.23,1,N,151,238,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:54:32,2021-07-01 01:11:30,1,7.35,1,N,68,116,1,22.5,0.5,0.5,5.26,0,0.3,31.56,2.5 +2,2021-07-01 00:07:57,2021-07-01 00:32:05,1,18.34,2,N,132,148,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 00:33:41,2021-07-01 00:41:46,1,1.92,1,N,148,90,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:45:13,2021-07-01 00:50:53,1,.90,1,N,249,79,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:52:10,2021-07-01 01:01:56,1,3.14,1,N,79,229,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:51:12,2021-07-01 00:58:13,1,2.35,1,N,166,244,2,9,0.5,0.5,0,0,0.3,10.3,0 +2,2021-07-01 00:01:52,2021-07-01 00:06:19,2,.91,1,N,148,211,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:07:53,2021-07-01 00:19:18,1,3.63,1,N,211,237,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 00:15:39,2021-07-01 00:22:33,6,1.69,1,N,162,234,1,7.5,0.5,0.5,2.03,0,0.3,13.33,2.5 +2,2021-07-01 00:27:02,2021-07-01 00:30:52,6,1.22,1,N,234,170,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 00:25:57,2021-07-01 00:45:25,2,10.00,1,N,138,162,1,29.5,4.25,0.5,8.2,6.55,0.3,49.3,2.5 +1,2021-07-01 00:50:01,2021-07-01 00:54:28,1,.80,1,N,162,48,1,5.5,3,0.5,2,0,0.3,11.3,2.5 +2,2021-07-01 00:15:37,2021-07-01 00:36:37,1,7.31,1,N,79,82,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +2,2021-07-01 00:14:06,2021-07-01 00:41:05,1,12.86,1,N,136,90,1,37.5,0.5,0.5,0,0,0.3,38.8,0 +2,2021-07-01 00:42:21,2021-07-01 00:46:29,1,.72,1,N,90,246,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:49:46,2021-07-01 00:58:28,1,2.28,1,N,246,237,1,9.5,0.5,0.5,2,0,0.3,15.3,2.5 +2,2021-07-01 00:19:55,2021-07-01 00:28:08,1,1.97,1,N,114,137,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:46:16,2021-07-01 00:53:40,1,1.42,1,N,79,125,1,7.5,0.5,0.5,0.09,0,0.3,11.39,2.5 +2,2021-07-01 00:56:44,2021-07-01 01:00:58,2,.83,1,N,249,158,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:10:51,2021-07-01 00:20:11,1,2.05,1,N,249,246,1,9,0.5,0.5,1.92,0,0.3,14.72,2.5 +2,2021-07-01 00:39:10,2021-07-01 00:42:26,1,1.30,1,N,249,231,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:09:38,2021-07-01 00:15:58,2,1.53,1,N,48,68,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +2,2021-07-01 00:18:09,2021-07-01 00:23:03,1,.97,1,N,68,246,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:03:02,2021-07-01 01:11:40,1,3.38,1,N,79,140,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 00:24:28,2021-07-01 00:47:31,5,16.34,1,N,132,80,1,44,0.5,0.5,9.31,0,0.3,55.86,0 +2,2021-07-01 00:45:35,2021-07-01 01:15:43,1,19.13,1,N,132,65,1,53,0.5,0.5,10.86,0,0.3,65.16,0 +2,2021-07-01 00:35:13,2021-07-01 00:42:03,1,1.95,1,N,164,229,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:25:01,2021-07-01 00:41:48,3,11.19,1,N,138,243,1,31,0.5,0.5,8.02,6.55,0.3,48.12,0 +2,2021-07-01 00:14:01,2021-07-01 00:26:39,1,4.02,1,N,230,74,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:33:56,2021-07-01 00:40:53,1,2.10,1,N,263,163,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:53:24,2021-07-01 01:04:09,2,2.38,1,N,161,249,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 00:27:09,2021-07-01 00:52:07,1,10.63,1,N,132,61,1,31.5,0.5,0.5,6.56,0,0.3,40.61,0 +2,2021-07-01 00:08:02,2021-07-01 00:25:16,1,8.20,1,N,138,236,1,24.5,0.5,0.5,6.97,6.55,0.3,43.07,2.5 +2,2021-07-01 00:33:27,2021-07-01 00:37:43,1,.82,1,N,237,141,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:14:17,2021-07-01 00:38:50,1,7.40,1,N,231,7,1,24,0.5,0.5,2.78,0,0.3,30.58,2.5 +2,2021-07-01 00:49:25,2021-07-01 01:12:00,1,11.17,1,N,138,249,1,32,0.5,0.5,7.16,0,0.3,42.96,2.5 +1,2021-07-01 00:01:48,2021-07-01 00:06:38,1,1.30,1,N,48,100,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:09:04,2021-07-01 00:16:08,1,1.60,1,N,100,237,1,7.5,3,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:07:16,2021-07-01 00:20:56,1,3.73,1,N,113,236,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:33:25,2021-07-01 00:49:30,1,5.13,1,N,107,226,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 00:25:10,2021-07-01 00:37:24,5,8.82,1,N,138,116,2,24.5,1.75,0.5,0,6.55,0.3,33.6,0 +2,2021-07-01 00:10:14,2021-07-01 00:37:55,1,10.63,1,N,132,198,1,32,0.5,0.5,5,0,0.3,39.55,0 +2,2021-07-01 00:39:35,2021-07-01 00:42:12,1,.57,1,N,230,162,1,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:48:36,2021-07-01 01:08:31,1,12.00,1,N,162,95,1,33.5,0.5,0.5,10.96,6.55,0.3,54.81,2.5 +2,2021-06-30 23:27:30,2021-06-30 23:33:43,5,3.17,1,N,138,179,1,10.5,0.5,0.5,2.61,0,0.3,15.66,0 +2,2021-06-30 23:50:23,2021-07-01 00:04:30,5,4.47,1,N,79,142,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:02:15,2021-07-01 00:17:24,2,4.30,1,N,107,239,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 00:24:03,2021-07-01 00:26:54,1,.78,1,N,48,68,1,4.5,0.5,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 00:30:34,2021-07-01 00:48:13,1,5.28,1,N,246,41,1,18,0.5,0.5,0.2,0,0.3,22,2.5 +2,2021-07-01 00:11:08,2021-07-01 00:26:24,1,4.12,1,N,114,141,1,14.5,0.5,0.5,2,0,0.3,20.3,2.5 +2,2021-07-01 00:54:45,2021-07-01 01:03:42,1,2.06,1,N,234,48,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 00:03:38,2021-07-01 00:18:48,2,4.20,1,N,249,238,1,15,3,0.5,3.75,0,0.3,22.55,2.5 +2,2021-07-01 00:40:54,2021-07-01 00:51:51,2,3.57,1,N,144,87,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:14:28,2021-07-01 00:35:07,1,10.15,1,N,138,49,1,30,0.5,0.5,6.51,0,0.3,39.06,0 +2,2021-06-30 23:57:33,2021-07-01 00:02:06,5,1.00,1,N,41,151,2,5.5,0.5,0.5,0,0,0.3,6.8,0 +2,2021-07-01 00:17:42,2021-07-01 00:36:22,5,4.28,1,N,142,42,1,17,0.5,0.5,2.29,0,0.3,23.09,2.5 +2,2021-07-01 00:25:41,2021-07-01 00:49:27,2,15.29,1,N,132,193,1,42,0.5,0.5,11.14,0,0.3,55.69,0 +2,2021-07-01 00:53:30,2021-07-01 01:03:18,2,1.93,1,N,7,223,1,9.5,0.5,0.5,2.16,0,0.3,12.96,0 +2,2021-07-01 00:10:43,2021-07-01 00:14:37,1,1.70,1,N,141,233,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:19:57,2021-07-01 00:28:22,1,1.36,1,N,137,246,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:07:04,2021-07-01 00:12:30,1,1.20,1,N,164,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:14:38,2021-07-01 00:40:35,1,8.91,1,N,68,230,1,27.5,0.5,0.5,6.26,0,0.3,37.56,2.5 +2,2021-07-01 00:55:41,2021-07-01 01:05:16,1,2.28,1,N,137,48,1,9.5,0.5,0.5,3.99,0,0.3,17.29,2.5 +2,2021-07-01 00:14:10,2021-07-01 00:33:06,1,10.84,1,N,138,142,1,30.5,0.5,0.5,8.42,6.55,0.3,50.52,2.5 +1,2021-07-01 00:15:52,2021-07-01 00:27:08,1,7.00,1,Y,138,80,1,21,1.75,0.5,4.7,0,0.3,28.25,0 +1,2021-07-01 00:49:02,2021-07-01 01:09:53,1,9.50,1,N,138,238,1,29,4.25,0.5,10.1,6.55,0.3,50.7,2.5 +2,2021-07-01 00:04:17,2021-07-01 00:11:23,1,.80,1,N,234,137,1,6.5,0.5,0.5,1,0,0.3,11.3,2.5 +2,2021-07-01 00:52:19,2021-07-01 00:53:23,1,1.37,5,N,146,202,1,63,0,0,10,0,0.3,73.3,0 +2,2021-07-01 00:23:15,2021-07-01 00:24:23,4,.36,1,N,162,233,1,3,0.5,0.5,1.7,0,0.3,8.5,2.5 +2,2021-07-01 00:50:39,2021-07-01 01:13:34,3,8.01,1,N,164,36,1,25,0.5,0.5,7.07,6.55,0.3,42.42,2.5 +1,2021-07-01 00:19:25,2021-07-01 00:31:48,1,3.80,1,N,90,237,1,13,3,0.5,3.35,0,0.3,20.15,2.5 +1,2021-07-01 00:56:34,2021-07-01 01:02:13,1,1.30,1,N,230,239,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:21:50,2021-07-01 00:26:15,3,1.46,1,N,114,164,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 00:38:16,2021-07-01 00:41:10,1,.64,1,N,230,100,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 00:57:52,2021-07-01 01:17:03,1,7.34,1,N,114,145,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +2,2021-07-01 00:24:33,2021-07-01 00:45:01,1,9.92,1,N,138,249,2,28,0.5,0.5,0,6.55,0.3,39.6,2.5 +2,2021-07-01 00:52:04,2021-07-01 00:57:43,1,1.22,1,N,90,246,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:08:16,2021-07-01 00:13:49,1,1.88,1,N,79,164,1,7.5,0.5,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 00:17:40,2021-07-01 00:22:35,2,1.18,1,N,234,170,1,6,0.5,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 00:34:12,2021-07-01 00:57:47,1,6.38,1,N,234,61,1,22,0.5,0.5,10,0,0.3,35.8,2.5 +2,2021-07-01 00:14:38,2021-07-01 00:31:02,1,5.32,1,N,231,162,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 00:36:05,2021-07-01 01:02:53,1,5.17,1,N,161,260,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +1,2021-07-01 00:02:13,2021-07-01 00:05:11,1,.70,1,N,230,186,1,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:16:38,2021-07-01 00:28:15,1,3.20,1,N,48,75,1,11.5,3,0.5,0,0,0.3,15.3,2.5 +1,2021-07-01 00:09:56,2021-07-01 00:19:26,2,2.30,1,N,249,87,1,9,3,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 00:25:36,2021-07-01 00:33:53,2,2.38,1,N,239,41,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:17:14,2021-07-01 00:45:38,1,11.28,1,N,138,143,1,34.5,0.5,0.5,11.52,6.55,0.3,57.62,2.5 +2,2021-07-01 00:36:07,2021-07-01 00:42:15,1,1.30,1,N,68,170,1,6.5,0.5,0.5,1.5,0,0.3,11.8,2.5 +2,2021-07-01 00:50:40,2021-07-01 01:08:10,1,5.37,1,N,186,41,1,18.5,0.5,0.5,6.69,0,0.3,28.99,2.5 +2,2021-07-01 00:09:17,2021-07-01 00:17:39,1,2.33,1,N,230,236,1,9.5,0.5,0.5,3.99,0,0.3,17.29,2.5 +2,2021-07-01 00:20:05,2021-07-01 00:24:06,1,.98,1,N,236,262,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:15:18,2021-07-01 00:23:13,1,2.50,1,N,162,75,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +2,2021-07-01 00:16:39,2021-07-01 00:23:56,1,1.18,1,N,148,211,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 00:18:10,2021-07-01 00:23:38,1,1.40,1,N,249,90,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:17:12,2021-07-01 00:26:00,1,2.20,1,N,125,68,1,9,3,0.5,1,0,0.3,13.8,2.5 +1,2021-07-01 00:27:44,2021-07-01 00:33:01,1,2.00,1,N,90,48,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 00:47:14,2021-07-01 00:50:49,1,1.20,1,N,107,233,1,5.5,3,0.5,2.3,0,0.3,11.6,2.5 +2,2021-07-01 00:11:39,2021-07-01 00:34:34,1,6.15,1,N,107,141,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 00:29:37,2021-07-01 00:43:51,1,7.59,1,N,132,139,1,22,0.5,0.5,1.23,0,0.3,25.78,0 +2,2021-07-01 00:06:54,2021-07-01 00:12:28,1,1.27,1,N,68,249,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 00:16:28,2021-07-01 00:21:04,1,.91,1,N,249,249,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:23:16,2021-07-01 00:27:08,1,1.20,1,N,158,68,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +1,2021-07-01 00:05:42,2021-07-01 00:33:34,1,18.90,2,N,132,231,1,52,3.75,0.5,1,0,0.3,57.55,2.5 +1,2021-07-01 00:36:05,2021-07-01 00:42:45,1,1.80,1,N,231,249,1,7.5,3,0.5,0.14,0,0.3,11.44,2.5 +1,2021-07-01 00:48:22,2021-07-01 00:57:15,1,2.80,1,N,186,141,1,10.5,3,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 00:15:49,2021-07-01 00:37:32,2,7.58,1,N,170,106,1,24,0.5,0.5,4,0,0.3,31.8,2.5 +1,2021-07-01 00:27:34,2021-07-01 00:46:21,1,11.10,4,N,132,265,1,34,1.75,0.5,4,0,0.3,40.55,0 +2,2021-07-01 00:15:39,2021-07-01 00:19:36,1,1.60,1,N,237,263,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:28:53,2021-07-01 00:43:32,2,4.42,1,N,141,260,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 00:13:23,2021-07-01 00:23:59,4,2.88,1,N,161,114,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:25:19,2021-07-01 00:38:53,5,3.72,1,N,114,142,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:48:00,2021-07-01 01:00:11,5,3.97,1,N,163,179,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:08:54,2021-07-01 00:14:51,1,1.50,1,N,107,148,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:20:29,2021-07-01 00:43:33,1,8.27,1,N,79,166,1,26,0.5,0.5,5.96,0,0.3,35.76,2.5 +2,2021-07-01 00:18:45,2021-07-01 00:23:40,1,1.07,1,N,100,246,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:28:10,2021-07-01 00:33:59,1,1.72,1,N,186,142,1,7,0.5,0.5,3.24,0,0.3,14.04,2.5 +1,2021-07-01 00:13:17,2021-07-01 00:29:04,1,4.80,1,N,234,151,1,15.5,3,0.5,2,0,0.3,21.3,2.5 +2,2021-07-01 00:13:32,2021-07-01 00:14:05,1,.00,5,N,265,265,1,52,0,0,7,0,0.3,59.3,0 +2,2021-07-01 00:22:35,2021-07-01 00:27:37,1,1.55,1,N,48,246,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:29:29,2021-07-01 00:33:59,1,1.13,1,N,246,48,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:35:52,2021-07-01 00:48:58,1,4.11,1,N,230,145,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +1,2021-07-01 00:07:10,2021-07-01 00:09:36,1,.40,1,N,68,246,1,4,3,0.5,1.2,0,0.3,9,2.5 +1,2021-07-01 00:16:34,2021-07-01 00:23:15,1,1.90,1,N,50,237,1,7.5,3,0.5,2.7,0,0.3,14,2.5 +1,2021-07-01 00:25:03,2021-07-01 00:30:45,2,1.20,1,N,236,237,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:58:12,2021-07-01 01:01:25,3,.80,1,N,246,50,1,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:51:38,2021-07-01 00:55:57,1,.50,5,N,48,230,1,8,0,0,1.65,0,0.3,9.95,0 +1,2021-07-01 00:27:53,2021-07-01 00:50:32,1,3.80,1,N,79,37,2,16,3,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 00:20:35,2021-07-01 00:26:26,1,1.74,1,N,163,164,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:37:02,2021-07-01 01:01:48,1,6.17,1,N,114,181,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 00:20:15,2021-07-01 00:29:14,6,2.54,1,N,230,79,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:31:05,2021-07-01 00:55:58,5,6.03,1,N,113,225,2,21.5,0.5,0.5,0,0,0.3,25.3,2.5 +2,2021-07-01 00:21:21,2021-07-01 00:50:49,1,6.87,1,N,148,89,1,24,0.5,0.5,5.56,0,0.3,33.36,2.5 +2,2021-06-30 23:59:05,2021-07-01 00:06:03,1,1.36,1,N,148,249,1,7,0.5,0.5,1.51,0,0.3,12.31,2.5 +2,2021-07-01 00:12:48,2021-07-01 00:28:10,1,5.43,1,N,234,233,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:37:08,2021-07-01 00:47:55,1,4.08,1,N,263,226,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:17:11,2021-07-01 00:35:48,1,8.97,1,N,138,137,1,27,0.5,0.5,7.47,6.55,0.3,46.07,2.5 +2,2021-07-01 00:03:33,2021-07-01 00:21:36,3,4.76,1,N,249,263,1,17,0.5,0.5,6.24,0,0.3,27.04,2.5 +2,2021-07-01 00:07:56,2021-07-01 00:14:08,1,1.72,1,N,237,229,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:16:30,2021-07-01 00:25:27,1,1.20,1,N,229,163,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 00:31:30,2021-07-01 00:35:01,1,1.35,1,N,161,170,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:44:06,2021-07-01 00:48:55,1,1.84,1,N,233,107,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 00:23:22,2021-07-01 00:25:28,2,.60,1,N,141,141,1,4,3,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 00:37:33,2021-07-01 00:45:24,1,1.48,1,N,168,159,1,7.5,0.5,0.5,1.76,0,0.3,10.56,0 +2,2021-07-01 00:19:01,2021-07-01 00:34:32,1,4.99,1,N,249,181,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:39:53,2021-07-01 01:19:55,1,20.96,2,N,132,239,1,52,0,0.5,18.93,6.55,0.3,82.03,2.5 +2,2021-07-01 00:04:13,2021-07-01 00:09:43,3,1.89,1,N,142,164,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:45:12,2021-07-01 00:49:53,2,1.16,1,N,229,141,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:54:58,2021-07-01 01:03:07,4,1.99,1,N,140,230,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:29:01,2021-07-01 00:33:06,1,.81,1,N,144,231,3,-5,-0.5,-0.5,0,0,-0.3,-8.8,-2.5 +2,2021-07-01 00:29:01,2021-07-01 00:33:06,1,.81,1,N,144,231,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:04:06,2021-07-01 00:14:07,1,2.90,1,N,107,236,1,10.5,3,0.5,4.25,0,0.3,18.55,2.5 +2,2021-07-01 00:16:41,2021-07-01 00:23:01,2,2.20,1,N,79,137,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 00:31:52,2021-07-01 00:48:03,2,4.27,1,N,79,236,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-06-30 23:58:24,2021-07-01 00:08:34,4,2.91,1,N,164,141,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 00:35:40,2021-07-01 00:46:50,4,3.42,1,N,161,238,1,12,0.5,0.5,1.9,0,0.3,17.7,2.5 +1,2021-07-01 00:16:40,2021-07-01 00:17:19,1,.00,5,N,48,48,4,17.3,0,0,0,0,0.3,17.6,0 +1,2021-07-01 00:17:54,2021-07-01 00:19:09,2,.00,5,N,48,48,4,17.3,0,0,0,0,0.3,17.6,0 +2,2021-07-01 00:04:50,2021-07-01 00:07:25,1,.87,1,N,90,107,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:11:12,2021-07-01 00:30:02,1,5.09,1,N,90,41,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 00:56:00,2021-07-01 00:56:20,1,.03,2,N,164,164,2,-52,0,-0.5,0,0,-0.3,-55.3,-2.5 +2,2021-07-01 00:56:00,2021-07-01 00:56:20,1,.03,2,N,164,164,2,52,0,0.5,0,0,0.3,55.3,2.5 +2,2021-07-01 00:56:48,2021-07-01 00:59:36,1,1.03,1,N,164,90,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:00:24,2021-07-01 00:08:11,2,3.25,1,N,137,263,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:10:23,2021-07-01 00:25:08,2,2.53,1,N,263,142,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 00:30:16,2021-07-01 01:05:07,3,10.40,1,N,48,169,2,34.5,0.5,0.5,0,0,0.3,38.3,2.5 +2,2021-07-01 00:02:50,2021-07-01 00:16:13,1,5.69,1,N,161,88,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 00:38:25,2021-07-01 00:54:13,1,3.17,1,N,45,256,1,14,0.5,0.5,2.14,0,0.3,19.94,2.5 +2,2021-07-01 00:19:17,2021-07-01 00:24:17,1,1.41,1,N,100,249,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:27:33,2021-07-01 00:38:08,1,1.17,1,N,249,144,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:15:54,2021-07-01 00:21:02,2,1.92,1,N,249,50,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:31:34,2021-07-01 00:44:02,1,3.73,1,N,186,239,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:51:53,2021-07-01 00:55:37,1,1.46,1,N,142,186,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +1,2021-07-01 00:07:26,2021-07-01 00:16:14,2,1.70,1,N,229,229,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:21:09,2021-07-01 00:25:58,1,1.60,1,N,229,140,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 00:43:02,2021-07-01 00:45:57,1,.60,1,N,163,162,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:56:18,2021-07-01 01:00:59,3,1.20,1,N,186,230,2,6,3,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:33:45,2021-07-01 00:36:49,1,.36,1,N,114,249,1,4,0.5,0.5,1.17,0,0.3,8.97,2.5 +2,2021-07-01 00:23:53,2021-07-01 00:29:02,1,1.21,1,N,100,68,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:35:26,2021-07-01 00:42:40,1,1.92,1,N,68,231,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:26:25,2021-07-01 00:55:19,1,16.07,1,N,138,89,1,45,0.5,0.5,9.51,0,0.3,57.06,0 +2,2021-07-01 00:16:31,2021-07-01 00:34:23,1,10.84,1,N,132,56,1,30.5,0.5,0.5,0,0,0.3,33.05,0 +2,2021-07-01 00:56:24,2021-07-01 01:30:30,2,21.25,2,N,132,238,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +1,2021-07-01 00:26:53,2021-07-01 00:42:38,1,9.80,1,N,70,243,1,28,0.5,0.5,7.15,6.55,0.3,43,0 +1,2021-07-01 00:12:36,2021-07-01 00:20:43,1,2.10,1,N,229,236,1,9,3,0.5,1.2,0,0.3,14,2.5 +1,2021-07-01 00:50:24,2021-07-01 00:55:53,1,.90,1,N,114,79,3,6,3,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:19:38,2021-07-01 00:39:55,2,8.74,1,N,138,73,2,26,0.5,0.5,0,0,0.3,28.55,0 +2,2021-07-01 00:23:45,2021-07-01 00:53:54,1,18.99,2,N,132,79,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +2,2021-06-30 23:57:33,2021-07-01 00:17:30,1,5.14,1,N,114,106,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 00:38:19,2021-07-01 01:02:10,2,5.67,1,N,100,223,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 00:03:54,2021-07-01 00:14:08,1,2.65,1,N,249,230,1,10.5,0.5,0.5,3.58,0,0.3,17.88,2.5 +2,2021-07-01 00:25:38,2021-07-01 00:30:36,1,1.09,1,N,90,113,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:07:12,2021-07-01 00:18:32,1,3.09,1,N,79,161,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 00:20:00,2021-07-01 00:27:15,1,1.00,1,N,161,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:46:33,2021-07-01 01:01:33,2,4.45,1,N,114,263,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 00:21:23,2021-07-01 00:50:18,2,21.48,2,N,132,244,1,52,0,0.5,6.06,6.55,0.3,66.66,0 +2,2021-07-01 00:02:56,2021-07-01 00:08:56,1,1.95,1,N,161,236,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 00:18:00,2021-07-01 00:37:23,1,6.00,1,N,79,7,1,19.5,3,0.5,5.8,0,0.3,29.1,2.5 +2,2021-07-01 00:03:11,2021-07-01 00:19:02,1,3.29,1,N,239,75,1,14,0.5,0.5,2.2,0,0.3,20,2.5 +2,2021-07-01 00:24:22,2021-07-01 00:29:02,1,.74,1,N,263,236,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:31:36,2021-07-01 00:38:41,1,2.02,1,N,75,141,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:44:22,2021-07-01 00:48:00,1,1.26,1,N,263,75,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:05:41,2021-07-01 00:11:07,1,1.08,1,N,163,48,4,-6,-0.5,-0.5,0,0,-0.3,-9.8,-2.5 +2,2021-07-01 00:05:41,2021-07-01 00:11:07,1,1.08,1,N,163,48,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:22:31,2021-07-01 00:27:24,1,.71,1,N,237,161,1,5.5,0.5,0.5,3,0,0.3,12.3,2.5 +2,2021-07-01 00:29:11,2021-07-01 00:35:26,1,1.60,1,N,161,107,1,7,0.5,0.5,1.62,0,0.3,12.42,2.5 +2,2021-07-01 00:38:12,2021-07-01 01:01:45,1,5.23,1,N,234,7,1,20.5,0.5,0.5,2.8,0,0.3,27.1,2.5 +2,2021-07-01 00:32:00,2021-07-01 00:50:27,1,4.99,1,N,163,260,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +1,2021-07-01 00:12:08,2021-07-01 00:19:32,1,2.40,1,N,79,162,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:10:48,2021-07-01 00:25:20,1,3.93,1,N,48,45,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:28:10,2021-07-01 00:35:21,1,1.82,1,N,148,107,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:40:01,2021-07-01 00:49:09,2,2.07,1,N,234,79,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:58:32,2021-07-01 01:05:16,2,1.65,1,N,137,48,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:11:58,2021-07-01 00:24:12,1,3.96,1,N,148,163,1,13.5,0.5,0.5,4.32,0,0.3,21.62,2.5 +2,2021-07-01 00:29:01,2021-07-01 00:34:52,1,1.47,1,N,48,90,1,7,0.5,0.5,1.62,0,0.3,12.42,2.5 +2,2021-07-01 00:33:45,2021-07-01 00:42:21,1,3.96,1,N,132,219,2,13,0.5,0.5,0,0,0.3,14.3,0 +2,2021-07-01 00:55:51,2021-07-01 01:16:19,1,13.64,1,N,132,198,1,37,0.5,0.5,7.91,0,0.3,47.46,0 +1,2021-07-01 00:02:33,2021-07-01 00:14:49,1,3.60,1,N,186,13,1,13,3,0.5,2,0,0.3,18.8,2.5 +1,2021-07-01 00:21:22,2021-07-01 00:26:40,1,1.00,1,N,231,87,1,5.5,3,0.5,0.47,0,0.3,9.77,2.5 +1,2021-07-01 00:36:18,2021-07-01 00:40:53,1,1.00,1,N,148,79,1,5.5,3,0.5,13,0,0.3,22.3,2.5 +2,2021-07-01 00:04:58,2021-07-01 00:15:09,1,2.62,1,N,148,256,1,11,0.5,0.5,1,0,0.3,15.8,2.5 +2,2021-07-01 00:23:36,2021-07-01 00:26:50,1,.54,1,N,148,79,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:36:11,2021-07-01 00:43:17,1,1.28,1,N,107,186,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 00:44:16,2021-07-01 00:46:57,1,.75,1,N,186,90,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:57:13,2021-07-01 01:20:00,1,5.88,1,N,161,255,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 00:44:01,2021-07-01 00:49:49,1,.76,1,N,237,141,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 00:09:22,2021-07-01 00:31:18,2,5.98,1,N,140,223,1,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 00:41:34,2021-07-01 01:13:06,1,18.16,2,N,132,90,1,52,0,0.5,12.28,6.12,0.3,73.7,2.5 +2,2021-07-01 00:10:11,2021-07-01 00:37:50,2,7.29,1,N,50,223,2,25,0.5,0.5,0,0,0.3,28.8,2.5 +2,2021-07-01 00:16:42,2021-07-01 00:45:15,2,11.46,1,N,132,61,1,34.5,0.5,0.5,0,0,0.3,37.05,0 +2,2021-07-01 00:05:03,2021-07-01 00:22:43,1,11.95,1,N,138,220,1,33.5,0.5,0.5,8,6.55,0.3,50.6,0 +2,2021-07-01 00:09:45,2021-07-01 00:24:38,1,4.03,1,N,138,129,2,15.5,0.5,0.5,0,0,0.3,18.05,0 +2,2021-07-01 00:39:37,2021-07-01 00:56:36,2,7.69,1,N,138,42,2,23,0.5,0.5,0,6.55,0.3,32.1,0 +2,2021-06-30 23:59:33,2021-07-01 00:10:15,2,2.37,1,N,236,48,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:24:23,2021-07-01 00:31:45,1,2.87,1,N,151,48,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:32:28,2021-07-01 01:00:53,1,18.74,2,N,132,113,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 00:03:19,2021-07-01 00:09:22,1,1.58,1,N,79,137,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +2,2021-07-01 00:23:53,2021-07-01 00:34:51,1,3.00,1,N,114,162,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 00:44:29,2021-07-01 01:02:06,1,5.79,1,N,113,166,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +2,2021-07-01 00:08:43,2021-07-01 00:44:14,1,8.80,1,N,48,247,1,32,0.5,0.5,7.16,0,0.3,42.96,2.5 +2,2021-07-01 00:59:34,2021-07-01 01:06:34,1,1.94,1,N,43,42,1,8,0.5,0.5,1,0,0.3,10.3,0 +1,2021-07-01 00:00:37,2021-07-01 00:13:55,1,2.70,1,N,264,90,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +1,2021-07-01 00:52:33,2021-07-01 01:05:47,1,1.70,1,N,249,4,1,9.5,3,0.5,3.3,0,0.3,16.6,2.5 +2,2021-07-01 00:42:22,2021-07-01 01:05:22,5,17.88,1,N,132,49,2,47.5,0.5,0.5,0,0,0.3,50.05,0 +2,2021-07-01 00:18:26,2021-07-01 00:21:04,1,.92,1,N,164,162,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:52:48,2021-07-01 01:12:40,1,12.31,1,N,138,185,1,34,0.5,0.5,8.62,6.55,0.3,51.72,0 +1,2021-07-01 00:00:54,2021-07-01 00:04:38,1,1.20,1,Y,162,236,1,5.5,3,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:37:58,2021-07-01 00:46:52,2,2.87,1,N,246,237,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:43:23,2021-07-01 00:47:55,1,.80,1,N,162,141,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:51:52,2021-07-01 00:56:39,1,.69,1,N,237,140,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 00:06:35,2021-07-01 00:27:20,1,14.97,1,N,87,92,2,40.5,0.5,0.5,0,0,0.3,44.3,2.5 +2,2021-07-01 00:12:24,2021-07-01 00:21:31,1,5.04,1,N,132,130,1,15.5,0.5,0.5,3.36,0,0.3,21.41,0 +2,2021-07-01 00:36:50,2021-07-01 01:24:42,1,39.61,5,N,132,265,1,178,0,0,32,18.3,0.3,229.85,0 +2,2021-07-01 00:16:21,2021-07-01 00:37:57,3,8.26,1,N,181,14,1,26.5,0.5,0.5,5.56,0,0.3,33.36,0 +2,2021-07-01 00:02:05,2021-07-01 00:21:45,1,8.04,1,N,138,166,1,25,0.5,0.5,5.88,6.55,0.3,39.98,0 +2,2021-07-01 00:04:42,2021-07-01 00:15:39,2,2.91,1,N,48,262,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 00:40:57,2021-07-01 00:58:31,2,3.66,1,N,249,48,1,15.5,0.5,0.5,4.82,0,0.3,24.12,2.5 +1,2021-07-01 00:31:26,2021-07-01 00:55:46,1,6.10,1,N,230,129,1,22,3,0.5,5.15,0,0.3,30.95,2.5 +1,2021-07-01 00:17:48,2021-07-01 00:36:02,2,8.70,1,N,209,74,2,26,3,0.5,0,0,0.3,29.8,2.5 +1,2021-07-01 00:52:45,2021-07-01 00:58:46,1,1.20,1,N,161,237,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 00:10:54,2021-07-01 00:13:38,1,.70,1,N,186,246,1,4.5,0.5,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 00:50:43,2021-07-01 00:55:14,1,.89,1,N,100,230,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 00:03:39,2021-07-01 00:07:43,2,.80,1,N,68,246,2,5,2.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:09:24,2021-07-01 00:40:30,1,7.90,1,N,246,7,1,27,2.5,0.5,6.05,0,0.3,36.35,2.5 +1,2021-07-01 00:59:52,2021-07-01 01:15:47,1,8.50,1,N,138,263,1,24.5,3.75,0.5,7.1,6.55,0.3,42.7,2.5 +2,2021-07-01 00:02:44,2021-07-01 00:10:19,5,1.14,1,N,230,164,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +1,2021-07-01 00:34:00,2021-07-01 01:07:05,1,20.50,1,N,132,181,1,55.5,1.75,0.5,20,0,0.3,78.05,0 +2,2021-07-01 00:13:48,2021-07-01 00:22:22,1,2.89,1,N,145,229,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:13:29,2021-07-01 00:25:45,1,4.28,1,N,148,112,1,14.5,0.5,0.5,4.58,0,0.3,22.88,2.5 +2,2021-07-01 00:22:42,2021-07-01 00:45:32,6,8.63,1,N,138,130,2,27,0.5,0.5,0,0,0.3,29.55,0 +1,2021-07-01 00:01:49,2021-07-01 00:27:27,1,8.70,1,N,138,48,2,28.5,4.25,0.5,0,6.55,0.3,40.1,2.5 +2,2021-07-01 00:13:55,2021-07-01 00:23:11,1,3.26,1,N,48,151,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 00:29:15,2021-07-01 00:40:33,1,1.92,1,N,238,141,1,10,0.5,0.5,2.07,0,0.3,15.87,2.5 +2,2021-07-01 00:43:25,2021-07-01 00:45:00,1,.61,1,N,141,229,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:34:52,2021-07-01 01:02:47,2,20.42,2,N,132,237,1,52,0,0.5,15.46,6.55,0.3,78.56,2.5 +1,2021-07-01 00:04:30,2021-07-01 00:14:38,1,2.60,1,N,249,237,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 00:17:40,2021-07-01 00:25:20,1,1.50,1,N,161,50,1,8,3,0.5,3.5,0,0.3,15.3,2.5 +1,2021-07-01 00:36:29,2021-07-01 00:39:50,1,1.00,1,N,230,186,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:47:11,2021-07-01 01:09:15,1,6.00,1,N,186,17,1,21,3,0.5,2,0,0.3,26.8,2.5 +2,2021-07-01 00:33:58,2021-07-01 00:57:58,2,8.60,1,N,138,198,1,25.5,0.5,0.5,0,0,0.3,28.05,0 +2,2021-07-01 00:14:00,2021-07-01 00:21:48,1,2.03,1,N,239,48,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +1,2021-07-01 00:05:34,2021-07-01 00:16:19,1,3.00,1,N,164,261,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +1,2021-07-01 00:25:35,2021-07-01 00:34:37,1,2.60,1,N,113,233,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:54:57,2021-07-01 01:00:30,1,1.40,1,N,211,249,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 00:08:47,2021-07-01 00:11:47,1,1.00,1,N,162,137,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 00:21:59,2021-07-01 00:36:37,1,4.10,1,N,231,181,1,14.5,3,0.5,5,0,0.3,23.3,2.5 +1,2021-07-01 00:01:18,2021-07-01 00:07:39,1,2.00,1,N,249,13,1,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:41:54,2021-07-01 00:47:34,1,.00,1,N,170,233,1,10.2,0,0.5,0,0,0.3,11,0 +1,2021-07-01 00:08:56,2021-07-01 00:32:12,3,4.80,1,N,227,21,2,19.5,0.5,0.5,0,0,0.3,20.8,0 +1,2021-07-01 00:07:23,2021-07-01 00:09:18,1,.40,1,N,107,79,1,3.5,3,0.5,1.45,0,0.3,8.75,2.5 +1,2021-07-01 00:11:06,2021-07-01 00:18:27,1,2.90,1,N,79,141,1,9.5,3,0.5,2,0,0.3,15.3,2.5 +1,2021-07-01 00:25:10,2021-07-01 00:33:37,1,3.20,1,N,137,263,1,10.5,3,0.5,1.1,0,0.3,15.4,2.5 +1,2021-07-01 00:15:35,2021-07-01 00:22:38,0,1.60,1,N,144,232,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:31:13,2021-07-01 00:42:38,0,3.30,1,N,114,50,1,12.5,3,0.5,3,0,0.3,19.3,2.5 +1,2021-07-01 00:45:13,2021-07-01 01:06:02,0,4.10,1,N,50,148,2,16.5,3,0.5,0,0,0.3,20.3,2.5 +2,2021-06-30 23:59:47,2021-07-01 00:03:04,3,.99,1,N,142,239,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:10:46,2021-07-01 00:39:33,3,10.34,1,N,151,217,2,33,0.5,0.5,0,0,0.3,36.8,2.5 +1,2021-07-01 00:33:36,2021-07-01 00:37:31,1,.50,1,N,164,170,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +1,2021-07-01 00:44:53,2021-07-01 00:57:39,1,2.50,1,N,79,246,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +2,2021-06-30 23:45:28,2021-07-01 00:06:19,2,5.27,1,N,79,37,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 00:56:46,2021-07-01 00:56:49,5,.06,1,N,223,264,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +2,2021-07-01 00:57:39,2021-07-01 00:57:42,5,.10,1,N,223,223,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +1,2021-07-01 00:47:19,2021-07-01 00:56:19,2,2.30,1,N,164,79,1,9.5,3,0.5,2,0,0.3,15.3,2.5 +1,2021-07-01 00:13:37,2021-07-01 00:26:40,0,7.90,1,Y,138,263,1,23,4.25,0.5,3,6.55,0.3,37.6,2.5 +1,2021-07-01 00:14:17,2021-07-01 00:25:48,1,3.10,1,N,231,25,3,12,3,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 00:21:05,2021-07-01 00:28:02,1,1.21,1,N,239,142,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:29:34,2021-07-01 00:40:33,1,3.52,1,N,142,166,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 00:44:21,2021-07-01 00:47:23,1,.58,1,N,166,151,2,4.5,0.5,0.5,0,0,0.3,5.8,0 +2,2021-07-01 00:55:06,2021-07-01 01:25:37,1,9.28,1,N,238,97,1,29.5,0.5,0.5,8.32,0,0.3,41.62,2.5 +2,2021-07-01 00:05:10,2021-07-01 00:16:12,1,3.63,1,N,164,239,1,12.5,0.5,0.5,3,0,0.3,19.3,2.5 +2,2021-07-01 00:43:32,2021-07-01 01:02:18,1,4.61,1,N,79,189,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 00:10:20,2021-07-01 00:17:07,1,1.30,1,N,100,162,3,6.5,3,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:02:09,2021-07-01 00:09:20,6,1.50,1,N,43,230,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:40:50,2021-07-01 00:51:26,6,2.45,1,N,113,13,1,10.5,0.5,0.5,2,0,0.3,16.3,2.5 +2,2021-07-01 00:07:53,2021-07-01 00:26:54,5,6.49,1,N,249,40,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 00:34:26,2021-07-01 00:39:28,2,1.08,1,N,100,170,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:45:56,2021-07-01 00:58:01,2,4.27,1,N,170,238,1,14,0.5,0.5,2,0,0.3,19.8,2.5 +1,2021-07-01 00:26:44,2021-07-01 00:38:24,1,7.90,1,N,138,256,1,22.5,1.75,0.5,5,0,0.3,30.05,0 +2,2021-07-01 00:01:24,2021-07-01 00:10:09,1,1.38,1,N,249,107,1,8,0.5,0.5,1.2,0,0.3,13,2.5 +2,2021-07-01 00:17:41,2021-07-01 00:25:11,1,2.34,1,N,79,256,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:26:04,2021-07-01 00:42:38,1,3.00,1,N,256,61,1,13.5,0.5,0.5,0,0,0.3,14.8,0 +2,2021-07-01 00:10:15,2021-07-01 00:19:54,1,2.74,1,N,236,48,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:34:55,2021-07-01 00:40:26,1,1.11,1,N,107,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:03:00,2021-07-01 00:07:23,1,1.25,1,N,186,48,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:19:37,2021-07-01 00:28:58,1,1.86,1,N,246,107,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 00:34:32,2021-07-01 00:42:35,1,1.18,1,N,79,45,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:56:56,2021-07-01 01:00:48,1,1.10,1,N,107,100,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 00:19:10,2021-07-01 00:33:43,6,6.29,1,N,132,205,2,19.5,0.5,0.5,0,0,0.3,22.05,0 +1,2021-07-01 00:11:39,2021-07-01 00:19:33,3,2.50,1,N,163,113,1,9.5,3,0.5,1.3,0,0.3,14.6,2.5 +1,2021-07-01 00:27:34,2021-07-01 00:53:42,2,9.30,1,N,170,244,2,29.5,3,0.5,0,0,0.3,33.3,2.5 +2,2021-07-01 00:24:48,2021-07-01 00:42:59,1,10.89,1,N,138,163,2,30.5,0.5,0.5,0,6.55,0.3,42.1,2.5 +2,2021-07-01 00:47:59,2021-07-01 00:53:28,1,1.30,1,N,100,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:13:19,2021-07-01 00:45:23,1,6.46,1,N,234,225,1,25.5,0.5,0.5,5.86,0,0.3,35.16,2.5 +2,2021-07-01 00:02:38,2021-07-01 00:07:41,2,.90,1,N,249,90,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:06:24,2021-07-01 00:12:21,1,2.12,1,N,142,24,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:31:57,2021-07-01 00:36:06,1,.73,1,N,68,246,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:37:11,2021-07-01 00:40:43,1,1.32,1,N,246,48,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:47:28,2021-07-01 00:59:23,1,2.16,1,N,68,148,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 00:02:26,2021-07-01 00:07:27,1,1.79,1,N,142,151,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:11:28,2021-07-01 00:16:37,1,.73,1,N,238,239,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:30:55,2021-07-01 00:45:38,1,6.33,1,N,48,244,1,20,0.5,0.5,1,0,0.3,24.8,2.5 +2,2021-07-01 00:06:15,2021-07-01 00:14:15,2,3.83,1,N,74,235,2,12.5,0.5,0.5,0,0,0.3,13.8,0 +2,2021-07-01 00:23:16,2021-07-01 00:46:19,1,9.19,1,N,113,181,1,28.5,0.5,0.5,6.46,0,0.3,38.76,2.5 +2,2021-07-01 00:45:49,2021-07-01 00:57:24,2,2.44,1,N,148,90,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:28:33,2021-07-01 00:37:17,2,1.53,1,N,229,230,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:42:31,2021-07-01 00:47:45,2,1.83,1,N,50,239,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 00:23:45,2021-07-01 00:33:50,2,2.12,1,N,152,75,2,9.5,0.5,0.5,0,0,0.3,10.8,0 +2,2021-07-01 00:46:18,2021-07-01 00:53:22,1,2.11,1,N,263,233,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:25:50,2021-07-01 00:40:31,6,3.19,1,N,48,79,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 00:48:36,2021-07-01 00:57:16,6,1.60,1,N,79,45,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:40:25,2021-07-01 00:57:01,1,8.30,1,N,138,80,1,24.5,0.5,0.5,5.41,0,0.3,32.46,0 +2,2021-07-01 00:55:25,2021-07-01 00:59:19,1,.66,1,N,114,79,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:00:32,2021-07-01 00:11:31,1,3.18,1,N,141,234,1,11.5,0.5,0.5,4.59,0,0.3,19.89,2.5 +2,2021-07-01 00:06:41,2021-07-01 00:31:22,1,17.23,1,N,132,17,1,46,0.5,0.5,9.71,0,0.3,58.26,0 +1,2021-07-01 00:06:09,2021-07-01 00:46:56,1,11.90,1,N,148,223,1,39,3,0.5,9.85,6.55,0.3,59.2,2.5 +2,2021-07-01 00:06:47,2021-07-01 00:13:56,1,2.43,1,N,141,79,1,9,0.5,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 00:14:35,2021-07-01 00:23:31,1,1.43,1,N,79,158,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:04:08,2021-07-01 00:14:52,1,2.51,1,N,170,148,1,10.5,0.5,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 00:18:06,2021-07-01 00:26:43,1,1.91,1,N,79,87,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:30:36,2021-07-01 00:52:17,1,14.12,1,N,87,243,1,38.5,0.5,0.5,8.46,0,0.3,50.76,2.5 +2,2021-07-01 00:12:57,2021-07-01 00:25:57,3,6.57,1,N,141,256,1,19.5,0.5,0.5,4.66,0,0.3,27.96,2.5 +1,2021-07-01 00:10:23,2021-07-01 00:19:53,1,3.90,1,N,68,238,1,12.5,3,0.5,3.25,0,0.3,19.55,2.5 +2,2021-07-01 00:12:04,2021-07-01 00:16:11,1,.92,1,N,170,230,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:21:29,2021-07-01 00:32:43,1,2.42,1,N,164,50,1,10.5,0.5,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 00:46:53,2021-07-01 00:54:32,1,1.43,1,N,68,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:49:13,2021-07-01 01:02:32,1,1.24,1,N,148,148,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 00:03:30,2021-07-01 00:12:00,1,3.10,1,N,161,238,1,10.5,3,0.5,2.25,0,0.3,16.55,2.5 +1,2021-07-01 00:24:44,2021-07-01 00:33:57,1,2.80,1,N,48,236,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 00:46:54,2021-07-01 00:51:58,1,1.40,1,N,107,233,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 00:14:44,2021-07-01 00:23:04,1,1.44,1,N,163,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:27:56,2021-07-01 00:34:59,1,2.65,1,N,161,75,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-06-30 23:59:12,2021-07-01 00:12:09,1,2.61,1,N,231,79,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:18:41,2021-07-01 00:23:53,1,1.56,1,N,107,233,1,6.5,0.5,0.5,3,0,0.3,13.3,2.5 +2,2021-07-01 00:28:11,2021-07-01 00:41:13,1,2.81,1,N,162,236,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:17:55,2021-07-01 00:22:28,1,1.33,1,N,48,164,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:30:43,2021-07-01 00:31:16,1,.07,1,N,230,230,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 00:39:00,2021-07-01 00:49:46,1,2.93,1,N,48,249,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:50:44,2021-07-01 00:55:37,1,1.20,1,N,249,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:07:00,2021-07-01 00:11:06,1,1.00,1,N,166,238,2,5.5,0.5,0.5,0,0,0.3,6.8,0 +1,2021-07-01 00:31:22,2021-07-01 00:42:40,1,3.30,1,N,186,237,2,12,3,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 00:52:03,2021-07-01 00:59:33,2,1.70,1,N,141,43,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 00:09:13,2021-07-01 00:29:58,2,5.65,1,N,114,7,1,19,0.5,0.5,2,0,0.3,24.8,2.5 +2,2021-07-01 00:45:18,2021-07-01 00:50:05,1,.86,1,N,161,229,1,5.5,0.5,0.5,0.5,0,0.3,9.8,2.5 +1,2021-07-01 00:10:47,2021-07-01 00:18:38,1,1.80,1,N,43,68,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:28:38,2021-07-01 00:34:31,1,1.40,1,N,163,140,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:08:26,2021-07-01 00:38:10,1,8.88,1,N,230,126,2,29,0.5,0.5,0,0,0.3,32.8,2.5 +2,2021-07-01 00:38:20,2021-07-01 00:57:07,2,10.01,1,N,138,237,1,29,0.5,0.5,5,6.55,0.3,45.6,2.5 +1,2021-07-01 00:06:07,2021-07-01 00:13:31,2,1.80,1,N,230,249,1,8,3,0.5,3.5,0,0.3,15.3,2.5 +1,2021-07-01 00:17:24,2021-07-01 00:39:42,1,9.80,1,N,249,7,1,29.5,3,0.5,6.65,0,0.3,39.95,2.5 +1,2021-07-01 00:50:33,2021-07-01 01:09:42,1,9.70,1,N,138,49,1,28.5,1.75,0.5,0,0,0.3,31.05,0 +2,2021-07-01 00:42:36,2021-07-01 01:08:43,1,10.91,1,N,264,114,2,33,0.5,0.5,0,0,0.3,36.8,2.5 +2,2021-07-01 00:41:39,2021-07-01 00:46:06,1,1.25,1,N,186,48,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:52:37,2021-07-01 01:01:53,1,2.90,1,N,186,141,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:16:57,2021-07-01 00:19:29,1,1.05,1,N,229,170,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:27:19,2021-07-01 00:30:55,1,.95,1,N,113,231,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 00:35:56,2021-07-01 00:43:30,1,1.89,1,N,125,261,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 00:56:10,2021-07-01 01:02:04,1,2.30,1,N,79,233,1,8.5,0.5,0.5,1.5,0,0.3,13.8,2.5 +1,2021-07-01 00:21:45,2021-07-01 00:30:04,0,2.10,1,N,249,68,1,8.5,3,0.5,1.2,0,0.3,13.5,2.5 +1,2021-07-01 00:33:23,2021-07-01 00:44:20,0,1.90,1,N,48,229,1,9.5,3,0.5,1,0,0.3,14.3,2.5 +1,2021-07-01 00:54:35,2021-07-01 01:00:47,0,.90,1,N,234,186,1,6,3,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 00:00:51,2021-07-01 00:08:46,1,2.81,1,N,263,146,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 00:38:52,2021-07-01 00:47:45,3,1.67,1,N,79,125,1,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:49:22,2021-07-01 01:00:00,3,1.78,1,N,125,113,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:15:39,2021-07-01 00:21:56,1,1.21,1,N,90,79,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:23:08,2021-07-01 00:31:42,1,3.36,1,N,79,140,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:09:02,2021-07-01 00:29:49,2,5.04,5,N,68,265,1,55,0,0,0.02,0,0.3,57.82,2.5 +2,2021-07-01 00:52:54,2021-07-01 00:52:56,1,.00,5,N,265,264,1,91,0,0,10,0,0.3,101.3,0 +2,2021-06-30 23:58:20,2021-07-01 00:18:58,1,7.00,1,N,209,262,1,22,0.5,0.5,5,0,0.3,30.8,2.5 +2,2021-07-01 00:36:51,2021-07-01 00:39:05,2,.33,1,N,148,79,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +1,2021-07-01 00:13:53,2021-07-01 00:33:28,1,10.10,1,N,132,39,2,30.5,1.75,0.5,0,0,0.3,33.05,0 +1,2021-07-01 00:56:20,2021-07-01 01:17:57,1,18.00,2,Y,132,75,1,52,1.25,0.5,12.1,6.55,0.3,72.7,0 +2,2021-07-01 00:13:13,2021-07-01 00:27:37,1,3.35,1,N,164,261,1,12.5,0.5,0.5,2,0,0.3,18.3,2.5 +2,2021-07-01 00:44:04,2021-07-01 01:01:08,2,5.55,1,N,231,140,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 00:09:02,2021-07-01 00:19:40,5,2.07,1,N,79,234,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:23:26,2021-07-01 00:28:00,5,.91,1,N,90,170,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:31:32,2021-07-01 00:35:23,5,1.27,1,N,107,233,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:22:56,2021-07-01 00:58:42,1,21.21,2,N,132,261,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +2,2021-07-01 00:07:51,2021-07-01 00:33:57,1,18.12,2,N,132,141,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 00:36:20,2021-07-01 00:37:01,1,.28,1,N,141,141,2,3,0.5,0.5,0,0,0.3,6.8,2.5 +2,2021-07-01 00:39:26,2021-07-01 00:48:41,1,3.26,1,N,141,226,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:08:05,2021-07-01 00:20:49,1,5.25,1,N,48,41,1,17,0.5,0.5,6.24,0,0.3,27.04,2.5 +1,2021-07-01 00:06:39,2021-07-01 00:18:31,1,3.20,1,N,79,163,1,12,3,0.5,3.15,0,0.3,18.95,2.5 +1,2021-07-01 00:32:50,2021-07-01 00:42:42,1,2.00,1,N,186,233,2,9,3,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 00:57:25,2021-07-01 01:01:52,1,.70,1,N,68,90,2,5,3,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:05:15,2021-07-01 00:29:41,1,7.98,1,N,48,42,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +2,2021-07-01 00:39:26,2021-07-01 00:46:07,2,2.59,1,N,263,137,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:57:13,2021-07-01 01:18:30,1,4.79,1,N,234,181,1,17.5,0.5,0.5,4.5,0,0.3,25.8,2.5 +2,2021-07-01 00:17:59,2021-07-01 00:24:25,1,.68,1,N,249,113,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:28:11,2021-07-01 00:37:31,1,2.37,1,N,114,246,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 00:42:37,2021-07-01 00:50:38,1,1.60,1,N,68,114,1,7.5,0.5,0.5,1.25,0,0.3,12.55,2.5 +2,2021-07-01 00:58:43,2021-07-01 01:14:15,1,5.08,1,N,158,140,1,17,0.5,0.5,2,0,0.3,22.8,2.5 +1,2021-07-01 00:23:10,2021-07-01 00:35:38,1,2.20,1,N,162,100,2,10,3,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:06:41,2021-07-01 00:13:18,1,1.23,1,N,162,164,1,6.5,0.5,0.5,3.09,0,0.3,13.39,2.5 +2,2021-07-01 00:20:22,2021-07-01 00:24:09,1,1.14,1,N,186,230,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 00:03:24,2021-07-01 00:03:34,1,.00,1,N,132,132,3,2.5,0.5,0.5,0,0,0.3,3.8,0 +1,2021-07-01 00:06:43,2021-07-01 00:33:47,2,17.90,2,N,132,90,2,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 00:45:42,2021-07-01 01:06:17,1,17.91,1,N,132,51,1,47.5,0.5,0.5,12.63,13.1,0.3,75.78,0 +2,2021-06-30 23:59:58,2021-07-01 00:09:38,1,1.55,1,N,79,234,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 00:32:08,2021-07-01 00:44:01,1,4.57,1,N,88,137,1,15.5,0.5,0.5,2,0,0.3,21.3,2.5 +2,2021-07-01 00:10:00,2021-07-01 00:42:04,1,12.30,1,N,97,29,1,36,0.5,0.5,0,0,0.3,37.3,0 +2,2021-07-01 00:03:06,2021-07-01 00:13:01,5,3.45,1,N,68,238,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 00:16:32,2021-07-01 00:25:50,5,2.61,1,N,239,141,1,10,0.5,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 00:06:01,2021-07-01 00:11:39,6,1.94,1,N,163,263,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:16:12,2021-07-01 00:22:57,6,3.09,1,N,236,168,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 00:32:08,2021-07-01 00:37:00,5,1.19,1,N,236,75,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +1,2021-07-01 00:03:17,2021-07-01 00:20:38,1,3.20,1,N,68,231,2,14,3,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 00:21:21,2021-07-01 00:44:11,1,8.60,1,N,231,152,2,26.5,3,0.5,0,0,0.3,30.3,2.5 +1,2021-07-01 00:03:51,2021-07-01 00:44:15,1,10.00,1,N,43,225,1,35,3,0.5,7.75,0,0.3,46.55,2.5 +2,2021-07-01 00:58:47,2021-07-01 01:09:50,2,8.76,1,N,132,93,2,24.5,0.5,0.5,0,0,0.3,27.05,0 +2,2021-07-01 00:48:48,2021-07-01 00:58:40,1,4.33,1,N,138,56,1,14,0.5,0.5,2,0,0.3,18.55,0 +1,2021-07-01 00:07:14,2021-07-01 00:36:16,1,13.20,1,N,148,160,1,38.5,3,0.5,8.45,0,0.3,50.75,2.5 +1,2021-07-01 00:10:21,2021-07-01 00:39:41,1,18.50,2,N,132,236,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 00:20:22,2021-07-01 00:25:34,2,.81,1,N,148,79,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:28:38,2021-07-01 00:40:21,2,4.11,1,N,107,262,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:53:03,2021-07-01 01:03:39,2,2.75,1,N,164,144,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 00:15:29,2021-07-01 00:34:51,2,9.75,1,N,138,43,1,29,0.5,0.5,10.15,6.55,0.3,50.75,2.5 +1,2021-07-01 00:05:53,2021-07-01 00:13:17,4,1.10,1,N,249,144,1,6.5,3.5,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 00:15:42,2021-07-01 00:26:33,1,3.70,1,N,114,48,1,12.5,3.5,0.5,2,0,0.3,18.8,2.5 +1,2021-07-01 00:36:51,2021-07-01 00:42:43,1,1.50,1,N,90,50,1,7,3.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:48:31,2021-07-01 00:59:20,1,3.90,1,N,48,13,1,13,3.5,0.5,3.7,0,0.3,21,2.5 +2,2021-07-01 00:45:05,2021-07-01 00:56:37,1,2.87,1,N,113,48,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:08:54,2021-07-01 00:37:02,1,19.14,2,N,132,79,1,52,0,0.5,2,0,0.3,58.55,2.5 +2,2021-07-01 00:49:21,2021-07-01 01:17:22,1,19.11,1,N,132,25,1,51.5,0.5,0.5,10.81,0,0.3,64.86,0 +2,2021-07-01 00:26:55,2021-07-01 00:30:32,1,.90,1,N,161,100,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:42:10,2021-07-01 01:01:55,1,7.33,1,N,234,198,2,21.5,0.5,0.5,0,6.55,0.3,31.85,2.5 +2,2021-07-01 00:00:39,2021-07-01 00:11:36,2,2.86,1,N,249,48,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:21:51,2021-07-01 00:28:07,2,1.21,1,N,230,186,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:39:28,2021-07-01 00:50:16,2,2.45,1,N,230,79,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:53:24,2021-07-01 01:14:08,2,5.00,1,N,113,75,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +1,2021-07-01 00:20:55,2021-07-01 00:35:13,0,3.00,1,N,100,140,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 00:23:43,2021-07-01 00:29:18,1,1.20,1,N,234,249,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:30:20,2021-07-01 00:38:14,2,2.00,1,N,249,164,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 00:56:39,2021-07-01 01:11:08,1,3.80,1,N,249,65,2,14,3,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 00:42:52,2021-07-01 01:04:45,1,7.30,1,N,239,87,1,24,3,0.5,6.95,0,0.3,34.75,2.5 +2,2021-07-01 00:00:26,2021-07-01 00:04:33,1,1.02,1,N,249,90,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:08:07,2021-07-01 00:25:39,1,4.85,1,N,90,145,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +2,2021-07-01 00:53:48,2021-07-01 01:16:20,3,2.14,1,N,148,79,1,15,0.5,0.5,4.7,0,0.3,23.5,2.5 +2,2021-07-01 00:06:41,2021-07-01 00:12:39,1,1.71,1,N,238,41,1,7.5,0.5,0.5,2.83,0,0.3,14.13,2.5 +2,2021-07-01 00:46:31,2021-07-01 00:51:50,1,1.53,1,N,170,229,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:53:04,2021-07-01 00:56:56,1,1.07,1,N,229,141,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:59:40,2021-07-01 01:12:14,1,6.61,1,N,141,88,1,19.5,0.5,0.5,5.83,0,0.3,29.13,2.5 +2,2021-06-30 23:59:39,2021-07-01 00:05:41,1,1.16,1,N,162,141,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:23:41,2021-07-01 00:36:07,1,2.06,1,N,249,232,1,10.5,0.5,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 00:39:29,2021-07-01 01:01:31,1,4.90,1,N,148,158,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:40:37,2021-07-01 00:44:04,1,.86,1,N,166,166,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 00:49:53,2021-07-01 00:52:29,1,.50,1,N,238,238,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 00:34:17,2021-07-01 00:40:41,1,1.70,1,N,163,186,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 00:50:07,2021-07-01 00:55:30,1,1.11,1,N,166,238,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:05:56,2021-07-01 00:26:34,2,5.42,1,N,107,238,1,18.5,0.5,0.5,3.5,0,0.3,25.8,2.5 +2,2021-07-01 00:44:33,2021-07-01 01:04:59,1,4.89,1,N,237,223,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 00:00:24,2021-07-01 00:11:06,1,2.08,1,N,90,137,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 00:12:58,2021-07-01 00:21:20,1,2.67,1,N,137,263,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:29:31,2021-07-01 00:37:03,1,2.14,1,N,264,75,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:04:20,2021-07-01 00:25:02,4,4.96,1,N,158,256,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +2,2021-07-01 00:52:42,2021-07-01 01:05:14,4,4.82,1,N,138,226,1,16,0.5,0.5,3.71,0,0.3,22.26,0 +2,2021-07-01 00:08:22,2021-07-01 00:21:15,1,2.66,1,N,161,239,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:15:00,2021-07-01 00:27:00,1,2.25,1,N,97,225,1,10,0.5,0.5,1,0,0.3,12.3,0 +2,2021-07-01 00:43:34,2021-07-01 00:50:31,1,1.69,1,N,148,65,1,7.5,0.5,0.5,1.13,0,0.3,12.43,2.5 +2,2021-07-01 00:00:19,2021-07-01 00:15:14,2,5.15,1,N,249,75,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:22:19,2021-07-01 00:32:05,2,3.54,1,N,162,74,1,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 00:56:19,2021-07-01 01:08:56,1,3.30,1,N,164,263,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-06-30 23:36:14,2021-07-01 00:03:28,1,16.82,2,N,132,162,1,52,0,0.5,20,6.55,0.3,83.1,2.5 +2,2021-07-01 00:28:01,2021-07-01 00:48:52,1,10.17,1,N,138,94,2,30,0.5,0.5,0,6.55,0.3,39.1,0 +2,2021-07-01 00:16:33,2021-07-01 00:30:34,1,3.55,1,N,263,48,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:57:32,2021-07-01 01:01:23,1,.70,1,N,186,100,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:17:16,2021-07-01 00:30:10,2,1.71,1,N,249,79,1,10,0.5,0.5,2.07,0,0.3,15.87,2.5 +2,2021-07-01 00:42:51,2021-07-01 00:49:10,2,1.48,1,N,79,186,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 00:53:20,2021-07-01 00:55:00,2,.62,1,N,90,90,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:19:15,2021-07-01 00:34:58,1,3.67,1,N,144,255,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 00:41:09,2021-07-01 00:45:12,1,.81,1,N,255,256,1,5,0.5,0.5,1.26,0,0.3,7.56,0 +2,2021-07-01 00:27:17,2021-07-01 00:33:59,1,1.30,1,N,229,230,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:42:19,2021-07-01 00:49:03,1,1.67,1,N,230,246,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:50:38,2021-07-01 01:06:48,1,3.02,1,N,246,79,1,13,0.5,0.5,2.52,0,0.3,19.32,2.5 +1,2021-07-01 00:21:06,2021-07-01 00:48:20,2,16.10,1,N,138,89,2,45,1.75,0.5,0,0,0.3,47.55,0 +1,2021-07-01 00:44:26,2021-07-01 01:07:05,1,10.60,1,N,138,48,1,32,4.25,0.5,8.7,6.55,0.3,52.3,2.5 +1,2021-07-01 00:17:26,2021-07-01 00:20:17,1,.50,1,N,24,238,1,4.5,0.5,0.5,1.15,0,0.3,6.95,0 +2,2021-07-01 00:39:08,2021-07-01 01:00:37,1,5.69,1,N,148,239,1,20.5,0.5,0.5,2,0,0.3,26.3,2.5 +2,2021-07-01 00:05:38,2021-07-01 00:16:12,1,1.45,1,N,79,249,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:18:48,2021-07-01 00:28:37,2,1.90,1,N,125,79,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:59:30,2021-07-01 01:02:07,1,.97,1,N,114,107,1,4.5,0.5,0.5,0.83,0,0.3,9.13,2.5 +2,2021-07-01 00:17:18,2021-07-01 00:23:30,2,.89,1,N,186,170,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:36:46,2021-07-01 00:46:25,2,1.75,1,N,164,48,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 00:15:58,2021-07-01 00:19:12,1,1.30,1,N,249,186,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 00:25:54,2021-07-01 00:35:58,1,1.70,1,N,90,79,1,8.5,3,0.5,2.4,0,0.3,14.7,2.5 +1,2021-07-01 00:50:22,2021-07-01 01:07:33,2,5.50,1,N,114,262,1,19.5,3,0.5,4,0,0.3,27.3,2.5 +1,2021-07-01 00:04:02,2021-07-01 00:07:51,2,.70,1,N,113,90,2,5,3,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:12:06,2021-07-01 00:50:50,1,12.10,1,N,238,97,1,38,0.5,0.5,8.36,0,0.3,50.16,2.5 +1,2021-07-01 00:05:28,2021-07-01 00:05:36,1,.00,1,N,75,75,1,2.5,0.5,0.5,30,0,0.3,33.8,0 +1,2021-07-01 00:05:30,2021-07-01 00:14:25,1,1.80,1,N,231,232,1,8.5,3,0.5,3.05,0,0.3,15.35,2.5 +1,2021-07-01 00:22:57,2021-07-01 00:29:50,1,1.10,1,N,79,232,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 00:39:04,2021-07-01 00:52:27,1,3.90,1,N,148,50,1,13.5,3,0.5,3.45,0,0.3,20.75,2.5 +2,2021-07-01 00:37:03,2021-07-01 00:48:26,6,2.50,1,N,138,129,2,10.5,0.5,0.5,0,0,0.3,13.05,0 +1,2021-07-01 00:16:06,2021-07-01 00:29:13,1,4.00,1,N,75,186,1,13.5,3,0.5,1,0,0.3,18.3,2.5 +1,2021-07-01 00:37:08,2021-07-01 00:52:51,1,4.90,1,N,100,74,2,15.5,3,0.5,0,0,0.3,19.3,2.5 +1,2021-07-01 00:05:12,2021-07-01 00:17:35,1,3.00,1,N,125,246,2,12,3,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 00:28:57,2021-07-01 00:55:11,1,6.50,1,N,158,61,1,23,3,0.5,0,0,0.3,26.8,2.5 +1,2021-07-01 00:27:15,2021-07-01 00:32:47,1,1.40,1,N,239,238,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 00:39:52,2021-07-01 00:48:10,0,1.60,1,N,265,265,1,8.5,0.5,0.5,1.95,0,0.3,11.75,0 +1,2021-07-01 00:59:00,2021-07-01 01:03:35,1,.90,1,N,265,265,1,5.5,0.5,0.5,1.35,0,0.3,8.15,0 +2,2021-07-01 00:23:34,2021-07-01 00:42:20,1,9.33,1,N,138,68,1,27,0.5,0.5,9.65,6.55,0.3,48.25,2.5 +2,2021-07-01 00:46:35,2021-07-01 00:57:05,1,2.46,1,N,186,224,1,10,0.5,0.5,4.14,0,0.3,17.94,2.5 +2,2021-07-01 00:02:43,2021-07-01 00:08:17,1,1.54,1,N,68,50,1,7,0.5,0.5,2,0,0.3,12.8,2.5 +2,2021-07-01 00:20:13,2021-07-01 00:52:24,1,6.89,1,N,68,225,1,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +2,2021-07-01 00:17:51,2021-07-01 00:26:52,1,2.66,1,N,48,238,1,10,0.5,0.5,4.14,0,0.3,17.94,2.5 +2,2021-07-01 00:06:41,2021-07-01 00:23:32,2,3.63,1,N,79,25,1,14.5,0.5,0.5,1.5,0,0.3,19.8,2.5 +2,2021-07-01 00:24:32,2021-07-01 00:35:03,2,2.77,1,N,25,61,1,10.5,0.5,0.5,2.36,0,0.3,14.16,0 +2,2021-07-01 00:10:03,2021-07-01 00:33:02,1,9.78,2,N,138,163,1,52,0,0.5,5,6.55,0.3,68.1,2.5 +2,2021-07-01 00:59:52,2021-07-01 01:18:45,4,12.95,1,N,138,205,2,35.5,0.5,0.5,0,0,0.3,38.05,0 +1,2021-07-01 00:02:31,2021-07-01 00:23:55,1,5.10,1,N,79,17,2,19,3,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 00:10:20,2021-07-01 00:32:30,1,14.64,1,N,132,7,1,40,0.5,0.5,7.45,0,0.3,50,0 +2,2021-07-01 00:53:00,2021-07-01 01:11:51,1,9.52,1,N,138,175,2,28,0.5,0.5,0,0,0.3,30.55,0 +2,2021-07-01 00:06:30,2021-07-01 00:15:17,1,2.57,1,N,90,142,1,9.5,0.5,0.5,3.99,0,0.3,17.29,2.5 +2,2021-07-01 00:20:10,2021-07-01 00:25:14,1,.92,1,N,48,170,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:40:26,2021-07-01 00:59:29,1,5.25,1,N,141,223,1,18,0.5,0.5,6.54,0,0.3,28.34,2.5 +1,2021-07-01 00:20:48,2021-07-01 00:47:17,1,14.60,1,N,132,7,1,40,1.75,0.5,8.5,0,0.3,51.05,0 +2,2021-07-01 00:10:54,2021-07-01 00:19:12,1,1.36,1,N,162,48,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:49:13,2021-07-01 00:53:17,1,1.12,1,N,230,164,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:01:03,2021-07-01 00:19:29,1,8.19,1,N,138,95,1,24.5,0.5,0.5,5.41,0,0.3,32.46,0 +2,2021-07-01 00:44:25,2021-07-01 01:07:31,1,9.44,1,N,138,225,1,28.5,0.5,0.5,6.21,0,0.3,37.26,0 +2,2021-07-01 00:24:42,2021-07-01 00:27:36,1,1.05,1,N,170,229,1,5,0.5,0.5,1.5,0,0.3,10.3,2.5 +1,2021-07-01 00:13:26,2021-07-01 00:41:07,1,15.30,1,N,239,89,1,42.5,3,0.5,9.25,0,0.3,55.55,2.5 +2,2021-07-01 00:30:25,2021-07-01 01:04:50,1,19.37,2,N,132,116,1,52,0,0.5,18.18,6.55,0.3,78.78,0 +1,2021-07-01 00:10:40,2021-07-01 00:56:20,1,34.90,4,N,132,265,1,128,1.75,0.5,27.4,6.55,0.3,164.5,0 +2,2021-07-01 00:08:16,2021-07-01 00:24:27,2,4.10,1,N,148,261,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 00:34:13,2021-07-01 00:44:27,1,2.66,1,N,114,261,1,10,0.5,0.5,1.5,0,0.3,15.3,2.5 +2,2021-07-01 00:47:31,2021-07-01 01:00:21,1,6.20,1,N,261,233,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +1,2021-07-01 00:11:21,2021-07-01 00:17:52,1,1.30,1,N,170,163,1,7,3,0.5,1.5,0,0.3,12.3,2.5 +1,2021-07-01 00:26:15,2021-07-01 00:39:33,1,3.10,1,N,164,143,1,12,3,0.5,4.7,0,0.3,20.5,2.5 +1,2021-07-01 00:42:23,2021-07-01 01:10:28,1,10.90,1,Y,142,195,1,33,3,0.5,2,0,0.3,38.8,2.5 +2,2021-07-01 00:47:34,2021-07-01 00:55:04,2,1.75,1,N,144,107,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:04:47,2021-07-01 00:20:34,1,8.23,1,N,162,247,1,23.5,0.5,0.5,2,0,0.3,29.3,2.5 +1,2021-07-01 00:34:36,2021-07-01 00:34:54,2,.00,5,N,143,143,1,65,0,0,0,0,0.3,65.3,0 +1,2021-07-01 00:11:13,2021-07-01 00:18:03,1,2.00,1,N,148,170,1,8,3,0.5,2,0,0.3,13.8,2.5 +1,2021-07-01 00:32:01,2021-07-01 00:32:09,0,.10,1,N,79,79,3,2.5,3,0.5,0,0,0.3,6.3,2.5 +1,2021-07-01 00:35:40,2021-07-01 00:45:49,1,3.60,1,N,107,236,1,12,3,0.5,2,0,0.3,17.8,2.5 +1,2021-07-01 00:58:09,2021-07-01 01:06:36,1,1.60,1,N,107,4,1,8,3,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 00:21:22,2021-07-01 00:40:18,1,9.16,1,N,264,230,1,27,0.5,0.5,3.5,6.55,0.3,40.85,2.5 +2,2021-07-01 00:19:23,2021-07-01 00:29:16,5,2.93,1,N,230,151,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:37:40,2021-07-01 00:40:18,5,.78,1,N,239,142,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:41:17,2021-07-01 00:49:57,5,3.08,1,N,142,90,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:52:46,2021-07-01 01:06:05,5,3.44,1,N,90,87,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:48:38,2021-07-01 01:08:42,1,14.94,5,N,132,265,2,135,0,0.5,0,0,0.3,137.05,0 +2,2021-07-01 01:03:22,2021-07-01 01:04:19,1,.07,1,N,77,77,1,2.5,0.5,0.5,0,0,0.3,5.75,0 +2,2021-07-01 00:27:42,2021-07-01 00:35:45,5,3.19,1,N,231,68,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:35:12,2021-07-01 00:39:22,5,.70,1,N,79,79,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:40:10,2021-07-01 00:46:53,5,1.57,1,N,79,137,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 00:12:48,2021-07-01 00:31:31,1,4.30,1,N,249,97,1,16,3,0.5,5.9,0,0.3,25.7,2.5 +1,2021-07-01 00:59:20,2021-07-01 01:06:04,1,1.50,1,N,79,234,1,7.5,3,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 00:25:32,2021-07-01 00:29:36,1,.65,1,N,125,231,1,5,0.5,0.5,2.64,0,0.3,11.44,2.5 +2,2021-07-01 00:44:39,2021-07-01 00:52:37,1,1.59,1,N,249,114,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 00:57:36,2021-07-01 01:07:15,1,2.87,1,N,114,161,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 00:15:14,2021-07-01 00:36:11,1,5.24,1,N,107,7,1,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:55:11,2021-07-01 01:16:13,1,7.48,1,N,263,231,1,24,0.5,0.5,5,0,0.3,32.8,2.5 +2,2021-07-01 00:27:18,2021-07-01 00:50:27,1,7.86,1,N,48,160,1,24.5,0.5,0.5,6,0,0.3,34.3,2.5 +2,2021-07-01 01:00:54,2021-07-01 01:23:17,1,10.39,1,N,138,50,1,30.5,0.5,0.5,6,6.55,0.3,46.85,2.5 +2,2021-07-01 00:21:53,2021-07-01 00:42:39,1,7.20,1,N,186,168,1,23.5,0.5,0.5,2,0,0.3,29.3,2.5 +2,2021-07-01 00:37:21,2021-07-01 01:09:22,1,18.77,2,N,132,143,1,52,0,0.5,10,0,0.3,66.55,2.5 +2,2021-07-01 00:02:50,2021-07-01 00:14:08,1,4.27,1,N,211,80,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:30:57,2021-07-01 00:39:14,1,1.73,1,N,107,233,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +1,2021-07-01 00:00:12,2021-07-01 00:08:12,1,2.10,1,N,237,186,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 00:11:10,2021-07-01 00:21:17,1,2.80,1,N,68,238,2,11,3,0.5,0,0,0.3,14.8,2.5 +1,2021-07-01 00:37:59,2021-07-01 00:44:52,1,1.80,1,N,163,236,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:03:58,2021-07-01 00:08:20,1,.60,1,N,79,4,1,5,3,0.5,2.6,0,0.3,11.4,2.5 +1,2021-07-01 00:19:21,2021-07-01 00:27:43,1,3.30,1,N,224,263,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 00:37:47,2021-07-01 00:54:48,1,9.00,1,N,141,127,1,26.5,3,0.5,6.05,0,0.3,36.35,2.5 +2,2021-06-30 23:57:42,2021-07-01 00:21:06,5,11.05,1,N,132,35,1,32,0.5,0.5,6.91,0,0.3,41.46,0 +2,2021-07-01 00:36:51,2021-07-01 00:46:26,1,1.80,1,N,158,79,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +2,2021-07-01 00:50:01,2021-07-01 01:01:18,1,3.38,1,N,79,140,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:17:46,2021-07-01 00:22:42,5,1.12,1,N,161,229,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:52:57,2021-07-01 01:07:09,5,6.56,1,N,161,33,1,20,0.5,0.5,4,0,0.3,27.8,2.5 +2,2021-07-01 00:12:32,2021-07-01 00:35:57,1,4.59,1,N,249,181,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:05:55,2021-07-01 00:21:07,1,8.51,1,N,48,238,2,24.5,0.5,0.5,0,0,0.3,28.3,2.5 +2,2021-07-01 00:56:27,2021-07-01 01:06:52,1,2.27,1,N,230,140,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:53:12,2021-07-01 01:02:33,1,1.68,1,N,152,151,1,9,0.5,0.5,2.06,0,0.3,12.36,0 +1,2021-07-01 00:05:51,2021-07-01 00:26:03,1,5.50,1,N,48,87,1,19,3,0.5,4.55,0,0.3,27.35,2.5 +1,2021-07-01 00:30:09,2021-07-01 00:45:39,1,6.20,1,N,209,80,1,19.5,3,0.5,4.65,0,0.3,27.95,2.5 +1,2021-07-01 00:08:16,2021-07-01 00:16:48,1,1.60,1,N,234,249,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:22:17,2021-07-01 00:27:24,1,.70,1,N,249,114,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:28:41,2021-07-01 00:31:02,1,.10,1,N,114,114,1,3.5,3,0.5,1.45,0,0.3,8.75,2.5 +1,2021-07-01 00:34:51,2021-07-01 00:55:59,1,5.50,1,N,114,75,1,18.5,3,0.5,1,0,0.3,23.3,2.5 +1,2021-07-01 00:58:48,2021-07-01 01:26:38,1,18.40,2,N,132,41,1,52,1.25,0.5,12.1,6.55,0.3,72.7,0 +1,2021-07-01 00:30:10,2021-07-01 00:39:45,0,1.50,1,N,163,236,1,8.5,3,0.5,1,0,0.3,13.3,2.5 +1,2021-07-01 00:57:23,2021-07-01 01:05:34,1,3.50,1,N,132,219,1,12,1.75,0.5,4.35,0,0.3,18.9,0 +2,2021-07-01 00:07:02,2021-07-01 00:18:10,1,2.47,1,N,48,141,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:39:17,2021-07-01 00:45:00,1,1.23,1,N,158,211,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:45:51,2021-07-01 00:52:02,1,1.05,1,N,211,209,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:57:04,2021-07-01 01:06:10,1,1.81,1,N,231,79,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 00:09:17,2021-07-01 00:11:45,1,.40,1,N,186,48,1,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 00:27:44,2021-07-01 00:32:21,1,1.20,1,N,186,48,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 00:50:56,2021-07-01 00:53:47,1,.70,1,N,68,186,1,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 00:01:29,2021-07-01 00:11:15,1,2.20,1,N,148,170,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:12:31,2021-07-01 00:29:19,1,3.40,1,N,107,239,1,14,3,0.5,3.55,0,0.3,21.35,2.5 +1,2021-07-01 00:38:29,2021-07-01 00:57:51,1,2.00,1,N,142,140,2,13.5,3,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:03:51,2021-07-01 00:08:53,1,1.17,1,N,107,186,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:10:51,2021-07-01 00:16:50,1,1.51,1,N,186,50,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:26:07,2021-07-01 00:38:36,1,3.15,1,N,186,45,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:45:38,2021-07-01 00:50:57,1,1.30,1,N,144,87,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:10:20,2021-07-01 00:33:13,1,8.10,1,N,100,116,2,26.5,3,0.5,0,0,0.3,30.3,2.5 +2,2021-07-01 00:21:24,2021-07-01 00:26:40,1,.81,1,N,237,141,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:13:28,2021-07-01 00:31:41,5,4.37,1,N,113,236,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:40:55,2021-07-01 00:47:52,1,.81,1,N,158,249,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:54:54,2021-07-01 01:06:31,1,3.98,1,N,158,209,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:02:00,2021-07-01 00:06:34,1,.98,1,N,234,234,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:08:54,2021-07-01 00:16:19,1,1.42,1,N,234,246,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +2,2021-07-01 00:27:28,2021-07-01 00:46:36,1,2.41,1,N,68,137,1,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:00:48,2021-07-01 00:09:35,2,1.55,1,N,161,142,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:12:08,2021-07-01 00:29:36,1,5.01,1,N,170,260,1,17.5,0.5,0.5,2,0,0.3,23.3,2.5 +2,2021-07-01 00:29:38,2021-07-01 00:31:38,1,.52,1,N,237,43,1,4,0.5,0.5,2.34,0,0.3,10.14,2.5 +2,2021-07-01 00:51:56,2021-07-01 01:13:09,1,14.14,1,N,138,219,2,38.5,0.5,0.5,0,0,0.3,41.05,0 +1,2021-07-01 00:15:01,2021-07-01 00:22:39,1,1.50,1,N,114,79,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:27:20,2021-07-01 00:34:17,1,1.90,1,N,114,209,1,8,3,0.5,1.5,0,0.3,13.3,2.5 +2,2021-07-01 00:17:47,2021-07-01 00:31:09,1,3.46,1,N,79,209,1,13,0.5,0.5,4.2,0,0.3,21,2.5 +2,2021-07-01 00:40:30,2021-07-01 00:46:40,1,1.02,1,N,211,79,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-06-30 23:57:14,2021-07-01 00:12:04,1,4.23,1,N,239,249,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 00:14:23,2021-07-01 00:26:27,1,1.43,1,N,249,164,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:28:45,2021-07-01 00:50:05,1,8.60,1,N,107,116,1,26,0.5,0.5,8.94,0,0.3,38.74,2.5 +2,2021-07-01 00:46:53,2021-07-01 00:47:18,1,.00,2,N,170,170,2,52,0,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 00:50:59,2021-07-01 00:58:16,1,.96,1,N,170,233,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:03:24,2021-07-01 00:23:49,1,14.09,1,N,132,91,1,38,0.5,0.5,8.11,0,0.3,48.66,0 +2,2021-07-01 00:52:43,2021-07-01 01:25:03,1,19.90,2,N,132,151,1,52,0,0.5,5,6.55,0.3,65.6,0 +2,2021-07-01 00:16:28,2021-07-01 00:19:23,1,.89,1,N,237,162,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:21:55,2021-07-01 00:32:23,1,2.60,1,N,162,262,1,10.5,0.5,0.5,3.58,0,0.3,17.88,2.5 +2,2021-07-01 00:44:57,2021-07-01 01:07:18,1,5.81,1,N,107,151,1,20,0.5,0.5,1,0,0.3,24.8,2.5 +2,2021-07-01 00:02:07,2021-07-01 00:16:24,1,3.11,1,N,263,68,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:30:09,2021-07-01 00:49:14,1,2.85,1,N,249,249,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:53:03,2021-07-01 01:01:09,1,1.99,1,N,114,87,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:21:39,2021-07-01 00:27:40,1,1.25,1,N,249,231,1,6.5,0.5,0.5,1.54,0,0.3,11.84,2.5 +2,2021-07-01 00:31:09,2021-07-01 00:51:03,3,6.00,1,N,231,239,1,19.5,0.5,0.5,5.83,0,0.3,29.13,2.5 +2,2021-07-01 00:00:27,2021-07-01 00:01:37,1,.44,1,N,48,48,1,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 00:02:07,2021-07-01 00:16:25,1,3.80,1,N,186,87,1,13.5,0.5,0.5,2,0,0.3,19.3,2.5 +2,2021-07-01 00:46:24,2021-07-01 01:03:07,1,7.47,1,N,125,227,2,22.5,0.5,0.5,0,0,0.3,26.3,2.5 +2,2021-07-01 00:03:48,2021-07-01 00:18:45,1,2.00,1,N,79,68,1,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:29:14,2021-07-01 00:45:09,1,7.25,1,N,170,159,1,22,0.5,0.5,1.2,0,0.3,27,2.5 +2,2021-06-30 23:19:02,2021-06-30 23:23:42,1,1.34,1,N,236,140,1,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-06-30 23:28:31,2021-06-30 23:37:38,1,3.20,1,N,140,74,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +2,2021-06-30 23:39:17,2021-06-30 23:50:16,1,3.39,1,N,74,140,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:01:17,2021-07-01 00:11:59,1,1.11,1,N,162,234,1,7.5,0.5,0.5,8.01,0,0.3,19.31,2.5 +2,2021-07-01 00:17:13,2021-07-01 00:21:23,1,.99,1,N,234,246,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:07:34,2021-07-01 00:10:58,1,.60,1,N,137,137,1,4.5,0.5,0.5,3,0,0.3,11.3,2.5 +2,2021-07-01 00:11:51,2021-07-01 00:16:49,1,.92,1,N,137,186,1,5.5,0.5,0.5,1.5,0,0.3,10.8,2.5 +2,2021-07-01 00:20:31,2021-07-01 00:24:29,1,.66,1,N,100,230,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:09:21,2021-07-01 00:13:22,1,1.40,1,N,158,246,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:29:33,2021-07-01 00:43:59,1,4.68,1,N,68,87,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:50:56,2021-07-01 01:00:25,1,3.26,1,N,209,40,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +1,2021-07-01 00:16:52,2021-07-01 00:20:52,1,.80,1,N,249,90,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:32:00,2021-07-01 00:50:26,1,4.30,1,N,249,181,1,16.5,3,0.5,0.04,0,0.3,20.34,2.5 +1,2021-07-01 00:26:30,2021-07-01 00:34:38,1,2.60,1,N,113,161,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:08:34,2021-07-01 00:10:40,0,.70,1,N,141,141,2,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 00:11:33,2021-07-01 00:13:56,1,.50,1,N,141,141,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 00:25:51,2021-07-01 00:57:28,1,8.80,1,N,161,225,1,29.5,3,0.5,6.65,0,0.3,39.95,2.5 +1,2021-07-01 00:02:26,2021-07-01 00:09:51,2,1.20,1,N,249,158,1,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 00:13:57,2021-07-01 00:20:05,2,1.40,1,N,158,231,1,6.5,3,0.5,2.5,0,0.3,12.8,2.5 +1,2021-07-01 00:41:13,2021-07-01 00:57:06,1,3.90,1,N,249,80,1,14.5,3,0.5,4.55,0,0.3,22.85,2.5 +2,2021-07-01 00:17:31,2021-07-01 00:20:26,2,.67,1,N,140,141,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:31:23,2021-07-01 00:33:55,1,.62,1,N,170,234,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:44:53,2021-07-01 01:00:54,1,4.33,1,N,249,238,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:26:16,2021-07-01 00:50:41,2,5.08,1,N,231,37,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 00:47:26,2021-07-02 00:40:55,2,5.24,1,N,255,233,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:39:31,2021-07-01 00:58:35,1,5.25,1,N,87,89,1,18.5,0.5,0.5,1,0,0.3,23.3,2.5 +2,2021-07-01 00:43:21,2021-07-01 01:09:24,1,11.10,1,N,132,61,1,32,0.5,0.5,6.91,0,0.3,41.46,0 +2,2021-07-01 00:11:18,2021-07-01 00:35:08,1,13.81,1,N,132,198,1,38,0.5,0.5,8.11,0,0.3,48.66,0 +2,2021-07-01 00:17:13,2021-07-01 00:32:04,1,7.16,1,N,138,112,2,22,0.5,0.5,0,0,0.3,24.55,0 +2,2021-07-01 00:34:52,2021-07-01 00:54:21,1,9.54,1,N,138,90,1,28,0.5,0.5,7,8.36,0.3,48.41,2.5 +2,2021-07-01 00:56:28,2021-07-01 01:10:18,1,2.22,1,N,90,148,1,11,0.5,0.5,1,0,0.3,15.8,2.5 +2,2021-07-01 00:11:40,2021-07-01 00:46:05,2,12.74,1,N,68,173,2,38.5,0.5,0.5,0,0,0.3,42.3,2.5 +2,2021-07-01 00:05:08,2021-07-01 00:13:12,1,2.05,1,N,114,100,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +2,2021-07-01 00:00:49,2021-07-01 00:06:06,1,1.06,1,N,142,237,1,6,0.5,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 00:11:46,2021-07-01 00:23:50,1,1.89,1,N,140,142,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:26:34,2021-07-01 00:33:26,1,1.29,1,N,163,164,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:07:26,2021-07-01 00:24:39,1,4.52,1,N,211,181,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 00:50:50,2021-07-01 01:06:39,1,3.82,1,N,144,40,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:47:41,2021-07-01 00:55:22,4,1.23,1,N,170,100,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:59:28,2021-07-01 01:11:47,5,3.80,1,N,48,75,1,13.5,0.5,0.5,5.19,0,0.3,22.49,2.5 +2,2021-07-01 00:11:19,2021-07-01 00:21:44,3,1.82,1,N,162,246,1,9,0.5,0.5,1.92,0,0.3,14.72,2.5 +2,2021-07-01 00:33:15,2021-07-01 00:38:42,3,.85,1,N,246,90,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:43:00,2021-07-01 00:49:22,3,1.10,1,N,249,144,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:57:07,2021-07-01 01:23:08,4,6.62,1,N,114,177,1,23,0.5,0.5,5.36,0,0.3,32.16,2.5 +2,2021-07-01 00:50:13,2021-07-01 00:57:30,1,1.22,1,N,125,114,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:53:16,2021-07-01 01:04:40,1,4.30,1,N,263,7,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:17:27,2021-07-01 00:40:01,1,13.16,1,N,132,132,2,36,0.5,0.5,0,0,0.3,38.55,0 +2,2021-07-01 00:25:15,2021-07-01 00:32:32,1,1.71,1,N,148,107,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:38:48,2021-07-01 00:53:23,1,4.11,1,N,114,236,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:57:53,2021-07-01 01:05:21,1,2.64,1,N,237,48,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +1,2021-07-01 00:06:12,2021-07-01 00:14:35,0,.00,1,N,229,263,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 00:20:37,2021-07-01 00:31:20,0,.00,1,N,229,68,1,9.5,3,0.5,1,0,0.3,14.3,2.5 +1,2021-07-01 00:41:49,2021-07-01 01:08:23,0,.00,1,N,142,14,1,37.5,3,0.5,8.25,0,0.3,49.55,2.5 +2,2021-07-01 00:12:07,2021-07-01 00:25:19,5,4.58,1,N,107,238,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:35:26,2021-07-01 00:51:08,5,4.88,1,N,48,13,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:55:32,2021-07-01 01:05:40,5,3.03,1,N,13,186,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:09:02,2021-07-01 00:38:49,1,20.92,2,N,132,74,1,52,0,0.5,15.15,6.55,0.3,75.75,0 +2,2021-07-01 00:02:41,2021-07-01 00:12:38,1,5.14,1,N,233,88,1,16,0.5,0.5,1.5,0,0.3,21.3,2.5 +2,2021-07-01 00:17:53,2021-07-01 00:34:12,1,4.22,1,N,87,255,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 00:58:33,2021-07-01 01:17:38,2,6.22,1,N,79,41,1,19.5,0.5,0.5,4.66,0,0.3,27.96,2.5 +2,2021-07-01 00:06:04,2021-07-01 00:30:25,2,6.35,1,N,249,143,1,22.5,0.5,0.5,3,0,0.3,29.3,2.5 +2,2021-07-01 00:03:14,2021-07-01 00:09:43,2,1.31,1,N,68,164,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:11:00,2021-07-01 00:32:18,2,9.06,1,N,164,243,1,28,0.5,0.5,6.36,0,0.3,38.16,2.5 +2,2021-07-01 00:47:44,2021-07-01 00:54:32,2,1.26,1,N,48,229,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:09:11,2021-07-01 00:13:01,1,.64,1,N,163,50,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:14:44,2021-07-01 00:18:01,2,1.14,1,N,48,239,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:28:52,2021-07-01 00:50:20,1,10.59,1,N,163,200,1,30.5,0.5,0.5,5,3,0.3,42.3,2.5 +2,2021-07-01 00:29:13,2021-07-01 00:46:39,5,10.32,1,N,138,66,1,29.5,0.5,0.5,6.41,0,0.3,38.46,0 +2,2021-07-01 00:28:51,2021-07-01 00:49:13,1,8.52,1,N,132,265,1,26,0.5,0.5,5.46,0,0.3,34.01,0 +2,2021-07-01 00:16:18,2021-07-01 00:46:27,2,19.86,2,N,132,234,1,52,0,0.5,13.82,0,0.3,70.37,2.5 +2,2021-07-01 00:18:30,2021-07-01 00:21:04,1,.39,1,N,234,164,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 00:22:00,2021-07-01 00:30:26,1,2.09,1,N,164,43,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:46:39,2021-07-01 01:00:02,1,4.93,1,N,164,41,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 00:37:26,2021-07-01 01:11:52,1,20.49,2,N,132,243,2,52,0,0.5,0,6.12,0.3,60.17,0 +2,2021-07-01 00:07:21,2021-07-01 00:11:40,1,.00,1,N,114,114,2,-4.5,-0.5,-0.5,0,0,-0.3,-8.3,-2.5 +2,2021-07-01 00:07:21,2021-07-01 00:11:40,1,.00,1,N,114,114,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:12:45,2021-07-01 00:34:36,1,8.20,1,N,114,227,1,25,0.5,0.5,3,0,0.3,31.8,2.5 +1,2021-07-01 00:56:18,2021-07-01 01:11:58,1,9.70,1,N,138,140,1,27.5,4.25,0.5,7.8,6.55,0.3,46.9,2.5 +2,2021-07-01 00:38:04,2021-07-01 00:48:30,1,4.52,1,N,239,116,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 00:51:16,2021-07-01 01:02:42,1,2.17,1,N,116,151,1,10.5,0.5,0.5,1.18,0,0.3,12.98,0 +2,2021-07-01 00:00:06,2021-07-01 00:10:54,1,2.94,1,N,148,186,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:14:37,2021-07-01 00:18:56,1,1.56,1,N,100,142,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 00:27:11,2021-07-01 00:35:47,1,2.63,1,N,230,236,1,10,0.5,0.5,1.7,0,0.3,15.5,2.5 +2,2021-07-01 00:53:04,2021-07-01 00:59:39,1,2.62,1,N,163,75,1,9,0.5,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 00:02:20,2021-07-01 00:22:30,1,7.29,1,N,237,243,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +1,2021-07-01 00:03:38,2021-07-01 00:15:09,1,1.50,1,N,237,161,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:16:03,2021-07-01 00:26:13,1,1.60,1,N,161,142,1,9,3,0.5,3.2,0,0.3,16,2.5 +1,2021-07-01 00:03:10,2021-07-01 00:08:50,3,.80,1,Y,79,114,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 00:14:39,2021-07-01 00:18:34,1,1.00,1,Y,113,137,1,5.5,3,0.5,1,0,0.3,10.3,2.5 +1,2021-07-01 00:21:24,2021-07-01 00:28:55,1,2.90,1,N,137,262,1,10,3,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 00:14:37,2021-07-01 00:20:04,1,.92,1,N,164,48,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:22:33,2021-07-01 00:47:09,2,6.26,1,N,48,129,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +1,2021-07-01 00:09:39,2021-07-01 00:19:23,1,4.80,1,N,239,244,1,15,3,0.5,1,0,0.3,19.8,2.5 +1,2021-07-01 00:55:20,2021-07-01 00:58:55,1,.80,1,N,230,161,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +2,2021-07-01 00:18:57,2021-07-01 00:33:27,1,3.16,1,N,107,237,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:05:42,2021-07-01 00:12:17,1,2.08,1,N,114,170,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:23:19,2021-07-01 00:26:32,1,.95,1,N,162,237,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:32:27,2021-07-01 00:41:26,1,1.96,1,N,229,186,1,9,0.5,0.5,1,0,0.3,13.8,2.5 +2,2021-07-01 00:54:40,2021-07-01 01:02:41,1,2.39,1,N,230,43,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:07:52,2021-07-01 00:19:18,1,2.90,1,N,161,158,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:34:45,2021-07-01 00:43:52,1,1.58,1,N,239,48,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:53:09,2021-07-01 00:56:09,1,1.08,1,N,237,236,1,5,0.5,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 00:29:11,2021-07-01 00:33:36,1,1.25,1,N,231,249,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:35:22,2021-07-01 00:43:35,1,2.78,1,Y,249,65,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:51:17,2021-07-01 01:02:03,1,3.11,1,N,45,186,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:06:58,2021-07-01 00:13:14,1,2.65,1,N,140,74,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 00:43:38,2021-07-01 00:53:39,1,2.95,1,N,79,87,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 00:20:42,2021-07-01 00:25:50,3,.87,1,N,79,148,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 00:03:36,2021-07-01 00:06:53,0,.80,1,N,263,236,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:14:56,2021-07-01 00:28:26,0,4.80,1,N,141,211,1,15.5,3,0.5,3.85,0,0.3,23.15,2.5 +1,2021-07-01 00:29:31,2021-07-01 00:42:43,0,4.30,1,N,125,141,1,14.5,3,0.5,2,0,0.3,20.3,2.5 +1,2021-07-01 00:46:47,2021-07-01 00:55:50,0,6.30,1,N,141,88,1,18.5,3,0.5,4.45,0,0.3,26.75,2.5 +1,2021-07-01 00:58:51,2021-07-01 01:16:24,0,6.00,1,N,87,143,2,20,3,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 00:04:45,2021-07-01 00:11:35,1,1.61,1,N,48,68,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:25:33,2021-07-01 00:32:57,1,1.10,1,N,162,163,1,7,0.5,0.5,3.24,0,0.3,14.04,2.5 +1,2021-07-01 00:33:17,2021-07-01 00:48:51,3,5.40,1,N,234,166,1,17.5,3,0.5,4.25,0,0.3,25.55,2.5 +2,2021-07-01 00:11:27,2021-07-01 00:42:20,1,21.31,2,N,132,237,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 00:58:25,2021-07-01 01:01:35,1,1.46,1,N,263,229,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:38:41,2021-07-01 00:42:44,1,1.25,1,N,148,107,1,5.5,0.5,0.5,1.4,0,0.3,10.7,2.5 +2,2021-07-01 00:12:58,2021-07-01 00:26:51,2,3.14,1,N,125,25,1,12.5,0.5,0.5,1,0,0.3,17.3,2.5 +2,2021-07-01 00:34:38,2021-07-01 00:43:03,1,3.53,1,N,33,97,1,12.5,0.5,0.5,3.45,0,0.3,17.25,0 +2,2021-07-01 00:27:23,2021-07-01 00:55:44,1,19.10,2,N,132,249,1,52,0,0.5,4.42,6.55,0.3,67.52,2.5 +2,2021-07-01 00:58:23,2021-07-01 01:01:47,1,.95,1,N,249,158,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:49:12,2021-07-01 00:53:05,6,.85,1,N,68,164,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:07:02,2021-07-01 00:28:35,2,10.12,1,N,132,72,1,29.5,0.5,0.5,6.16,0,0.3,38.21,0 +2,2021-07-01 00:59:09,2021-07-01 01:08:46,3,2.99,1,N,132,10,2,10.5,0.5,0.5,0,0,0.3,13.05,0 +2,2021-07-01 00:16:47,2021-07-01 00:27:16,1,2.85,1,N,79,256,1,11.5,0.5,0.5,1.5,0,0.3,16.8,2.5 +2,2021-07-01 00:31:25,2021-07-01 00:45:11,1,8.73,1,N,138,137,1,24.5,0.5,0.5,6.97,6.55,0.3,41.82,2.5 +2,2021-07-01 00:52:37,2021-07-01 01:01:28,1,1.65,1,N,162,246,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 00:05:34,2021-07-01 00:20:52,1,9.70,1,Y,132,264,1,27.5,1.75,0.5,6,0,0.3,36.05,0 +1,2021-07-01 00:44:31,2021-07-01 01:10:33,1,23.00,1,N,132,14,1,60,1.75,0.5,15.6,0,0.3,78.15,0 +2,2021-07-01 00:00:56,2021-07-01 00:34:31,2,17.80,2,N,132,246,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 00:47:21,2021-07-01 00:57:16,1,2.81,1,N,161,75,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 00:31:08,2021-07-01 00:58:39,1,19.30,1,N,132,66,1,51,0.5,0.5,10.46,0,0.3,62.76,0 +1,2021-07-01 00:27:50,2021-07-01 00:46:02,2,8.40,1,N,138,152,1,25.5,1.75,0.5,6.9,6.55,0.3,41.5,0 +1,2021-07-01 00:52:48,2021-07-01 00:55:36,1,.40,1,N,24,238,1,4,3,0.5,5,0,0.3,12.8,2.5 +2,2021-07-01 00:04:25,2021-07-01 00:15:53,1,3.95,1,N,162,74,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:27:49,2021-07-01 00:33:42,1,1.82,1,N,162,113,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:43:21,2021-07-01 00:51:56,1,2.99,1,N,137,263,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +1,2021-07-01 00:13:02,2021-07-01 00:22:24,1,2.20,1,N,263,239,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:27:08,2021-07-01 00:38:29,1,2.90,1,N,142,262,2,11,3,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 00:45:51,2021-07-01 00:55:39,3,1.70,1,N,114,79,1,8.5,0.5,0.5,1.84,0,0.3,14.14,2.5 +2,2021-07-01 00:58:07,2021-07-01 01:15:54,1,5.28,1,N,107,238,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 00:35:09,2021-07-01 00:38:16,1,.72,1,N,79,79,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:51:32,2021-07-01 01:11:13,1,6.08,1,N,186,181,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 00:03:34,2021-07-01 00:20:07,1,8.06,1,N,230,243,2,24,0.5,0.5,0,0,0.3,27.8,2.5 +2,2021-07-01 00:32:33,2021-07-01 00:37:02,1,.89,1,N,244,116,1,5.5,0.5,0.5,0,0,0.3,6.8,0 +1,2021-07-01 00:19:37,2021-07-01 00:26:23,3,1.50,1,N,162,230,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 00:34:14,2021-07-01 01:20:39,1,14.60,5,N,163,254,4,55,0,0,0,0,0.3,55.3,0 +2,2021-07-01 00:12:43,2021-07-01 00:49:21,1,21.42,2,N,132,88,1,52,0,0.5,11.06,0,0.3,67.61,2.5 +2,2021-07-01 00:04:35,2021-07-01 00:10:13,1,1.24,1,N,162,234,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:19:48,2021-07-01 00:30:04,1,2.51,1,N,230,262,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:32:01,2021-07-01 00:33:30,1,.33,1,N,263,236,1,3,0.5,0.5,3,0,0.3,9.8,2.5 +2,2021-07-01 00:05:34,2021-07-01 00:14:04,1,1.53,1,N,234,79,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +1,2021-07-01 00:15:11,2021-07-01 00:26:57,3,3.10,1,N,68,239,1,11.5,3,0.5,50,0,0.3,65.3,2.5 +1,2021-07-01 00:46:46,2021-07-01 00:58:08,0,2.20,1,N,100,79,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 00:16:17,2021-07-01 00:35:31,1,4.50,1,N,229,13,1,17,3,0.5,2,0,0.3,22.8,2.5 +1,2021-07-01 00:40:01,2021-07-01 00:52:13,1,3.40,1,N,231,48,1,12.5,3,0.5,3.25,0,0.3,19.55,2.5 +1,2021-07-01 00:57:32,2021-07-01 01:17:17,1,5.20,1,N,100,256,1,18,3,0.5,6.5,0,0.3,28.3,2.5 +2,2021-07-01 00:17:45,2021-07-01 00:26:56,1,1.08,1,N,162,48,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:37:40,2021-07-01 00:59:16,1,5.42,1,N,164,25,1,19.5,0.5,0.5,3,0,0.3,26.3,2.5 +2,2021-07-01 00:05:53,2021-07-01 00:18:04,1,2.16,1,N,246,162,1,10.5,0.5,0.5,1.7,0,0.3,16,2.5 +2,2021-07-01 00:31:05,2021-07-01 00:49:40,1,5.21,1,N,230,74,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 00:07:11,2021-07-01 00:19:40,2,3.58,1,N,162,112,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 00:22:26,2021-07-01 00:22:44,1,.00,5,N,161,161,1,15.8,0,0,0,0,0.3,16.1,0 +1,2021-07-01 00:31:23,2021-07-01 00:31:38,3,.00,5,N,186,186,1,21.3,0,0,5.4,0,0.3,27,0 +1,2021-07-01 00:36:40,2021-07-01 00:45:36,1,2.10,1,N,186,229,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +2,2021-07-01 00:06:06,2021-07-01 00:24:17,1,4.84,1,N,79,43,1,17,0.5,0.5,3.8,0,0.3,24.6,2.5 +2,2021-07-01 00:32:25,2021-07-01 00:47:50,1,6.70,1,N,161,13,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 00:49:46,2021-07-01 00:54:51,1,.71,1,N,231,231,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 00:05:23,2021-07-01 00:15:19,1,1.96,1,N,238,143,1,9.5,0.5,0.5,1.7,0,0.3,15,2.5 +2,2021-07-01 00:29:32,2021-07-01 00:36:02,1,1.83,1,N,249,164,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 00:40:54,2021-07-01 01:18:09,1,19.12,1,N,161,29,1,54,0.5,0.5,12,6.55,0.3,76.35,2.5 +2,2021-07-01 00:50:51,2021-07-01 01:01:55,1,4.26,1,N,79,263,1,13,0.5,0.5,2,0,0.3,18.8,2.5 +2,2021-07-01 00:14:21,2021-07-01 00:24:12,1,1.50,1,N,107,68,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:50:10,2021-07-01 01:14:50,1,5.87,1,N,158,225,1,21.5,0.5,0.5,5.06,0,0.3,30.36,2.5 +2,2021-07-01 00:17:01,2021-07-01 00:39:00,1,10.07,1,N,138,90,1,30,0.5,0.5,8.32,6.55,0.3,49.92,2.5 +2,2021-07-01 00:40:36,2021-07-01 00:43:56,1,.56,1,N,90,249,1,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:49:06,2021-07-01 00:56:27,1,2.09,1,N,68,264,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 00:18:43,2021-07-01 00:31:50,2,2.30,1,N,138,232,1,32,4.25,0.5,7,0,0.3,44.05,2.5 +1,2021-07-01 00:55:26,2021-07-01 01:14:59,2,2.50,1,N,138,263,1,36,4.25,0.5,8.2,0,0.3,49.25,2.5 +1,2021-07-01 00:09:12,2021-07-01 00:30:15,1,6.10,1,N,234,7,2,20,3,0.5,0,0,0.3,23.8,2.5 +1,2021-07-01 00:36:37,2021-07-01 00:44:27,2,1.20,1,N,7,7,2,7,0.5,0.5,0,0,0.3,8.3,0 +1,2021-07-01 00:35:00,2021-07-01 00:46:36,1,3.10,1,N,161,211,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +2,2021-07-01 00:30:31,2021-07-01 00:35:08,1,1.29,1,N,68,90,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:37:50,2021-07-01 00:39:58,1,.78,1,N,249,125,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:42:39,2021-07-01 01:00:39,1,6.88,1,N,249,166,2,20.5,0.5,0.5,0,0,0.3,24.3,2.5 +2,2021-07-01 00:17:47,2021-07-01 00:24:17,1,2.74,1,N,263,233,1,9,0.5,0.5,4,0,0.3,16.8,2.5 +2,2021-07-01 00:56:02,2021-07-01 01:29:05,1,21.27,2,N,132,87,1,52,0,0.5,5.5,6.55,0.3,68.6,2.5 +2,2021-07-01 00:05:59,2021-07-01 00:50:24,1,13.03,1,N,48,188,1,41,0.5,0.5,4.48,0,0.3,49.28,2.5 +2,2021-07-01 00:26:49,2021-07-01 00:31:42,1,1.10,1,N,148,79,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:34:11,2021-07-01 00:49:27,1,3.94,1,N,79,50,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 00:52:53,2021-07-01 00:56:48,1,.96,1,N,48,100,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:30:23,2021-07-01 00:38:29,1,3.11,1,N,138,7,1,11,0.5,0.5,2.71,0,0.3,16.26,0 +2,2021-07-01 00:56:20,2021-07-01 01:10:27,1,4.48,1,N,138,92,1,16.5,0.5,0.5,4.76,0,0.3,23.81,0 +2,2021-07-01 00:20:54,2021-07-01 00:31:37,1,3.08,1,N,162,226,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +1,2021-07-01 00:18:45,2021-07-01 00:25:34,1,1.70,1,N,142,236,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:26:49,2021-07-01 00:48:56,1,5.50,1,N,236,231,1,19.5,3,0.5,4,0,0.3,27.3,2.5 +1,2021-07-01 00:14:39,2021-07-01 00:33:55,2,8.50,1,N,138,263,1,26.5,4.25,0.5,5,6.55,0.3,43.1,2.5 +1,2021-07-01 00:37:04,2021-07-01 00:43:11,2,2.30,1,N,263,162,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:48:41,2021-07-01 01:19:24,1,18.70,2,N,132,48,1,52,3.75,0.5,6.31,6.55,0.3,69.41,2.5 +2,2021-07-01 00:53:24,2021-07-01 01:23:57,1,23.51,2,N,132,170,1,52,0,0.5,6.15,6.55,0.3,68,2.5 +2,2021-07-01 00:37:29,2021-07-01 00:52:31,2,5.09,1,N,107,24,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +1,2021-07-01 00:01:39,2021-07-01 00:19:12,1,5.50,1,N,263,82,2,18.5,3,0.5,0,0,0.3,22.3,2.5 +1,2021-07-01 00:31:41,2021-07-01 00:47:03,1,6.40,1,N,138,167,1,20.5,1.75,0.5,2,6.55,0.3,31.6,0 +2,2021-07-01 00:09:47,2021-07-01 00:19:43,1,4.45,1,N,148,140,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 00:06:08,2021-07-01 00:38:41,2,12.01,1,N,132,188,1,36.5,0.5,0.5,9.76,0,0.3,48.81,0 +2,2021-07-01 00:21:03,2021-07-01 00:35:49,1,5.43,1,N,162,231,1,18,0.5,0.5,5,0,0.3,26.8,2.5 +2,2021-07-01 00:38:17,2021-07-01 00:43:47,1,2.40,1,N,231,234,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +2,2021-07-01 00:54:24,2021-07-01 00:57:32,1,1.32,1,N,114,164,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:28:31,2021-07-01 00:41:35,5,3.00,1,N,90,237,1,12.5,0.5,0.5,2,0,0.3,18.3,2.5 +2,2021-07-01 00:40:38,2021-07-01 00:52:24,1,2.10,1,N,158,231,1,10,0.5,0.5,1.75,0,0.3,15.55,2.5 +2,2021-07-01 00:57:48,2021-07-01 01:28:30,1,11.04,1,N,211,69,1,34.5,0.5,0.5,7.66,0,0.3,45.96,2.5 +1,2021-07-01 00:12:50,2021-07-01 00:24:28,1,2.90,1,N,79,97,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +1,2021-07-01 00:26:40,2021-07-01 00:31:39,1,1.00,1,N,97,97,2,6,0.5,0.5,0,0,0.3,7.3,0 +1,2021-07-01 00:49:44,2021-07-01 00:52:54,1,.80,1,N,162,237,1,4.5,3,0.5,2.8,0,0.3,11.1,2.5 +2,2021-07-01 00:17:30,2021-07-01 00:20:44,1,.71,1,N,170,162,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:24:29,2021-07-01 00:42:58,1,5.93,1,N,170,255,1,20,0.5,0.5,4,0,0.3,27.8,2.5 +2,2021-07-01 00:58:03,2021-07-01 01:05:22,1,1.66,1,N,79,125,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:15:38,2021-07-01 00:25:06,1,3.44,1,N,237,74,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:36:08,2021-07-01 00:37:56,2,.70,1,N,263,141,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 00:41:36,2021-07-01 00:48:03,1,2.62,1,N,141,107,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:50:36,2021-07-01 00:55:05,1,2.04,1,N,137,232,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:01:22,2021-07-01 00:01:30,1,.00,5,N,265,265,1,120,0,0,20,0,0.3,140.3,0 +2,2021-07-01 00:03:14,2021-07-01 00:10:28,1,.87,1,N,107,90,1,6.5,0.5,0.5,1.03,0,0.3,11.33,2.5 +2,2021-07-01 00:18:44,2021-07-01 00:36:32,1,8.06,1,N,230,243,1,25,0.5,0.5,3.08,0,0.3,31.88,2.5 +2,2021-07-01 00:05:40,2021-07-01 00:22:44,1,2.97,1,N,145,7,2,13.5,0.5,0.5,0,0,0.3,14.8,0 +1,2021-07-01 00:12:06,2021-07-01 00:22:08,1,2.30,1,N,90,143,1,10,3,0.5,3.45,0,0.3,17.25,2.5 +1,2021-07-01 00:26:07,2021-07-01 00:38:20,1,3.00,1,N,48,140,1,11.5,3,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:05:58,2021-07-01 00:11:15,3,.74,1,N,170,164,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:26:29,2021-07-01 00:29:02,3,.70,1,N,164,161,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +1,2021-07-01 00:05:45,2021-07-01 00:07:36,1,.70,1,N,161,164,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 00:09:52,2021-07-01 00:20:49,1,3.30,1,N,164,236,1,12,3,0.5,2.2,0,0.3,18,2.5 +1,2021-07-01 00:48:29,2021-07-01 00:51:37,1,1.30,1,N,229,107,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +2,2021-07-01 00:00:56,2021-07-01 00:06:57,1,1.38,1,N,231,249,1,6.5,0.5,0.5,1,0,0.3,11.3,2.5 +2,2021-07-01 00:11:59,2021-07-01 00:26:11,1,4.02,1,N,249,236,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:30:46,2021-07-01 00:42:40,1,3.24,1,N,237,7,1,12,0.5,0.5,0.79,0,0.3,16.59,2.5 +2,2021-07-01 00:22:07,2021-07-01 00:36:02,1,3.47,1,N,237,68,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 00:39:50,2021-07-01 00:45:10,1,2.09,1,N,246,142,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:42:01,2021-07-01 00:46:43,1,.98,1,N,164,107,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:35:45,2021-07-01 00:45:56,1,3.57,1,N,137,75,1,12,0.5,0.5,0.2,0,0.3,16,2.5 +1,2021-07-01 00:06:12,2021-07-01 00:29:54,1,4.80,1,N,141,79,1,19,3,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 00:22:56,2021-07-01 00:35:40,1,2.29,1,N,148,25,1,10.5,0.5,0.5,2,0,0.3,16.3,2.5 +2,2021-07-01 00:13:16,2021-07-01 00:31:23,1,9.57,1,N,138,186,1,27.5,0.5,0.5,7.57,6.55,0.3,46.67,2.5 +2,2021-07-01 00:35:24,2021-07-01 00:38:54,1,.91,1,N,164,48,1,5,0.5,0.5,0.88,0,0.3,9.68,2.5 +2,2021-07-01 00:49:42,2021-07-01 00:49:44,1,.00,5,N,230,264,1,45,0,0,5,0,0.3,50.3,0 +2,2021-07-01 00:32:29,2021-07-01 00:36:18,1,.67,1,N,144,211,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:38:08,2021-07-01 00:55:22,1,3.82,1,N,211,49,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 00:46:04,2021-07-01 01:03:20,3,5.34,1,N,238,147,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:11:26,2021-07-01 00:22:41,1,3.50,1,N,137,146,1,12.5,0.5,0.5,3,0,0.3,19.3,2.5 +1,2021-07-01 00:02:32,2021-07-01 00:44:56,1,19.40,1,N,132,26,1,56.5,1.75,0.5,11.8,0,0.3,70.85,0 +2,2021-07-01 00:03:22,2021-07-01 00:17:04,2,3.59,1,N,249,143,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:20:23,2021-07-01 00:36:04,1,3.39,1,N,114,255,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:48:03,2021-07-01 01:05:14,1,4.16,1,N,114,17,1,15.5,0.5,0.5,4.82,0,0.3,24.12,2.5 +2,2021-07-01 00:14:01,2021-07-01 00:25:01,1,1.97,1,N,114,87,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:10:42,2021-07-01 00:29:59,2,6.39,1,N,164,66,2,21.5,0.5,0.5,0,0,0.3,25.3,2.5 +2,2021-07-01 00:52:59,2021-07-01 01:12:11,2,6.10,1,N,113,179,1,19.5,0.5,0.5,4.66,0,0.3,27.96,2.5 +2,2021-07-01 00:09:30,2021-07-01 00:22:17,1,3.79,1,N,233,151,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:39:19,2021-07-01 00:45:26,1,1.10,1,N,164,246,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:50:00,2021-07-01 01:05:53,1,3.36,1,N,246,79,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:15:29,2021-07-01 00:29:45,1,6.35,1,N,138,95,2,19.5,0.5,0.5,0,0,0.3,22.05,0 +2,2021-07-01 00:52:02,2021-07-01 01:02:01,1,4.21,1,N,138,7,1,14,0.5,0.5,4.14,0,0.3,20.69,0 +2,2021-07-01 00:01:38,2021-07-01 00:23:35,1,7.26,1,N,68,116,1,24,0.5,0.5,5.56,0,0.3,33.36,2.5 +2,2021-07-01 00:45:59,2021-07-01 00:54:50,1,2.27,1,N,142,233,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +2,2021-06-30 23:59:41,2021-07-01 00:11:35,1,2.19,1,N,79,186,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:24:40,2021-07-01 00:33:44,1,2.38,1,N,113,230,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +2,2021-07-01 00:45:06,2021-07-01 01:03:47,1,4.77,1,N,249,236,1,17,0.5,0.5,1,0,0.3,21.8,2.5 +2,2021-07-01 00:25:43,2021-07-01 00:39:50,2,7.83,1,N,132,265,2,22.5,0.5,0.5,0,0,0.3,25.05,0 +2,2021-07-01 00:25:42,2021-07-01 00:36:30,1,2.34,1,N,163,107,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 00:56:37,2021-07-01 01:12:04,1,4.22,1,N,113,25,1,15.5,0.5,0.5,4.82,0,0.3,24.12,2.5 +2,2021-07-01 00:34:30,2021-07-01 01:02:35,1,19.34,1,N,132,25,1,51.5,0.5,0.5,13.51,0,0.3,67.56,0 +2,2021-07-01 00:23:41,2021-07-01 00:53:54,1,17.54,2,N,132,141,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 00:57:40,2021-07-01 01:19:59,1,11.92,1,N,141,95,1,33,0.5,0.5,10.84,6.55,0.3,54.19,2.5 +1,2021-07-01 00:58:08,2021-07-01 01:33:12,1,13.50,1,N,132,181,1,40,1.75,0.5,8.5,0,0.3,51.05,0 +1,2021-07-01 00:38:19,2021-07-01 00:51:11,1,2.50,1,N,164,141,1,11,3,0.5,1,0,0.3,15.8,2.5 +1,2021-07-01 00:54:38,2021-07-01 00:59:31,2,1.20,1,N,141,263,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 00:01:06,2021-07-01 00:10:37,1,2.30,1,N,233,68,1,9.5,3,0.5,1,0,0.3,14.3,2.5 +1,2021-07-01 00:15:20,2021-07-01 00:32:23,1,4.30,1,N,249,25,1,16,3,0.5,4.95,0,0.3,24.75,2.5 +2,2021-07-01 00:06:12,2021-07-01 00:25:37,1,8.82,1,N,138,237,1,26.5,0.5,0.5,7.89,0,0.3,39.44,2.5 +2,2021-07-01 00:35:23,2021-07-01 00:52:30,1,8.68,1,N,162,243,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +1,2021-07-01 00:02:28,2021-07-01 00:28:08,1,6.40,1,N,234,7,1,23,3,0.5,5.35,0,0.3,32.15,2.5 +1,2021-07-01 00:44:30,2021-07-01 00:54:48,1,2.10,1,N,162,143,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:26:17,2021-07-01 00:34:11,1,1.87,1,N,186,107,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:38:06,2021-07-01 00:38:09,1,.00,2,N,107,107,2,52,0,0.5,0,0,0.3,55.3,2.5 +2,2021-07-01 00:38:29,2021-07-01 00:57:58,1,.87,1,N,107,107,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 00:33:04,2021-07-01 00:53:21,1,9.82,1,N,138,79,1,28.5,0.5,0.5,5,6.55,0.3,45.1,2.5 +2,2021-07-01 00:02:28,2021-07-01 00:14:51,2,2.60,1,N,230,264,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:32:56,2021-07-01 00:39:04,4,1.15,1,N,100,48,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:47:52,2021-07-01 00:49:00,1,.18,1,N,164,161,2,3,0.5,0.5,0,0,0.3,6.8,2.5 +2,2021-07-01 00:59:39,2021-07-01 01:07:20,1,.93,1,N,161,186,1,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:48:12,2021-07-01 01:17:16,1,11.81,1,N,132,17,1,35,0.5,0.5,7.51,0,0.3,45.06,0 +2,2021-07-01 00:17:17,2021-07-01 00:22:36,1,1.63,1,N,161,113,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 00:26:30,2021-07-01 00:36:37,1,2.60,1,N,209,249,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 00:38:01,2021-07-01 00:41:47,1,1.20,1,N,249,68,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:39:39,2021-07-01 00:43:54,1,1.72,1,N,162,263,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:59:12,2021-07-01 01:12:06,1,4.78,1,N,263,249,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 00:27:16,2021-07-01 00:39:58,1,2.62,1,N,164,143,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:47:00,2021-07-01 01:07:38,1,7.42,1,N,48,116,1,24,0.5,0.5,3,0,0.3,30.8,2.5 +1,2021-07-01 00:10:21,2021-07-01 00:43:10,1,17.80,2,N,132,68,1,52,2.5,0.5,10,7.8,0.3,73.1,2.5 +1,2021-07-01 00:09:56,2021-07-01 00:19:00,0,1.40,1,N,79,90,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 00:22:43,2021-07-01 00:29:04,0,2.00,1,N,68,163,1,7.5,3,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:00:20,2021-07-01 00:45:02,2,12.51,1,N,140,72,1,42,0.5,0.5,9.16,0,0.3,54.96,2.5 +2,2021-07-01 00:04:44,2021-07-01 00:22:13,1,4.79,1,N,79,239,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:49:36,2021-07-01 00:54:53,1,.73,1,N,79,79,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:57:55,2021-07-01 01:11:29,1,3.92,1,N,79,141,4,-13.5,-0.5,-0.5,0,0,-0.3,-17.3,-2.5 +2,2021-07-01 00:57:55,2021-07-01 01:11:29,1,3.92,1,N,79,140,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:06:51,2021-07-01 00:18:46,1,2.50,1,N,231,4,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:23:58,2021-07-01 00:30:38,1,.98,1,N,79,79,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 00:54:43,2021-07-01 01:01:04,1,1.36,1,N,79,249,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 00:00:03,2021-07-01 00:09:16,1,1.20,1,N,170,90,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 00:13:47,2021-07-01 00:25:07,2,3.49,1,N,164,231,1,12,0.5,0.5,2.37,0,0.3,18.17,2.5 +2,2021-07-01 00:32:05,2021-07-01 00:36:05,2,.78,1,N,249,125,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:39:47,2021-07-01 00:53:10,2,3.80,1,N,249,142,1,13.5,0.5,0.5,2.6,0,0.3,19.9,2.5 +2,2021-07-01 00:56:34,2021-07-01 01:32:03,1,24.02,1,N,132,220,2,64,0.5,0.5,0,6.55,0.3,73.1,0 +2,2021-07-01 00:35:39,2021-07-01 00:43:19,1,1.50,1,N,41,152,1,7.5,0.5,0.5,2.2,0,0.3,11,0 +2,2021-07-01 00:54:48,2021-07-01 01:14:36,1,4.11,1,N,264,264,1,17,0.5,0.5,4.58,0,0.3,22.88,0 +1,2021-07-01 00:05:25,2021-07-01 00:16:33,1,1.90,1,N,239,237,1,9.5,3,0.5,3.3,0,0.3,16.6,2.5 +1,2021-07-01 00:35:57,2021-07-01 00:45:12,1,2.10,1,N,79,261,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 00:51:18,2021-07-01 01:03:54,3,4.10,1,N,88,230,2,13.5,3,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 00:09:22,2021-07-01 00:15:03,1,1.24,1,N,237,263,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:25:11,2021-07-01 00:50:07,1,7.06,1,N,237,95,1,24.5,0.5,0.5,5.66,0,0.3,33.96,2.5 +2,2021-07-01 00:36:44,2021-07-01 00:52:01,1,9.17,1,N,138,17,1,26,0.5,0.5,5.71,0,0.3,34.26,0 +2,2021-07-01 00:17:22,2021-07-01 00:50:02,2,18.69,2,N,132,142,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +1,2021-07-01 00:17:04,2021-07-01 00:26:48,1,2.60,1,N,263,168,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 00:38:12,2021-07-01 00:48:09,1,1.60,1,N,74,75,1,8.5,0.5,0.5,5,0,0.3,14.8,0 +1,2021-07-01 00:58:13,2021-07-01 01:07:21,1,2.40,1,N,75,168,2,9.5,0.5,0.5,0,0,0.3,10.8,0 +2,2021-07-01 00:21:32,2021-07-01 00:27:41,1,1.93,1,N,100,239,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:33:56,2021-07-01 00:50:54,1,4.63,1,N,43,223,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:25:59,2021-07-01 00:46:46,1,15.15,1,N,132,112,1,41,0.5,0.5,8.71,0,0.3,52.26,0 +2,2021-07-01 00:17:17,2021-07-01 00:23:26,5,.74,1,N,141,162,3,-6,-0.5,-0.5,0,0,-0.3,-9.8,-2.5 +2,2021-07-01 00:17:17,2021-07-01 00:23:26,5,.74,1,N,141,162,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:30:21,2021-07-01 00:33:53,2,1.49,1,N,140,75,1,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:15:27,2021-07-01 00:30:44,1,4.99,1,N,114,262,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 00:35:27,2021-07-01 00:44:05,1,5.57,1,N,263,244,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:12:10,2021-07-01 00:27:23,1,6.33,1,N,137,97,1,20,0.5,0.5,1,0,0.3,24.8,2.5 +2,2021-07-01 00:34:50,2021-07-01 00:46:41,1,2.87,1,N,181,89,1,11.5,0.5,0.5,2.56,0,0.3,15.36,0 +2,2021-07-01 00:16:05,2021-07-01 00:22:46,1,1.78,1,N,79,164,1,7.5,0.5,0.5,2.83,0,0.3,14.13,2.5 +1,2021-07-01 00:05:21,2021-07-01 00:10:29,1,1.20,1,N,164,68,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 00:13:20,2021-07-01 00:13:51,1,.00,5,N,68,68,1,188,0,0,0.8,0,0.3,189.1,0 +1,2021-07-01 00:01:46,2021-07-01 00:10:41,1,1.90,1,N,164,144,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:13:00,2021-07-01 00:21:20,1,1.80,1,N,144,170,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 00:13:50,2021-07-01 00:13:50,1,.00,1,Y,7,264,2,3.5,0.5,0.5,0,0,0.3,4.8,0 +1,2021-07-01 00:48:18,2021-07-01 00:58:32,1,3.90,1,N,161,24,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 00:01:31,2021-07-01 00:08:20,4,1.19,1,N,79,45,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:07:01,2021-07-01 00:13:14,1,1.61,1,N,79,107,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:35:25,2021-07-01 00:46:41,1,4.08,1,N,144,37,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:02:09,2021-07-01 00:09:28,1,1.89,1,N,162,79,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:14:31,2021-07-01 00:22:38,1,2.29,1,N,107,141,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 00:24:58,2021-07-01 00:28:40,1,.83,1,N,141,141,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:40:14,2021-07-01 01:11:03,1,6.59,1,N,79,151,1,25.5,0.5,0.5,5.86,0,0.3,35.16,2.5 +2,2021-07-01 00:10:18,2021-07-01 00:18:14,1,2.01,1,N,113,87,1,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:25:13,2021-07-01 00:40:52,1,3.57,1,N,87,49,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 00:56:48,2021-07-01 01:10:02,1,3.33,1,N,231,181,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:09:21,2021-07-01 00:28:26,1,4.86,1,N,249,140,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 00:31:07,2021-07-01 00:44:32,1,2.83,1,N,141,238,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 00:18:31,2021-07-01 00:29:32,1,2.62,1,N,158,162,1,10.5,0.5,0.5,3.58,0,0.3,17.88,2.5 +2,2021-07-01 00:39:56,2021-07-01 00:50:22,1,2.43,1,N,186,229,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:21:14,2021-07-01 00:49:14,1,18.48,2,N,132,113,1,52,0,0.5,15.78,6.55,0.3,78.88,2.5 +2,2021-07-01 00:00:42,2021-07-01 00:04:38,1,1.03,1,N,170,233,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 00:11:01,2021-07-01 00:29:49,1,9.97,1,N,79,223,1,29,0.5,0.5,6.56,0,0.3,39.36,2.5 +2,2021-07-01 00:47:59,2021-07-01 01:09:52,1,11.07,1,N,138,249,1,32,0.5,0.5,2,0,0.3,39.05,2.5 +2,2021-07-01 00:21:09,2021-07-01 00:29:29,1,1.70,1,N,79,87,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 00:35:20,2021-07-01 00:41:44,1,2.28,1,N,231,90,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 00:47:08,2021-07-01 01:00:18,1,4.08,1,N,186,236,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 00:30:45,2021-07-01 00:35:15,1,2.65,1,N,132,10,2,9,0.5,0.5,0,0,0.3,11.55,0 +2,2021-07-01 00:51:13,2021-07-01 01:12:20,1,15.26,1,N,132,108,1,41.5,0.5,0.5,8,0,0.3,52.05,0 +2,2021-07-01 00:17:35,2021-07-01 00:23:30,3,1.71,1,N,79,164,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:26:08,2021-07-01 00:29:32,1,.92,1,N,100,163,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:51:20,2021-07-01 01:15:58,2,8.23,1,N,48,116,1,27,0.5,0.5,6.16,0,0.3,36.96,2.5 +2,2021-07-01 00:19:27,2021-07-01 00:22:21,1,.66,1,N,234,90,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 00:30:55,2021-07-01 00:50:05,1,5.92,1,N,249,238,1,20,0.5,0.5,5.95,0,0.3,29.75,2.5 +2,2021-07-01 00:08:49,2021-07-01 00:12:17,1,1.24,1,N,229,170,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:13:31,2021-07-01 00:14:45,1,.41,1,N,170,170,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 00:18:39,2021-07-01 00:27:12,1,2.01,1,N,170,249,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:28:50,2021-07-01 00:35:08,2,1.65,1,N,249,13,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:46:35,2021-07-01 00:56:25,1,3.12,1,N,90,141,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 00:26:04,2021-07-01 00:34:46,1,2.48,1,N,163,107,1,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:36:55,2021-07-01 00:43:56,1,1.34,1,N,107,148,1,7,0.5,0.5,1.08,0,0.3,11.88,2.5 +1,2021-07-01 00:15:20,2021-07-01 00:45:27,1,24.60,1,N,132,228,2,64.5,1.75,0.5,0,0,0.3,67.05,0 +2,2021-07-01 00:27:57,2021-07-01 00:28:04,1,.00,5,N,61,17,1,33.3,0,0,6.72,0,0.3,40.32,0 +1,2021-07-01 00:21:10,2021-07-01 00:25:22,1,1.50,1,N,164,163,1,6,3,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 00:13:39,2021-07-01 00:20:57,1,1.73,1,N,170,141,1,7.5,0.5,0.5,5,0,0.3,16.3,2.5 +2,2021-07-01 00:23:56,2021-07-01 00:46:45,1,13.06,1,N,138,161,1,36.5,0.5,0.5,9.62,6.55,0.3,57.72,2.5 +2,2021-07-01 00:49:15,2021-07-01 00:55:55,1,1.17,1,N,161,50,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:57:11,2021-07-01 01:22:14,1,7.11,1,N,48,256,1,24,0.5,0.5,8.34,0,0.3,36.14,2.5 +1,2021-07-01 00:07:36,2021-07-01 00:13:55,0,1.80,1,N,90,170,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:20:57,2021-07-01 00:25:47,0,1.30,1,N,79,164,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 00:46:43,2021-07-01 00:49:50,0,1.30,1,N,234,170,1,5.5,3,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:09:43,2021-07-01 00:36:47,2,10.75,1,N,132,37,1,32,0.5,0.5,6.66,0,0.3,39.96,0 +1,2021-07-01 00:08:25,2021-07-01 00:10:34,1,.30,1,N,239,142,1,3.5,3,0.5,1,0,0.3,8.3,2.5 +1,2021-07-01 00:24:18,2021-07-01 00:37:03,1,2.00,1,N,162,50,1,10.5,3,0.5,4,0,0.3,18.3,2.5 +1,2021-07-01 00:51:20,2021-07-01 00:56:37,0,1.30,1,N,142,100,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 00:03:39,2021-07-01 00:33:24,2,21.00,1,N,132,18,1,56,1.75,0.5,0,6.55,0.3,65.1,0 +2,2021-07-01 00:09:42,2021-07-01 00:26:01,1,4.78,1,N,107,145,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +1,2021-07-01 00:16:33,2021-07-01 00:45:16,1,20.50,2,N,132,24,1,52,1.25,0.5,9.09,6.55,0.3,69.69,0 +1,2021-07-01 00:12:06,2021-07-01 00:21:49,0,3.20,1,N,239,42,1,11,3,0.5,2.95,0,0.3,17.75,2.5 +1,2021-07-01 00:11:21,2021-07-01 00:21:11,1,2.20,1,N,163,141,1,10,3,0.5,3.45,0,0.3,17.25,2.5 +1,2021-07-01 00:46:40,2021-07-01 01:16:55,2,11.30,1,N,48,95,2,34.5,3,0.5,0,0,0.3,38.3,2.5 +2,2021-06-30 23:59:22,2021-07-01 00:14:56,1,4.60,1,N,68,263,1,15.5,0.5,0.5,1,0,0.3,20.3,2.5 +2,2021-07-01 00:21:37,2021-07-01 00:26:36,1,1.49,1,N,263,43,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 00:52:22,2021-07-01 00:53:55,1,.70,1,N,141,141,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +2,2021-07-01 00:01:55,2021-07-01 00:20:39,1,7.42,1,N,138,41,1,23.5,0.5,0.5,6.52,6.55,0.3,39.12,0 +2,2021-07-01 00:37:16,2021-07-01 00:40:28,1,.63,1,N,43,236,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:42:37,2021-07-01 00:47:12,1,.73,1,N,43,263,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:51:45,2021-07-01 00:55:12,2,1.40,1,N,229,137,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:23:33,2021-07-01 00:39:10,1,4.79,1,N,100,74,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +1,2021-07-01 00:16:25,2021-07-01 00:44:08,3,15.10,1,N,132,155,1,42,1.75,0.5,10,0,0.3,54.55,0 +2,2021-07-01 00:07:56,2021-07-01 00:14:26,1,1.20,1,N,186,90,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:21:25,2021-07-01 00:29:57,1,1.27,1,N,114,4,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:41:51,2021-07-01 00:50:56,1,1.24,1,N,148,232,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 00:34:08,2021-07-01 00:59:22,1,6.90,1,N,90,223,1,23.5,3,0.5,6.8,0,0.3,34.1,2.5 +2,2021-07-01 00:00:50,2021-07-01 00:16:01,1,3.53,1,N,211,48,4,-14,-0.5,-0.5,0,0,-0.3,-17.8,-2.5 +2,2021-07-01 00:00:50,2021-07-01 00:16:01,1,3.53,1,N,211,48,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:24:55,2021-07-01 00:37:10,1,3.42,1,N,249,50,1,12.5,0.5,0.5,2.44,0,0.3,18.74,2.5 +2,2021-07-01 00:14:36,2021-07-01 00:29:32,2,3.08,1,N,158,170,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:35:07,2021-07-01 00:42:37,1,2.40,1,N,170,237,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:48:22,2021-07-01 00:54:29,1,1.39,1,N,161,186,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:55:24,2021-07-01 01:00:44,1,1.17,1,N,186,100,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +1,2021-07-01 00:18:43,2021-07-01 00:26:15,1,2.50,1,N,233,145,1,9.5,3,0.5,2,0,0.3,15.3,2.5 +2,2021-07-01 00:13:16,2021-07-01 00:21:32,1,3.03,1,N,163,226,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 00:17:07,2021-07-01 00:31:30,2,4.61,1,N,79,239,1,15,0.5,0.5,2.82,0,0.3,21.62,2.5 +2,2021-07-01 00:45:16,2021-07-01 00:59:15,1,3.21,1,N,68,45,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:18:13,2021-07-01 00:45:37,2,18.41,2,N,132,41,1,52,0,0.5,0,6.55,0.3,60.6,0 +1,2021-07-01 00:12:28,2021-07-01 00:31:27,1,10.70,1,Y,138,113,1,30.5,4.25,0.5,7.1,0,0.3,42.65,2.5 +1,2021-07-01 00:38:18,2021-07-01 01:02:43,1,11.70,5,N,249,265,1,80,0,0,0,0,0.3,80.3,0 +2,2021-07-01 00:15:35,2021-07-01 00:22:24,2,1.32,1,N,170,137,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:24:10,2021-07-01 00:36:30,1,2.43,1,N,137,50,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 00:42:49,2021-07-01 00:53:13,1,2.57,1,N,186,239,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:55:35,2021-07-01 01:08:25,1,6.13,1,N,239,243,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:11:14,2021-07-01 00:29:57,1,6.47,1,N,238,4,1,21.5,0.5,0.5,3,0,0.3,28.3,2.5 +2,2021-07-01 00:33:47,2021-07-01 00:37:45,1,1.00,1,N,79,137,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:14:30,2021-07-01 00:28:30,1,3.68,1,N,68,141,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:47:37,2021-07-01 00:57:52,3,2.47,1,N,144,164,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 00:03:20,2021-07-01 00:17:41,3,2.49,1,N,25,49,1,12,0.5,0.5,3.33,0,0.3,16.63,0 +2,2021-07-01 00:22:43,2021-07-01 00:23:13,1,.00,5,N,49,49,2,-80,0,0,16.06,0,-0.3,-64.24,0 +2,2021-07-01 00:22:43,2021-07-01 00:23:13,1,.00,5,N,49,49,2,80,0,0,0,0,0.3,80.3,0 +2,2021-07-01 00:38:34,2021-07-01 01:31:40,1,15.39,5,N,49,265,2,80,0,0,0,16.75,0.3,99.55,2.5 +1,2021-07-01 00:25:46,2021-07-01 00:35:32,0,2.50,1,N,229,224,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 00:36:56,2021-07-01 00:46:26,0,1.80,1,N,224,211,2,9,3,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 00:49:27,2021-07-01 01:05:19,0,4.60,1,N,125,143,1,16,3,0.5,3.95,0,0.3,23.75,2.5 +2,2021-07-01 00:31:39,2021-07-01 00:34:31,6,.81,1,N,90,249,1,4.5,0.5,0.5,1,0,0.3,9.3,2.5 +1,2021-07-01 00:04:25,2021-07-01 00:12:56,1,2.20,1,N,68,143,2,9,3,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 00:08:21,2021-07-01 00:10:27,1,.89,1,N,233,137,4,-4.5,-0.5,-0.5,0,0,-0.3,-8.3,-2.5 +2,2021-07-01 00:08:21,2021-07-01 00:10:27,1,.89,1,N,233,137,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:04:12,2021-07-01 00:08:52,1,1.21,1,N,229,237,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:11:49,2021-07-01 00:15:04,1,.93,1,N,236,75,1,5,0.5,0.5,1.14,0,0.3,9.94,2.5 +2,2021-07-01 00:40:38,2021-07-01 00:55:13,1,4.60,1,N,43,261,1,15.5,0.5,0.5,4.82,0,0.3,24.12,2.5 +2,2021-07-01 00:18:45,2021-07-01 01:06:39,2,23.31,1,N,234,23,1,66.5,0.5,0.5,0,13.1,0.3,80.9,0 +2,2021-06-30 21:09:23,2021-06-30 21:15:47,1,1.41,1,N,162,164,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:01:57,2021-07-01 00:21:53,1,9.99,1,N,138,61,1,29,0.5,0.5,7.58,0,0.3,39.13,0 +2,2021-07-01 00:34:18,2021-07-01 00:55:13,1,4.67,1,N,113,97,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-06-30 23:27:37,2021-06-30 23:45:53,1,5.48,1,N,141,83,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +1,2021-07-01 00:09:34,2021-07-01 00:10:30,1,.00,5,N,265,265,1,50,0,0,0,0,0.3,50.3,0 +1,2021-07-01 00:45:18,2021-07-01 01:07:23,1,12.10,1,N,132,129,2,35,1.75,0.5,0,0,0.3,37.55,0 +1,2021-07-01 00:10:37,2021-07-01 00:36:46,1,15.80,1,N,132,255,1,44,1.75,0.5,9.3,0,0.3,55.85,0 +1,2021-07-01 00:06:30,2021-07-01 00:12:53,1,1.10,1,N,211,232,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +1,2021-07-01 00:23:21,2021-07-01 00:32:20,1,1.70,1,N,114,232,1,8.5,3,0.5,2,0,0.3,14.3,2.5 +1,2021-07-01 00:40:35,2021-07-01 00:42:12,0,.40,1,N,148,79,1,3.5,3,0.5,1.45,0,0.3,8.75,2.5 +1,2021-07-01 00:48:13,2021-07-01 00:57:41,1,2.20,1,N,79,162,1,9.5,3,0.5,1.7,0,0.3,15,2.5 +2,2021-07-01 00:42:18,2021-07-01 00:49:17,2,1.47,1,N,230,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:34:20,2021-07-01 00:45:10,1,2.06,1,N,88,79,1,10,0.5,0.5,2.2,0,0.3,16,2.5 +2,2021-07-01 00:11:15,2021-07-01 00:19:26,2,3.08,1,N,164,236,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 00:23:17,2021-07-01 00:25:42,1,.49,1,N,236,236,1,4,0.5,0.5,4,0,0.3,11.8,2.5 +2,2021-07-01 00:54:40,2021-07-01 01:06:50,2,3.76,1,N,143,249,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 00:12:27,2021-07-01 00:18:13,1,1.89,1,N,186,211,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:19:53,2021-07-01 00:38:57,1,5.46,1,N,125,263,1,18,0.5,0.5,2.18,0,0.3,23.98,2.5 +2,2021-07-01 00:54:27,2021-07-01 01:01:12,1,1.85,1,N,186,125,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:19:03,2021-07-01 00:48:30,1,17.06,2,N,132,141,1,52,0,0.5,11.06,0,0.3,67.61,2.5 +1,2021-07-01 00:18:45,2021-07-01 00:22:26,1,.80,1,N,246,68,1,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:24:28,2021-07-01 00:37:28,1,2.30,1,N,68,4,1,11,3,0.5,0,0,0.3,14.8,2.5 +1,2021-07-01 00:48:38,2021-07-01 00:55:57,1,1.20,1,N,114,45,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 00:07:58,2021-07-01 00:20:04,1,1.90,1,N,249,4,1,10,3,0.5,2.76,0,0.3,16.56,2.5 +1,2021-07-01 00:24:20,2021-07-01 00:35:34,2,4.30,1,N,79,236,1,13.5,3,0.5,3.46,0,0.3,20.76,2.5 +1,2021-07-01 00:39:44,2021-07-01 00:50:31,1,3.60,1,N,161,231,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 00:56:32,2021-07-01 01:14:25,2,3.70,1,N,114,237,1,15,3,0.5,2.82,0,0.3,21.62,2.5 +2,2021-07-01 00:46:19,2021-07-01 00:52:40,1,1.00,1,N,68,249,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:56:25,2021-07-01 01:02:35,1,1.18,1,N,249,144,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 00:06:51,2021-07-01 00:15:58,2,2.01,1,N,164,229,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:30:25,2021-07-01 00:39:04,1,2.80,1,N,234,87,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 00:18:48,2021-07-01 00:49:27,1,18.21,2,N,132,41,1,52,0,0.5,0,6.12,0.3,60.17,0 +2,2021-07-01 00:50:42,2021-07-01 00:50:44,1,.00,5,N,41,264,1,60.17,0,0,12.09,0,0.3,72.56,0 +2,2021-07-01 00:50:15,2021-07-01 01:13:27,2,5.96,1,N,164,223,1,21.5,0.5,0.5,2,0,0.3,27.3,2.5 +2,2021-07-01 00:11:13,2021-07-01 00:38:33,1,17.17,2,N,132,140,1,52,0,0.5,14.14,0,0.3,70.69,2.5 +1,2021-07-01 00:04:31,2021-07-01 00:11:04,0,1.20,1,N,79,211,1,7,3,0.5,3,0,0.3,13.8,2.5 +1,2021-07-01 00:15:21,2021-07-01 00:19:32,0,1.00,1,N,249,231,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 00:25:35,2021-07-01 00:41:25,0,4.10,1,N,148,141,1,15,3,0.5,3.75,0,0.3,22.55,2.5 +1,2021-07-01 00:30:04,2021-07-01 00:56:36,3,11.50,1,N,132,61,1,34,1.75,0.5,9.1,0,0.3,45.65,0 +2,2021-07-01 00:29:35,2021-07-01 00:34:35,1,1.04,1,N,68,249,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 00:47:37,2021-07-01 01:01:13,1,4.01,1,N,164,75,1,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:12:32,2021-07-01 00:18:09,2,1.01,1,N,186,161,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:24:09,2021-07-01 00:45:38,2,5.21,1,N,164,226,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +1,2021-07-01 00:05:47,2021-07-01 00:33:08,1,7.90,1,N,263,261,1,25.5,3,0.5,4.4,0,0.3,33.7,2.5 +2,2021-07-01 00:30:26,2021-07-01 01:05:43,1,22.32,2,N,132,87,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 00:10:36,2021-07-01 00:26:23,1,4.77,1,N,249,236,1,15.5,0.5,0.5,1.93,0,0.3,21.23,2.5 +2,2021-07-01 00:32:11,2021-07-01 00:38:03,1,1.35,1,N,43,143,1,6.5,0.5,0.5,1,0,0.3,11.3,2.5 +2,2021-07-01 00:19:09,2021-07-01 00:33:44,1,5.19,1,N,263,260,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:52:43,2021-07-01 01:12:29,1,9.02,1,N,138,166,1,26.5,0.5,0.5,7.12,6.55,0.3,42.72,0 +2,2021-07-01 00:46:34,2021-07-01 00:50:36,1,1.11,1,N,141,229,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 00:03:38,2021-07-01 00:16:48,1,3.20,1,N,79,48,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:45:02,2021-07-01 01:07:33,1,6.32,1,N,230,159,1,21.5,0.5,0.5,3,0,0.3,28.3,2.5 +2,2021-07-01 00:42:49,2021-07-01 01:03:55,1,10.96,1,N,264,230,1,31,0.5,0.5,5,6.55,0.3,46.35,2.5 +2,2021-07-01 00:00:24,2021-07-01 00:07:31,1,1.43,1,N,141,43,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:41:54,2021-07-01 01:26:48,1,8.72,1,N,234,129,2,33,0.5,0.5,0,0,0.3,36.8,2.5 +2,2021-07-01 00:46:34,2021-07-01 00:53:05,1,1.58,1,N,211,87,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-06-30 23:56:29,2021-07-01 00:03:20,6,1.40,1,N,249,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:08:37,2021-07-01 00:11:53,6,.10,1,N,79,79,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:12:40,2021-07-01 00:22:27,6,2.58,1,N,79,87,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:32:21,2021-07-01 00:59:13,6,5.49,1,N,231,61,1,21.5,0.5,0.5,6.32,0,0.3,31.62,2.5 +2,2021-07-01 00:01:46,2021-07-01 00:06:25,1,.87,1,N,125,114,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 00:13:22,2021-07-01 00:39:07,1,6.48,1,N,90,41,1,22.5,0.5,0.5,3,0,0.3,29.3,2.5 +2,2021-07-01 00:08:34,2021-07-01 00:28:54,1,5.83,1,N,79,238,1,19.5,0.5,0.5,5.83,0,0.3,29.13,2.5 +2,2021-07-01 00:43:29,2021-07-01 00:51:01,1,1.84,1,N,68,249,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:53:43,2021-07-01 01:15:56,1,6.62,1,N,249,61,2,21.5,0.5,0.5,0,0,0.3,25.3,2.5 +2,2021-07-01 00:11:14,2021-07-01 00:16:49,1,1.20,1,N,164,107,1,6.5,0.5,0.5,1.54,0,0.3,11.84,2.5 +2,2021-07-01 00:18:09,2021-07-01 00:26:20,1,1.98,1,N,107,148,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 00:41:27,2021-07-01 01:01:10,1,12.55,1,N,138,113,1,35,0.5,0.5,9.32,6.55,0.3,55.92,2.5 +1,2021-07-01 00:12:27,2021-07-01 00:19:07,1,1.40,1,N,68,170,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 00:25:38,2021-07-01 00:30:18,1,.80,1,N,100,48,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +2,2021-07-01 00:25:58,2021-07-01 00:40:09,1,4.04,1,N,263,90,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:47:41,2021-07-01 01:03:58,1,5.39,1,N,144,263,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +1,2021-07-01 00:02:11,2021-07-01 00:41:00,1,26.80,1,N,132,265,1,71,1.75,0.5,20,6.55,0.3,100.1,0 +2,2021-07-01 00:47:02,2021-07-01 01:32:18,1,21.57,1,N,114,265,1,63,0.5,0.5,5,0,0.3,71.8,2.5 +2,2021-07-01 00:00:29,2021-07-01 00:37:11,1,25.97,1,N,132,227,2,70,0.5,0.5,0,0,0.3,72.55,0 +2,2021-07-01 00:51:03,2021-07-01 01:01:25,1,5.96,1,N,132,139,1,18,0.5,0.5,3.86,0,0.3,24.41,0 +2,2021-07-01 00:38:18,2021-07-01 00:42:13,1,.76,1,N,140,140,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 00:05:25,2021-07-01 00:23:24,3,4.81,1,N,48,41,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 00:35:56,2021-07-01 00:45:08,2,1.65,1,N,48,233,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 00:52:00,2021-07-01 00:55:56,3,.61,1,N,161,48,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 00:04:57,2021-07-01 00:21:54,1,4.90,1,Y,249,145,1,17,3,0.5,4.15,0,0.3,24.95,2.5 +1,2021-07-01 00:42:04,2021-07-01 00:55:56,1,4.20,1,N,234,263,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +2,2021-06-30 23:57:43,2021-07-01 00:10:38,1,3.38,1,N,48,41,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 00:45:33,2021-07-01 01:01:51,1,8.46,1,N,138,236,2,25,0.5,0.5,0,6.55,0.3,36.6,2.5 +2,2021-06-30 23:57:11,2021-07-01 00:34:59,3,10.81,1,N,230,37,1,35.5,0.5,0.5,7.86,0,0.3,47.16,2.5 +2,2021-07-01 00:07:16,2021-07-01 00:11:26,2,.91,1,N,90,170,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 00:29:07,2021-07-01 00:54:07,2,6.31,1,N,249,17,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 00:15:57,2021-07-01 00:24:31,1,1.82,1,N,42,168,1,8.5,0.5,0.5,0,0,0.3,9.8,0 +1,2021-07-01 00:14:30,2021-07-01 00:19:07,2,.90,1,N,238,151,1,5.5,3,0.5,2.3,0,0.3,11.6,2.5 +1,2021-07-01 00:36:57,2021-07-01 00:43:02,1,2.40,1,N,48,238,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 00:04:03,2021-07-01 00:04:09,1,.00,5,N,186,186,1,15,0,0.5,100,0,0.3,118.3,2.5 +2,2021-07-01 00:09:56,2021-07-01 00:16:37,6,1.09,1,N,186,137,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:20:55,2021-07-01 00:31:26,6,3.45,1,N,170,75,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:40:49,2021-07-01 00:48:09,6,2.57,1,N,141,226,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 00:50:28,2021-07-01 01:00:18,1,2.84,1,N,230,151,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 00:39:40,2021-07-01 00:55:47,1,6.76,1,N,138,80,1,21,0.5,0.5,4.96,0,0.3,31.01,2.5 +1,2021-07-01 00:10:59,2021-07-01 00:23:59,1,9.90,1,N,138,229,1,27,4.25,0.5,9.6,6.55,0.3,48.2,2.5 +1,2021-07-01 00:26:16,2021-07-01 00:30:48,1,1.70,1,N,229,137,1,6.5,3,0.5,1,0,0.3,11.3,2.5 +1,2021-07-01 00:34:43,2021-07-01 00:40:16,1,.80,1,N,170,234,1,6,3,0.5,3.5,0,0.3,13.3,2.5 +2,2021-07-01 00:33:17,2021-07-01 01:03:19,2,17.66,2,N,132,113,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 00:20:14,2021-07-01 00:44:18,1,16.16,1,N,132,256,1,44,0.5,0.5,9.06,0,0.3,55.61,0 +2,2021-07-01 00:41:19,2021-07-01 01:13:19,1,19.13,2,N,132,231,1,52,0,0.5,7,0,0.3,63.55,2.5 +1,2021-07-01 00:08:41,2021-07-01 00:33:44,1,15.90,1,N,132,145,1,43.5,1.75,0.5,8,0,0.3,54.05,0 +2,2021-07-01 00:01:17,2021-07-01 00:17:22,2,4.19,1,N,100,265,2,15.5,0.5,0.5,0,11.75,0.3,31.05,2.5 +2,2021-07-01 00:45:27,2021-07-01 00:57:13,1,3.51,1,N,163,74,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 00:25:41,2021-07-01 00:33:17,1,1.99,1,N,162,113,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:38:04,2021-07-01 01:02:31,1,6.64,1,N,234,42,1,22,0.5,0.5,1,0,0.3,26.8,2.5 +2,2021-07-01 00:05:21,2021-07-01 00:13:07,1,.94,1,N,79,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:19:47,2021-07-01 00:25:45,1,1.27,1,N,79,107,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:28:12,2021-07-01 00:30:51,1,.76,1,N,137,233,1,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:50:33,2021-07-01 00:59:02,1,1.09,1,N,113,79,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:17:38,2021-07-01 00:43:06,2,17.79,2,N,132,164,1,52,0,0.5,6,6.55,0.3,69.1,2.5 +2,2021-07-01 00:48:07,2021-07-01 01:02:50,1,3.97,1,N,164,234,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:17:34,2021-07-01 00:26:09,2,1.42,1,N,231,148,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 00:27:31,2021-07-01 00:38:05,2,4.31,1,N,148,66,1,14,0.5,0.5,1.08,0,0.3,18.88,2.5 +2,2021-07-01 00:55:26,2021-07-01 01:05:41,2,3.15,1,N,234,236,1,11.5,0.5,0.5,1.88,0,0.3,17.18,2.5 +1,2021-07-01 00:29:28,2021-07-01 00:36:27,1,.80,1,N,148,79,1,6,3,0.5,2,0,0.3,11.8,2.5 +1,2021-07-01 00:39:36,2021-07-01 00:48:32,2,3.50,1,N,107,263,1,11,3,0.5,2.95,0,0.3,17.75,2.5 +2,2021-07-01 00:12:52,2021-07-01 00:38:27,1,15.46,1,N,132,146,2,43,0.5,0.5,0,0,0.3,44.3,0 +2,2021-07-01 00:15:16,2021-07-01 00:18:43,1,1.00,1,N,233,107,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 00:34:21,2021-07-01 00:55:49,1,8.63,1,N,90,244,1,26.5,0.5,0.5,3,0,0.3,33.3,2.5 +2,2021-07-01 00:08:42,2021-07-01 00:28:28,1,9.52,1,N,138,100,1,28,0.5,0.5,7.92,6.55,0.3,47.52,2.5 +2,2021-07-01 00:16:03,2021-07-01 00:30:44,1,5.53,1,N,87,181,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +1,2021-07-01 00:20:43,2021-07-01 00:29:17,1,1.60,1,N,231,113,2,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 00:34:46,2021-07-01 00:42:21,1,2.50,1,N,79,141,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 00:17:21,2021-07-01 00:35:08,1,4.40,1,N,48,42,1,16.5,3,0.5,3,0,0.3,23.3,2.5 +1,2021-07-01 00:44:53,2021-07-01 00:45:37,1,4.40,1,N,238,238,4,2.5,3,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 00:45:18,2021-07-01 00:56:04,1,3.92,1,N,79,263,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:14:12,2021-07-01 00:21:33,1,1.74,1,N,162,263,1,8,0.5,0.5,1.18,0,0.3,12.98,2.5 +2,2021-07-01 00:04:15,2021-07-01 00:09:25,1,.91,1,N,100,68,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 00:19:30,2021-07-01 00:28:18,1,1.87,1,N,100,141,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 00:13:41,2021-07-01 00:26:09,1,2.70,1,N,181,33,2,11,0.5,0.5,0,0,0.3,12.3,0 +1,2021-07-01 00:54:35,2021-07-01 00:58:00,2,1.40,1,N,68,48,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 00:13:01,2021-07-01 00:26:52,1,7.85,1,N,138,233,1,22.5,0.5,0.5,6.82,6.55,0.3,40.92,2.5 +2,2021-06-30 23:58:45,2021-07-01 00:02:53,2,.71,1,N,161,230,1,4.5,0.5,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 00:04:33,2021-07-01 00:17:21,2,3.99,1,N,230,75,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 00:31:19,2021-07-01 00:42:21,1,2.55,1,N,249,87,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 00:49:50,2021-07-01 01:00:11,1,2.62,1,N,148,234,1,10.5,0.5,0.5,1,0,0.3,15.3,2.5 +1,2021-07-01 00:00:15,2021-07-01 00:00:30,1,10.40,3,N,132,132,2,20,1.75,0,0,0,0.3,22.05,0 +1,2021-07-01 00:00:58,2021-07-01 00:32:25,2,18.10,2,N,132,48,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 00:10:32,2021-07-01 00:32:12,2,4.12,1,N,239,116,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 00:53:12,2021-07-01 00:59:28,1,1.35,1,N,143,48,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:31:47,2021-07-01 00:44:26,1,3.50,1,N,249,237,1,12.5,0.5,0.5,4.08,0,0.3,20.38,2.5 +2,2021-07-01 00:50:39,2021-07-01 00:52:34,1,.82,1,N,233,137,1,4.5,0.5,0.5,1.22,0,0.3,9.52,2.5 +1,2021-07-01 00:40:45,2021-07-01 00:49:11,0,1.40,1,N,230,162,1,7.5,3,0.5,2.8,0,0.3,14.1,2.5 +2,2021-07-01 00:51:59,2021-07-01 01:01:09,1,7.12,1,N,138,80,1,20.5,0.5,0.5,5.76,0,0.3,28.81,0 +1,2021-07-01 00:11:09,2021-07-01 00:11:55,2,.10,1,N,138,138,3,2.5,1.75,0.5,0,6.55,0.3,11.6,0 +1,2021-07-01 00:12:18,2021-07-01 00:30:11,2,10.30,1,N,138,162,1,29.5,4.25,0.5,10,6.55,0.3,51.1,2.5 +1,2021-07-01 00:35:43,2021-07-01 00:42:14,1,1.20,1,N,162,140,1,7,3,0.5,1.94,0,0.3,12.74,2.5 +1,2021-07-01 00:23:33,2021-07-01 00:44:30,3,9.20,1,N,138,100,1,27.5,4.25,0.5,10,6.55,0.3,49.1,2.5 +1,2021-07-01 00:54:29,2021-07-01 01:02:58,2,1.50,1,N,161,186,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 00:15:13,2021-07-01 00:22:20,2,2.29,1,N,238,48,2,-8.5,-0.5,-0.5,0,0,-0.3,-12.3,-2.5 +2,2021-07-01 00:15:13,2021-07-01 00:22:20,2,2.29,1,N,238,48,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 00:31:10,2021-07-01 00:50:36,1,7.66,1,N,163,243,1,23.5,0.5,0.5,2,0,0.3,29.3,2.5 +2,2021-07-01 00:03:46,2021-07-01 00:05:46,1,.65,1,N,161,161,3,-4,-0.5,-0.5,0,0,-0.3,-7.8,-2.5 +2,2021-07-01 00:03:46,2021-07-01 00:05:46,1,.65,1,N,161,161,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:08:50,2021-07-01 00:20:49,1,3.43,1,N,164,262,1,12.5,0.5,0.5,4.08,0,0.3,20.38,2.5 +2,2021-07-01 00:27:46,2021-07-01 00:40:11,1,5.56,1,N,263,232,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 00:44:52,2021-07-01 00:48:53,1,1.38,1,N,148,107,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:55:39,2021-07-01 01:01:34,1,1.62,1,N,113,231,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 00:24:12,2021-07-01 00:58:32,1,19.91,2,N,132,239,1,52,0,0.5,5,6.55,0.3,68.1,2.5 +2,2021-07-01 00:03:34,2021-07-01 00:40:13,2,18.27,2,N,132,48,1,52,0,0.5,12.62,7.8,0.3,75.72,2.5 +2,2021-07-01 00:49:41,2021-07-01 01:01:18,1,1.87,1,N,186,229,1,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:13:05,2021-07-01 00:38:16,5,16.80,2,N,132,141,1,52,0,0.5,13.82,0,0.3,69.12,2.5 +2,2021-07-01 00:11:04,2021-07-01 00:23:54,2,2.77,1,N,163,43,1,11.5,0.5,0.5,2,0,0.3,17.3,2.5 +2,2021-07-01 00:08:48,2021-07-01 00:22:24,1,5.83,1,N,132,215,1,18.5,0.5,0.5,3.95,0,0.3,25,0 +2,2021-07-01 00:49:30,2021-07-01 01:06:35,1,8.09,1,N,132,131,1,24,0.5,0.5,3,0,0.3,29.55,0 +2,2021-07-01 00:16:07,2021-07-01 00:35:20,1,5.79,1,N,264,264,1,19,0.5,0.5,3,0,0.3,25.8,2.5 +2,2021-07-01 00:10:10,2021-07-01 00:47:32,1,18.96,2,N,132,230,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 00:01:04,2021-07-01 00:28:47,1,17.11,1,N,74,191,1,47.5,0.5,0.5,0,6.55,0.3,55.35,0 +2,2021-07-01 00:54:49,2021-07-01 01:23:36,1,18.75,2,N,132,114,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 00:17:30,2021-07-01 00:34:35,2,4.39,1,N,68,41,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 00:57:32,2021-07-01 01:09:45,2,3.59,1,N,186,236,1,12.5,0.5,0.5,2,0,0.3,18.3,2.5 +2,2021-07-01 00:24:28,2021-07-01 00:46:36,1,7.74,1,N,113,41,1,25,0.5,0.5,5.76,0,0.3,34.56,2.5 +2,2021-07-01 00:53:58,2021-07-01 01:00:28,1,1.01,1,N,238,236,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 00:09:42,2021-07-01 00:11:41,1,.53,1,N,114,113,1,3.5,0.5,0.5,1.7,0,0.3,9,2.5 +2,2021-07-01 00:32:20,2021-07-01 00:35:47,1,.53,1,N,239,238,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 00:43:59,2021-07-01 00:51:53,1,1.47,1,N,166,238,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 00:56:25,2021-07-01 01:01:29,1,1.20,1,N,151,166,1,6,0.5,0.5,1.46,0,0.3,8.76,0 +2,2021-07-01 00:12:04,2021-07-01 00:21:10,1,3.87,1,N,79,262,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 00:22:23,2021-07-01 00:32:16,1,5.17,1,N,262,7,1,16,0.5,0.5,3,6.55,0.3,29.35,2.5 +2,2021-07-01 00:23:02,2021-07-01 00:45:07,4,10.66,1,N,264,129,2,32,0.5,0.5,0,6.55,0.3,42.35,2.5 +2,2021-07-01 00:26:08,2021-07-01 00:26:12,1,.00,5,N,79,79,1,63,0,0,7,0,0.3,72.8,2.5 +2,2021-07-01 00:21:34,2021-07-01 00:26:47,1,1.20,1,N,230,163,4,-6,-0.5,-0.5,0,0,-0.3,-9.8,-2.5 +2,2021-07-01 00:21:34,2021-07-01 00:26:47,1,1.20,1,N,230,43,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 00:39:48,2021-07-01 00:46:01,1,1.49,1,N,186,137,4,-7,-0.5,-0.5,0,0,-0.3,-10.8,-2.5 +2,2021-07-01 00:39:48,2021-07-01 00:46:01,1,1.49,1,N,186,137,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:57:27,2021-07-01 01:08:17,1,3.91,1,N,107,239,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 00:25:30,2021-07-01 00:49:44,2,8.46,1,N,138,41,2,27.5,0.5,0.5,0,6.55,0.3,35.35,0 +2,2021-07-01 00:01:37,2021-07-01 00:23:03,1,7.06,1,N,148,151,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +2,2021-07-01 00:26:34,2021-07-01 00:28:23,1,.88,1,N,151,239,1,4.5,0.5,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 00:33:43,2021-07-01 00:45:35,1,3.83,1,N,142,125,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 00:50:09,2021-07-01 01:09:15,1,6.78,1,N,249,25,1,22,0.5,0.5,6.45,0,0.3,32.25,2.5 +1,2021-07-01 00:13:21,2021-07-01 00:27:34,0,3.80,1,N,113,141,1,13.5,3,0.5,4.3,0,0.3,21.6,2.5 +2,2021-07-01 00:22:24,2021-07-01 00:22:26,1,.00,5,N,236,264,1,66.5,0,0,5,0,0.3,71.8,0 +2,2021-07-01 00:41:09,2021-07-01 01:10:56,2,20.09,2,N,132,87,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +1,2021-07-01 00:25:20,2021-07-01 00:43:24,2,5.20,1,N,114,238,2,17.5,3,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 00:00:10,2021-07-01 00:03:39,2,.65,1,N,41,74,2,4.5,0.5,0.5,0,0,0.3,5.8,0 +2,2021-07-01 00:48:33,2021-07-01 01:07:18,1,7.76,1,N,138,166,1,24,0.5,0.5,5,6.55,0.3,38.1,0 +1,2021-07-01 00:44:49,2021-07-01 01:03:21,1,12.10,1,N,132,265,1,34,1.75,0.5,7.3,0,0.3,43.85,0 +1,2021-07-01 00:39:20,2021-07-01 00:53:05,1,4.40,1,N,162,74,1,14,3,0.5,3.55,0,0.3,21.35,2.5 +1,2021-07-01 00:58:14,2021-07-01 01:12:56,1,3.50,1,N,263,48,1,13.5,3,0.5,3.45,0,0.3,20.75,2.5 +2,2021-07-01 00:00:36,2021-07-01 00:08:46,1,.81,1,N,161,162,4,-7,-0.5,-0.5,0,0,-0.3,-10.8,-2.5 +2,2021-07-01 00:00:36,2021-07-01 00:08:46,1,.81,1,N,161,162,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 00:10:04,2021-07-01 00:10:12,3,.00,5,N,162,162,1,10.8,0,0,3.4,0,0.3,17,2.5 +2,2021-07-01 00:18:37,2021-07-01 00:18:58,1,.10,1,N,100,100,4,-2.5,-0.5,-0.5,0,0,-0.3,-6.3,-2.5 +2,2021-07-01 00:18:37,2021-07-01 00:18:58,1,.10,1,N,100,186,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 00:39:39,2021-07-01 01:00:57,1,5.02,1,N,249,189,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 00:31:13,2021-07-01 00:46:39,1,3.83,1,N,237,7,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 00:58:40,2021-07-01 01:27:27,1,10.47,1,N,138,48,2,32,0.5,0.5,0,0,0.3,37.05,2.5 +2,2021-07-01 00:32:59,2021-07-01 00:48:39,1,9.12,1,N,138,208,1,25.5,0.5,0.5,5,6.12,0.3,39.17,0 +2,2021-07-01 00:07:14,2021-07-01 00:40:27,1,18.33,2,N,132,48,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 00:50:18,2021-07-01 01:25:08,1,8.49,1,N,48,83,2,29.5,0.5,0.5,0,0,0.3,33.3,2.5 +2,2021-07-01 00:21:31,2021-07-01 00:55:09,1,16.54,1,N,132,188,1,46.5,0.5,0.5,0,0,0.3,47.8,0 +2,2021-07-01 00:10:19,2021-07-01 00:38:06,1,11.16,1,N,138,87,1,34,0.5,0.5,11.72,0,0.3,50.77,2.5 +2,2021-06-30 23:57:05,2021-07-01 00:01:22,1,.78,1,N,137,107,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:12:35,2021-07-01 00:19:46,1,1.12,1,N,162,230,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 00:23:37,2021-07-01 00:31:26,1,1.80,1,N,230,141,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 00:46:06,2021-07-01 00:55:18,1,2.47,1,N,100,114,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:23:35,2021-07-01 00:31:11,1,5.70,1,N,132,28,1,17,0.5,0.5,3.66,0,0.3,23.21,0 +2,2021-07-01 00:50:10,2021-07-01 01:24:56,2,17.80,2,N,132,142,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 00:01:43,2021-07-01 00:07:29,1,.79,1,N,236,263,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:56:11,2021-07-01 01:11:43,1,11.03,1,N,132,171,1,30.5,0.5,0.5,7.95,0,0.3,41,0 +2,2021-07-01 00:14:57,2021-07-01 00:24:29,2,2.50,1,N,113,161,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 00:31:42,2021-07-01 00:35:11,2,.92,1,N,161,237,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-06-30 23:42:36,2021-07-01 00:08:23,1,10.37,1,N,138,158,1,31,0.5,0.5,8.52,6.55,0.3,51.12,2.5 +2,2021-07-01 00:11:38,2021-07-01 00:24:42,1,5.02,1,N,249,166,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 00:16:59,2021-07-01 00:45:20,1,5.22,1,N,237,168,1,21,0.5,0.5,1.11,0,0.3,25.91,2.5 +2,2021-07-01 00:15:25,2021-07-01 00:35:46,1,10.27,5,N,264,264,2,30,0,0,0,0,0.3,30.3,0 +2,2021-07-01 00:32:00,2021-07-01 00:48:52,1,3.39,1,N,79,163,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 00:22:58,2021-07-01 00:46:32,2,14.77,5,N,132,89,1,50,0,0.5,10.41,0,0.3,62.46,0 +2,2021-07-01 00:30:46,2021-07-01 00:50:10,1,9.04,1,N,132,95,2,27,0.5,0.5,0,0,0.3,29.55,0 +2,2021-07-01 00:00:52,2021-07-01 00:09:28,5,1.54,1,N,107,186,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 00:36:58,2021-07-01 01:00:26,5,6.13,1,N,45,239,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 00:12:30,2021-07-01 00:20:01,5,2.66,1,N,48,238,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:35:04,2021-07-01 01:00:51,5,6.04,1,N,48,244,1,22.5,0.5,0.5,5.26,0,0.3,31.56,2.5 +2,2021-07-01 00:20:45,2021-07-01 00:31:00,1,1.88,1,N,90,148,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 00:37:15,2021-07-01 00:58:41,1,10.83,1,N,148,223,1,31.5,0.5,0.5,8.28,6.12,0.3,49.7,2.5 +2,2021-07-01 00:06:14,2021-07-01 00:10:22,1,1.40,1,N,239,24,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 00:39:51,2021-07-01 00:43:02,1,1.17,1,N,249,231,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 00:51:28,2021-07-01 00:53:16,1,.72,1,N,234,186,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:56:14,2021-07-01 01:16:32,1,4.35,1,N,230,145,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +1,2021-07-01 01:20:54,2021-07-01 01:32:38,0,8.00,1,N,70,263,1,22.5,3,0.5,8.2,6.55,0.3,41.05,2.5 +1,2021-07-01 01:50:37,2021-07-01 02:00:08,1,1.90,1,N,138,129,2,9.5,1.75,0.5,0,0,0.3,12.05,0 +2,2021-07-01 01:02:12,2021-07-01 01:11:02,1,1.43,1,N,79,90,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 01:02:11,2021-07-01 01:25:59,1,5.94,1,N,148,239,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 01:51:22,2021-07-01 02:14:48,1,8.49,1,N,238,78,2,26.5,0.5,0.5,0,0,0.3,30.3,2.5 +1,2021-07-01 01:40:51,2021-07-01 02:14:28,1,18.80,2,Y,132,113,2,52,3.75,0.5,0,0,0.3,56.55,2.5 +1,2021-07-01 01:15:05,2021-07-01 01:23:47,1,2.70,1,N,162,239,2,10,3,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 18:50:44,2021-07-01 18:55:13,1,1.12,1,N,209,232,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 01:08:18,2021-07-01 01:16:41,1,2.30,1,N,186,144,1,8.5,3,0.5,3.65,0,0.3,15.95,2.5 +1,2021-07-01 01:18:15,2021-07-01 01:36:01,1,5.20,1,N,144,263,1,17.5,3,0.5,4.25,0,0.3,25.55,2.5 +1,2021-07-01 01:42:51,2021-07-01 01:46:46,1,1.20,1,N,229,137,1,5.5,3,0.5,2.3,0,0.3,11.6,2.5 +1,2021-07-01 01:55:19,2021-07-01 02:34:37,2,6.00,1,N,113,238,1,28.5,3,0.5,20,0,0.3,52.3,2.5 +1,2021-07-01 01:07:02,2021-07-01 01:12:42,1,.90,1,N,249,79,1,6,3,0.5,1,0,0.3,10.8,2.5 +1,2021-07-01 01:24:05,2021-07-01 01:40:24,1,5.10,1,N,79,239,1,17,3,0.5,4.15,0,0.3,24.95,2.5 +1,2021-07-01 01:55:14,2021-07-01 02:32:03,1,23.40,1,N,132,220,1,62.5,1.75,0.5,14.3,6.55,0.3,85.9,0 +2,2021-07-01 01:40:04,2021-07-01 01:47:51,2,1.60,1,N,161,68,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:40:14,2021-07-01 01:51:07,5,6.19,1,N,263,212,2,18,0.5,0.5,0,0,0.3,19.3,0 +1,2021-07-01 01:18:16,2021-07-01 01:22:44,3,1.40,1,N,100,249,1,6,3,0.5,3,0,0.3,12.8,2.5 +2,2021-07-01 01:07:43,2021-07-01 01:12:11,3,.79,1,N,90,186,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:17:19,2021-07-01 01:21:52,2,1.40,1,N,90,114,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:34:56,2021-07-01 01:54:29,3,4.59,1,N,148,225,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +1,2021-07-01 01:05:41,2021-07-01 01:32:02,3,17.20,4,N,138,265,2,47.5,1.75,0.5,0,0,0.3,50.05,0 +2,2021-07-01 01:02:00,2021-07-01 01:11:24,1,3.31,1,N,113,141,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:20:37,2021-07-01 01:31:09,1,3.69,1,N,239,249,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 01:34:10,2021-07-01 01:41:15,1,2.48,1,N,249,50,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:43:41,2021-07-01 01:54:17,2,2.08,1,N,50,237,1,9.5,0.5,0.5,1.5,0,0.3,14.8,2.5 +2,2021-07-01 01:56:24,2021-07-01 01:59:52,1,.67,1,N,237,237,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:37:52,2021-07-01 02:03:55,2,14.74,1,N,132,165,1,41.5,0.5,0.5,5,0,0.3,49.05,0 +2,2021-07-01 01:08:14,2021-07-01 01:29:26,1,10.87,1,N,138,142,1,31.5,0.5,0.5,10.78,6.55,0.3,53.88,2.5 +2,2021-07-01 01:47:39,2021-07-01 01:57:08,1,1.94,1,N,249,261,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 01:33:06,2021-07-01 02:01:20,2,17.70,2,N,132,100,1,52,3.75,0.5,18.9,6.55,0.3,82,2.5 +2,2021-07-01 01:21:52,2021-07-01 01:30:35,1,3.64,1,N,263,79,1,11.5,0.5,0.5,3.83,0,0.3,19.13,2.5 +2,2021-07-01 01:19:15,2021-07-01 01:21:15,1,.78,1,N,163,143,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:09:00,2021-07-01 01:23:11,2,6.01,1,N,132,180,2,18,0.5,0.5,0,0,0.3,20.55,0 +2,2021-07-01 01:51:15,2021-07-01 02:00:33,1,7.16,1,N,264,255,1,20,0.5,0.5,5.33,0,0.3,26.63,0 +2,2021-07-01 01:50:41,2021-07-01 02:12:14,1,6.38,1,N,249,7,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +1,2021-07-01 01:10:48,2021-07-01 01:17:41,3,.90,1,N,4,148,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 01:26:08,2021-07-01 01:46:14,1,15.21,1,N,132,16,1,41,0.5,0.5,8.71,0,0.3,52.26,0 +2,2021-07-01 01:27:05,2021-07-01 01:36:53,1,3.15,1,N,148,88,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 01:55:33,2021-07-01 02:03:21,1,3.16,1,N,148,140,1,10,0.5,0.5,2.07,0,0.3,15.87,2.5 +2,2021-07-01 01:04:03,2021-07-01 01:09:03,1,1.61,1,N,79,186,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:10:25,2021-07-01 01:19:08,1,1.86,1,N,100,142,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:44:05,2021-07-01 01:46:30,1,.55,1,N,249,249,1,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 01:47:36,2021-07-01 01:52:29,1,1.33,1,N,249,45,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:53:30,2021-07-01 01:57:52,1,.74,1,N,45,125,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 02:00:33,2021-07-01 02:04:02,1,.62,1,N,158,125,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:51:08,2021-07-01 02:02:20,1,1.30,1,N,79,211,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 01:16:09,2021-07-01 01:25:46,1,1.90,1,N,249,4,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 01:37:38,2021-07-01 01:44:15,1,1.40,1,N,107,113,1,7,3,0.5,1.62,0,0.3,12.42,2.5 +1,2021-07-01 01:52:56,2021-07-01 02:08:17,1,4.70,1,N,170,7,1,15.5,3,0.5,4,0,0.3,23.3,2.5 +2,2021-07-01 01:00:32,2021-07-01 01:11:15,3,3.88,1,N,114,143,1,12.5,0.5,0.5,3,0,0.3,19.3,2.5 +2,2021-07-01 01:24:07,2021-07-01 01:32:49,3,1.96,1,N,68,4,1,8.5,0.5,0.5,1.84,0,0.3,14.14,2.5 +2,2021-07-01 01:24:49,2021-07-01 01:35:42,1,2.78,1,N,48,79,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 01:41:21,2021-07-01 02:02:05,1,5.56,1,N,234,260,1,19.5,0.5,0.5,4.66,0,0.3,27.96,2.5 +2,2021-07-01 00:55:46,2021-07-01 00:56:58,1,.48,1,N,143,239,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 01:03:29,2021-07-01 01:37:50,1,12.94,1,N,239,133,1,38.5,0.5,0.5,4.88,0,0.3,47.18,2.5 +2,2021-07-01 01:03:59,2021-07-01 01:29:54,1,16.47,4,N,138,265,1,45.5,0.5,0.5,9.36,0,0.3,57.41,0 +2,2021-07-01 01:50:27,2021-07-01 02:08:31,1,14.64,1,N,138,228,1,39.5,0.5,0.5,10.2,0,0.3,51,0 +2,2021-07-01 01:25:47,2021-07-01 01:27:52,1,.44,1,N,164,164,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 01:16:48,2021-07-01 01:42:06,3,5.90,1,N,137,17,1,23,3,0.5,1.2,0,0.3,28,2.5 +2,2021-07-01 01:17:02,2021-07-01 01:22:28,1,1.13,1,N,163,229,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:23:45,2021-07-01 01:34:34,1,3.02,1,N,229,226,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 00:53:15,2021-07-01 01:02:10,1,1.59,1,N,90,79,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 01:03:18,2021-07-01 01:16:03,1,4.30,1,N,79,262,1,14,0.5,0.5,2,0,0.3,19.8,2.5 +2,2021-07-01 01:23:51,2021-07-01 01:44:18,1,5.97,1,N,263,260,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +2,2021-07-01 00:55:40,2021-07-01 01:00:58,3,.85,1,N,263,237,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:06:56,2021-07-01 01:06:59,1,.00,1,N,162,162,1,2.5,0.5,0.5,5,0,0.3,8.8,0 +2,2021-07-01 01:13:10,2021-07-01 01:29:35,2,5.68,1,N,234,260,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 01:20:26,2021-07-01 01:28:09,1,2.99,1,N,132,132,2,10.5,0.5,0.5,0,0,0.3,13.05,0 +2,2021-07-01 01:59:57,2021-07-01 02:53:49,1,26.05,2,N,132,119,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 01:34:08,2021-07-01 02:00:15,1,15.33,1,N,132,29,1,43,0.5,0.5,8.86,0,0.3,54.41,0 +2,2021-07-01 01:28:21,2021-07-01 01:36:37,1,2.89,1,N,230,263,1,10,0.5,0.5,3,0,0.3,16.8,2.5 +2,2021-07-01 01:40:35,2021-07-01 01:49:18,1,2.77,1,N,238,141,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:06:50,2021-07-01 01:23:08,1,9.65,1,N,132,39,2,27.5,1.75,0.5,0,0,0.3,30.05,0 +2,2021-07-01 01:55:59,2021-07-01 02:12:17,1,6.79,1,N,132,203,2,22,1.75,0.5,0,0,0.3,24.55,0 +2,2021-07-01 01:21:45,2021-07-01 01:39:51,1,5.94,1,N,249,7,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +1,2021-07-01 01:32:40,2021-07-01 01:42:19,1,2.20,1,N,79,231,1,9.5,3,0.5,3.3,0,0.3,16.6,2.5 +2,2021-07-01 01:10:36,2021-07-01 01:21:53,2,1.78,1,N,249,107,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 01:25:51,2021-07-01 01:31:37,1,2.22,1,N,107,237,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +1,2021-07-01 01:23:53,2021-07-01 01:29:03,2,1.50,1,N,68,161,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 01:12:18,2021-07-01 01:19:22,1,2.20,1,N,246,143,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 01:22:23,2021-07-01 01:26:32,1,1.37,1,N,249,100,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:53:02,2021-07-01 01:59:08,1,1.04,1,N,107,137,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:15:38,2021-07-01 01:23:09,1,3.12,1,N,65,80,2,11,0.5,0.5,0,0,0.3,12.3,0 +2,2021-07-01 01:34:38,2021-07-01 01:38:30,3,1.10,1,N,79,107,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:40:34,2021-07-01 01:43:49,1,.69,1,N,234,90,1,4.5,0.5,0.5,2,0,0.3,10.3,2.5 +2,2021-07-01 01:44:42,2021-07-01 01:54:06,1,2.77,1,N,90,43,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:04:16,2021-07-01 01:29:27,2,12.18,1,N,234,123,1,34.5,0.5,0.5,7.66,0,0.3,45.96,2.5 +2,2021-07-01 01:08:19,2021-07-01 01:17:17,1,3.96,1,N,138,226,1,13,0.5,0.5,0,0,0.3,15.55,0 +2,2021-07-01 01:40:42,2021-07-01 02:01:21,3,10.43,1,N,138,61,1,30.5,0.5,0.5,6.36,0,0.3,39.41,0 +2,2021-07-01 01:20:35,2021-07-01 01:42:28,1,16.21,1,N,132,201,2,43.5,0.5,0.5,0,2.45,0.3,47.25,0 +2,2021-07-01 01:04:17,2021-07-01 01:32:14,2,24.02,5,N,132,265,1,112,0,0.5,24.12,6.55,0.3,144.72,0 +2,2021-07-01 01:45:56,2021-07-01 02:16:06,1,20.92,1,N,132,254,1,55.5,0.5,0.5,7.7,6.55,0.3,72.3,0 +2,2021-07-01 01:32:26,2021-07-01 01:58:47,1,6.45,1,N,142,82,2,22.5,0.5,0.5,0,0,0.3,26.3,2.5 +2,2021-07-01 01:29:11,2021-07-01 01:49:19,2,5.84,1,N,231,36,1,20,0.5,0.5,2,0,0.3,25.8,2.5 +2,2021-07-01 01:25:00,2021-07-01 01:31:38,1,2.19,1,N,246,239,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:44:32,2021-07-01 01:56:46,1,3.57,1,N,230,151,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 01:29:29,2021-07-01 01:35:18,1,1.23,1,N,137,113,1,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:40:00,2021-07-01 01:49:25,1,2.84,1,N,249,48,1,10,0.5,0.5,1.38,0,0.3,15.18,2.5 +2,2021-07-01 01:51:59,2021-07-01 02:03:16,1,3.08,1,N,48,41,1,12,0.5,0.5,2.37,0,0.3,18.17,2.5 +2,2021-07-01 01:31:13,2021-07-01 01:39:11,1,2.72,1,N,231,25,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:55:05,2021-07-01 02:19:58,1,6.20,1,N,114,225,2,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 01:05:24,2021-07-01 01:10:34,2,.99,1,N,164,90,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:15:17,2021-07-01 01:24:56,1,4.05,1,N,164,238,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 01:40:35,2021-07-01 01:52:23,1,3.92,1,N,163,7,1,13,0.5,0.5,3,0,0.3,19.8,2.5 +2,2021-07-01 01:30:46,2021-07-01 01:38:09,1,5.41,1,N,132,130,2,16,0.5,0.5,0,0,0.3,18.55,0 +2,2021-07-01 01:04:38,2021-07-01 01:10:13,1,.90,1,N,211,79,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:17:40,2021-07-01 01:21:40,1,.91,1,N,113,107,1,5,0.5,0.5,1.58,0,0.3,10.38,2.5 +2,2021-07-01 01:52:57,2021-07-01 02:13:09,2,15.87,1,N,138,89,1,42,0.5,0.5,11.14,0,0.3,55.69,0 +1,2021-07-01 01:44:51,2021-07-01 01:54:10,2,1.40,1,N,144,249,1,8.5,3,0.5,2,0,0.3,14.3,2.5 +1,2021-07-01 01:56:43,2021-07-01 02:00:20,1,.90,1,N,68,68,1,5,3,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 01:52:03,2021-07-01 02:13:21,2,6.84,1,N,249,17,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +1,2021-07-01 01:36:29,2021-07-01 01:40:52,1,1.80,1,N,170,237,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 01:57:23,2021-07-01 02:26:18,1,15.00,1,N,163,19,1,42.5,3,0.5,2,0,0.3,48.3,2.5 +2,2021-07-01 01:00:47,2021-07-01 01:06:20,1,2.34,1,N,236,233,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 01:11:36,2021-07-01 01:26:14,1,4.60,1,N,170,7,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 01:44:26,2021-07-01 01:57:04,1,3.22,1,N,141,186,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +1,2021-07-01 01:50:43,2021-07-01 02:22:37,1,23.50,1,N,132,257,1,62,1.75,0.5,5,0,0.3,69.55,0 +2,2021-07-01 01:01:21,2021-07-01 01:19:46,2,4.81,1,N,211,190,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 01:54:24,2021-07-01 02:18:15,2,10.57,1,N,234,167,2,31.5,0.5,0.5,0,0,0.3,35.3,2.5 +2,2021-07-01 01:26:50,2021-07-01 01:41:42,1,.92,1,N,164,246,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:51:15,2021-07-01 02:11:30,1,4.69,1,N,68,256,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 01:02:54,2021-07-01 01:08:51,2,1.56,1,N,263,239,1,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 01:11:33,2021-07-01 01:19:18,2,2.05,1,N,239,41,1,9,0.5,0.5,1.28,0,0.3,14.08,2.5 +2,2021-07-01 01:30:40,2021-07-01 01:38:49,2,2.68,1,N,239,75,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:38:10,2021-07-01 01:54:37,2,4.83,1,N,79,13,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 04:05:55,2021-07-01 04:10:01,2,.68,1,N,65,66,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 01:53:46,2021-07-01 02:02:02,1,2.45,1,N,48,90,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:15:50,2021-07-01 01:33:14,2,8.83,1,N,138,233,1,25.5,0.5,0.5,7.42,6.55,0.3,44.52,2.5 +1,2021-07-01 01:29:01,2021-07-01 01:33:07,2,.70,1,N,148,79,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 01:34:38,2021-07-01 01:39:18,1,1.00,1,N,79,232,1,6,3,0.5,5,0,0.3,14.8,2.5 +2,2021-07-01 01:42:41,2021-07-01 01:47:25,1,2.09,1,N,161,43,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:27:07,2021-07-01 01:37:48,1,7.54,1,N,138,262,1,21,0.5,0.5,4,6.55,0.3,36.6,2.5 +1,2021-07-01 01:11:58,2021-07-01 01:34:15,2,7.00,1,N,170,129,2,22.5,3,0.5,0,0,0.3,26.3,2.5 +2,2021-07-01 01:01:10,2021-07-01 01:06:32,3,1.03,1,N,161,100,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:12:35,2021-07-01 01:24:48,2,3.97,1,N,230,232,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 01:16:13,2021-07-01 01:23:21,4,1.89,1,N,90,50,1,7.5,0.5,0.5,2.83,0,0.3,14.13,2.5 +2,2021-07-01 01:28:24,2021-07-01 01:32:51,1,1.56,1,N,48,90,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 01:40:04,2021-07-01 01:45:18,1,1.77,1,N,113,87,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 01:14:29,2021-07-01 01:23:15,1,2.50,1,N,236,166,1,9.5,3,0.5,2.39,0,0.3,15.69,2.5 +2,2021-07-01 00:58:17,2021-07-01 01:06:40,1,3.82,1,N,132,216,2,13,0.5,0.5,0,0,0.3,15.55,0 +2,2021-07-01 01:31:03,2021-07-01 01:39:40,1,4.21,1,N,132,219,2,13.5,0.5,0.5,0,0,0.3,16.05,0 +1,2021-07-01 01:08:26,2021-07-01 01:21:38,1,1.70,1,N,239,236,1,10.5,3,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 01:29:05,2021-07-01 01:54:27,1,12.60,1,N,237,95,1,34.5,3,0.5,0,0,0.3,38.3,2.5 +2,2021-07-01 01:06:46,2021-07-01 01:14:47,2,2.51,1,N,114,48,1,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 01:17:00,2021-07-01 01:30:59,1,3.16,1,N,48,107,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 01:42:37,2021-07-01 02:06:22,1,10.55,1,N,114,95,2,31.5,0.5,0.5,0,0,0.3,35.3,2.5 +2,2021-07-01 01:08:32,2021-07-01 01:15:29,1,2.88,1,N,107,140,1,10.5,0.5,0.5,2,0,0.3,16.3,2.5 +2,2021-07-01 01:46:24,2021-07-01 01:49:22,1,.54,1,N,137,170,1,4,0.5,0.5,2,0,0.3,9.8,2.5 +2,2021-07-01 01:58:14,2021-07-01 02:09:28,1,3.37,1,N,79,50,1,12,0.5,0.5,1,0,0.3,16.8,2.5 +2,2021-07-01 01:21:30,2021-07-01 01:33:54,1,4.50,1,N,107,75,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 01:38:29,2021-07-01 01:46:14,1,2.91,1,N,263,161,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:49:08,2021-07-01 01:54:55,1,1.52,1,N,230,234,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 01:01:55,2021-07-01 01:07:26,1,2.00,1,N,249,246,1,7.5,3,0.5,1,0,0.3,12.3,2.5 +1,2021-07-01 01:09:30,2021-07-01 01:34:07,1,10.30,1,N,246,119,1,30.5,3,0.5,0,0,0.3,34.3,2.5 +2,2021-07-01 01:36:17,2021-07-01 01:52:31,1,10.34,1,N,138,127,1,29,0.5,0.5,0,6.55,0.3,38.1,0 +1,2021-07-01 01:50:43,2021-07-01 01:50:57,1,7.60,5,N,158,158,1,15,0,0,3.05,0,0.3,18.35,0 +1,2021-07-01 01:56:18,2021-07-01 02:05:02,1,1.70,1,N,246,170,1,8.5,3,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 01:27:32,2021-07-01 01:56:09,1,19.14,2,N,132,140,1,52,0,0.5,15.46,6.55,0.3,78.56,2.5 +2,2021-07-01 01:11:10,2021-07-01 01:23:06,1,4.44,1,N,246,236,1,14.5,0.5,0.5,2,0,0.3,20.3,2.5 +2,2021-07-01 01:25:55,2021-07-01 01:31:42,1,1.43,1,N,75,238,1,7,0.5,0.5,1.66,0,0.3,9.96,0 +2,2021-07-01 01:14:06,2021-07-01 01:31:27,1,10.28,1,N,79,138,1,28,0.5,0.5,3,6.55,0.3,41.35,2.5 +2,2021-07-01 01:34:23,2021-07-01 01:56:31,1,13.47,1,N,138,144,1,37,0.5,0.5,9.72,6.55,0.3,58.32,2.5 +1,2021-07-01 01:10:17,2021-07-01 01:31:31,1,11.30,1,N,138,50,1,32,3,0.5,8.45,6.55,0.3,50.8,2.5 +2,2021-07-01 01:29:26,2021-07-01 01:44:53,4,5.50,1,N,263,83,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +1,2021-07-01 01:52:22,2021-07-01 01:55:46,1,.00,1,N,164,164,3,4,3,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 01:02:44,2021-07-01 01:11:04,1,2.47,1,N,234,231,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 01:17:48,2021-07-01 01:32:57,1,5.09,1,N,90,166,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 01:49:18,2021-07-01 01:55:35,1,1.74,1,N,230,141,1,7,0.5,0.5,1.08,0,0.3,11.88,2.5 +2,2021-07-01 01:08:30,2021-07-01 01:11:38,1,.85,1,N,100,170,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:12:23,2021-07-01 01:20:07,1,1.54,1,N,162,68,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:25:52,2021-07-01 01:29:00,1,.49,1,N,234,90,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 01:33:01,2021-07-01 01:56:15,1,6.80,1,N,249,260,2,21.5,0.5,0.5,0,0,0.3,25.3,2.5 +1,2021-07-01 01:26:58,2021-07-01 01:55:13,2,12.40,1,N,132,129,1,37,1.75,0.5,11.85,0,0.3,51.4,0 +1,2021-07-01 01:10:33,2021-07-01 01:17:54,1,1.20,1,N,100,137,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +2,2021-07-01 01:44:59,2021-07-01 02:00:38,2,4.71,1,N,261,50,1,16.5,0.5,0.5,0.7,0,0.3,21,2.5 +2,2021-07-01 00:58:43,2021-07-01 01:11:37,4,3.52,1,N,141,68,1,13,0.5,0.5,1.5,0,0.3,18.3,2.5 +2,2021-07-01 01:14:49,2021-07-01 01:37:05,1,11.47,1,N,132,129,2,33,0.5,0.5,0,0,0.3,35.55,0 +2,2021-07-01 01:04:32,2021-07-01 01:21:05,1,3.62,1,N,148,37,1,14.5,0.5,0.5,5.49,0,0.3,23.79,2.5 +1,2021-07-01 01:34:14,2021-07-01 01:48:01,1,5.50,1,N,50,88,1,17,3,0.5,6.2,0,0.3,27,2.5 +2,2021-07-01 01:12:53,2021-07-01 01:41:35,1,16.32,1,N,68,108,1,44.5,0.5,0.5,5,0,0.3,53.3,2.5 +1,2021-07-01 01:27:01,2021-07-01 01:58:38,1,20.70,1,N,132,181,1,56,1.75,0.5,11.7,0,0.3,70.25,0 +1,2021-07-01 01:34:43,2021-07-01 01:52:39,1,.00,1,N,74,4,1,20.2,0,0.5,0,0,0.3,21,0 +2,2021-07-01 01:13:36,2021-07-01 01:25:06,1,2.44,1,N,234,232,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:29:15,2021-07-01 01:34:16,1,1.00,1,N,79,211,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:01:36,2021-07-01 01:25:49,1,8.92,1,N,70,225,2,28,0.5,0.5,0,0,0.3,29.3,0 +1,2021-07-01 01:10:14,2021-07-01 01:13:27,1,.50,1,N,186,90,1,4.5,3,0.5,0.75,0,0.3,9.05,2.5 +1,2021-07-01 01:20:45,2021-07-01 01:35:03,1,4.00,1,N,68,236,2,14,3,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 01:48:19,2021-07-01 01:55:07,0,1.30,1,N,137,90,1,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:56:29,2021-07-01 02:04:38,0,1.70,1,N,90,79,2,8,3,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 01:14:57,2021-07-01 01:15:02,1,.00,5,N,265,264,1,120,0,0.5,0,0,0.3,120.8,0 +1,2021-07-01 01:42:02,2021-07-01 02:03:32,1,14.40,1,N,132,265,2,39,1.75,0.5,0,0,0.3,41.55,0 +1,2021-07-01 01:22:10,2021-07-01 01:41:48,2,12.50,1,N,132,252,2,34.5,1.75,0.5,0,0,0.3,37.05,0 +2,2021-07-01 01:35:41,2021-07-01 01:41:42,1,1.77,1,N,239,151,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 01:57:21,2021-07-01 02:09:04,1,3.30,1,N,48,41,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 01:34:19,2021-07-01 01:39:07,1,1.02,1,N,138,70,2,-6,-0.5,-0.5,0,0,-0.3,-7.3,0 +2,2021-07-01 01:34:19,2021-07-01 01:39:07,1,1.02,1,N,138,70,2,6,0.5,0.5,0,0,0.3,7.3,0 +2,2021-07-01 01:46:15,2021-07-01 02:01:37,1,8.95,1,N,264,10,2,25.5,0.5,0.5,0,0,0.3,26.8,0 +2,2021-07-01 00:57:27,2021-07-01 01:15:58,1,11.09,1,N,132,73,1,31.5,0.5,0.5,10.22,0,0.3,44.27,0 +2,2021-07-01 01:53:42,2021-07-01 01:59:49,1,3.80,1,N,132,219,2,12,0.5,0.5,0,0,0.3,14.55,0 +2,2021-07-01 00:58:07,2021-07-01 01:08:14,1,3.10,1,N,163,151,1,11,0.5,0.5,1,0,0.3,15.8,2.5 +2,2021-07-01 01:30:08,2021-07-01 01:37:02,1,1.83,1,N,234,161,1,7.5,0.5,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 01:43:54,2021-07-01 01:51:51,1,1.36,1,N,234,79,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 01:12:27,2021-07-01 01:27:42,1,3.60,1,Y,148,189,1,14,3,0.5,4.45,0,0.3,22.25,2.5 +1,2021-07-01 01:48:09,2021-07-01 01:55:30,1,2.60,1,Y,107,141,1,9,3,0.5,3,0,0.3,15.8,2.5 +2,2021-07-01 01:03:54,2021-07-01 01:06:33,2,.77,1,N,148,232,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:30:03,2021-07-01 01:38:58,2,1.84,1,N,148,88,1,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 01:17:55,2021-07-01 01:25:16,1,1.90,1,N,249,48,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 01:41:44,2021-07-01 01:48:01,1,1.30,1,N,113,231,1,7,3,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 01:54:57,2021-07-01 02:15:21,2,7.60,1,N,125,133,1,23.5,3,0.5,5.08,6.55,0.3,38.93,2.5 +1,2021-07-01 01:22:22,2021-07-01 02:12:04,1,30.40,1,N,132,109,1,81.5,1.75,0.5,10,6.55,0.3,100.6,0 +1,2021-07-01 01:05:19,2021-07-01 01:31:17,1,10.30,1,N,164,243,1,32,3,0.5,7.15,0,0.3,42.95,2.5 +2,2021-07-01 00:59:45,2021-07-01 01:16:23,2,9.64,1,N,138,140,1,27.5,0.5,0.5,11.73,6.55,0.3,50.83,2.5 +2,2021-07-01 01:28:42,2021-07-01 01:34:02,1,1.16,1,N,186,170,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:35:35,2021-07-01 01:40:34,1,.93,1,N,170,229,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:24:07,2021-07-01 01:28:30,2,1.35,1,N,79,107,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:46:54,2021-07-01 02:07:28,2,7.42,1,N,246,42,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +1,2021-07-01 01:16:52,2021-07-01 01:23:31,1,2.60,1,N,138,7,1,9.5,1.75,0.5,2.4,0,0.3,14.45,0 +1,2021-07-01 01:39:05,2021-07-01 02:00:49,1,11.80,1,N,138,76,2,33.5,1.75,0.5,0,0,0.3,36.05,0 +2,2021-07-01 01:08:03,2021-07-01 01:12:03,1,1.02,1,N,107,79,1,5,0.5,0.5,1.58,0,0.3,10.38,2.5 +2,2021-07-01 01:17:58,2021-07-01 01:33:36,1,5.50,1,N,137,17,1,18.5,0.5,0.5,2,0,0.3,24.3,2.5 +2,2021-07-01 01:47:24,2021-07-01 02:07:35,1,13.32,1,N,138,181,1,37,0.5,0.5,11.86,0,0.3,51.41,0 +1,2021-07-01 01:02:52,2021-07-01 01:20:24,1,5.70,1,N,234,42,1,18,3,0.5,4.35,0,0.3,26.15,2.5 +1,2021-07-01 01:44:00,2021-07-01 01:54:36,2,2.50,1,N,141,186,1,10.5,3,0.5,2,0,0.3,16.3,2.5 +1,2021-07-01 01:56:52,2021-07-01 02:00:51,1,.80,1,N,186,48,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 01:03:43,2021-07-01 01:25:34,1,9.90,1,N,79,95,1,29,3,0.5,5,6.55,0.3,44.35,2.5 +1,2021-07-01 01:26:08,2021-07-01 01:55:37,2,16.30,1,N,132,190,1,45,1.75,0.5,9.5,0,0.3,57.05,0 +2,2021-07-01 01:01:56,2021-07-01 01:04:32,1,.97,1,N,114,234,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:14:35,2021-07-01 01:27:15,2,3.85,1,N,234,13,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 01:36:24,2021-07-01 01:55:15,1,5.01,1,N,114,236,1,17.5,0.5,0.5,3.2,0,0.3,24.5,2.5 +2,2021-07-01 01:17:27,2021-07-01 01:40:14,1,5.52,1,N,237,256,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 01:41:47,2021-07-01 01:41:53,1,.00,5,N,256,256,1,4.8,0,0,0,0,0.3,5.1,0 +2,2021-07-01 01:47:51,2021-07-01 01:55:11,3,2.02,1,N,148,158,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:15:57,2021-07-01 01:16:02,1,.24,5,N,43,43,1,48,0,0.5,7.7,0,0.3,59,2.5 +2,2021-07-01 01:41:35,2021-07-01 01:53:38,1,8.32,1,N,138,170,2,23.5,0.5,0.5,0,6.55,0.3,35.1,2.5 +1,2021-07-01 01:33:41,2021-07-01 01:55:09,2,12.10,1,N,138,107,1,34,4.25,0.5,9.1,6.55,0.3,54.7,2.5 +2,2021-07-01 01:24:28,2021-07-01 01:40:43,1,7.92,1,N,138,41,1,23.5,0.5,0.5,5,6.55,0.3,37.6,0 +2,2021-07-01 01:55:58,2021-07-01 02:00:38,1,.79,1,N,141,162,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:29:50,2021-07-01 01:51:17,2,11.86,1,N,138,181,1,34,0.5,0.5,6,0,0.3,42.55,0 +2,2021-07-01 01:37:20,2021-07-01 02:14:03,1,18.34,2,N,132,48,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 01:09:02,2021-07-01 01:26:01,2,3.79,1,N,249,141,1,15,0.5,0.5,3.5,0,0.3,22.3,2.5 +2,2021-07-01 01:29:43,2021-07-01 01:43:00,1,7.53,1,N,141,33,1,22,0.5,0.5,7.74,0,0.3,33.54,2.5 +2,2021-07-01 01:21:40,2021-07-01 01:40:30,3,9.58,1,N,138,230,1,27.5,0.5,0.5,7.57,6.55,0.3,45.42,2.5 +2,2021-07-01 01:43:22,2021-07-01 01:49:25,1,1.11,1,N,230,50,1,6.5,0.5,0.5,3.09,0,0.3,13.39,2.5 +2,2021-07-01 01:57:16,2021-07-01 02:00:22,1,.71,1,N,186,186,1,4.5,0.5,0.5,1,0,0.3,9.3,2.5 +1,2021-07-01 01:30:01,2021-07-01 01:42:20,1,6.40,1,N,170,247,2,19,3,0.5,0,0,0.3,22.8,2.5 +1,2021-07-01 01:06:16,2021-07-01 01:10:16,1,1.00,1,N,90,107,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 01:14:46,2021-07-01 01:21:22,1,2.30,1,N,170,141,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 01:32:19,2021-07-01 01:34:30,2,.50,1,N,140,140,1,4,3,0.5,1.56,0,0.3,9.36,2.5 +1,2021-07-01 01:45:05,2021-07-01 02:00:26,1,7.30,1,N,141,261,1,21.5,3,0.5,5,0,0.3,30.3,2.5 +2,2021-07-01 01:08:47,2021-07-01 01:17:45,2,2.63,1,N,79,68,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 01:28:40,2021-07-01 01:28:42,1,.00,5,N,264,264,1,10,0,0.5,2.16,0,0.3,12.96,0 +2,2021-07-01 01:00:19,2021-07-01 01:00:21,1,.00,5,N,264,264,1,16.8,0,0,5.13,0,0.3,22.23,0 +2,2021-07-01 01:33:43,2021-07-01 01:59:21,2,8.11,1,N,138,230,2,26.5,0.5,0.5,0,0,0.3,31.55,2.5 +2,2021-07-01 01:06:28,2021-07-01 01:17:54,6,3.53,1,N,79,161,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 01:27:49,2021-07-01 01:53:05,1,15.26,1,N,138,133,1,41.5,0.5,0.5,8.56,0,0.3,52.61,0 +2,2021-07-01 01:54:25,2021-07-01 02:07:38,1,5.93,1,N,132,130,2,19,0.5,0.5,0,0,0.3,21.55,0 +1,2021-07-01 01:01:19,2021-07-01 01:10:47,4,2.00,1,N,138,70,2,9,1.75,0.5,0,0,0.3,11.55,0 +1,2021-07-01 01:29:02,2021-07-01 01:47:36,1,10.50,1,N,138,232,1,30.5,4.25,0.5,7.1,0,0.3,42.65,2.5 +1,2021-07-01 01:54:39,2021-07-01 02:09:01,1,3.70,1,N,148,17,2,14.5,3,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 01:02:34,2021-07-01 01:09:59,1,1.17,1,N,48,170,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:02:40,2021-07-01 01:32:40,3,10.45,1,N,79,244,1,32,0.5,0.5,10.74,0,0.3,46.54,2.5 +2,2021-07-01 01:18:10,2021-07-01 01:27:03,6,2.56,1,N,48,263,1,10.5,0.5,0.5,1.7,0,0.3,16,2.5 +2,2021-07-01 01:32:19,2021-07-01 01:33:37,6,.42,1,N,263,141,1,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 01:08:35,2021-07-01 01:40:49,1,17.27,4,N,138,265,1,56.5,0.5,0.5,6,0,0.3,65.05,0 +1,2021-07-01 01:10:12,2021-07-01 01:33:24,1,9.80,1,N,138,249,1,29,4.25,0.5,10.1,6.55,0.3,50.7,2.5 +2,2021-07-01 00:59:43,2021-07-01 01:15:45,1,4.73,1,N,236,114,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:19:45,2021-07-01 01:31:01,1,2.78,1,N,113,229,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:34:42,2021-07-01 01:42:30,1,2.23,1,N,141,239,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 01:25:12,2021-07-01 01:28:33,1,.60,1,N,234,170,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +2,2021-07-01 01:03:06,2021-07-01 01:10:34,1,1.82,1,N,137,148,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 01:16:07,2021-07-01 01:19:57,1,1.15,1,N,186,170,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:51:21,2021-07-01 02:24:11,2,19.05,2,N,132,50,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +1,2021-07-01 01:43:51,2021-07-01 02:00:45,1,9.20,1,N,138,230,1,27,4.25,0.5,7.6,6.12,0.3,45.77,2.5 +1,2021-07-01 01:09:43,2021-07-01 01:18:50,1,1.30,1,N,114,79,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 01:28:12,2021-07-01 01:31:43,1,1.40,1,N,229,263,1,6,3,0.5,1.47,0,0.3,11.27,2.5 +2,2021-07-01 01:05:10,2021-07-01 01:24:58,1,14.08,1,N,132,226,1,38.5,0.5,0.5,7.96,0,0.3,49.01,0 +2,2021-07-01 01:52:02,2021-07-01 02:08:10,1,7.33,1,N,132,76,1,22,0.5,0.5,0,0,0.3,24.55,0 +2,2021-07-01 01:01:20,2021-07-01 01:07:35,2,1.33,1,N,50,90,1,6.5,0.5,0.5,2,0,0.3,12.3,2.5 +2,2021-07-01 01:25:49,2021-07-01 01:36:43,3,4.16,1,N,107,264,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 01:18:45,2021-07-01 01:24:00,5,1.46,1,N,74,75,2,6.5,0.5,0.5,0,0,0.3,7.8,0 +2,2021-07-01 01:27:17,2021-07-01 01:55:12,2,19.82,2,N,132,24,1,52,0,0.5,11.87,6.55,0.3,72.47,0 +1,2021-07-01 01:12:24,2021-07-01 01:23:54,1,1.90,1,N,74,24,3,9.5,0.5,0.5,0,0,0.3,10.8,0 +1,2021-07-01 01:38:47,2021-07-01 01:48:44,4,2.50,1,N,238,48,1,10,3,0.5,3.45,0,0.3,17.25,2.5 +1,2021-07-01 01:19:20,2021-07-01 01:30:19,1,4.00,1,N,114,140,1,12.5,3,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 01:55:35,2021-07-01 02:03:32,1,2.17,1,N,186,113,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 01:09:36,2021-07-01 01:30:08,1,8.12,1,N,249,116,2,25,0.5,0.5,0,0,0.3,28.8,2.5 +2,2021-07-01 01:49:55,2021-07-01 02:13:21,1,6.57,1,N,48,42,2,24,0.5,0.5,0,0,0.3,27.8,2.5 +2,2021-07-01 01:42:15,2021-07-01 02:00:43,1,5.30,1,N,229,129,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 01:04:55,2021-07-01 01:08:34,5,1.05,1,N,79,114,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:13:08,2021-07-01 01:23:04,5,2.78,1,N,79,233,1,10.5,0.5,0.5,1.14,0,0.3,15.44,2.5 +2,2021-07-01 01:26:01,2021-07-01 01:28:33,5,.58,1,N,162,163,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 01:34:04,2021-07-01 01:35:44,5,.19,1,N,230,230,1,3,0.5,0.5,1.36,0,0.3,8.16,2.5 +2,2021-07-01 01:14:08,2021-07-01 01:17:43,1,.63,1,N,48,50,1,4.5,0.5,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 01:18:13,2021-07-01 01:24:07,1,1.87,1,N,211,68,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:28:45,2021-07-01 01:42:03,1,4.86,1,N,68,263,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:53:37,2021-07-01 02:06:12,1,3.82,1,N,170,261,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 01:07:18,2021-07-01 01:29:46,2,18.65,2,N,132,232,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 01:54:52,2021-07-01 02:18:38,3,14.14,1,N,138,148,1,39,0.5,0.5,3,6.55,0.3,53.6,2.5 +1,2021-07-01 01:10:01,2021-07-01 01:25:14,1,2.80,1,N,79,68,4,12.5,3,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 01:04:27,2021-07-01 01:14:27,1,2.34,1,N,164,140,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:17:13,2021-07-01 01:26:52,1,1.60,1,N,140,142,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 01:46:57,2021-07-01 01:58:34,1,2.80,1,N,68,229,1,11,0.5,0.5,40,0,0.3,54.8,2.5 +2,2021-07-01 01:22:33,2021-07-01 01:48:42,1,4.58,1,N,249,13,1,19,0.5,0.5,10,0,0.3,32.8,2.5 +2,2021-07-01 01:59:03,2021-07-01 02:03:04,1,.97,1,N,125,158,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:00:59,2021-07-01 01:10:19,6,3.08,1,N,79,161,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 01:38:35,2021-07-01 01:44:51,1,2.10,1,N,161,113,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 01:46:11,2021-07-01 01:51:05,1,1.60,1,N,113,231,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:07:17,2021-07-01 01:16:27,2,4.30,1,N,138,95,2,13.5,1.75,0.5,0,0,0.3,16.05,0 +1,2021-07-01 01:44:10,2021-07-01 02:13:36,2,18.10,2,N,132,68,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 01:52:48,2021-07-01 02:19:55,1,11.09,1,N,132,61,1,33,0.5,0.5,5,0,0.3,40.55,0 +2,2021-07-01 01:12:39,2021-07-01 01:23:01,1,5.35,1,N,116,50,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 01:41:02,2021-07-01 02:07:09,1,8.44,1,N,230,225,1,27,0.5,0.5,7.47,6.55,0.3,44.82,2.5 +2,2021-07-01 01:27:16,2021-07-01 01:36:01,1,2.80,1,N,249,48,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +1,2021-07-01 01:00:53,2021-07-01 01:14:34,1,4.00,1,N,186,263,1,14,3,0.5,3.55,0,0.3,21.35,2.5 +2,2021-07-01 01:08:05,2021-07-01 01:17:02,1,1.83,1,N,158,234,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:26:01,2021-07-01 01:40:34,1,5.19,1,N,79,75,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:50:25,2021-07-01 01:57:45,1,2.45,1,N,141,79,1,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:44:54,2021-07-01 02:10:41,1,11.78,1,N,107,188,1,34.5,0.5,0.5,11.49,0,0.3,49.79,2.5 +2,2021-07-01 01:27:05,2021-07-01 01:41:48,1,5.26,1,N,144,37,2,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 01:16:56,2021-07-01 01:45:55,4,16.92,1,N,132,37,1,47.5,0.5,0.5,7,0,0.3,57.05,0 +2,2021-07-01 01:03:43,2021-07-01 01:22:29,3,13.56,1,N,138,79,1,37,0.5,0.5,9.72,6.55,0.3,58.32,2.5 +1,2021-07-01 01:03:58,2021-07-01 01:13:27,1,2.80,1,N,170,262,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 01:22:03,2021-07-01 01:35:45,1,2.60,1,N,237,238,1,11.5,3,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 01:10:15,2021-07-01 01:20:54,1,1.96,1,N,246,137,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 01:41:40,2021-07-01 01:46:54,1,2.08,1,N,140,74,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:55:43,2021-07-01 02:10:14,1,4.53,1,N,141,152,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 01:07:18,2021-07-01 01:33:10,1,6.57,1,N,48,25,1,23.5,0.5,0.5,5,0,0.3,32.3,2.5 +2,2021-07-01 01:16:47,2021-07-01 01:23:53,1,1.54,1,N,164,48,1,7.5,0.5,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 01:39:51,2021-07-01 01:48:51,1,2.87,1,N,142,166,1,10.5,0.5,0.5,2.7,0,0.3,17,2.5 +2,2021-07-01 01:24:09,2021-07-01 01:50:52,4,18.73,1,N,132,213,1,49.5,0.5,0.5,0,6.55,0.3,58.6,0 +2,2021-07-01 01:10:45,2021-07-01 01:17:37,5,1.46,1,N,42,168,2,7.5,0.5,0.5,0,0,0.3,8.8,0 +2,2021-07-01 01:18:28,2021-07-01 01:30:42,4,7.34,1,N,168,250,2,22,0.5,0.5,0,0,0.3,23.3,0 +2,2021-07-01 01:10:30,2021-07-01 01:40:33,2,18.48,2,N,132,48,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 01:08:03,2021-07-01 01:37:51,2,18.42,2,N,132,230,1,52,1.25,0.5,12.12,6.55,0.3,72.72,0 +2,2021-07-01 01:42:10,2021-07-01 01:49:10,2,1.75,1,N,48,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 00:27:41,2021-07-01 00:43:46,5,4.49,1,N,230,43,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 00:58:26,2021-07-01 01:01:25,5,.24,1,N,48,48,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 01:15:34,2021-07-01 01:26:38,6,3.58,1,N,186,88,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 01:05:34,2021-07-01 01:14:36,1,1.79,1,N,238,142,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 01:51:02,2021-07-01 02:06:07,1,3.12,1,N,114,65,1,13.5,0.5,0.5,4.33,0,0.3,21.63,2.5 +1,2021-07-01 01:17:44,2021-07-01 01:20:43,1,1.00,1,N,229,141,1,5,3,0.5,2.6,0,0.3,11.4,2.5 +1,2021-07-01 01:23:51,2021-07-01 01:35:12,2,3.30,1,N,263,164,2,12,3,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 01:44:46,2021-07-01 02:07:28,1,8.80,1,N,158,129,1,27.5,3,0.5,4,0,0.3,35.3,2.5 +2,2021-07-01 01:03:44,2021-07-01 01:20:29,1,4.39,1,N,186,151,1,16.5,0.5,0.5,3.04,0,0.3,23.34,2.5 +2,2021-07-01 01:01:00,2021-07-01 01:14:28,1,7.80,1,N,138,37,1,23,0.5,0.5,5.11,0,0.3,30.66,0 +2,2021-07-01 01:49:15,2021-07-01 02:19:26,2,13.51,1,N,132,188,2,38.5,0.5,0.5,0,0,0.3,41.05,0 +2,2021-07-01 01:35:16,2021-07-01 01:58:00,2,17.56,2,N,132,137,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 01:27:43,2021-07-01 01:35:55,1,2.12,1,N,230,238,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 01:47:54,2021-07-01 01:57:11,1,2.74,1,N,249,209,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:08:48,2021-07-01 01:16:24,1,2.76,1,N,48,75,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:15:50,2021-07-01 01:16:49,1,.00,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,5.05,0 +2,2021-07-01 01:17:11,2021-07-01 01:47:06,1,21.89,2,N,132,127,1,52,0,0.5,10,6.55,0.3,70.6,0 +1,2021-07-01 01:08:21,2021-07-01 01:22:15,1,4.90,1,N,239,79,1,15.5,3,0.5,1.5,0,0.3,20.8,2.5 +2,2021-07-01 01:27:31,2021-07-01 01:41:16,1,7.47,1,N,262,136,2,22.5,0.5,0.5,0,0,0.3,26.3,2.5 +2,2021-07-01 01:23:23,2021-07-01 01:43:03,1,5.71,1,N,158,263,1,19,0.5,0.5,3,0,0.3,25.8,2.5 +2,2021-07-01 01:49:09,2021-07-01 01:53:16,1,1.21,1,N,263,141,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:47:55,2021-07-01 01:50:24,1,.68,1,N,164,230,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:34:30,2021-07-01 01:41:27,1,1.25,1,N,79,234,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 01:49:10,2021-07-01 01:57:49,1,1.24,1,N,249,114,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:10:06,2021-07-01 01:27:22,1,3.80,1,N,48,145,2,14,3,0.5,0,6.55,0.3,24.35,2.5 +2,2021-07-01 01:05:09,2021-07-01 01:33:37,2,18.23,2,N,132,79,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 01:13:32,2021-07-01 01:34:34,1,12.63,1,N,138,225,1,34.5,0.5,0.5,7.41,0,0.3,44.46,0 +2,2021-07-01 01:21:31,2021-07-01 01:31:27,1,3.69,1,N,142,152,1,12,0.5,0.5,0.01,0,0.3,15.81,2.5 +2,2021-07-01 01:03:48,2021-07-01 01:22:12,1,4.16,1,N,226,173,2,16,0.5,0.5,0,0,0.3,17.3,0 +2,2021-07-01 01:17:44,2021-07-01 01:46:19,2,19.10,2,N,132,113,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 01:01:38,2021-07-01 01:10:35,1,3.63,1,N,132,10,1,12.5,0.5,0.5,3.01,0,0.3,18.06,0 +2,2021-07-01 01:25:06,2021-07-01 01:50:22,1,10.42,1,N,132,198,1,30.5,0.5,0.5,6.61,0,0.3,39.66,0 +2,2021-07-01 01:04:26,2021-07-01 01:25:40,1,6.91,1,N,230,69,1,21.5,0.5,0.5,5.06,0,0.3,30.36,2.5 +2,2021-07-01 01:02:09,2021-07-01 01:31:53,1,8.64,1,N,79,41,1,28.5,0.5,0.5,6.46,0,0.3,38.76,2.5 +1,2021-07-01 01:09:34,2021-07-01 01:45:50,1,23.40,1,N,132,220,1,62.5,1.75,0.5,0,6.55,0.3,71.6,0 +2,2021-07-01 01:26:29,2021-07-01 01:42:56,5,4.42,1,N,161,7,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 01:10:10,2021-07-01 01:14:29,1,1.85,1,N,263,229,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:35:02,2021-07-01 01:36:58,1,.69,1,N,137,224,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 01:57:05,2021-07-01 02:05:35,1,2.77,1,N,263,168,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:21:28,2021-07-01 01:23:44,1,1.00,1,N,114,234,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:22:11,2021-07-01 01:37:19,1,4.78,1,N,234,24,1,16,0.5,0.5,3,0,0.3,22.8,2.5 +2,2021-07-01 01:52:34,2021-07-01 02:08:35,1,4.03,1,N,186,262,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 01:08:38,2021-07-01 01:16:24,1,1.70,1,N,48,239,1,8,0.5,0.5,2.95,0,0.3,14.75,2.5 +2,2021-07-01 01:33:59,2021-07-01 01:35:49,1,.51,1,N,48,230,2,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 01:54:41,2021-07-01 02:14:44,1,6.07,1,N,48,7,1,20.5,0.5,0.5,6.08,0,0.3,30.38,2.5 +1,2021-07-01 01:14:27,2021-07-01 01:40:13,1,6.50,1,N,161,129,2,23,3,0.5,0,0,0.3,26.8,2.5 +2,2021-07-01 01:22:24,2021-07-01 01:28:12,6,1.60,1,N,186,158,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 01:49:24,2021-07-01 02:02:30,6,3.66,1,N,186,151,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 01:38:07,2021-07-01 01:42:41,1,1.00,1,N,234,90,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:10:52,2021-07-01 01:24:34,5,7.95,1,N,148,129,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +2,2021-07-01 01:07:32,2021-07-01 01:12:42,1,.74,1,N,144,79,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:16:01,2021-07-01 01:44:33,3,7.73,1,N,107,129,2,26.5,0.5,0.5,0,0,0.3,30.3,2.5 +2,2021-07-01 01:09:16,2021-07-01 01:27:50,1,10.21,1,N,138,142,1,29,0.5,0.5,4.87,6.55,0.3,45.47,2.5 +2,2021-07-01 01:25:39,2021-07-01 01:36:52,1,3.28,1,N,234,143,1,12,0.5,0.5,1.5,0,0.3,17.3,2.5 +2,2021-07-01 01:43:06,2021-07-01 01:55:37,1,4.24,1,N,246,24,4,-14,-0.5,-0.5,0,0,-0.3,-17.8,-2.5 +2,2021-07-01 01:43:06,2021-07-01 01:55:37,1,4.24,1,N,246,24,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 01:09:58,2021-07-01 01:42:59,1,17.70,2,N,132,142,1,52,3.75,0.5,14.1,0,0.3,70.65,2.5 +1,2021-07-01 01:50:02,2021-07-01 01:54:33,1,1.40,1,N,163,141,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 01:03:59,2021-07-01 01:31:41,1,11.90,1,N,249,69,1,35.5,3,0.5,0,0,0.3,39.3,2.5 +2,2021-07-01 01:09:22,2021-07-01 01:31:59,1,18.67,2,N,132,144,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +2,2021-07-01 01:30:39,2021-07-01 01:37:22,1,1.04,1,N,163,230,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:40:43,2021-07-01 01:47:16,1,1.00,1,N,48,163,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 01:06:46,2021-07-01 01:15:58,3,2.07,1,N,230,239,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 01:25:33,2021-07-01 01:30:28,3,.95,1,N,230,230,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 01:39:17,2021-07-01 02:03:58,1,17.37,2,N,132,162,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 01:08:26,2021-07-01 01:25:40,2,3.02,1,N,113,163,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 01:36:08,2021-07-01 01:47:32,2,2.24,1,N,249,232,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 01:01:19,2021-07-01 01:08:30,4,2.24,1,N,48,238,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 01:31:25,2021-07-01 01:41:31,5,2.52,1,N,186,141,1,10.5,0.5,0.5,4.29,0,0.3,18.59,2.5 +2,2021-07-01 01:00:59,2021-07-01 01:09:00,1,2.83,1,N,90,142,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:24:44,2021-07-01 01:49:19,1,6.84,1,N,164,223,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +2,2021-07-01 01:58:09,2021-07-01 02:06:15,1,2.27,1,N,7,226,2,9,0.5,0.5,0,0,0.3,10.3,0 +2,2021-07-01 01:33:06,2021-07-01 02:01:54,2,14.92,1,N,263,14,1,42,0.5,0.5,9.16,0,0.3,54.96,2.5 +2,2021-07-01 01:08:48,2021-07-01 01:22:47,1,3.75,1,N,148,48,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 01:02:45,2021-07-01 01:17:58,2,10.78,1,N,132,253,1,30.5,0.5,0.5,8.26,0,0.3,41.31,0 +2,2021-07-01 01:50:43,2021-07-01 02:17:42,2,19.07,2,N,132,114,1,52,0,0.5,18.93,6.55,0.3,82.03,2.5 +2,2021-07-01 01:15:32,2021-07-01 01:24:15,2,2.35,1,N,164,141,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 01:30:14,2021-07-01 01:32:53,1,.80,1,N,170,161,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:38:25,2021-07-01 01:40:22,1,.84,1,N,230,186,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:50:05,2021-07-01 01:56:23,1,1.75,1,N,48,239,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 01:03:07,2021-07-01 01:19:20,2,3.90,1,N,48,148,1,15,3,0.5,3.75,0,0.3,22.55,2.5 +1,2021-07-01 01:25:00,2021-07-01 01:35:55,1,3.00,1,N,79,256,1,11.5,3,0.5,3.8,0,0.3,19.1,2.5 +2,2021-07-01 01:10:40,2021-07-01 01:18:23,1,1.77,1,N,79,68,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:22:52,2021-07-01 01:41:47,1,2.94,1,N,68,88,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 01:41:04,2021-07-01 01:47:08,1,1.56,1,N,48,246,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 01:16:17,2021-07-01 01:31:06,2,4.10,1,N,249,141,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +1,2021-07-01 01:41:47,2021-07-01 01:51:37,1,1.80,1,N,79,125,1,9,3,0.5,1.5,0,0.3,14.3,2.5 +2,2021-07-01 01:06:34,2021-07-01 01:21:34,1,8.18,1,N,138,262,1,23.5,0.5,0.5,5,6.55,0.3,40.1,2.5 +2,2021-07-01 01:00:36,2021-07-01 01:21:37,1,6.24,1,N,107,223,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 01:24:06,2021-07-01 01:29:48,1,1.31,1,N,223,223,1,6.5,0.5,0.5,1.56,0,0.3,9.36,0 +2,2021-07-01 01:48:31,2021-07-01 02:03:51,1,7.38,1,N,138,28,1,22,0.5,0.5,6.99,0,0.3,31.54,0 +2,2021-07-01 01:31:47,2021-07-01 02:00:41,4,18.04,2,N,132,186,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 01:08:29,2021-07-01 01:15:30,2,1.48,1,N,249,100,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 01:37:32,2021-07-01 02:24:56,1,32.10,5,N,132,265,1,150,1.25,0,33.95,18.3,0.3,203.8,0 +1,2021-07-01 01:15:43,2021-07-01 01:34:40,2,5.20,1,N,140,83,2,18,3,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 01:03:32,2021-07-01 01:12:31,1,3.33,1,N,79,237,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 01:47:36,2021-07-01 02:08:56,1,10.08,1,N,144,7,1,30.5,0.5,0.5,6.86,0,0.3,41.16,2.5 +2,2021-07-01 01:33:40,2021-07-01 02:00:33,1,17.21,1,N,132,49,4,-47,-0.5,-0.5,0,0,-0.3,-49.55,0 +2,2021-07-01 01:33:40,2021-07-01 02:00:33,1,17.21,1,N,132,49,2,47,0.5,0.5,0,0,0.3,49.55,0 +1,2021-07-01 01:00:21,2021-07-01 01:04:39,2,1.20,1,N,114,186,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 01:18:51,2021-07-01 01:40:20,1,8.00,1,N,114,129,1,26,3,0.5,3,0,0.3,32.8,2.5 +2,2021-07-01 01:10:02,2021-07-01 01:18:19,1,1.84,1,N,48,234,1,8,0.5,0.5,5,0,0.3,16.8,2.5 +2,2021-07-01 01:23:12,2021-07-01 01:35:07,1,2.60,1,N,113,261,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 01:41:19,2021-07-01 01:59:16,1,5.45,1,N,231,61,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +2,2021-07-01 01:03:44,2021-07-01 01:12:51,1,1.30,1,N,79,144,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 01:13:41,2021-07-01 01:27:54,1,4.89,1,N,144,236,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 01:53:47,2021-07-01 02:17:13,1,15.54,1,N,132,215,1,42.5,0.5,0.5,11.26,0,0.3,56.31,0 +2,2021-07-01 01:35:50,2021-07-01 01:41:27,1,1.10,1,N,107,90,1,6,0.5,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 01:07:20,2021-07-01 01:15:26,1,2.42,1,N,141,164,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:20:14,2021-07-01 01:27:19,1,1.71,1,N,170,249,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:56:14,2021-07-01 02:24:20,1,16.79,4,N,138,265,1,58,0.5,0.5,11.86,0,0.3,71.16,0 +2,2021-07-01 01:00:22,2021-07-01 01:19:06,1,10.16,1,N,138,79,1,29.5,0.5,0.5,6.66,0,0.3,41.21,2.5 +2,2021-07-01 01:22:56,2021-07-01 01:50:05,1,16.20,1,N,132,37,2,44.5,0.5,0.5,0,0,0.3,47.05,0 +2,2021-07-01 01:12:49,2021-07-01 01:21:50,1,3.66,1,N,138,92,1,12,0.5,0.5,2.66,0,0.3,17.21,0 +2,2021-07-01 01:34:53,2021-07-01 01:48:04,1,4.60,1,N,138,146,1,15,0.5,0.5,3.26,0,0.3,20.81,0 +2,2021-07-01 01:07:39,2021-07-01 01:34:13,2,17.68,1,N,132,178,1,47.5,0.5,0.5,9.76,0,0.3,59.81,0 +2,2021-07-01 01:33:24,2021-07-01 01:43:22,1,2.70,1,N,230,211,1,10,0.5,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 01:48:43,2021-07-01 01:56:26,1,2.00,1,N,211,88,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 01:08:16,2021-07-01 01:18:27,1,6.07,1,N,132,197,2,18,0.5,0.5,0,0,0.3,20.55,0 +1,2021-07-01 01:15:09,2021-07-01 01:23:57,1,1.70,1,N,79,90,1,8,3,0.5,1.2,0,0.3,13,2.5 +1,2021-07-01 01:38:27,2021-07-01 01:42:19,1,.50,1,N,249,234,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +1,2021-07-01 01:43:48,2021-07-01 01:57:23,1,2.10,1,N,264,148,1,10,3,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:40:05,2021-07-01 02:10:55,5,21.01,2,N,132,239,1,52,0,0.5,13,6.55,0.3,76.1,2.5 +2,2021-07-01 01:03:18,2021-07-01 01:11:57,6,2.99,1,N,233,144,1,10.5,0.5,0.5,3,0,0.3,17.3,2.5 +2,2021-07-01 01:13:20,2021-07-01 01:32:22,5,7.60,1,N,144,166,1,24,0.5,0.5,5.56,0,0.3,33.36,2.5 +2,2021-07-01 01:34:45,2021-07-01 01:42:47,6,1.25,1,N,166,152,2,7,0.5,0.5,0,0,0.3,8.3,0 +2,2021-07-01 01:07:45,2021-07-01 01:15:10,1,2.79,1,N,141,79,1,9.5,0.5,0.5,2,0,0.3,15.3,2.5 +2,2021-07-01 01:39:05,2021-07-01 01:56:23,1,5.06,1,N,137,260,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 01:09:22,2021-07-01 01:23:26,1,9.40,1,N,138,141,1,26,4.25,0.5,7.5,6.55,0.3,45.1,2.5 +1,2021-07-01 01:08:24,2021-07-01 01:22:26,1,4.10,1,N,142,116,1,14.5,3,0.5,1,0,0.3,19.3,2.5 +1,2021-07-01 01:51:35,2021-07-01 01:57:13,1,1.00,1,N,151,166,2,6,0.5,0.5,0,0,0.3,7.3,0 +1,2021-07-01 01:29:41,2021-07-01 01:39:43,1,1.90,1,N,170,48,1,9,2.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 01:56:20,2021-07-01 02:01:39,1,1.00,1,N,68,186,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 01:52:18,2021-07-01 02:22:07,3,18.10,2,N,132,4,2,52,3.75,0.5,0,0,0.3,56.55,2.5 +2,2021-07-01 01:15:54,2021-07-01 01:34:14,2,4.85,1,N,107,75,1,17,0.5,0.5,2.08,0,0.3,22.88,2.5 +2,2021-07-01 01:48:28,2021-07-01 02:19:14,1,11.50,1,N,234,22,2,35.5,0.5,0.5,0,0,0.3,39.3,2.5 +2,2021-07-01 01:11:09,2021-07-01 01:29:17,6,9.06,1,N,70,234,2,26.5,0.5,0.5,0,6.12,0.3,36.42,2.5 +2,2021-07-01 01:30:46,2021-07-01 01:34:03,6,.92,1,N,234,164,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:38:31,2021-07-01 01:46:50,6,1.65,1,N,161,170,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +1,2021-07-01 01:03:36,2021-07-01 01:14:17,1,3.90,1,N,138,223,1,13.5,1.75,0.5,4.8,0,0.3,20.85,0 +1,2021-07-01 01:39:45,2021-07-01 02:00:08,1,12.70,1,N,70,76,2,35.5,0.5,0.5,0,0,0.3,36.8,0 +2,2021-07-01 01:06:16,2021-07-01 01:23:05,1,3.15,1,N,237,246,1,14,0.5,0.5,4.45,0,0.3,22.25,2.5 +1,2021-07-01 01:25:10,2021-07-01 01:35:59,1,4.70,1,N,79,75,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +2,2021-06-30 23:57:47,2021-07-01 00:01:08,6,.43,1,N,230,48,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 00:13:42,2021-07-01 00:17:47,6,1.72,1,N,90,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 00:18:57,2021-07-01 00:30:10,6,3.00,1,N,48,24,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 00:35:28,2021-07-01 00:39:32,6,.88,1,N,24,41,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 00:51:42,2021-07-01 01:41:20,1,29.69,5,N,238,265,1,150,0,0,0,0,0.3,152.8,2.5 +2,2021-07-01 01:32:13,2021-07-01 01:41:36,1,2.66,1,N,238,41,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 01:04:27,2021-07-01 01:12:49,1,2.60,1,N,249,48,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 01:29:48,2021-07-01 01:42:29,1,5.80,1,N,162,261,1,17.5,3,0.5,5.3,0,0.3,26.6,2.5 +1,2021-07-01 01:51:15,2021-07-01 02:10:12,3,7.40,1,N,144,82,3,24.5,3,0.5,0,0,0.3,28.3,2.5 +2,2021-07-01 01:28:42,2021-07-01 01:28:49,1,.00,5,N,74,74,1,61,0,0.5,12.36,0,0.3,74.16,0 +1,2021-07-01 01:03:20,2021-07-01 01:19:16,1,6.30,1,N,132,76,1,20,1.75,0.5,3,0,0.3,25.55,0 +1,2021-07-01 01:19:20,2021-07-01 01:23:18,1,1.10,1,N,79,137,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 01:44:04,2021-07-01 01:51:25,1,4.20,1,N,148,229,1,13,3,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 01:18:49,2021-07-01 01:33:18,0,3.80,1,N,107,143,1,14,3,0.5,3.55,0,0.3,21.35,2.5 +1,2021-07-01 01:00:18,2021-07-01 01:03:19,2,.80,1,N,246,50,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 01:10:13,2021-07-01 01:34:44,1,5.70,1,N,246,37,1,21,3,0.5,4.95,0,0.3,29.75,2.5 +1,2021-07-01 01:48:30,2021-07-01 02:02:32,2,2.30,1,N,148,114,1,11,3,0.5,2.95,0,0.3,17.75,2.5 +2,2021-07-01 01:36:26,2021-07-01 01:56:32,1,17.69,2,N,132,148,1,52,0,0.5,6.64,0,0.3,61.94,2.5 +2,2021-07-01 01:58:09,2021-07-01 02:06:45,1,3.01,1,N,249,229,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +1,2021-07-01 01:02:46,2021-07-01 01:13:39,1,1.30,1,N,79,234,1,9,3,0.5,3.8,0,0.3,16.6,2.5 +1,2021-07-01 01:21:31,2021-07-01 01:35:04,0,6.90,1,N,138,42,1,21,1.75,0.5,6,6.55,0.3,36.1,0 +2,2021-07-01 01:57:18,2021-07-01 02:21:13,1,5.97,1,N,186,80,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 01:49:16,2021-07-01 01:53:58,1,1.59,1,N,90,211,1,6.5,0.5,0.5,3.09,0,0.3,13.39,2.5 +1,2021-07-01 01:04:55,2021-07-01 01:20:27,1,8.60,1,N,138,151,1,25,1.75,0.5,10,6.55,0.3,44.1,0 +1,2021-07-01 01:28:33,2021-07-01 01:36:15,1,3.30,1,N,263,137,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 01:43:34,2021-07-01 01:49:03,1,1.60,1,N,79,107,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 01:55:30,2021-07-01 02:05:48,1,1.80,1,N,224,164,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +2,2021-07-01 01:04:46,2021-07-01 01:09:55,3,1.22,1,N,107,164,1,6,0.5,0.5,0.93,0,0.3,10.73,2.5 +2,2021-07-01 01:17:31,2021-07-01 01:30:41,1,3.55,1,N,48,145,1,13,0.5,0.5,2,0,0.3,18.8,2.5 +2,2021-07-01 01:09:00,2021-07-01 01:15:41,1,1.47,1,N,249,164,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:37:45,2021-07-01 01:41:02,1,1.13,1,N,249,79,1,5,0.5,0.5,0.8,0,0.3,9.6,2.5 +2,2021-07-01 01:45:30,2021-07-01 02:02:39,1,4.51,1,N,79,236,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:58:50,2021-07-01 01:23:38,6,19.34,2,N,132,262,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 01:28:37,2021-07-01 01:49:10,6,6.36,1,N,263,107,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +1,2021-07-01 01:40:06,2021-07-01 02:27:43,1,19.50,1,N,234,214,2,58,3,0.5,0,13.1,0.3,74.9,2.5 +2,2021-07-01 01:07:36,2021-07-01 01:12:27,1,1.99,1,N,114,100,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 01:09:25,2021-07-01 01:32:05,1,4.09,1,N,144,50,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 01:07:08,2021-07-01 01:08:00,1,.04,1,N,239,239,3,-2.5,-0.5,-0.5,0,0,-0.3,-6.3,-2.5 +2,2021-07-01 01:07:08,2021-07-01 01:08:00,1,.04,1,N,239,239,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 01:28:03,2021-07-01 01:35:08,2,1.35,1,N,249,264,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:56:05,2021-07-01 02:12:37,1,5.10,1,N,107,7,1,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:43:18,2021-07-01 00:54:11,2,3.02,1,N,74,239,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:22:40,2021-07-01 01:28:50,1,2.47,1,N,233,75,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 01:02:00,2021-07-01 01:07:54,3,1.02,1,N,186,234,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 01:10:45,2021-07-01 01:20:27,1,3.77,1,N,90,238,1,12,0.5,0.5,2.37,0,0.3,18.17,2.5 +2,2021-07-01 01:51:54,2021-07-01 01:55:31,1,1.12,1,N,186,68,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:41:10,2021-07-01 01:48:10,2,1.74,1,N,114,137,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 00:58:46,2021-07-01 01:06:44,2,1.45,1,N,170,50,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:16:44,2021-07-01 01:41:29,2,14.27,1,N,100,259,1,39.5,0.5,0.5,8.66,0,0.3,51.96,2.5 +2,2021-07-01 01:21:45,2021-07-01 01:40:02,6,9.09,1,N,144,14,1,26.5,0.5,0.5,5.4,0,0.3,35.7,2.5 +2,2021-07-01 01:11:49,2021-07-01 01:29:38,1,5.73,1,N,148,74,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 01:20:30,2021-07-01 01:31:42,1,4.81,1,N,132,10,2,15.5,0.5,0.5,0,0,0.3,18.05,0 +2,2021-07-01 01:15:43,2021-07-01 01:30:57,6,6.05,1,N,249,74,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 01:25:48,2021-07-01 01:41:48,1,5.09,1,N,230,152,2,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 00:58:22,2021-07-01 01:20:04,3,16.14,1,N,132,255,1,43.5,0.5,0.5,7,0,0.3,53.05,0 +2,2021-07-01 01:01:35,2021-07-01 01:09:39,1,2.49,1,N,164,239,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 01:11:12,2021-07-01 01:21:01,1,2.30,1,N,142,229,1,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:13:04,2021-07-01 01:19:55,1,2.09,1,N,170,48,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:21:26,2021-07-01 01:33:53,1,7.58,1,N,48,243,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 01:08:29,2021-07-01 01:20:51,1,6.68,1,N,132,130,2,20,0.5,0.5,0,0,0.3,22.55,0 +2,2021-07-01 01:54:24,2021-07-01 02:11:51,1,8.25,1,N,132,77,2,24.5,0.5,0.5,0,0,0.3,27.05,0 +1,2021-07-01 01:02:20,2021-07-01 01:13:03,1,3.20,1,N,237,145,1,12,3,0.5,3.15,0,0.3,18.95,2.5 +2,2021-07-01 01:17:04,2021-07-01 01:22:24,1,1.37,1,N,114,4,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:27:35,2021-07-01 01:31:39,1,.57,1,N,4,79,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:29:20,2021-07-01 01:40:15,1,1.16,1,N,79,264,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 01:51:39,2021-07-01 01:57:30,1,1.48,1,N,137,4,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:31:00,2021-07-01 01:54:40,1,11.26,1,N,138,142,1,33.5,0.5,0.5,8.77,6.55,0.3,53.87,2.5 +2,2021-07-01 01:20:28,2021-07-01 01:33:58,1,4.55,1,N,79,263,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 01:50:17,2021-07-01 01:56:24,1,2.36,1,N,249,48,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 01:06:38,2021-07-01 01:32:25,0,9.60,1,N,249,71,1,29,3,0.5,0,6.55,0.3,39.35,2.5 +1,2021-07-01 01:57:15,2021-07-01 02:08:45,0,3.90,1,N,211,237,1,13,3,0.5,3.35,0,0.3,20.15,2.5 +1,2021-07-01 01:27:00,2021-07-01 01:27:34,1,12.80,5,N,265,265,1,110,0,0,22.05,0,0.3,132.35,0 +2,2021-07-01 01:04:10,2021-07-01 01:17:22,2,3.60,1,N,90,239,1,13.5,0.5,0.5,1,0,0.3,18.3,2.5 +2,2021-07-01 01:28:02,2021-07-01 01:45:20,1,5.43,1,N,166,234,1,18,0.5,0.5,1,0,0.3,22.8,2.5 +2,2021-07-01 01:54:12,2021-07-01 02:07:49,1,7.23,1,N,163,244,1,21.5,0.5,0.5,6.33,0,0.3,31.63,2.5 +2,2021-07-01 01:06:06,2021-07-01 01:16:38,2,6.00,1,N,141,87,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 01:26:01,2021-07-01 01:29:49,2,.45,1,N,231,125,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:48:04,2021-07-01 01:57:55,2,3.41,1,N,148,141,1,11.5,0.5,0.5,2,0,0.3,17.3,2.5 +2,2021-07-01 01:01:00,2021-07-01 01:16:00,5,4.08,1,N,249,239,1,14.5,0.5,0.5,1.5,0,0.3,19.8,2.5 +2,2021-07-01 01:30:32,2021-07-01 02:01:18,5,8.21,1,N,68,225,1,27,0.5,0.5,3,0,0.3,33.8,2.5 +2,2021-07-01 01:19:37,2021-07-01 01:31:01,2,3.10,1,N,237,230,4,-11.5,-0.5,-0.5,0,0,-0.3,-15.3,-2.5 +2,2021-07-01 01:19:37,2021-07-01 01:31:01,2,3.10,1,N,237,230,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 01:07:12,2021-07-01 01:16:23,1,2.76,1,N,142,234,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 01:18:09,2021-07-01 01:22:08,1,1.36,1,N,164,161,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:30:23,2021-07-01 01:40:34,1,2.39,1,N,161,246,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:52:56,2021-07-01 02:02:37,1,2.32,1,N,90,148,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 01:08:38,2021-07-01 01:24:05,1,5.00,1,N,90,236,1,16.5,3,0.5,2,0,0.3,22.3,2.5 +2,2021-07-01 01:28:44,2021-07-01 01:32:38,1,1.21,1,N,114,234,1,5.5,0.5,0.5,4.08,0,0.3,13.38,2.5 +2,2021-07-01 01:41:59,2021-07-01 02:01:37,1,6.85,1,N,249,7,1,21.5,0.5,0.5,6.32,0,0.3,31.62,2.5 +2,2021-07-01 01:27:00,2021-07-01 01:44:29,1,4.68,1,N,79,239,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 01:53:56,2021-07-01 02:02:25,1,2.38,1,N,231,25,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 01:30:03,2021-07-01 01:38:43,0,3.90,1,N,132,10,1,13,1.75,0.5,10,0,0.3,25.55,0 +1,2021-07-01 01:12:26,2021-07-01 01:18:46,1,1.30,1,N,148,87,1,7,3,0.5,2,0,0.3,12.8,2.5 +1,2021-07-01 01:29:49,2021-07-01 01:36:13,1,1.70,1,N,249,68,1,7.5,3,0.5,3.35,0,0.3,14.65,2.5 +2,2021-07-01 01:16:17,2021-07-01 01:31:11,1,8.71,1,N,138,170,1,24.5,0.5,0.5,7.22,6.55,0.3,43.32,2.5 +2,2021-07-01 01:06:12,2021-07-01 01:19:45,2,4.23,1,N,211,142,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 01:30:50,2021-07-01 01:42:20,2,5.22,1,N,164,87,2,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 01:05:48,2021-07-01 01:21:42,3,7.08,1,N,138,42,2,22,0.5,0.5,0,6.55,0.3,31.1,0 +1,2021-07-01 01:09:29,2021-07-01 01:16:17,2,1.10,1,N,125,249,1,6.5,3,0.5,1.5,0,0.3,11.8,2.5 +1,2021-07-01 01:22:35,2021-07-01 01:24:08,1,.80,1,N,90,186,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 01:34:30,2021-07-01 01:39:09,1,1.40,1,N,90,125,1,6,3,0.5,3,0,0.3,12.8,2.5 +1,2021-07-01 01:41:35,2021-07-01 02:00:07,1,6.80,1,N,125,151,1,22,3,0.5,2,0,0.3,27.8,2.5 +2,2021-07-01 01:27:31,2021-07-01 01:30:57,1,.79,1,N,249,90,1,5,0.5,0.5,0.88,0,0.3,9.68,2.5 +2,2021-07-01 01:40:07,2021-07-01 01:56:16,1,3.15,1,N,142,41,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 01:38:48,2021-07-01 02:00:55,1,17.16,2,N,132,162,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +1,2021-07-01 01:25:23,2021-07-01 01:33:18,0,1.00,1,N,238,239,1,7,2.5,0.5,2,0,0.3,12.3,2.5 +1,2021-07-01 01:36:07,2021-07-01 01:39:49,0,.60,1,N,239,142,2,4.5,2.5,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 01:43:22,2021-07-01 01:51:22,0,1.50,1,N,142,236,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 01:39:27,2021-07-01 02:06:21,2,7.34,1,N,162,198,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +2,2021-07-01 01:32:59,2021-07-01 01:42:42,1,1.70,1,N,137,246,1,8.5,0.5,0.5,10,0,0.3,22.3,2.5 +1,2021-07-01 01:55:09,2021-07-01 02:10:32,1,8.90,1,N,132,38,2,25.5,1.75,0.5,0,0,0.3,28.05,0 +2,2021-07-01 01:22:03,2021-07-01 01:31:11,1,2.38,1,N,148,170,1,9.5,0.5,0.5,2,0,0.3,15.3,2.5 +2,2021-07-01 01:41:18,2021-07-01 01:53:31,1,3.55,1,N,137,226,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 01:08:12,2021-07-01 01:20:32,1,2.37,1,N,246,107,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 01:26:16,2021-07-01 01:34:23,1,1.18,1,N,107,79,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:46:50,2021-07-01 01:57:16,1,2.98,1,N,249,163,1,11.5,0.5,0.5,1.5,0,0.3,16.8,2.5 +2,2021-07-01 01:23:32,2021-07-01 01:56:52,2,19.20,2,N,132,239,1,52,0,0.5,14.14,0,0.3,70.69,2.5 +2,2021-07-01 01:22:43,2021-07-01 01:29:35,1,2.23,1,N,211,68,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 01:32:22,2021-07-01 01:45:56,2,2.85,1,N,68,224,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +1,2021-07-01 01:06:02,2021-07-01 01:19:29,1,4.50,1,N,237,152,2,14.5,3,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 01:00:57,2021-07-01 01:17:15,1,3.56,1,N,166,140,1,14,0.5,0.5,2.67,0,0.3,20.47,2.5 +2,2021-07-01 01:21:41,2021-07-01 01:27:03,1,1.20,1,N,262,237,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 01:21:07,2021-07-01 01:40:05,3,13.02,1,N,138,106,1,35.5,0.5,0.5,7.61,0,0.3,45.66,0 +2,2021-07-01 01:03:19,2021-07-01 01:08:13,1,.82,1,N,107,224,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:44:06,2021-07-01 01:48:03,1,1.00,1,N,141,237,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:16:09,2021-07-01 01:34:07,1,8.60,1,N,263,112,1,25.5,0.5,0.5,7.33,0,0.3,36.63,2.5 +2,2021-07-01 01:24:46,2021-07-01 01:42:29,1,5.95,1,N,138,145,1,20,0.5,0.5,5.64,0,0.3,28.19,0 +2,2021-07-01 01:46:31,2021-07-01 02:07:30,1,8.87,1,N,125,14,2,26,0.5,0.5,0,6.55,0.3,36.35,2.5 +2,2021-07-01 01:02:01,2021-07-01 01:24:14,2,5.62,1,N,249,40,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 00:58:01,2021-07-01 01:14:05,1,4.03,1,N,79,142,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 01:25:25,2021-07-01 01:44:26,1,3.37,1,N,246,4,1,14.5,0.5,0.5,1,0,0.3,19.3,2.5 +2,2021-07-01 01:51:45,2021-07-01 01:58:05,1,1.20,1,N,79,234,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:13:57,2021-07-01 01:24:25,1,4.36,1,N,79,261,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 01:32:12,2021-07-01 01:49:23,1,5.31,1,N,231,62,1,17.5,0.5,0.5,5.32,0,0.3,26.62,2.5 +1,2021-07-01 01:17:39,2021-07-01 01:28:23,1,7.20,1,N,138,74,1,21,1.75,0.5,3,6.55,0.3,33.1,0 +1,2021-07-01 01:49:43,2021-07-01 02:04:01,1,10.10,1,Y,138,65,1,29,1.75,0.5,6.3,0,0.3,37.85,0 +1,2021-07-01 01:30:07,2021-07-01 01:50:16,1,12.30,1,N,138,209,2,34.5,4.25,0.5,0,0,0.3,39.55,2.5 +1,2021-07-01 01:09:19,2021-07-01 01:15:42,2,.90,1,N,107,79,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +1,2021-07-01 01:22:18,2021-07-01 01:40:48,2,5.60,1,N,148,75,1,18,3,0.5,2.2,0,0.3,24,2.5 +1,2021-07-01 01:54:03,2021-07-01 01:59:19,2,1.00,1,N,162,163,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:04:45,2021-07-01 01:15:42,1,2.74,1,N,142,75,1,11,0.5,0.5,2.22,0,0.3,17.02,2.5 +2,2021-07-01 01:05:51,2021-07-01 01:21:27,1,4.77,1,N,234,179,1,16,0.5,0.5,2,0,0.3,21.8,2.5 +2,2021-07-01 01:46:57,2021-07-01 02:11:07,1,7.48,1,N,237,17,1,24,0.5,0.5,6.95,0,0.3,34.75,2.5 +1,2021-07-01 01:13:38,2021-07-01 01:15:51,2,.50,1,N,263,263,1,4,3,0.5,2.2,0,0.3,10,2.5 +1,2021-07-01 01:32:53,2021-07-01 01:36:48,1,.80,1,N,263,263,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 01:49:05,2021-07-01 02:12:46,1,12.70,1,N,162,95,2,36,3,0.5,0,6.55,0.3,46.35,2.5 +1,2021-07-01 01:02:33,2021-07-01 01:10:13,1,1.50,1,N,234,249,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 01:11:36,2021-07-01 01:18:05,1,1.70,1,N,249,164,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 01:32:10,2021-07-01 01:40:35,2,2.00,1,N,48,141,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 01:05:39,2021-07-01 01:21:51,1,4.40,1,N,246,33,1,16.5,3,0.5,2,0,0.3,22.3,2.5 +2,2021-07-01 01:08:27,2021-07-01 01:20:45,6,6.46,1,N,138,80,1,20,0.5,0.5,4.51,0,0.3,27.06,0 +2,2021-07-01 01:35:47,2021-07-01 01:55:37,6,8.41,1,N,138,37,2,25.5,0.5,0.5,0,0,0.3,28.05,0 +1,2021-07-01 01:02:00,2021-07-01 01:09:05,1,1.50,1,N,263,238,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:06:48,2021-07-01 01:11:24,1,.80,1,N,114,125,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 01:14:13,2021-07-01 01:23:00,3,2.60,1,N,249,233,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 01:29:50,2021-07-01 01:35:19,1,1.00,1,N,137,137,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 01:34:20,2021-07-01 01:57:24,3,11.80,1,N,132,71,2,34,1.75,0.5,0,0,0.3,36.55,0 +1,2021-07-01 01:10:28,2021-07-01 01:23:10,1,3.50,1,N,265,265,1,13,0.5,0.5,2.85,0,0.3,17.15,0 +1,2021-07-01 01:35:39,2021-07-01 01:54:01,1,2.40,1,N,265,265,2,14,0.5,0.5,0,0,0.3,15.3,0 +2,2021-07-01 01:28:29,2021-07-01 01:38:54,1,6.54,1,N,138,42,1,19,0.5,0.5,8.43,6.55,0.3,36.53,0 +2,2021-07-01 01:53:39,2021-07-01 02:07:37,1,9.55,1,N,70,244,1,26.5,0.5,0.5,6.87,6.55,0.3,41.22,0 +2,2021-07-01 01:16:33,2021-07-01 01:21:06,1,.82,1,N,148,4,3,-5.5,-0.5,-0.5,0,0,-0.3,-9.3,-2.5 +2,2021-07-01 01:16:33,2021-07-01 01:21:06,1,.82,1,N,148,4,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:28:00,2021-07-01 01:37:45,1,3.42,1,N,79,140,1,11.5,0.5,0.5,3.83,0,0.3,19.13,2.5 +2,2021-07-01 01:27:32,2021-07-01 01:40:32,2,5.01,1,N,79,263,1,16.5,0.5,0.5,1,0,0.3,21.3,2.5 +2,2021-07-01 01:51:51,2021-07-01 02:00:54,2,1.80,1,N,79,232,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 01:05:55,2021-07-01 01:23:22,2,10.70,1,N,132,92,2,30.5,1.75,0.5,0,0,0.3,33.05,0 +1,2021-07-01 01:57:22,2021-07-01 02:27:52,2,17.40,2,N,132,237,1,52,3.75,0.5,6.45,0,0.3,63,2.5 +2,2021-07-01 01:36:10,2021-07-01 01:51:58,1,8.99,1,N,138,164,1,25.5,0.5,0.5,7.17,6.55,0.3,44.27,2.5 +1,2021-07-01 01:01:48,2021-07-01 01:21:39,1,9.60,1,N,138,83,2,28,1.75,0.5,0,0,0.3,30.55,0 +1,2021-07-01 01:36:47,2021-07-01 01:45:24,1,6.70,5,N,138,75,1,40,1.25,0,5,6.55,0.3,53.1,0 +2,2021-07-01 01:14:57,2021-07-01 01:54:33,1,18.20,1,N,246,172,2,52,0.5,0.5,0,6.55,0.3,62.35,2.5 +2,2021-07-01 01:59:13,2021-07-01 02:08:36,1,3.23,1,N,172,6,2,11.5,0.5,0.5,0,0,0.3,12.8,0 +2,2021-07-01 01:15:58,2021-07-01 01:34:10,1,6.79,1,N,164,148,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 01:02:42,2021-07-01 01:27:31,1,9.53,1,N,234,228,1,29.5,0.5,0.5,7.97,6.55,0.3,47.82,2.5 +2,2021-07-01 01:47:44,2021-07-01 01:57:13,2,1.58,1,N,234,144,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 01:15:32,2021-07-01 01:22:43,1,2.50,1,N,107,141,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 01:48:32,2021-07-01 01:52:02,2,.90,1,N,107,137,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +2,2021-07-01 01:12:19,2021-07-01 01:44:59,1,41.42,4,N,264,265,2,77.5,0.5,0.5,0,0,0.3,78.8,0 +2,2021-07-01 01:42:16,2021-07-01 02:08:54,5,6.28,1,N,113,225,1,23,0.5,0.5,3.5,0,0.3,30.3,2.5 +2,2021-07-01 01:10:38,2021-07-01 02:16:07,1,58.25,4,N,77,265,1,251,0.5,0.5,0,0,0.3,254.25,0 +2,2021-07-01 01:11:09,2021-07-01 01:14:57,1,.51,1,N,74,74,2,4.5,0.5,0.5,0,0,0.3,5.8,0 +2,2021-07-01 01:29:39,2021-07-01 01:32:43,1,1.37,1,N,140,262,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 01:51:59,2021-07-01 02:05:40,5,3.04,1,N,79,209,1,12,0.5,0.5,1,0,0.3,16.8,2.5 +1,2021-07-01 01:10:18,2021-07-01 01:17:59,1,2.70,1,N,107,142,1,9.5,3,0.5,0.7,0,0.3,14,2.5 +2,2021-07-01 01:14:05,2021-07-01 01:39:04,2,6.60,1,N,230,33,2,23,0.5,0.5,0,0,0.3,26.8,2.5 +2,2021-07-01 01:24:39,2021-07-01 01:34:59,1,2.29,1,N,231,79,1,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:52:38,2021-07-01 02:18:21,1,11.53,1,N,164,69,1,34,0.5,0.5,7.56,0,0.3,45.36,2.5 +2,2021-07-01 01:24:33,2021-07-01 01:38:09,1,1.99,1,N,158,148,1,10.5,0.5,0.5,3.58,0,0.3,17.88,2.5 +2,2021-07-01 01:43:59,2021-07-01 01:45:47,1,.63,1,N,211,249,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 01:49:24,2021-07-01 01:56:28,1,1.82,1,N,114,68,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:18:25,2021-07-01 01:33:50,1,3.22,1,N,161,161,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 01:57:11,2021-07-01 02:02:06,1,.62,1,N,68,164,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:06:03,2021-07-01 01:21:01,1,4.47,1,N,113,181,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 01:23:58,2021-07-01 01:45:16,1,8.35,1,N,181,160,1,26.5,0.5,0.5,5.56,0,0.3,33.36,0 +1,2021-07-01 01:19:15,2021-07-01 01:47:33,1,17.00,2,N,132,141,2,52,3.75,0.5,0,0,0.3,56.55,2.5 +1,2021-07-01 01:57:10,2021-07-01 02:06:24,1,3.30,1,N,140,107,1,12,3,0.5,3.95,0,0.3,19.75,2.5 +1,2021-07-01 01:29:18,2021-07-01 01:34:12,2,.80,1,N,141,236,1,5.5,3,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 01:36:16,2021-07-01 01:46:51,1,3.40,1,N,236,79,1,12,3,0.5,1.5,0,0.3,17.3,2.5 +1,2021-07-01 01:56:21,2021-07-01 02:12:30,1,5.10,1,N,107,226,1,17,3,0.5,1,0,0.3,21.8,2.5 +2,2021-07-01 00:51:22,2021-07-01 01:19:04,5,18.47,2,N,132,125,1,52,0,0.5,5,0,0.3,61.55,2.5 +2,2021-07-01 01:21:01,2021-07-01 01:29:21,5,2.27,1,N,125,246,1,9,0.5,0.5,3.84,0,0.3,16.64,2.5 +2,2021-07-01 01:48:12,2021-07-01 01:59:51,5,2.59,1,N,68,79,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 01:15:30,2021-07-01 01:31:31,1,3.69,1,N,79,225,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 01:35:05,2021-07-01 01:39:53,2,1.77,1,N,79,170,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 01:55:49,2021-07-01 02:02:17,1,2.10,1,N,230,239,1,8,0.5,0.5,2.95,0,0.3,14.75,2.5 +1,2021-07-01 01:15:27,2021-07-01 01:35:37,2,14.80,1,N,132,55,1,39.5,1.75,0.5,8.4,0,0.3,50.45,0 +2,2021-07-01 01:33:56,2021-07-01 01:39:17,1,1.26,1,N,170,229,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 01:43:25,2021-07-01 02:05:25,1,12.60,1,N,138,177,4,35,0.5,0.5,0,0,0.3,36.3,0 +1,2021-07-01 01:21:30,2021-07-01 01:51:56,2,20.10,2,N,132,116,1,52,1.25,0.5,15.14,6.55,0.3,75.74,0 +2,2021-07-01 01:45:17,2021-07-01 01:59:17,1,2.40,1,N,161,161,1,11.5,0.5,0.5,4.59,0,0.3,19.89,2.5 +2,2021-07-01 01:42:55,2021-07-01 01:51:47,1,2.80,1,N,246,239,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +1,2021-07-01 01:10:51,2021-07-01 01:15:49,2,1.20,1,N,186,48,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 01:21:54,2021-07-01 01:31:21,1,2.30,1,N,237,48,2,10,3,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 01:36:25,2021-07-01 01:45:16,1,1.70,1,N,48,229,1,8.5,3,0.5,2,0,0.3,14.3,2.5 +1,2021-07-01 01:10:47,2021-07-01 01:26:12,1,4.30,1,N,249,256,1,15.5,3,0.5,5.75,0,0.3,25.05,2.5 +1,2021-07-01 01:49:11,2021-07-01 02:06:28,1,10.50,1,Y,138,237,1,30,4.25,0.5,6,6.55,0.3,47.6,2.5 +2,2021-07-01 01:14:30,2021-07-01 01:16:28,1,.44,1,N,90,186,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 01:26:35,2021-07-01 01:31:22,1,1.19,1,N,113,107,1,6,0.5,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 01:09:53,2021-07-01 01:42:13,1,8.06,1,N,164,188,2,28.5,0.5,0.5,0,0,0.3,32.3,2.5 +2,2021-07-01 01:08:05,2021-07-01 01:34:11,1,17.80,2,N,132,234,1,52,0,0.5,18.93,6.55,0.3,82.03,2.5 +2,2021-07-01 01:43:21,2021-07-01 01:55:07,1,3.26,1,N,113,256,1,12.5,0.5,0.5,1,0,0.3,17.3,2.5 +2,2021-07-01 00:59:52,2021-07-01 01:11:33,1,3.50,1,N,229,226,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 01:37:20,2021-07-01 01:45:15,1,2.71,1,N,249,48,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 01:59:15,2021-07-01 02:01:42,1,.95,1,N,142,48,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:02:32,2021-07-01 01:11:00,1,2.48,1,N,87,234,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 01:18:42,2021-07-01 01:25:57,1,1.98,1,N,249,170,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 01:13:48,2021-07-01 01:30:32,1,5.56,1,N,186,166,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 01:46:30,2021-07-01 01:52:10,1,1.05,1,N,237,236,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:57:42,2021-07-01 02:10:58,1,3.53,1,N,232,225,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 01:21:15,2021-07-01 01:26:07,1,1.69,1,N,231,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:28:39,2021-07-01 01:31:55,1,.62,1,N,79,148,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:33:01,2021-07-01 01:50:42,1,6.93,1,N,148,75,1,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 01:59:31,2021-07-01 02:07:30,1,2.80,1,N,141,107,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 00:48:36,2021-07-01 01:07:06,1,5.19,1,N,68,24,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +1,2021-07-01 01:04:25,2021-07-01 01:22:28,1,4.80,1,N,48,74,2,17.5,3,0.5,0,0,0.3,21.3,2.5 +1,2021-07-01 01:29:24,2021-07-01 01:45:05,1,7.50,1,N,263,127,2,23,3,0.5,0,0,0.3,26.8,2.5 +1,2021-07-01 01:34:18,2021-07-01 01:56:12,1,6.50,1,N,186,17,1,22.5,3,0.5,5.25,0,0.3,31.55,2.5 +1,2021-07-01 01:26:56,2021-07-01 01:31:45,1,1.40,1,N,158,246,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:39:07,2021-07-01 01:45:37,2,1.20,1,N,68,113,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 01:58:30,2021-07-01 02:01:46,1,.70,1,N,211,158,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +2,2021-07-01 01:04:12,2021-07-01 01:18:38,1,3.87,1,N,238,247,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 01:23:01,2021-07-01 01:27:13,1,.83,1,N,42,42,1,5,0.5,0.5,1.26,0,0.3,7.56,0 +2,2021-07-01 01:56:54,2021-07-01 02:07:14,2,3.13,1,N,90,209,1,11,0.5,0.5,1,0,0.3,15.8,2.5 +1,2021-07-01 01:02:50,2021-07-01 01:09:22,0,1.00,1,N,231,114,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:11:14,2021-07-01 01:24:05,1,3.10,1,N,114,33,1,12.5,3,0.5,3.25,0,0.3,19.55,2.5 +2,2021-07-01 01:30:38,2021-07-01 01:39:23,2,2.17,1,N,144,90,1,9,0.5,0.5,1,0,0.3,13.8,2.5 +2,2021-07-01 01:48:28,2021-07-01 01:53:05,2,.93,1,N,249,125,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 01:03:08,2021-07-01 01:14:36,1,7.99,1,N,138,262,1,22.5,0.5,0.5,6.82,6.55,0.3,40.92,2.5 +2,2021-07-01 00:57:27,2021-07-01 01:08:54,1,6.50,1,N,138,135,1,19,0.5,0.5,5,0,0.3,26.55,0 +2,2021-07-01 01:32:11,2021-07-01 01:48:46,1,9.25,1,N,138,116,1,26.5,0.5,0.5,8.9,6.55,0.3,44.5,0 +2,2021-07-01 01:34:52,2021-07-01 01:49:19,1,9.07,1,N,138,213,1,25.5,0.5,0.5,7.28,8.36,0.3,43.69,0 +2,2021-07-01 01:08:28,2021-07-01 01:19:39,2,4.41,1,N,232,140,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 01:32:05,2021-07-01 01:34:00,2,.76,1,N,263,263,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 01:11:56,2021-07-01 01:16:00,1,.54,1,N,140,237,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:21:54,2021-07-01 01:30:21,1,1.50,1,N,144,158,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:35:11,2021-07-01 01:52:09,1,4.50,1,N,90,236,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:20:47,2021-07-01 01:35:29,1,8.73,1,N,138,263,1,25,0.5,0.5,8.84,6.55,0.3,45.44,2.5 +2,2021-07-01 01:42:19,2021-07-01 01:42:32,2,.00,5,N,91,91,1,35,0,0,0,0,0.3,35.3,0 +2,2021-07-01 01:16:06,2021-07-01 01:24:22,1,1.70,1,N,68,113,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:45:15,2021-07-01 01:55:44,1,2.83,1,N,246,264,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 01:14:12,2021-07-01 01:28:58,5,4.87,1,N,249,262,1,15.5,0.5,0.5,0.7,0,0.3,20,2.5 +2,2021-07-01 01:50:08,2021-07-01 01:58:42,5,1.84,1,N,79,90,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 01:33:44,2021-07-01 01:57:53,1,18.74,2,N,132,231,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +2,2021-07-01 01:43:09,2021-07-01 01:50:24,1,1.17,1,N,249,144,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 01:53:34,2021-07-01 02:16:47,1,7.28,1,N,148,238,1,24.5,0.5,0.5,4,0,0.3,32.3,2.5 +2,2021-07-01 01:07:01,2021-07-01 01:24:43,2,5.17,1,N,107,226,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 01:09:35,2021-07-01 01:16:45,2,2.35,1,N,234,50,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 01:19:49,2021-07-01 01:26:39,2,2.20,1,N,48,249,1,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 01:28:20,2021-07-01 01:33:36,2,1.27,1,N,249,231,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:46:00,2021-07-01 01:53:51,2,1.66,1,N,144,87,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:33:17,2021-07-01 01:54:14,1,5.21,1,N,186,42,1,19,0.5,0.5,2.28,0,0.3,25.08,2.5 +2,2021-07-01 01:03:43,2021-07-01 01:20:23,5,5.07,1,N,138,171,2,17,0.5,0.5,0,0,0.3,19.55,0 +2,2021-07-01 01:35:18,2021-07-01 01:48:13,5,7.29,1,N,138,75,1,22,0.5,0.5,5,6.55,0.3,36.1,0 +2,2021-07-01 01:23:17,2021-07-01 01:48:02,1,18.91,2,N,132,144,1,52,0,0.5,11.06,0,0.3,67.61,2.5 +2,2021-07-01 01:15:58,2021-07-01 01:24:23,1,1.91,1,N,239,236,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:43:57,2021-07-01 01:57:37,1,3.79,1,N,90,140,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 01:46:02,2021-07-01 01:51:10,1,2.00,1,N,230,249,1,7.5,0.5,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 02:00:06,2021-07-01 02:12:21,1,3.78,1,N,164,146,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 01:29:14,2021-07-01 01:58:19,1,18.14,2,N,132,100,1,52,0,0.5,10,6.55,0.3,73.1,2.5 +2,2021-07-01 01:07:10,2021-07-01 01:34:31,1,6.45,1,N,238,4,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +1,2021-07-01 01:00:21,2021-07-01 01:03:22,1,1.00,1,N,141,229,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 01:57:45,2021-07-01 02:07:17,1,3.50,1,N,107,145,1,12,3,0.5,4.02,6.55,0.3,26.37,2.5 +1,2021-07-01 01:03:58,2021-07-01 01:18:48,1,4.00,1,N,161,211,1,14,3,0.5,2,0,0.3,19.8,2.5 +1,2021-07-01 01:20:35,2021-07-01 01:29:20,1,1.80,1,N,211,234,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 01:00:14,2021-07-01 01:08:32,1,2.44,1,N,236,161,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 01:17:09,2021-07-01 01:25:05,1,1.95,1,N,237,142,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:37:11,2021-07-01 01:47:13,1,2.26,1,N,230,230,1,9.5,0.5,0.5,3.32,0,0.3,16.62,2.5 +2,2021-07-01 01:04:45,2021-07-01 01:33:43,1,15.88,1,N,231,216,1,45,0.5,0.5,5,0,0.3,53.8,2.5 +2,2021-07-01 01:00:22,2021-07-01 01:36:59,1,14.05,1,N,142,131,1,42.5,0.5,0.5,5,0,0.3,51.3,2.5 +1,2021-07-01 01:26:02,2021-07-01 01:32:49,0,1.90,1,N,68,230,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 01:42:46,2021-07-01 01:50:45,0,1.80,1,N,68,4,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 01:54:28,2021-07-01 02:09:44,0,4.20,1,N,4,225,1,15.5,3,0.5,1,0,0.3,20.3,2.5 +1,2021-07-01 01:00:33,2021-07-01 01:13:19,1,3.90,1,N,163,7,2,14,3,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 01:30:03,2021-07-01 01:38:40,1,1.30,1,N,170,68,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 01:45:28,2021-07-01 01:49:23,1,.20,1,N,249,249,1,4.5,3,0.5,2.45,0,0.3,10.75,2.5 +2,2021-07-01 01:21:30,2021-07-01 01:29:38,2,1.63,1,N,107,100,1,8,0.5,0.5,35.42,0,0.3,47.22,2.5 +1,2021-07-01 01:00:48,2021-07-01 01:16:54,1,4.40,1,N,249,143,1,16,3,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:07:36,2021-07-01 01:09:23,1,.53,1,N,68,90,1,4,0.5,0.5,0.75,0,0.3,8.55,2.5 +2,2021-07-01 01:20:42,2021-07-01 01:29:47,1,6.24,1,N,148,260,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 01:01:10,2021-07-01 01:07:28,6,1.06,1,N,186,246,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:20:14,2021-07-01 01:23:55,6,.90,1,N,186,50,1,5,0.5,0.5,1.32,0,0.3,10.12,2.5 +2,2021-07-01 01:15:37,2021-07-01 01:32:55,1,5.03,1,N,114,151,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 01:37:14,2021-07-01 02:01:28,1,12.89,1,N,132,92,1,36,0.5,0.5,5,0,0.3,43.55,0 +1,2021-07-01 01:55:01,2021-07-01 02:23:36,3,12.10,1,Y,264,264,2,36,0.5,0.5,0,0,0.3,37.3,0 +1,2021-07-01 01:28:54,2021-07-01 01:43:20,2,8.50,1,N,138,229,1,24.5,4.25,0.5,10.8,6.55,0.3,46.9,2.5 +2,2021-07-01 01:03:13,2021-07-01 01:06:50,1,.62,1,N,164,100,1,4.5,0.5,0.5,1,0,0.3,9.3,2.5 +1,2021-07-01 01:55:16,2021-07-01 02:07:03,2,3.60,1,N,249,142,1,12.5,3,0.5,3.25,0,0.3,19.55,2.5 +2,2021-07-01 01:32:20,2021-07-01 01:41:17,1,1.66,1,N,186,107,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:25:28,2021-07-01 01:44:33,1,7.56,1,N,148,145,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +2,2021-07-01 01:53:14,2021-07-01 02:03:56,1,3.97,1,N,233,74,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 01:10:26,2021-07-01 01:31:19,1,7.52,1,N,164,228,1,23,0.5,0.5,6.7,0,0.3,33.5,2.5 +2,2021-07-01 01:02:45,2021-07-01 01:09:07,1,1.17,1,N,234,249,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:18:03,2021-07-01 01:28:42,1,1.77,1,N,100,68,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 01:49:54,2021-07-01 01:52:58,1,.97,1,N,68,48,1,5,0.5,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 00:57:20,2021-07-01 01:00:34,1,.56,1,N,163,43,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 01:17:56,2021-07-01 01:21:18,1,.77,1,N,164,234,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:27:18,2021-07-01 01:33:44,1,1.20,1,N,234,246,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +1,2021-07-01 01:07:55,2021-07-01 01:18:26,2,2.50,1,N,148,65,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 01:40:32,2021-07-01 01:44:24,1,.60,1,N,79,211,1,4.5,3,0.5,5,0,0.3,13.3,2.5 +1,2021-07-01 01:38:37,2021-07-01 01:47:25,1,2.50,1,N,148,256,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 01:58:51,2021-07-01 02:08:15,1,1.80,1,N,79,68,1,9,3,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 01:02:23,2021-07-01 01:07:01,1,1.59,1,N,141,164,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:08:47,2021-07-01 01:20:57,1,4.85,1,N,100,42,1,15,0.5,0.5,4.7,0,0.3,23.5,2.5 +1,2021-07-01 01:01:53,2021-07-01 01:07:10,1,1.60,1,N,68,142,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:49:28,2021-07-01 01:54:46,2,1.00,1,N,249,144,1,6,3,0.5,2.9,0,0.3,12.7,2.5 +2,2021-07-01 00:58:12,2021-07-01 01:08:33,1,2.57,1,N,211,246,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 01:21:08,2021-07-01 01:37:21,1,4.23,1,N,246,145,1,15.5,0.5,0.5,5.17,6.55,0.3,31.02,2.5 +2,2021-07-01 01:10:30,2021-07-01 01:15:18,1,1.13,1,N,161,141,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:40:46,2021-07-01 02:00:19,1,4.66,1,N,163,116,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 01:23:05,2021-07-01 01:28:54,1,1.69,1,N,230,107,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:51:02,2021-07-01 02:07:58,1,5.94,1,N,100,231,1,20,0.5,0.5,2,0,0.3,25.8,2.5 +1,2021-07-01 01:38:25,2021-07-01 01:53:49,2,2.80,1,N,138,19,1,38.5,1.75,0.5,5,0,0.3,46.05,0 +1,2021-07-01 01:05:49,2021-07-01 01:09:14,1,1.60,1,N,236,75,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:18:27,2021-07-01 01:23:47,1,.80,1,N,234,164,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 01:50:51,2021-07-01 02:02:22,1,3.30,1,N,164,238,1,12,3,0.5,3.15,0,0.3,18.95,2.5 +2,2021-07-01 01:29:14,2021-07-01 01:35:10,1,1.68,1,N,48,234,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:36:11,2021-07-01 02:15:11,1,11.03,1,N,186,63,2,36,0.5,0.5,0,0,0.3,39.8,2.5 +2,2021-07-01 01:04:17,2021-07-01 01:05:42,1,.52,1,N,141,141,1,3.5,0.5,0.5,2.19,0,0.3,9.49,2.5 +2,2021-07-01 01:12:36,2021-07-01 01:42:59,1,19.48,1,N,146,23,1,52.5,0.5,0.5,10,13.1,0.3,76.9,0 +2,2021-07-01 01:17:06,2021-07-01 01:23:55,1,2.94,1,N,231,230,1,10,0.5,0.5,4.14,0,0.3,17.94,2.5 +2,2021-07-01 01:00:15,2021-07-01 01:09:52,1,1.59,1,N,164,79,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:22:31,2021-07-01 01:30:01,1,1.63,1,N,90,211,1,7,0.5,0.5,1.08,0,0.3,11.88,2.5 +2,2021-07-01 01:35:07,2021-07-01 01:46:55,1,3.58,1,N,114,256,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 01:33:10,2021-07-01 01:47:15,1,7.63,1,N,138,98,1,22.5,0.5,0.5,5.01,0,0.3,30.06,0 +1,2021-07-01 01:01:40,2021-07-01 01:11:56,1,3.10,1,N,100,140,1,11,3,0.5,2,0,0.3,16.8,2.5 +1,2021-07-01 01:22:26,2021-07-01 01:34:04,1,3.00,1,N,229,144,1,11.5,3,0.5,2.5,0,0.3,17.8,2.5 +1,2021-07-01 01:38:25,2021-07-01 01:41:48,1,1.20,1,N,79,107,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 01:03:02,2021-07-01 01:23:39,2,5.50,1,N,68,42,2,19.5,3,0.5,0,0,0.3,23.3,2.5 +2,2021-07-01 01:30:12,2021-07-01 01:33:40,1,1.05,1,N,140,140,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:08:46,2021-07-01 01:33:19,1,20.59,4,N,132,265,2,89,0.5,0.5,0,0,0.3,91.55,0 +2,2021-07-01 01:44:05,2021-07-01 02:13:05,2,19.37,2,N,132,263,1,52,0,0.5,10,6.55,0.3,73.1,2.5 +2,2021-07-01 01:12:26,2021-07-01 01:22:13,1,2.45,1,N,50,107,1,10,0.5,0.5,1,0,0.3,14.8,2.5 +2,2021-07-01 01:53:27,2021-07-01 02:06:01,1,4.01,1,N,249,236,1,14,0.5,0.5,5,0,0.3,22.8,2.5 +2,2021-07-01 01:58:14,2021-07-01 02:26:21,1,18.33,2,N,132,48,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 01:29:36,2021-07-01 01:33:33,2,1.35,1,N,79,170,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:42:39,2021-07-01 01:49:48,2,1.43,1,N,164,230,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:51:20,2021-07-01 02:03:44,2,3.09,1,N,230,148,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 01:00:18,2021-07-01 01:09:11,1,2.21,1,N,164,142,1,9,0.5,0.5,1,0,0.3,13.8,2.5 +2,2021-07-01 01:21:00,2021-07-01 01:26:09,1,.99,1,N,164,107,1,5.5,0.5,0.5,2,0,0.3,11.3,2.5 +2,2021-07-01 01:08:53,2021-07-01 01:12:39,5,1.18,1,N,141,233,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:18:10,2021-07-01 01:23:57,5,2.11,1,N,229,263,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:54:01,2021-07-01 02:14:07,1,4.68,1,N,141,125,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +1,2021-07-01 01:02:37,2021-07-01 01:18:29,1,4.70,1,N,234,238,1,16.5,3,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 01:08:49,2021-07-01 01:11:44,1,1.17,1,N,158,68,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 01:19:42,2021-07-01 01:23:03,1,1.31,1,N,90,48,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 01:24:53,2021-07-01 01:38:31,1,6.00,1,N,48,116,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 01:16:18,2021-07-01 01:22:56,1,2.15,1,N,113,230,1,8.5,0.5,0.5,3.69,0,0.3,15.99,2.5 +2,2021-07-01 01:18:53,2021-07-01 01:36:08,5,5.72,1,N,170,166,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +1,2021-07-01 01:10:12,2021-07-01 01:18:44,1,2.00,1,N,48,237,3,9,3,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 01:30:42,2021-07-01 01:43:13,1,3.00,1,N,164,262,1,12,3,0.5,4.7,0,0.3,20.5,2.5 +1,2021-07-01 01:44:58,2021-07-01 01:51:59,1,1.20,1,N,262,263,1,7,3,0.5,2.7,0,0.3,13.5,2.5 +2,2021-07-01 01:12:41,2021-07-01 01:15:30,1,.78,1,N,107,170,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 01:27:48,2021-07-01 01:50:13,1,5.78,1,N,231,37,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 01:19:07,2021-07-01 01:24:20,1,1.74,1,N,246,143,1,7,0.5,0.5,1.08,0,0.3,11.88,2.5 +2,2021-07-01 01:31:50,2021-07-01 01:43:27,1,2.70,1,N,48,141,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 01:57:54,2021-07-01 02:08:01,1,5.61,1,N,141,88,1,16.5,0.5,0.5,5,0,0.3,25.3,2.5 +1,2021-07-01 01:59:15,2021-07-01 01:59:39,1,19.40,2,N,243,243,1,52,0,0.5,11.85,6.55,0.3,71.2,0 +2,2021-07-01 01:27:02,2021-07-01 01:30:49,1,.79,1,N,79,224,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 01:52:39,2021-07-01 01:56:45,1,1.47,1,N,164,113,1,6.5,0.5,0.5,1.2,0,0.3,11.5,2.5 +2,2021-07-01 01:28:03,2021-07-01 01:47:35,1,6.24,1,N,79,75,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 01:47:03,2021-07-01 02:06:23,2,6.59,1,N,233,82,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 01:11:45,2021-07-01 01:17:16,1,1.88,1,N,107,229,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:17:59,2021-07-01 01:21:17,1,.97,1,N,229,141,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:21:02,2021-07-01 01:38:28,1,7.98,1,N,138,229,1,24.5,0.5,0.5,5.91,0,0.3,35.46,2.5 +2,2021-07-01 01:59:04,2021-07-01 02:12:44,1,8.07,1,N,138,263,1,23,0.5,0.5,6.92,6.55,0.3,41.52,2.5 +2,2021-07-01 01:04:08,2021-07-01 01:33:46,1,8.67,1,N,107,61,1,27.5,0.5,0.5,0,0,0.3,31.3,2.5 +2,2021-07-01 01:14:19,2021-07-01 01:21:14,1,1.01,1,N,162,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:23:48,2021-07-01 01:23:55,1,.08,5,N,144,144,1,56,0,0,10,0,0.3,68.8,2.5 +2,2021-07-01 01:16:34,2021-07-01 01:25:57,1,2.58,1,N,25,188,1,10,0.5,0.5,2.26,0,0.3,13.56,0 +2,2021-07-01 01:50:26,2021-07-01 02:12:40,1,5.51,1,N,79,17,1,19,0.5,0.5,2.88,0,0.3,25.68,2.5 +2,2021-07-01 01:44:45,2021-07-01 01:51:40,1,3.70,1,N,132,219,2,12.5,0.5,0.5,0,0,0.3,15.05,0 +2,2021-07-01 01:03:37,2021-07-01 01:05:06,1,.24,1,N,262,262,1,3,0.5,0.5,5.08,0,0.3,11.88,2.5 +2,2021-07-01 01:47:30,2021-07-01 02:12:27,1,18.46,1,N,132,17,1,49.5,0.5,0.5,10.41,0,0.3,62.46,0 +1,2021-07-01 01:02:59,2021-07-01 01:24:10,1,5.30,1,N,48,7,2,19.5,3,0.5,0,0,0.3,23.3,2.5 +1,2021-07-01 01:52:58,2021-07-01 01:58:05,1,1.00,1,N,137,186,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 01:59:29,2021-07-01 02:10:10,1,2.90,1,N,186,231,1,10.5,3,0.5,1,0,0.3,15.3,2.5 +2,2021-07-01 01:10:19,2021-07-01 01:25:07,1,4.69,1,N,230,74,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 01:27:58,2021-07-01 01:35:16,1,1.29,1,N,74,42,1,7.5,0.5,0.5,2,0,0.3,10.8,0 +2,2021-07-01 01:10:10,2021-07-01 01:16:30,2,1.41,1,N,230,186,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 01:25:15,2021-07-01 01:37:14,2,3.75,1,N,90,140,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 01:30:47,2021-07-01 01:47:43,1,11.05,1,N,264,137,1,30.5,0.5,0.5,8.17,6.55,0.3,49.02,2.5 +2,2021-07-01 01:26:09,2021-07-01 01:57:16,1,13.94,1,N,186,250,2,40.5,0.5,0.5,0,0,0.3,44.3,2.5 +2,2021-07-01 01:05:30,2021-07-01 01:11:53,2,1.18,1,N,234,68,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:26:30,2021-07-01 01:44:06,1,4.73,1,N,113,52,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 01:14:29,2021-07-01 01:22:06,1,2.15,1,N,113,209,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +1,2021-07-01 01:31:07,2021-07-01 01:48:53,1,4.40,1,N,144,225,1,16.5,3,0.5,2.03,0,0.3,22.33,2.5 +2,2021-07-01 01:18:08,2021-07-01 01:34:48,1,7.36,1,N,249,257,1,22.5,0.5,0.5,8.21,6.55,0.3,41.06,2.5 +2,2021-07-01 01:52:00,2021-07-01 01:56:27,1,1.60,1,N,249,137,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:17:12,2021-07-01 01:35:57,1,5.16,1,N,264,264,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 01:37:15,2021-07-01 01:58:08,1,7.20,1,N,181,181,1,23,0.5,0.5,5.36,0,0.3,32.16,2.5 +1,2021-07-01 01:10:53,2021-07-01 01:15:19,1,1.20,1,N,48,142,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +1,2021-07-01 01:31:22,2021-07-01 01:58:45,1,12.70,1,N,249,121,1,37,3,0.5,7,0,0.3,47.8,2.5 +2,2021-07-01 01:35:14,2021-07-01 01:58:00,1,10.88,1,N,132,91,2,31,0.5,0.5,0,0,0.3,33.55,0 +2,2021-07-01 01:10:58,2021-07-01 01:28:17,1,8.95,1,N,138,138,2,25.5,0.5,0.5,0,0,0.3,28.05,0 +2,2021-07-01 01:54:51,2021-07-01 02:17:51,1,11.35,1,N,138,230,1,32.5,0.5,0.5,10.71,6.55,0.3,54.81,2.5 +2,2021-07-01 01:12:42,2021-07-01 01:18:16,1,1.45,1,N,48,142,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:38:50,2021-07-01 01:42:29,1,.83,1,N,48,50,1,4.5,0.5,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 01:49:41,2021-07-01 02:05:28,1,2.50,1,N,246,79,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 01:27:10,2021-07-01 01:52:43,1,14.79,1,N,132,165,1,41.5,0.5,0.5,5,0,0.3,49.05,0 +2,2021-07-01 01:02:38,2021-07-01 01:12:10,1,2.60,1,N,166,244,2,10,0.5,0.5,0,0,0.3,11.3,0 +2,2021-07-01 01:19:34,2021-07-01 01:29:10,1,3.40,1,N,166,142,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 01:32:43,2021-07-01 01:48:12,1,4.81,1,N,163,7,1,16,0.5,0.5,3,0,0.3,22.8,2.5 +1,2021-07-01 01:29:35,2021-07-01 01:32:29,2,1.20,1,N,249,68,1,5.5,3,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 01:35:26,2021-07-01 01:39:59,1,1.60,1,N,68,48,1,6.5,3,0.5,2,0,0.3,12.3,2.5 +1,2021-07-01 01:19:55,2021-07-01 01:25:53,1,1.20,1,N,170,186,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:32:52,2021-07-01 01:37:00,1,.80,1,N,246,48,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 01:41:35,2021-07-01 01:51:08,1,3.30,1,N,246,13,1,11.5,3,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 01:08:49,2021-07-01 01:37:19,1,19.96,2,N,132,87,1,52,0,0.5,8.48,0,0.3,65.03,2.5 +2,2021-07-01 01:25:53,2021-07-01 01:47:37,4,7.78,1,N,79,152,2,25,0.5,0.5,0,0,0.3,28.8,2.5 +2,2021-07-01 01:11:13,2021-07-01 01:30:09,1,4.26,1,N,146,143,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 01:24:28,2021-07-01 01:43:38,1,3.13,1,N,114,232,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 01:23:14,2021-07-01 01:39:12,1,7.36,1,N,48,244,1,22.5,0.5,0.5,4,0,0.3,30.3,2.5 +2,2021-07-01 01:45:55,2021-07-01 02:04:35,1,11.03,4,N,132,101,2,33.5,0.5,0.5,0,0,0.3,36.05,0 +2,2021-07-01 01:06:40,2021-07-01 01:25:15,2,5.43,1,N,229,80,2,18.5,0.5,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 01:48:03,2021-07-01 01:57:02,1,3.23,1,N,79,141,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:30:32,2021-07-01 01:44:54,1,3.63,1,N,230,151,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 02:00:47,2021-07-01 02:05:15,1,1.40,1,N,230,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:32:28,2021-07-01 01:49:00,1,5.27,1,N,79,239,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 01:16:52,2021-07-01 01:24:53,0,2.60,1,N,249,48,1,9.5,3,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 01:32:29,2021-07-01 01:34:28,0,.30,1,N,48,50,1,3.5,3,0.5,1.45,0,0.3,8.75,2.5 +2,2021-07-01 01:55:00,2021-07-01 02:21:00,2,19.72,1,N,132,33,1,53,0.5,0.5,16.29,0,0.3,70.59,0 +1,2021-07-01 01:04:08,2021-07-01 01:08:42,1,.80,1,N,230,48,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 01:14:34,2021-07-01 01:22:10,1,2.20,1,N,163,90,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 01:14:21,2021-07-01 01:23:48,2,3.80,1,N,138,92,2,12.5,1.75,0.5,0,0,0.3,15.05,0 +1,2021-07-01 01:42:06,2021-07-01 02:01:31,4,12.50,1,N,138,225,1,34.5,1.75,0.5,6,0,0.3,43.05,0 +1,2021-07-01 01:03:23,2021-07-01 01:32:51,1,10.90,1,N,186,188,1,33.5,3,0.5,8.75,6.55,0.3,52.6,2.5 +2,2021-07-01 01:07:28,2021-07-01 01:35:21,1,18.73,1,N,132,97,1,51,0.5,0.5,10.71,0,0.3,64.26,0 +1,2021-07-01 01:08:00,2021-07-01 01:34:44,1,15.50,1,N,138,188,2,43,1.75,0.5,0,0,0.3,45.55,0 +2,2021-07-01 01:01:38,2021-07-01 01:27:16,2,13.76,1,N,148,22,1,39,0.5,0.5,12.84,0,0.3,55.64,2.5 +2,2021-07-01 01:00:05,2021-07-01 01:14:05,1,4.05,1,N,148,225,1,14.5,0.5,0.5,1.83,0,0.3,20.13,2.5 +1,2021-07-01 01:48:06,2021-07-01 01:49:34,2,.00,5,N,48,48,1,59,0,0,2,0,0.3,61.3,0 +2,2021-07-01 01:00:58,2021-07-01 01:03:55,1,.91,1,N,79,107,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 01:10:07,2021-07-01 01:15:07,1,1.24,1,N,164,90,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:16:19,2021-07-01 01:30:01,1,1.83,1,N,90,234,1,10,0.5,0.5,2,0,0.3,15.8,2.5 +1,2021-07-01 01:29:08,2021-07-01 01:32:22,1,1.00,1,N,170,90,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 01:38:00,2021-07-01 01:58:09,1,5.70,1,N,125,198,2,20,3,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 01:04:45,2021-07-01 01:23:45,1,5.86,1,N,97,149,2,19.5,0.5,0.5,0,0,0.3,20.8,0 +2,2021-07-01 01:20:54,2021-07-01 01:26:49,2,1.63,1,N,79,170,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:32:31,2021-07-01 01:46:27,2,4.87,5,N,170,7,1,28,0,0,6.16,0,0.3,36.96,2.5 +1,2021-07-01 01:47:03,2021-07-01 01:49:13,1,.40,1,N,79,79,1,4,3,0.5,1.95,0,0.3,9.75,2.5 +1,2021-07-01 01:53:32,2021-07-01 02:07:16,2,5.40,1,N,79,25,1,17.5,3,0.5,4.25,0,0.3,25.55,2.5 +2,2021-07-01 01:10:54,2021-07-01 01:27:13,1,4.27,1,N,79,163,1,15.5,0.5,0.5,4.83,0,0.3,24.13,2.5 +2,2021-07-01 01:35:32,2021-07-01 01:46:51,1,1.91,1,N,164,161,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 01:33:15,2021-07-01 01:56:56,2,18.92,2,N,132,144,1,52,0,0.5,11.06,0,0.3,67.61,2.5 +1,2021-07-01 01:23:46,2021-07-01 01:30:44,1,1.30,1,N,48,162,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 01:43:27,2021-07-01 01:46:31,2,1.40,1,N,125,186,1,6,3,0.5,1,0,0.3,10.8,2.5 +1,2021-07-01 01:50:37,2021-07-01 01:55:19,2,1.80,1,N,90,231,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +2,2021-07-01 01:42:42,2021-07-01 01:48:11,1,2.18,1,N,79,233,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:07:02,2021-07-01 01:18:59,1,3.16,1,N,90,13,1,12.5,0.5,0.5,1,0,0.3,17.3,2.5 +2,2021-07-01 01:34:48,2021-07-01 01:49:24,3,5.39,1,N,90,166,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +1,2021-07-01 01:32:49,2021-07-01 01:37:31,0,1.50,1,N,100,142,1,6.5,3,0.5,1,0,0.3,11.3,2.5 +1,2021-07-01 01:17:20,2021-07-01 01:34:10,0,7.80,1,N,138,197,2,23.5,1.75,0.5,0,0,0.3,26.05,0 +1,2021-07-01 01:49:42,2021-07-01 02:09:13,1,12.00,1,N,138,220,1,33.5,1.75,0.5,5,6.55,0.3,47.6,0 +2,2021-07-01 01:16:45,2021-07-01 01:26:34,1,2.70,1,N,141,50,1,10,0.5,0.5,3,0,0.3,16.8,2.5 +2,2021-07-01 00:59:44,2021-07-01 01:12:25,1,4.75,1,N,231,237,1,15,0.5,0.5,2.82,0,0.3,21.62,2.5 +2,2021-07-01 01:22:25,2021-07-01 01:35:35,1,3.77,1,N,230,24,1,13.5,0.5,0.5,4.32,0,0.3,21.62,2.5 +2,2021-07-01 01:56:19,2021-07-01 02:03:04,1,2.38,1,N,236,74,1,8.5,0.5,0.5,2.2,0,0.3,14.5,2.5 +2,2021-07-01 01:03:47,2021-07-01 01:07:53,1,.98,1,N,186,48,1,5.5,0.5,0.5,1.7,0,0.3,11,2.5 +1,2021-07-01 01:25:08,2021-07-01 01:43:12,1,9.20,1,N,138,186,1,27,4.25,0.5,4,6.55,0.3,42.6,2.5 +1,2021-07-01 01:58:03,2021-07-01 02:14:20,1,7.90,1,N,230,243,1,24,3,0.5,5.55,0,0.3,33.35,2.5 +1,2021-07-01 01:10:51,2021-07-01 01:36:56,1,19.20,2,N,132,75,1,52,3.75,0.5,13,6.55,0.3,76.1,2.5 +1,2021-07-01 01:46:32,2021-07-01 01:47:14,1,.00,1,N,143,143,2,2.5,3,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 01:34:39,2021-07-01 01:39:27,1,.92,1,N,164,246,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 01:45:43,2021-07-01 01:53:21,1,2.17,1,N,48,236,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:09:33,2021-07-01 01:30:31,2,8.38,1,N,114,152,1,26,0.5,0.5,5.96,0,0.3,35.76,2.5 +2,2021-07-01 01:43:08,2021-07-01 01:43:15,1,.00,1,N,24,24,1,2.5,0.5,0.5,9,0,0.3,12.8,0 +2,2021-07-01 01:07:06,2021-07-01 01:18:23,1,3.47,1,N,90,238,1,12,0.5,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 01:28:44,2021-07-01 01:51:18,1,5.92,1,N,68,49,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +1,2021-07-01 01:04:15,2021-07-01 01:07:51,1,1.10,1,N,114,249,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 01:11:00,2021-07-01 01:15:43,1,1.00,1,N,249,90,1,5.5,3,0.5,2.75,0,0.3,12.05,2.5 +1,2021-07-01 01:19:35,2021-07-01 01:34:38,1,4.60,1,N,90,256,1,16.5,3,0.5,4.05,0,0.3,24.35,2.5 +1,2021-07-01 01:42:56,2021-07-01 01:48:08,1,1.50,1,N,148,249,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 01:56:03,2021-07-01 02:10:18,1,5.10,1,N,186,7,2,17,3,0.5,0,0,0.3,20.8,2.5 +2,2021-07-01 01:06:54,2021-07-01 01:30:43,1,6.19,1,N,148,239,1,22.5,0.5,0.5,5.26,0,0.3,31.56,2.5 +2,2021-07-01 01:36:30,2021-07-01 01:42:24,1,1.28,1,N,143,48,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:36:22,2021-07-01 01:47:05,1,3.22,1,N,125,48,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 01:52:18,2021-07-01 01:58:22,1,1.90,1,N,48,249,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 01:59:31,2021-07-01 02:14:22,1,4.35,1,N,113,256,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 01:48:13,2021-07-01 01:57:22,1,4.18,1,N,132,10,2,14,0.5,0.5,0,0,0.3,16.55,0 +1,2021-07-01 01:23:27,2021-07-01 01:39:09,0,6.80,1,N,75,78,2,21,0.5,0.5,0,0,0.3,22.3,0 +2,2021-07-01 01:15:04,2021-07-01 01:15:09,1,.06,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +2,2021-07-01 01:07:34,2021-07-01 01:10:40,1,1.36,1,N,236,237,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 01:21:59,2021-07-01 01:32:41,1,3.38,1,N,234,143,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 01:42:54,2021-07-01 01:58:32,1,4.76,1,N,246,75,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +1,2021-07-01 01:03:49,2021-07-01 01:19:43,1,3.70,1,N,249,65,1,14.5,3,0.5,4.55,0,0.3,22.85,2.5 +2,2021-07-01 01:12:18,2021-07-01 01:14:38,1,.10,1,N,211,125,1,3.5,0.5,0.5,0.73,0,0.3,8.03,2.5 +2,2021-07-01 01:17:08,2021-07-01 01:22:52,1,1.67,1,N,211,90,1,7,0.5,0.5,3.24,0,0.3,14.04,2.5 +2,2021-07-01 01:29:10,2021-07-01 01:49:30,1,6.04,1,N,68,74,1,20,0.5,0.5,4.76,0,0.3,28.56,2.5 +2,2021-07-01 01:25:03,2021-07-01 01:29:50,1,1.35,1,N,143,48,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 01:37:59,2021-07-01 01:47:52,1,1.60,1,N,249,148,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 01:50:43,2021-07-01 02:07:34,1,8.14,1,N,148,238,1,23.5,0.5,0.5,4.08,0,0.3,31.38,2.5 +2,2021-07-01 01:23:27,2021-07-01 01:25:03,6,.45,1,N,79,79,1,3.5,0.5,0.5,2.19,0,0.3,9.49,2.5 +2,2021-07-01 01:31:00,2021-07-01 01:35:14,6,1.09,1,N,107,170,1,5.5,0.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 01:38:37,2021-07-01 01:57:28,6,4.94,1,N,164,7,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 01:39:09,2021-07-01 01:48:44,1,3.94,1,N,79,263,1,12,0.5,0.5,1,0,0.3,16.8,2.5 +2,2021-07-01 01:25:26,2021-07-01 01:42:12,1,8.76,1,N,138,164,1,26,0.5,0.5,7.52,6.55,0.3,45.12,2.5 +2,2021-07-01 01:54:49,2021-07-01 02:00:37,1,2.01,1,N,162,234,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +1,2021-07-01 01:21:17,2021-07-01 01:24:17,2,1.00,1,N,170,234,1,5,3,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 01:09:35,2021-07-01 01:14:03,1,1.13,1,N,233,186,1,6,0.5,0.5,3,0,0.3,12.8,2.5 +2,2021-07-01 01:18:47,2021-07-01 01:28:37,1,2.14,1,N,48,141,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 01:23:00,2021-07-01 01:25:12,2,.71,1,N,236,236,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +1,2021-07-01 01:09:35,2021-07-01 01:27:49,1,4.40,1,N,161,125,2,17,3,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 01:35:26,2021-07-01 01:41:35,1,1.20,1,N,249,148,1,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:46:26,2021-07-01 01:47:41,1,.40,1,N,113,107,1,3.5,3,0.5,1,0,0.3,8.3,2.5 +2,2021-07-01 01:20:36,2021-07-01 01:31:20,2,2.26,1,N,237,246,4,-10,-0.5,-0.5,0,0,-0.3,-13.8,-2.5 +2,2021-07-01 01:20:36,2021-07-01 01:31:20,2,2.26,1,N,237,246,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:21:55,2021-07-01 01:37:28,1,9.39,1,N,138,144,1,27,0.5,0.5,6.41,0,0.3,38.46,2.5 +1,2021-07-01 01:38:36,2021-07-01 01:42:45,2,.70,1,N,114,148,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 01:47:34,2021-07-01 01:53:52,2,1.20,1,N,144,125,1,6.5,3,0.5,2.55,0,0.3,12.85,2.5 +1,2021-07-01 01:55:09,2021-07-01 01:58:40,1,1.30,1,N,125,90,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 01:59:15,2021-07-01 02:08:33,1,1.70,1,N,90,137,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 01:07:22,2021-07-01 01:35:06,1,21.85,1,N,132,40,1,58,0.5,0.5,15.14,0,0.3,75.69,0 +2,2021-07-01 01:12:23,2021-07-01 01:17:02,1,1.06,1,N,48,143,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:25:40,2021-07-01 01:44:49,2,5.38,1,N,246,97,1,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 01:16:42,2021-07-01 01:33:50,1,8.89,1,N,138,43,1,26,0.5,0.5,6.77,6.55,0.3,41.87,0 +1,2021-07-01 01:02:44,2021-07-01 01:08:17,1,1.40,1,N,144,107,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 01:41:13,2021-07-01 01:59:56,1,10.00,1,N,158,243,1,29,3,0.5,8.15,0,0.3,40.95,2.5 +2,2021-07-01 01:21:34,2021-07-01 01:33:14,1,2.75,1,N,263,230,1,11,0.5,0.5,1.48,0,0.3,16.28,2.5 +2,2021-07-01 01:04:05,2021-07-01 01:20:16,1,4.77,1,N,162,13,1,16,0.5,0.5,4.95,0,0.3,24.75,2.5 +2,2021-07-01 01:30:17,2021-07-01 01:50:46,1,6.51,1,N,249,41,1,20.5,0.5,0.5,2,0,0.3,26.3,2.5 +2,2021-07-01 01:52:06,2021-07-01 02:04:04,1,3.10,1,N,41,142,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 01:21:21,2021-07-01 01:26:04,1,1.83,1,N,138,173,2,7,0.5,0.5,0,0,0.3,9.55,0 +2,2021-07-01 01:42:46,2021-07-01 02:00:29,1,10.79,1,N,138,169,1,31,0.5,0.5,7.77,6.55,0.3,47.87,0 +2,2021-07-01 01:23:03,2021-07-01 01:24:34,1,.50,1,N,142,48,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 01:00:39,2021-07-01 01:09:26,1,2.85,1,N,79,162,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:19:05,2021-07-01 01:23:01,1,1.04,1,N,234,186,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 01:30:08,2021-07-01 01:42:36,1,3.52,1,N,249,229,1,12.5,0.5,0.5,2,0,0.3,18.3,2.5 +2,2021-07-01 01:43:45,2021-07-01 02:23:59,4,21.19,5,N,132,68,2,65,0,0,0,0,0.3,69.05,2.5 +1,2021-07-01 01:26:18,2021-07-01 01:42:00,1,8.40,1,N,138,164,1,25,4.25,0.5,9.15,6.55,0.3,45.75,2.5 +2,2021-07-01 01:19:54,2021-07-01 01:50:07,1,23.84,1,N,132,220,1,62.5,0.5,0.5,14.67,9.55,0.3,88.02,0 +2,2021-07-01 01:12:42,2021-07-01 01:34:48,1,16.67,1,N,132,80,1,44.5,0.5,0.5,9.41,0,0.3,56.46,0 +2,2021-07-01 01:04:50,2021-07-01 01:25:07,1,8.95,1,N,132,139,2,27,0.5,0.5,0,0,0.3,29.55,0 +2,2021-07-01 01:50:05,2021-07-01 02:25:11,1,12.85,1,N,132,188,2,38.5,0.5,0.5,0,0,0.3,41.05,0 +1,2021-07-01 01:04:10,2021-07-01 01:29:18,1,18.50,2,N,132,87,1,52,3.75,0.5,3.45,0,0.3,60,2.5 +1,2021-07-01 01:36:33,2021-07-01 01:52:41,1,3.80,1,N,261,106,1,15.5,3,0.5,3.85,0,0.3,23.15,2.5 +2,2021-07-01 01:42:56,2021-07-01 01:50:15,1,1.94,1,N,48,141,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 01:09:49,2021-07-01 01:33:37,1,18.34,2,N,132,75,1,52,0,0.5,7,6.55,0.3,67.6,0 +2,2021-07-01 01:07:09,2021-07-01 01:12:46,1,3.31,1,N,132,10,1,10.5,0.5,0.5,2.36,0,0.3,15.41,0 +1,2021-07-01 01:07:23,2021-07-01 01:22:41,1,4.00,1,N,249,237,1,14.5,3,0.5,1.83,0,0.3,20.13,2.5 +1,2021-07-01 01:30:25,2021-07-01 01:47:22,1,4.80,1,N,162,7,1,17,3,0.5,4.15,0,0.3,24.95,2.5 +2,2021-07-01 01:05:08,2021-07-01 01:19:10,1,4.58,1,N,263,144,1,15,0.5,0.5,1,0,0.3,19.8,2.5 +2,2021-07-01 01:31:40,2021-07-01 01:51:56,1,5.15,1,N,234,41,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +1,2021-07-01 01:05:39,2021-07-01 01:26:31,3,6.90,1,N,68,42,2,23,3,0.5,0,0,0.3,26.8,2.5 +2,2021-07-01 00:56:34,2021-07-01 01:12:32,1,7.36,1,N,48,244,1,22.5,0.5,0.5,5.26,0,0.3,31.56,2.5 +2,2021-07-01 01:29:21,2021-07-01 01:37:39,1,1.42,1,N,48,162,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 01:40:44,2021-07-01 01:56:30,1,3.93,1,N,162,7,1,15,0.5,0.5,2,0,0.3,20.8,2.5 +1,2021-07-01 01:20:24,2021-07-01 01:43:57,1,13.90,1,N,132,155,2,38.5,1.75,0.5,0,0,0.3,41.05,0 +2,2021-07-01 01:09:26,2021-07-01 01:27:46,1,6.29,1,N,249,17,1,19.5,0.5,0.5,3,0,0.3,26.3,2.5 +2,2021-07-01 01:21:03,2021-07-01 01:32:06,1,7.54,1,N,138,262,1,22,0.5,0.5,6.72,6.55,0.3,40.32,2.5 +1,2021-07-01 01:08:08,2021-07-01 01:30:05,2,10.90,1,N,138,143,2,31.5,4.25,0.5,0,6.55,0.3,43.1,2.5 +1,2021-07-01 01:07:34,2021-07-01 01:09:35,1,.00,1,N,164,100,2,3.5,3,0.5,0,0,0.3,7.3,2.5 +1,2021-07-01 01:32:13,2021-07-01 01:52:34,1,10.30,1,N,138,114,1,30,4.25,0.5,6,0,0.3,41.05,2.5 +2,2021-07-01 01:06:44,2021-07-01 01:26:22,1,6.81,1,N,125,75,1,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 01:06:04,2021-07-01 01:12:28,1,2.16,1,N,142,166,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 01:14:13,2021-07-01 01:27:03,2,2.51,1,N,24,42,2,11.5,0.5,0.5,0,0,0.3,12.8,0 +2,2021-07-01 01:07:05,2021-07-01 01:17:28,1,1.42,1,N,233,163,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 01:23:21,2021-07-01 01:36:13,1,3.74,1,N,100,226,1,13,0.5,0.5,7,6.55,0.3,30.35,2.5 +2,2021-07-01 01:30:02,2021-07-01 01:38:44,2,1.78,1,N,229,107,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +2,2021-07-01 01:00:28,2021-07-01 01:06:04,1,2.11,1,N,264,264,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 01:10:09,2021-07-01 01:21:31,1,2.15,1,N,264,264,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 01:28:26,2021-07-01 01:33:27,2,1.30,1,N,249,234,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 01:46:18,2021-07-01 02:04:54,1,6.09,1,N,107,82,1,19.5,0.5,0.5,3.5,0,0.3,26.8,2.5 +1,2021-07-01 01:17:27,2021-07-01 01:37:11,1,9.30,1,N,138,230,1,27,4.25,0.5,7.7,6.55,0.3,46.3,2.5 +2,2021-07-01 01:58:23,2021-07-01 02:08:17,2,2.24,1,N,68,158,1,9.5,0.5,0.5,3.33,0,0.3,16.63,2.5 +2,2021-07-01 01:54:56,2021-07-01 01:56:52,1,.76,1,N,141,229,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +2,2021-07-01 01:15:46,2021-07-01 01:37:02,1,12.40,1,N,264,90,1,35.5,0.5,0.5,7,6.55,0.3,52.85,2.5 +2,2021-07-01 01:42:37,2021-07-01 01:47:47,1,1.49,1,N,164,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 01:56:53,2021-07-01 02:07:59,1,2.64,1,N,161,246,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 01:17:33,2021-07-01 01:17:37,1,.00,5,N,233,170,1,63,0,0,9,0,0.3,74.8,2.5 +2,2021-07-01 01:12:28,2021-07-01 01:43:57,1,19.42,2,N,132,87,1,52,0,0.5,8.48,0,0.3,65.03,2.5 +2,2021-07-01 01:27:27,2021-07-01 01:34:39,1,2.07,1,N,186,142,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 01:45:59,2021-07-01 02:26:56,1,32.01,4,N,100,265,1,123,0.5,0.5,0,6.55,0.3,133.35,2.5 +2,2021-07-01 01:30:12,2021-07-01 01:38:45,2,2.09,1,N,138,129,2,8.5,0.5,0.5,0,0,0.3,9.8,0 +2,2021-07-01 01:54:34,2021-07-01 02:16:56,2,7.96,1,N,138,236,1,25,0.5,0.5,1,0,0.3,29.8,2.5 +2,2021-07-01 01:43:36,2021-07-01 02:00:04,1,5.88,1,N,79,151,1,18,0.5,0.5,4.36,0,0.3,26.16,2.5 +1,2021-07-01 01:00:17,2021-07-01 01:09:19,1,1.40,1,N,249,232,3,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 01:19:50,2021-07-01 01:30:26,1,2.70,1,N,148,217,1,11,3,0.5,2.95,0,0.3,17.75,2.5 +1,2021-07-01 01:47:56,2021-07-01 01:54:15,1,1.20,1,N,148,4,3,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 01:59:45,2021-07-01 02:12:01,1,2.10,1,N,148,158,1,10,3,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 01:25:26,2021-07-01 01:25:29,1,.00,5,N,141,264,1,64,0,0,19.29,0,0.3,83.59,0 +2,2021-07-01 01:47:12,2021-07-01 02:04:39,1,12.02,1,N,138,132,1,33,0.5,0.5,6.86,0,0.3,42.41,0 +1,2021-07-01 01:39:05,2021-07-01 01:56:45,1,14.20,2,N,10,229,1,52,2.5,0.5,10,6.55,0.3,71.85,2.5 +2,2021-07-01 01:23:16,2021-07-01 01:40:11,1,8.92,1,N,138,186,1,26,0.5,0.5,7.27,6.55,0.3,43.62,2.5 +2,2021-07-01 01:01:37,2021-07-01 01:10:09,1,3.52,1,N,113,237,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 01:36:17,2021-07-01 01:46:52,1,2.89,1,N,100,140,1,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 01:39:50,2021-07-01 02:03:05,1,14.30,1,N,132,165,1,39.5,0.5,0.5,0,0,0.3,42.05,0 +2,2021-07-01 00:53:57,2021-07-01 01:05:49,1,1.69,1,N,48,229,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 01:55:13,2021-07-01 02:23:57,1,18.75,2,N,132,230,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 01:31:59,2021-07-01 01:52:32,2,3.48,1,N,148,161,1,16,0.5,0.5,2.57,0,0.3,22.37,2.5 +2,2021-07-01 01:18:40,2021-07-01 01:19:59,1,.12,1,N,132,132,2,3,0.5,0.5,0,0,0.3,5.55,0 +2,2021-07-01 01:36:26,2021-07-01 02:09:20,2,23.22,2,N,132,120,1,52,0,0.5,12.12,6.55,0.3,72.72,0 +2,2021-07-01 01:22:11,2021-07-01 01:38:59,5,8.95,1,N,163,243,1,26.5,0.5,0.5,3,0,0.3,33.3,2.5 +2,2021-07-01 01:18:20,2021-07-01 01:27:11,1,2.58,1,N,229,79,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 01:34:03,2021-07-01 01:55:33,1,6.49,1,N,79,223,1,21,0.5,0.5,4,0,0.3,28.8,2.5 +2,2021-07-01 01:35:44,2021-07-01 01:40:34,1,1.34,1,N,161,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 01:56:38,2021-07-01 02:00:05,1,.99,1,N,230,68,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 02:39:58,2021-07-01 02:41:04,1,.40,1,N,234,164,1,3.5,3,0.5,1.45,0,0.3,8.75,2.5 +1,2021-07-01 02:45:34,2021-07-01 03:06:04,1,5.70,1,N,164,40,1,20,3,0.5,5.95,0,0.3,29.75,2.5 +2,2021-07-01 02:18:41,2021-07-01 02:50:32,1,22.83,1,N,132,241,2,61,0.5,0.5,0,6.55,0.3,70.1,0 +2,2021-07-01 20:01:08,2021-07-01 20:33:24,1,10.61,1,N,138,163,2,34,0.5,0.5,0,6.55,0.3,45.6,2.5 +2,2021-07-01 02:20:44,2021-07-01 02:27:22,2,1.72,1,N,229,48,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +1,2021-07-01 02:08:34,2021-07-01 02:36:13,4,17.00,2,N,132,233,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 02:14:56,2021-07-01 02:18:28,1,.73,1,N,79,79,1,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:24:58,2021-07-01 02:38:38,1,4.63,1,N,234,80,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 02:03:23,2021-07-01 02:06:15,1,.48,1,N,231,125,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 02:07:39,2021-07-01 02:24:09,1,4.16,1,N,125,229,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 02:43:02,2021-07-01 02:54:03,1,1.96,1,N,113,234,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 02:06:16,2021-07-01 02:09:50,2,1.00,1,N,230,161,2,5,3,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 02:37:32,2021-07-01 03:02:20,1,18.23,1,N,132,78,2,49,0.5,0.5,0,6.55,0.3,58.1,0 +2,2021-07-01 02:28:36,2021-07-01 02:38:46,1,1.67,1,N,229,48,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:39:56,2021-07-01 02:42:19,1,.54,1,N,48,50,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +1,2021-07-01 02:30:20,2021-07-01 02:55:01,1,16.50,1,N,132,188,1,44.5,1.75,0.5,2,0,0.3,49.05,0 +1,2021-07-01 02:50:34,2021-07-01 03:10:50,1,9.70,1,N,132,130,1,28.5,1.75,0.5,5,0,0.3,36.05,0 +2,2021-07-01 02:07:23,2021-07-01 02:18:02,1,2.00,1,N,249,4,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 02:21:33,2021-07-01 02:31:00,1,1.96,1,N,79,231,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 02:14:57,2021-07-01 02:29:17,1,2.85,1,N,249,50,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +1,2021-07-01 02:45:53,2021-07-01 03:00:59,1,7.70,1,N,163,244,1,23,3,0.5,5.35,0,0.3,32.15,2.5 +2,2021-07-01 02:35:49,2021-07-01 02:37:30,1,.76,1,N,233,233,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 02:44:28,2021-07-01 03:02:52,1,9.03,1,N,79,133,2,25.5,0.5,0.5,0,0,0.3,29.3,2.5 +2,2021-07-01 02:10:42,2021-07-01 02:36:40,1,10.80,1,N,138,143,1,32.5,0.5,0.5,8.82,6.55,0.3,52.92,2.5 +2,2021-07-01 02:23:21,2021-07-01 02:58:09,3,12.62,1,N,132,188,2,36.5,0.5,0.5,0,0,0.3,39.05,0 +2,2021-07-01 02:01:36,2021-07-01 02:27:43,1,14.10,1,N,138,72,1,40,0.5,0.5,0,0,0.3,42.55,0 +1,2021-07-01 02:00:02,2021-07-01 02:16:31,1,4.10,1,N,48,41,2,15.5,3,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 02:15:31,2021-07-01 02:29:14,1,2.74,1,N,82,173,2,12,0.5,0.5,0,0,0.3,13.3,0 +1,2021-07-01 02:30:50,2021-07-01 02:49:07,1,6.00,1,N,148,62,1,19.5,3,0.5,3,0,0.3,26.3,2.5 +2,2021-07-01 02:15:38,2021-07-01 02:20:16,1,.64,1,N,237,229,1,5,0.5,0.5,1.32,0,0.3,10.12,2.5 +2,2021-07-01 02:36:50,2021-07-01 03:09:04,1,16.10,1,N,79,254,1,45,0.5,0.5,5,0,0.3,53.8,2.5 +1,2021-07-01 02:46:15,2021-07-01 02:46:42,1,.00,1,N,229,229,1,2.5,3,0.5,1.85,0,0.3,8.15,2.5 +2,2021-07-01 02:53:03,2021-07-01 03:02:43,1,3.90,1,N,132,218,2,13,0.5,0.5,0,0,0.3,14.3,0 +2,2021-07-01 02:22:34,2021-07-01 02:43:29,2,6.07,1,N,90,42,1,20.5,0.5,0.5,7.29,0,0.3,31.59,2.5 +2,2021-07-01 02:41:54,2021-07-01 02:52:38,2,5.71,1,N,132,205,2,17.5,0.5,0.5,0,0,0.3,20.05,0 +2,2021-07-01 02:08:43,2021-07-01 02:12:26,2,1.23,1,N,148,114,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 02:14:08,2021-07-01 02:18:33,2,1.47,1,N,249,186,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:31:06,2021-07-01 02:31:09,1,.04,5,N,186,186,3,-12,0,-0.5,0,0,-0.3,-12.8,0 +2,2021-07-01 02:31:06,2021-07-01 02:31:09,1,.04,5,N,186,186,2,12,0,0.5,0,0,0.3,12.8,0 +2,2021-07-01 02:40:59,2021-07-01 02:47:06,2,.94,1,N,164,233,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:16:31,2021-07-01 02:28:35,1,3.98,1,N,246,151,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 02:32:46,2021-07-01 02:45:42,1,3.19,1,N,238,164,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 02:15:38,2021-07-01 02:21:44,1,1.24,1,N,48,143,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:30:00,2021-07-01 02:42:48,1,3.78,1,N,246,140,1,13.5,0.5,0.5,2.22,0,0.3,19.52,2.5 +2,2021-07-01 02:49:44,2021-07-01 03:04:23,1,6.51,1,N,140,248,1,19.5,0.5,0.5,5.82,0,0.3,29.12,2.5 +2,2021-07-01 02:03:00,2021-07-01 02:21:01,1,9.43,1,N,138,90,1,27,0.5,0.5,7.72,6.55,0.3,46.32,2.5 +2,2021-07-01 02:26:05,2021-07-01 02:32:41,2,1.52,1,N,249,246,1,7,0.5,0.5,3.24,0,0.3,14.04,2.5 +1,2021-07-01 02:01:47,2021-07-01 02:08:50,1,1.20,1,N,68,170,1,7,3,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 02:21:08,2021-07-01 02:35:58,1,4.40,1,N,48,7,2,15,3,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 02:04:40,2021-07-01 02:09:24,1,.77,1,N,186,48,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:50:49,2021-07-01 03:07:27,1,4.76,1,N,114,237,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 02:36:06,2021-07-01 02:47:23,1,4.02,1,N,141,226,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 02:33:37,2021-07-01 02:52:21,2,6.66,1,N,74,260,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 02:56:33,2021-07-01 03:01:06,1,1.34,1,N,234,48,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:38:44,2021-07-01 02:47:40,2,2.95,1,N,114,100,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 02:01:02,2021-07-01 02:12:01,2,4.22,1,N,231,43,1,13.5,0.5,0.5,1,0,0.3,18.3,2.5 +2,2021-07-01 02:04:56,2021-07-01 02:21:07,1,4.97,1,N,90,75,1,17,0.5,0.5,0,0,0.3,20.8,2.5 +2,2021-07-01 02:22:40,2021-07-01 02:29:46,1,1.71,1,N,75,41,1,8,0.5,0.5,1.86,0,0.3,11.16,0 +2,2021-07-01 02:47:48,2021-07-01 02:59:09,1,1.96,1,N,24,74,2,9.5,0.5,0.5,0,0,0.3,10.8,0 +2,2021-07-01 02:53:03,2021-07-01 02:58:21,1,1.26,1,N,186,162,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 02:00:20,2021-07-01 02:14:12,1,9.59,1,N,138,79,1,26.5,0.5,0.5,3,0,0.3,34.55,2.5 +2,2021-07-01 02:17:55,2021-07-01 02:25:14,1,1.52,1,N,230,142,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:42:13,2021-07-01 02:52:32,1,2.93,1,N,263,162,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 02:37:01,2021-07-01 02:40:36,1,.61,1,N,68,246,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:43:27,2021-07-01 02:53:33,2,3.37,1,N,246,43,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 02:07:18,2021-07-01 02:33:09,1,18.67,2,N,132,186,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 02:17:07,2021-07-01 02:24:56,1,1.64,1,N,142,239,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 02:35:59,2021-07-01 02:42:33,1,2.10,1,N,166,142,1,8.5,0.5,0.5,3.69,0,0.3,15.99,2.5 +2,2021-07-01 02:59:46,2021-07-01 03:17:00,1,7.90,1,N,132,77,1,23.5,0.5,0.5,4.96,0,0.3,29.76,0 +1,2021-07-01 02:13:11,2021-07-01 02:21:59,1,2.50,1,N,90,148,1,9.5,3,0.5,3.95,0,0.3,17.25,2.5 +1,2021-07-01 02:33:06,2021-07-01 02:39:20,1,1.50,1,N,79,234,1,6.5,3,0.5,2.55,0,0.3,12.85,2.5 +1,2021-07-01 02:47:03,2021-07-01 02:52:46,1,1.50,1,N,230,140,1,6.5,3,0.5,2,0,0.3,12.3,2.5 +1,2021-07-01 02:28:44,2021-07-01 02:43:28,1,5.90,1,N,113,74,1,17.5,3,0.5,0,0,0.3,21.3,2.5 +1,2021-07-01 02:16:32,2021-07-01 02:21:28,1,.80,1,N,100,68,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 02:23:48,2021-07-01 02:34:07,1,3.60,1,N,68,264,3,12,3,0.5,0,0,0.3,15.8,2.5 +1,2021-07-01 02:36:42,2021-07-01 02:51:00,2,6.70,1,N,264,264,2,20.5,0.5,0.5,0,0,0.3,21.8,0 +2,2021-07-01 02:17:18,2021-07-01 02:36:25,1,4.06,1,N,246,238,1,16.5,0.5,0.5,2,0,0.3,22.3,2.5 +2,2021-07-01 02:55:33,2021-07-01 03:03:03,1,1.23,1,N,246,164,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:01:56,2021-07-01 02:13:01,1,3.00,1,N,144,80,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 02:33:30,2021-07-01 02:41:47,1,2.10,1,N,79,233,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 02:50:43,2021-07-01 02:55:52,1,.73,1,N,79,148,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 02:05:39,2021-07-01 02:22:04,1,9.10,1,N,138,141,1,26,4.25,0.5,7.5,6.55,0.3,45.1,2.5 +1,2021-07-01 02:06:33,2021-07-01 02:30:14,1,6.10,1,N,164,49,1,21,3,0.5,6.2,0,0.3,31,2.5 +1,2021-07-01 02:44:46,2021-07-01 02:48:46,1,.70,1,N,148,114,1,5,3,0.5,1,0,0.3,9.8,2.5 +1,2021-07-01 02:57:39,2021-07-01 03:09:35,2,3.20,1,N,164,262,1,12,3,0.5,3,0,0.3,18.8,2.5 +1,2021-07-01 02:02:14,2021-07-01 02:23:07,1,10.30,1,N,231,159,1,30,3,0.5,0,0,0.3,33.8,2.5 +1,2021-07-01 02:43:36,2021-07-01 02:59:03,1,4.50,1,N,144,142,1,16,3,0.5,3.95,0,0.3,23.75,2.5 +1,2021-07-01 02:13:51,2021-07-01 02:45:24,1,14.00,1,N,90,21,2,39.5,3,0.5,0,0,0.3,43.3,2.5 +2,2021-07-01 02:18:56,2021-07-01 02:24:42,1,1.15,1,N,249,246,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:22:05,2021-07-01 03:10:14,1,19.13,1,N,164,75,2,52,0.5,0.5,0,0,0.3,55.8,2.5 +1,2021-07-01 02:20:40,2021-07-01 02:26:57,0,2.60,1,N,79,141,2,9,3,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 02:39:11,2021-07-01 02:45:06,1,1.90,1,Y,233,79,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:04:12,2021-07-01 02:40:48,1,27.65,5,N,215,1,1,126,0,0.5,15,11.75,0.3,156.05,2.5 +2,2021-07-01 02:24:40,2021-07-01 02:31:49,1,1.80,1,N,79,164,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:47:48,2021-07-01 03:12:20,1,8.85,1,N,164,167,2,27.5,0.5,0.5,0,0,0.3,31.3,2.5 +1,2021-07-01 02:35:37,2021-07-01 02:44:52,1,3.60,1,N,79,236,2,11.5,3,0.5,0,0,0.3,15.3,2.5 +1,2021-07-01 02:58:43,2021-07-01 03:06:01,1,1.90,1,N,114,88,2,8,3,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:59:37,2021-07-01 03:39:30,1,22.94,2,N,68,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 02:26:15,2021-07-01 02:35:46,2,2.66,1,N,238,42,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 02:58:03,2021-07-01 03:02:19,4,1.23,1,N,186,48,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 03:09:19,2021-07-01 03:12:42,2,.98,1,N,186,161,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 03:43:04,2021-07-01 03:48:49,3,1.59,1,N,186,48,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 01:55:28,2021-07-01 01:59:54,1,.66,1,N,170,162,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 02:12:56,2021-07-01 02:23:37,1,1.90,1,N,100,229,1,9.5,3,0.5,2,0,0.3,15.3,2.5 +1,2021-07-01 02:24:57,2021-07-01 02:27:35,1,.80,1,N,229,170,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 02:34:05,2021-07-01 02:52:22,1,5.80,1,N,79,37,1,19,3,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 02:02:04,2021-07-01 02:09:57,1,2.35,1,N,114,170,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 02:17:20,2021-07-01 02:22:28,1,2.27,1,N,170,263,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 02:24:42,2021-07-01 02:37:33,5,7.72,1,N,236,88,2,22,0.5,0.5,0,0,0.3,25.8,2.5 +1,2021-07-01 02:01:17,2021-07-01 02:19:54,1,6.60,1,N,79,42,1,20,3,0.5,2.2,0,0.3,26,2.5 +2,2021-07-01 02:02:12,2021-07-01 02:16:57,1,7.34,1,N,162,33,1,21.5,0.5,0.5,5.06,0,0.3,30.36,2.5 +1,2021-07-01 02:59:14,2021-07-01 03:26:14,1,20.30,1,N,132,235,2,54.5,1.75,0.5,0,6.55,0.3,63.6,0 +2,2021-07-01 02:12:00,2021-07-01 02:40:49,1,10.43,1,N,186,223,1,31,0.5,0.5,6.96,0,0.3,41.76,2.5 +1,2021-07-01 02:20:05,2021-07-01 02:42:37,3,6.10,1,N,246,87,1,22,3,0.5,2,0,0.3,27.8,2.5 +2,2021-07-01 02:02:20,2021-07-01 02:11:58,1,3.06,1,N,249,142,1,10.5,0.5,0.5,4.29,0,0.3,18.59,2.5 +2,2021-07-01 02:00:42,2021-07-01 02:06:37,3,2.04,1,N,162,107,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:44:25,2021-07-01 03:14:42,6,18.18,2,N,132,230,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +1,2021-07-01 02:04:57,2021-07-01 02:22:02,2,10.80,1,N,138,19,2,29.5,1.75,0.5,0,0,0.3,32.05,0 +1,2021-07-01 02:24:43,2021-07-01 02:26:35,1,.40,1,N,148,79,1,3.5,3,0.5,1,0,0.3,8.3,2.5 +1,2021-07-01 02:52:41,2021-07-01 02:56:39,1,1.10,1,N,137,229,3,5.5,3,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:33:04,2021-07-01 02:47:08,2,4.84,1,N,90,75,1,16,0.5,0.5,1.5,0,0.3,21.3,2.5 +1,2021-07-01 02:19:47,2021-07-01 02:24:25,1,1.20,1,N,146,179,2,6,0.5,0.5,0,0,0.3,7.3,0 +2,2021-07-01 02:01:56,2021-07-01 02:27:45,3,17.77,2,N,132,162,1,52,0,0.5,0.08,6.55,0.3,63.18,2.5 +1,2021-07-01 02:23:38,2021-07-01 02:48:57,1,18.80,1,N,132,185,1,50.5,1.75,0.5,0,6.55,0.3,59.6,0 +1,2021-07-01 02:09:14,2021-07-01 02:22:18,2,2.10,1,N,24,75,3,10.5,0.5,0.5,0,0,0.3,11.8,0 +1,2021-07-01 02:37:33,2021-07-01 02:40:59,1,1.40,1,N,229,140,1,6,3,0.5,2.9,0,0.3,12.7,2.5 +1,2021-07-01 02:45:04,2021-07-01 02:55:29,1,2.20,1,N,262,239,1,10,3,0.5,1.5,0,0.3,15.3,2.5 +2,2021-07-01 02:36:54,2021-07-01 02:40:25,1,.69,1,N,151,151,1,4.5,0.5,0.5,5,0,0.3,10.8,0 +2,2021-07-01 02:55:52,2021-07-01 03:09:45,1,4.54,1,N,68,87,1,15.5,0.5,0.5,5.79,0,0.3,25.09,2.5 +2,2021-07-01 02:16:30,2021-07-01 02:29:07,1,3.73,1,N,148,237,1,13,0.5,0.5,2.5,0,0.3,19.3,2.5 +2,2021-07-01 02:38:05,2021-07-01 02:50:09,1,4.11,1,N,161,179,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +2,2021-07-01 02:18:40,2021-07-01 02:22:07,1,1.16,1,N,113,186,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:27:42,2021-07-01 02:32:30,1,.89,1,N,230,50,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 02:41:49,2021-07-01 02:50:26,1,2.00,1,N,246,170,1,9,0.5,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 02:20:39,2021-07-01 02:36:13,1,5.23,1,N,48,75,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 02:10:50,2021-07-01 02:29:45,1,9.26,1,N,68,244,2,27,0.5,0.5,0,0,0.3,30.8,2.5 +2,2021-07-01 02:49:39,2021-07-01 03:03:28,2,3.39,1,N,151,48,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +1,2021-07-01 02:08:01,2021-07-01 02:22:58,1,3.50,1,N,148,37,1,14.5,3,0.5,4.55,0,0.3,22.85,2.5 +1,2021-07-01 02:44:15,2021-07-01 02:44:57,1,.00,1,N,107,107,2,2.5,3,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 02:14:16,2021-07-01 02:31:19,1,5.07,1,N,100,74,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 02:39:12,2021-07-01 02:40:42,1,.30,1,N,249,249,2,3.5,3,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 02:07:22,2021-07-01 02:21:16,1,5.78,1,N,229,42,1,18.5,0.5,0.5,1.5,0,0.3,23.8,2.5 +2,2021-07-01 02:22:52,2021-07-01 02:50:11,1,19.85,1,N,132,247,2,53,0.5,0.5,0,6.55,0.3,60.85,0 +2,2021-07-01 02:19:15,2021-07-01 02:30:24,1,2.38,1,N,151,75,2,10.5,0.5,0.5,0,0,0.3,11.8,0 +2,2021-07-01 02:48:05,2021-07-01 03:00:20,1,2.16,1,N,229,100,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 02:22:01,2021-07-01 02:42:26,1,7.08,1,N,249,152,1,21.5,0.5,0.5,6.33,0,0.3,31.63,2.5 +2,2021-07-01 02:45:36,2021-07-01 02:49:17,2,.91,1,N,41,24,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 02:15:06,2021-07-02 01:23:53,1,7.15,1,N,138,42,2,21.5,0.5,0.5,0,6.55,0.3,30.6,0 +2,2021-07-01 02:18:53,2021-07-01 02:24:43,1,.99,1,N,230,141,1,6,0.5,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 02:14:54,2021-07-01 02:29:24,3,9.83,1,N,132,56,2,28,0.5,0.5,0,0,0.3,30.55,0 +2,2021-07-01 02:07:32,2021-07-01 02:10:43,2,.72,1,N,100,230,1,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:05:33,2021-07-01 02:15:47,1,3.72,1,N,114,143,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 02:21:36,2021-07-01 02:31:41,1,8.41,1,N,48,243,1,23.5,0.5,0.5,5.46,0,0.3,32.76,2.5 +2,2021-07-01 02:47:57,2021-07-01 02:59:00,1,4.66,1,N,263,260,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 01:34:23,2021-07-01 01:52:29,5,5.67,1,N,261,142,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 01:58:57,2021-07-01 01:59:59,5,.11,1,N,48,50,1,3,0.5,0.5,0,0,0.3,6.8,2.5 +2,2021-07-01 02:13:17,2021-07-01 02:20:25,1,3.21,1,N,148,80,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 02:00:31,2021-07-01 02:04:18,2,1.13,1,N,170,229,1,5.5,0.5,0.5,1.5,0,0.3,10.8,2.5 +2,2021-07-01 02:34:03,2021-07-01 03:07:23,1,19.10,1,N,113,251,1,52.5,0.5,0.5,12.57,6.55,0.3,75.42,2.5 +1,2021-07-01 02:22:31,2021-07-01 02:31:56,1,1.80,1,N,164,79,1,8.5,3,0.5,2.5,0,0.3,14.8,2.5 +2,2021-07-01 02:05:33,2021-07-01 02:23:28,1,7.98,1,N,138,166,1,25,0.5,0.5,6.82,6.55,0.3,40.92,0 +1,2021-07-01 02:08:35,2021-07-01 02:25:03,1,5.20,1,N,249,80,1,18,3,0.5,4.35,0,0.3,26.15,2.5 +1,2021-07-01 02:05:09,2021-07-01 02:05:44,0,.00,5,Y,145,145,2,45.3,0,0,0,0,0.3,45.6,0 +1,2021-07-01 02:12:02,2021-07-01 02:12:21,1,.00,5,Y,145,145,1,45.3,0,0,9.1,0,0.3,54.7,0 +1,2021-07-01 02:51:03,2021-07-01 03:08:56,1,6.50,1,N,186,42,1,21,3,0.5,4,0,0.3,28.8,2.5 +2,2021-07-01 02:14:19,2021-07-01 02:34:26,6,5.86,1,N,142,87,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 02:50:35,2021-07-01 02:56:57,6,1.72,1,N,113,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:50:44,2021-07-01 02:53:02,1,.58,1,N,142,163,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 02:00:28,2021-07-01 02:13:42,5,7.61,1,N,107,196,1,22,0.5,0.5,6.47,6.55,0.3,38.82,2.5 +2,2021-07-01 02:52:49,2021-07-01 02:55:52,6,.55,1,N,79,148,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:49:07,2021-07-01 02:52:56,1,.64,1,N,211,249,1,4.5,0.5,0.5,2,0,0.3,10.3,2.5 +2,2021-07-01 02:30:35,2021-07-01 02:44:43,1,9.27,4,N,132,265,2,34.5,0.5,0.5,0,0,0.3,37.05,0 +2,2021-07-01 01:59:27,2021-07-01 02:09:24,4,2.70,1,N,79,217,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 02:11:09,2021-07-01 02:16:38,0,.00,5,N,217,217,2,11.5,0,0.5,0,0,0.3,12.3,0 +2,2021-07-01 02:19:10,2021-07-01 02:19:14,0,.00,5,N,217,217,2,12,0,0.5,0,0,0.3,12.8,0 +2,2021-07-01 02:37:21,2021-07-01 02:42:17,5,1.24,1,N,148,232,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:24:17,2021-07-01 02:35:27,2,2.45,1,N,114,162,1,10.5,0.5,0.5,3.7,0,0.3,18,2.5 +2,2021-07-01 02:04:21,2021-07-01 02:11:12,1,2.51,1,N,230,249,1,8.5,0.5,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 02:19:01,2021-07-01 02:23:17,2,1.20,1,N,186,163,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:24:14,2021-07-01 02:34:14,1,2.47,1,N,163,107,2,-10,-0.5,-0.5,0,0,-0.3,-13.8,-2.5 +2,2021-07-01 02:24:14,2021-07-01 02:34:14,1,2.47,1,N,163,137,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 02:08:29,2021-07-01 02:23:26,1,6.28,1,N,79,226,1,19.5,0.5,0.5,4.66,0,0.3,27.96,2.5 +2,2021-07-01 02:09:37,2021-07-01 02:14:15,1,.80,1,N,164,100,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +1,2021-07-01 02:10:54,2021-07-01 02:30:15,1,7.80,1,N,249,152,1,24,3,0.5,5,0,0.3,32.8,2.5 +1,2021-07-01 02:48:12,2021-07-01 02:56:34,1,1.90,1,N,48,141,1,8.5,3,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 02:05:52,2021-07-01 02:11:30,2,.73,1,N,114,125,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +1,2021-07-01 02:43:55,2021-07-01 02:59:12,1,4.30,1,N,79,142,1,15,3,0.5,3.75,0,0.3,22.55,2.5 +2,2021-07-01 01:59:49,2021-07-01 02:06:49,1,1.63,1,N,148,261,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 02:14:37,2021-07-01 02:19:18,1,1.39,1,N,249,231,1,6,0.5,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 02:26:58,2021-07-01 02:31:30,1,1.64,1,N,113,170,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:13:10,2021-07-01 02:21:17,2,1.95,1,N,43,238,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:38:16,2021-07-01 02:43:44,1,1.32,1,N,48,246,1,6.5,0.5,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 02:13:08,2021-07-01 02:21:06,2,2.58,1,N,231,246,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:14:56,2021-07-01 02:27:28,1,6.51,1,N,141,87,1,19.5,0.5,0.5,5.82,0,0.3,29.12,2.5 +2,2021-07-01 02:32:51,2021-07-01 02:40:29,1,1.54,1,N,125,79,1,7.5,0.5,0.5,1.7,0,0.3,13,2.5 +2,2021-07-01 02:44:26,2021-07-01 02:53:14,1,1.99,1,N,107,158,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:50:02,2021-07-01 03:03:44,1,7.65,1,N,132,76,1,22,0.5,0.5,4.66,0,0.3,29.21,0 +2,2021-07-01 02:01:59,2021-07-01 02:26:53,1,11.07,1,N,138,143,1,34,0.5,0.5,11.4,6.55,0.3,57,2.5 +2,2021-07-01 02:50:30,2021-07-01 02:57:04,2,2.18,1,N,113,87,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 02:01:07,2021-07-01 02:11:55,6,3.25,1,N,90,237,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 02:20:12,2021-07-01 02:39:00,6,5.24,1,N,100,65,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +1,2021-07-01 02:08:00,2021-07-01 02:28:00,4,9.00,1,N,138,48,1,27.5,3,0.5,9.35,0,0.3,40.65,2.5 +1,2021-07-01 02:03:54,2021-07-01 02:29:23,1,7.60,1,N,151,260,2,25,3,0.5,0,0,0.3,28.8,2.5 +1,2021-07-01 02:03:22,2021-07-01 02:17:45,1,5.00,1,N,164,226,1,16.5,2.5,0.5,3.95,0,0.3,23.75,2.5 +1,2021-07-01 02:47:56,2021-07-01 02:56:56,1,1.70,1,N,79,231,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 02:39:11,2021-07-01 03:02:04,1,8.70,1,N,107,152,1,27,3,0.5,6.15,0,0.3,36.95,2.5 +2,2021-07-01 02:03:31,2021-07-01 02:14:35,6,2.33,1,N,262,142,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 02:40:26,2021-07-01 02:56:13,6,3.88,1,N,249,65,1,14.5,0.5,0.5,1.7,0,0.3,20,2.5 +2,2021-07-01 02:44:48,2021-07-01 02:59:11,2,8.19,1,N,132,222,1,24,0.5,0.5,0,0,0.3,26.55,0 +2,2021-07-01 02:18:28,2021-07-01 02:21:36,1,.89,1,N,48,68,1,5,0.5,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 02:51:16,2021-07-01 02:59:20,1,3.12,1,N,141,74,4,-10,-0.5,-0.5,0,0,-0.3,-13.8,-2.5 +2,2021-07-01 02:51:16,2021-07-01 02:59:20,1,3.12,1,N,141,74,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 02:03:30,2021-07-01 02:08:11,1,.80,1,N,148,45,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 02:12:11,2021-07-01 02:19:20,4,2.10,1,N,148,90,1,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 02:49:55,2021-07-01 03:00:36,2,2.90,1,N,68,229,1,11,3,0.5,1,0,0.3,15.8,2.5 +2,2021-07-01 02:03:44,2021-07-01 02:11:56,1,1.49,1,N,230,229,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:22:03,2021-07-01 02:30:37,1,1.67,1,N,107,148,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:39:57,2021-07-01 03:09:25,1,7.60,1,N,114,224,1,27.5,0.5,0.5,6.26,0,0.3,37.56,2.5 +1,2021-07-01 02:02:36,2021-07-01 02:19:21,0,4.50,1,N,249,140,1,16.5,3,0.5,5.05,0,0.3,25.35,2.5 +1,2021-07-01 02:23:06,2021-07-01 02:28:08,1,1.10,1,N,140,229,1,6,3,0.5,1.2,0,0.3,11,2.5 +1,2021-07-01 02:56:01,2021-07-01 03:04:03,0,2.50,1,N,229,79,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 02:03:30,2021-07-01 02:15:02,3,3.70,1,N,114,142,1,13,3,0.5,1,0,0.3,17.8,2.5 +1,2021-07-01 02:32:13,2021-07-01 02:32:56,1,.10,1,N,237,237,1,2.5,3,0.5,1.85,0,0.3,8.15,2.5 +1,2021-07-01 02:50:13,2021-07-01 02:53:40,1,.50,1,N,186,100,4,4.5,3,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:44:16,2021-07-01 02:55:33,4,2.52,1,N,229,68,1,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 02:42:26,2021-07-01 02:48:50,1,1.70,1,N,114,246,1,7.5,3,0.5,2.8,0,0.3,14.1,2.5 +1,2021-07-01 02:51:25,2021-07-01 02:59:04,1,1.80,1,N,68,137,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 02:12:24,2021-07-01 02:18:54,1,1.20,1,N,107,4,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 02:31:48,2021-07-01 02:43:41,1,3.00,1,N,107,48,1,11.5,3,0.5,0.09,0,0.3,15.39,2.5 +2,2021-07-01 02:40:07,2021-07-01 02:43:28,1,1.45,1,N,137,79,1,6,0.5,0.5,1.47,0,0.3,11.27,2.5 +2,2021-07-01 02:44:49,2021-07-01 02:50:50,1,1.86,1,N,79,170,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:00:07,2021-07-01 02:06:00,1,1.34,1,N,90,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:13:01,2021-07-01 02:25:01,1,3.79,1,N,186,263,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 02:04:00,2021-07-01 02:25:44,2,3.48,1,N,168,212,2,18,0.5,0.5,0,0,0.3,19.3,0 +2,2021-07-01 02:03:31,2021-07-01 02:10:19,6,1.48,1,N,79,231,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:21:36,2021-07-01 02:28:01,6,1.13,1,N,79,211,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 02:18:28,2021-07-01 02:28:57,6,2.54,1,N,229,90,1,10.5,0.5,0.5,3.58,0,0.3,17.88,2.5 +2,2021-07-01 02:35:10,2021-07-01 02:38:21,6,.81,1,N,68,50,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:44:33,2021-07-01 03:00:27,6,8.15,1,N,48,243,1,24.5,0.5,0.5,5.66,0,0.3,33.96,2.5 +2,2021-07-01 02:05:17,2021-07-01 02:16:37,6,6.81,1,N,138,145,1,20,0.5,0.5,4.51,0,0.3,27.06,0 +2,2021-07-01 02:00:47,2021-07-01 02:04:27,1,.90,1,N,79,114,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 02:09:07,2021-07-01 02:12:18,1,.54,1,N,234,164,4,-4.5,-0.5,-0.5,0,0,-0.3,-8.3,-2.5 +2,2021-07-01 02:09:07,2021-07-01 02:12:18,1,.54,1,N,234,164,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:19:55,2021-07-01 02:31:49,1,3.56,1,N,237,260,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 02:49:50,2021-07-01 02:53:19,1,.55,1,N,263,263,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:45:35,2021-07-01 03:00:21,1,4.41,1,N,142,42,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 02:03:27,2021-07-01 02:25:37,1,18.01,2,N,132,75,1,52,0,0.5,11.87,6.55,0.3,72.47,0 +2,2021-07-01 02:01:20,2021-07-01 02:11:33,1,2.77,1,N,100,140,1,10.5,0.5,0.5,2,0,0.3,16.3,2.5 +2,2021-07-01 02:54:01,2021-07-01 02:58:02,2,.70,1,N,230,170,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:59:15,2021-07-01 03:04:55,1,1.72,1,N,170,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 02:01:14,2021-07-01 02:28:35,1,18.60,2,N,132,48,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 02:03:50,2021-07-01 02:19:44,1,4.68,1,N,148,142,1,16,0.5,0.5,4.95,0,0.3,24.75,2.5 +2,2021-07-01 02:26:07,2021-07-01 02:33:24,1,1.45,1,N,48,164,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 02:39:29,2021-07-01 02:53:17,1,9.00,1,N,132,39,1,26,1.75,0.5,0,0,0.3,28.55,0 +2,2021-07-01 02:26:51,2021-07-01 02:39:34,1,5.27,1,N,229,256,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 02:31:17,2021-07-01 02:36:10,1,1.42,1,N,234,100,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 02:05:18,2021-07-01 02:32:03,0,12.50,1,N,132,188,2,37,1.75,0.5,0,0,0.3,39.55,0 +2,2021-07-01 02:00:00,2021-07-01 02:17:31,6,2.14,1,N,48,238,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:44:50,2021-07-01 02:53:48,6,2.93,1,N,48,211,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 02:39:09,2021-07-01 02:49:31,5,2.60,1,N,140,50,1,10,0.5,0.5,1.5,0,0.3,15.3,2.5 +2,2021-07-01 02:18:52,2021-07-01 02:45:00,2,18.37,2,N,132,230,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 02:53:08,2021-07-01 03:00:03,2,1.77,1,N,161,239,1,8,0.5,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 02:05:07,2021-07-01 02:18:26,1,8.04,1,N,138,262,1,23.5,0.5,0.5,8.78,6.55,0.3,43.88,2.5 +1,2021-07-01 02:09:13,2021-07-01 02:24:57,1,4.60,1,N,48,7,1,16,3,0.5,3.95,0,0.3,23.75,2.5 +2,2021-07-01 02:26:17,2021-07-01 02:37:43,1,4.01,1,N,107,97,2,14,0.5,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 02:10:22,2021-07-01 02:21:59,0,1.30,1,Y,142,48,2,9,2.5,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 02:28:04,2021-07-01 02:42:24,0,2.40,1,N,142,141,1,12,2.5,0.5,3.8,0,0.3,19.1,2.5 +1,2021-07-01 02:55:09,2021-07-01 03:18:04,0,.90,1,N,140,229,1,14,2.5,0.5,1.73,0,0.3,19.03,2.5 +2,2021-07-01 02:22:42,2021-07-01 02:40:12,1,10.53,1,N,132,39,1,29.5,0.5,0.5,0,0,0.3,32.05,0 +2,2021-07-01 02:56:13,2021-07-01 03:03:32,1,4.01,1,N,132,132,2,12.5,0.5,0.5,0,0,0.3,15.05,0 +2,2021-07-01 02:03:59,2021-07-01 02:06:51,1,.55,1,N,186,68,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +2,2021-07-01 02:11:55,2021-07-01 02:17:27,1,1.16,1,N,246,158,1,6,0.5,0.5,5,0,0.3,14.8,2.5 +2,2021-07-01 02:19:48,2021-07-01 02:22:38,1,.49,1,N,249,90,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 02:23:20,2021-07-01 02:28:19,1,1.74,1,N,90,48,1,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 02:02:28,2021-07-01 02:12:57,1,2.10,1,N,87,79,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:15:37,2021-07-01 02:27:28,1,2.78,1,N,79,230,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 02:37:04,2021-07-01 02:58:58,1,6.12,1,N,125,36,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 02:27:43,2021-07-01 02:39:25,1,5.09,1,N,141,69,1,16,0.5,0.5,0,0,0.3,19.8,2.5 +1,2021-07-01 02:30:43,2021-07-01 02:56:19,1,11.00,1,N,138,126,2,33,1.75,0.5,0,6.55,0.3,42.1,0 +1,2021-07-01 02:09:14,2021-07-01 02:21:38,1,9.90,1,N,138,148,1,27.5,4.25,0.5,6.5,0,0.3,39.05,2.5 +1,2021-07-01 02:07:48,2021-07-01 02:07:48,1,.00,1,Y,90,264,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 02:27:40,2021-07-01 02:28:17,1,.00,5,N,97,97,1,19.8,0,0,4,0,0.3,24.1,0 +2,2021-07-01 02:21:10,2021-07-01 02:28:39,1,1.76,1,N,90,233,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 02:45:20,2021-07-01 02:56:47,1,4.27,1,N,90,263,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 02:50:57,2021-07-01 02:53:53,1,.75,1,N,263,236,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 02:27:06,2021-07-01 02:33:44,3,1.40,1,N,144,13,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 02:42:59,2021-07-01 02:52:37,3,2.40,1,N,211,186,1,10,3,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 02:35:04,2021-07-01 02:40:46,6,1.95,1,N,230,68,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:44:47,2021-07-01 02:57:02,6,3.94,1,N,186,151,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +1,2021-07-01 02:00:26,2021-07-01 02:12:01,1,.80,1,N,265,265,1,9,0.5,0.5,2.06,0,0.3,12.36,0 +2,2021-07-01 02:10:19,2021-07-01 02:28:04,1,4.94,1,N,186,75,1,17,0.5,0.5,3,0,0.3,23.8,2.5 +2,2021-07-01 02:07:50,2021-07-01 02:19:26,2,2.20,1,N,148,90,1,10,0.5,0.5,4.14,0,0.3,17.94,2.5 +2,2021-07-01 02:25:56,2021-07-01 02:38:45,2,4.04,1,N,246,236,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 02:34:07,2021-07-01 02:40:46,1,3.65,1,N,138,93,2,12,0.5,0.5,0,0,0.3,14.55,0 +2,2021-07-01 02:01:14,2021-07-01 02:13:40,1,3.39,1,N,186,238,1,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 02:59:09,2021-07-01 03:11:02,1,2.40,1,N,164,140,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 02:00:47,2021-07-01 02:14:13,1,7.60,5,N,138,41,1,40,1.25,0,5,6.55,0.3,53.1,0 +1,2021-07-01 02:57:54,2021-07-01 03:12:44,1,3.60,1,N,79,80,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +2,2021-07-01 02:53:36,2021-07-01 02:56:52,1,.51,1,N,125,231,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:07:21,2021-07-01 02:07:23,1,.00,5,N,264,264,1,11.5,0,0.5,2.46,0,0.3,14.76,0 +2,2021-07-01 02:46:22,2021-07-01 03:13:10,1,19.84,1,N,132,81,1,53,0.5,0.5,5,6.55,0.3,67.1,0 +1,2021-07-01 02:42:56,2021-07-01 02:44:15,1,.60,1,N,107,137,2,4,3,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 02:42:18,2021-07-01 03:21:30,1,53.82,4,N,132,265,1,86,0.5,0.5,18.77,6.55,0.3,113.87,0 +2,2021-07-01 02:54:16,2021-07-01 03:08:50,5,4.48,1,N,43,179,1,15.5,0.5,0.5,3.86,0,0.3,23.16,2.5 +2,2021-07-01 02:08:11,2021-07-01 02:11:04,1,.76,1,N,113,164,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:28:24,2021-07-01 02:44:36,1,4.75,1,N,68,75,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 02:07:33,2021-07-01 02:10:55,1,1.08,1,N,186,230,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 02:00:47,2021-07-01 02:29:14,1,12.90,1,N,132,188,2,38,0.5,0.5,0,0,0.3,40.55,0 +1,2021-07-01 02:39:26,2021-07-01 02:47:48,2,1.40,1,N,141,230,1,8,3,0.5,1.2,0,0.3,13,2.5 +2,2021-07-01 02:05:10,2021-07-01 02:14:28,1,2.47,1,N,230,158,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 02:17:28,2021-07-01 02:29:11,1,2.09,1,N,158,114,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:37:42,2021-07-01 02:43:06,1,.88,1,N,114,148,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:44:37,2021-07-01 02:44:50,4,.00,5,N,148,148,1,9.88,0,0,2.54,0,0.3,15.22,2.5 +2,2021-07-01 02:46:39,2021-07-01 02:55:06,1,1.51,1,N,148,125,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 02:30:22,2021-07-01 02:47:29,2,6.40,1,N,132,216,2,21,1.75,0.5,0,0,0.3,23.55,0 +1,2021-07-01 02:07:55,2021-07-01 02:12:12,1,.60,1,N,151,151,2,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 02:28:13,2021-07-01 02:34:36,1,1.50,1,N,48,68,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +2,2021-07-01 02:02:47,2021-07-01 02:13:11,1,4.41,1,N,68,151,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 02:17:56,2021-07-01 02:25:32,1,1.67,1,N,238,41,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:29:33,2021-07-01 02:40:57,1,4.11,1,N,151,186,2,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 02:47:58,2021-07-01 02:58:12,1,3.05,1,N,90,141,1,11,0.5,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 02:02:40,2021-07-01 02:25:32,1,6.42,1,N,48,88,2,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 02:36:41,2021-07-01 02:44:55,1,3.14,1,N,148,261,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 02:14:11,2021-07-01 02:20:10,1,2.13,1,N,141,170,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:41:23,2021-07-01 02:43:37,1,.65,1,N,48,48,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +2,2021-07-01 02:35:49,2021-07-01 02:38:46,1,.63,1,N,79,114,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:42:47,2021-07-01 02:46:42,1,1.07,1,N,113,125,1,5,0.5,0.5,2.64,0,0.3,11.44,2.5 +2,2021-07-01 02:47:42,2021-07-01 02:52:58,1,1.30,1,N,125,231,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 02:21:37,2021-07-01 02:29:02,2,1.99,1,N,246,142,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:34:50,2021-07-01 02:55:18,1,9.09,1,N,249,116,1,27,0.5,0.5,6.16,0,0.3,36.96,2.5 +2,2021-07-01 02:59:32,2021-07-01 03:13:27,1,3.87,1,N,107,255,1,13,0.5,0.5,4.2,0,0.3,21,2.5 +2,2021-07-01 01:36:17,2021-07-01 01:49:34,1,4.15,1,N,186,232,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 01:52:58,2021-07-01 01:57:11,1,.99,1,N,148,79,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 02:29:01,2021-07-01 02:42:16,1,3.96,1,N,211,229,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +1,2021-07-01 02:26:38,2021-07-01 02:42:22,1,4.10,1,Y,211,189,1,15,3,0.5,4.7,0,0.3,23.5,2.5 +1,2021-07-01 02:10:46,2021-07-01 02:34:47,1,12.90,1,N,107,14,1,37,3,0.5,8.15,0,0.3,48.95,2.5 +1,2021-07-01 02:12:17,2021-07-01 02:25:45,1,5.40,1,N,79,74,2,16,3,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 02:20:30,2021-07-01 02:25:15,1,.86,1,N,125,144,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:01:20,2021-07-01 02:13:04,2,3.73,1,N,186,43,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 02:14:54,2021-07-01 02:29:15,1,3.03,1,N,43,116,1,12.5,0.5,0.5,2.76,0,0.3,16.56,0 +2,2021-07-01 02:05:31,2021-07-01 02:21:37,1,9.43,1,N,138,148,1,27,0.5,0.5,6.41,0,0.3,38.46,2.5 +2,2021-07-01 02:42:24,2021-07-01 02:49:06,1,1.90,1,N,164,143,1,8,0.5,0.5,2.95,0,0.3,14.75,2.5 +2,2021-07-01 02:02:38,2021-07-01 02:09:06,1,1.25,1,N,264,79,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:25:06,2021-07-01 02:25:11,1,.00,1,N,68,68,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 02:52:40,2021-07-01 02:56:57,1,.96,1,N,68,246,1,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:59:24,2021-07-01 03:03:48,1,1.78,1,N,246,143,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 02:05:48,2021-07-01 02:18:46,5,5.39,1,N,170,209,1,17.5,0.5,0.5,4.26,0,0.3,25.56,2.5 +2,2021-07-01 02:23:02,2021-07-01 02:33:49,5,3.23,1,N,231,4,1,12.5,0.5,0.5,4.89,0,0.3,21.19,2.5 +2,2021-07-01 02:29:20,2021-07-01 02:33:35,1,1.46,1,N,143,151,1,6,0.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 02:06:32,2021-07-01 02:16:51,2,2.05,1,N,148,113,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 02:24:02,2021-07-01 02:29:55,2,.99,1,N,107,164,1,6,0.5,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 02:34:00,2021-07-01 03:01:25,2,9.37,1,N,164,257,1,29,0.5,0.5,7.87,6.55,0.3,47.22,2.5 +2,2021-07-01 02:30:47,2021-07-01 02:48:50,2,5.04,1,N,164,7,1,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 02:39:10,2021-07-01 02:51:25,1,4.79,1,N,249,236,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +1,2021-07-01 02:39:44,2021-07-01 03:04:50,2,17.50,2,N,132,41,1,52,1.25,0.5,12.1,6.55,0.3,72.7,0 +2,2021-07-01 02:15:49,2021-07-01 02:18:56,1,1.08,1,N,262,75,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 02:13:40,2021-07-01 02:27:40,1,3.14,1,N,79,68,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 02:39:11,2021-07-01 02:56:36,1,4.10,1,N,113,79,1,16,0.5,0.5,4.95,0,0.3,24.75,2.5 +2,2021-07-01 02:05:12,2021-07-01 02:14:26,1,1.67,1,N,232,114,1,8.5,0.5,0.5,1.5,0,0.3,13.8,2.5 +2,2021-07-01 02:19:42,2021-07-01 02:29:27,2,1.30,1,N,114,79,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 02:33:39,2021-07-01 02:41:00,1,2.83,1,N,79,87,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +1,2021-07-01 02:32:46,2021-07-01 02:53:07,0,8.90,1,N,249,116,1,27.5,3,0.5,6.25,0,0.3,37.55,2.5 +1,2021-07-01 02:55:11,2021-07-01 03:01:59,0,1.80,1,N,116,119,1,8,0.5,0.5,1.85,0,0.3,11.15,0 +2,2021-07-01 02:06:07,2021-07-01 02:31:52,2,23.05,1,N,132,153,2,61,0.5,0.5,0,6.55,0.3,70.1,0 +2,2021-07-01 01:56:45,2021-07-01 02:25:25,6,8.88,1,N,186,181,1,29.5,0.5,0.5,6.66,0,0.3,39.96,2.5 +2,2021-07-01 02:59:13,2021-07-01 03:02:41,1,1.29,1,N,68,68,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +1,2021-07-01 02:32:48,2021-07-01 02:45:50,1,2.60,1,N,246,224,1,11.5,3,0.5,2,0,0.3,17.3,2.5 +1,2021-07-01 02:51:27,2021-07-01 03:04:43,3,3.60,1,N,79,17,1,13.5,3,0.5,5.15,0,0.3,22.45,2.5 +2,2021-07-01 02:12:52,2021-07-01 02:28:02,1,4.52,1,N,164,74,2,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +1,2021-07-01 02:11:42,2021-07-01 02:21:18,1,2.70,1,N,114,229,1,10,3,0.5,3,0,0.3,16.8,2.5 +1,2021-07-01 02:31:53,2021-07-01 02:37:38,2,1.00,1,N,79,107,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 02:43:55,2021-07-01 02:46:37,1,.60,1,N,186,246,1,4,3,0.5,2.3,0,0.3,10.1,2.5 +1,2021-07-01 02:55:54,2021-07-01 03:02:18,1,1.40,1,N,100,163,1,7,3,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 02:00:43,2021-07-01 02:14:22,1,5.10,1,N,249,263,1,16.5,3,0.5,4.05,0,0.3,24.35,2.5 +1,2021-07-01 02:16:22,2021-07-01 02:20:48,1,1.40,1,N,263,74,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 02:24:08,2021-07-01 02:32:52,1,3.90,1,N,75,42,1,13,0.5,0.5,2.85,0,0.3,17.15,0 +2,2021-07-01 02:07:09,2021-07-01 02:16:31,1,3.46,1,N,164,236,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 02:32:59,2021-07-01 02:37:46,1,.87,1,N,41,41,2,5.5,0.5,0.5,0,0,0.3,6.8,0 +2,2021-07-01 02:18:38,2021-07-01 02:25:37,1,1.78,1,N,144,90,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:03:37,2021-07-01 02:22:22,1,5.90,1,N,90,226,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 02:10:36,2021-07-01 02:23:52,1,9.35,1,N,138,10,1,26,0.5,0.5,5.71,0,0.3,34.26,0 +1,2021-07-01 02:11:23,2021-07-01 02:16:52,0,1.20,1,N,170,230,1,6,3,0.5,1,0,0.3,10.8,2.5 +1,2021-07-01 02:55:00,2021-07-01 02:59:42,0,1.10,1,N,233,229,1,5.5,3,0.5,1.7,0,0.3,11,2.5 +2,2021-07-01 02:46:14,2021-07-01 03:11:49,2,18.64,2,N,132,68,1,52,0,0.5,6,6.55,0.3,67.85,2.5 +2,2021-07-01 02:16:52,2021-07-01 02:25:58,1,3.89,1,N,263,79,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 02:28:00,2021-07-01 02:48:37,1,6.67,1,N,79,228,1,22,0.5,0.5,6.45,0,0.3,32.25,2.5 +1,2021-07-01 02:08:24,2021-07-01 02:22:31,1,7.80,1,N,79,42,1,23,3,0.5,8,0,0.3,34.8,2.5 +2,2021-07-01 02:11:25,2021-07-01 02:21:16,1,4.14,1,N,263,7,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 02:46:50,2021-07-01 03:03:45,1,3.70,1,N,246,87,1,15,0.5,0.5,3.76,0,0.3,22.56,2.5 +2,2021-07-01 02:12:45,2021-07-01 02:30:33,2,5.78,1,N,125,181,1,19.5,0.5,0.5,5.82,0,0.3,29.12,2.5 +2,2021-07-01 02:17:15,2021-07-01 02:20:09,2,.86,1,N,125,249,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 02:52:50,2021-07-01 03:00:42,1,2.46,1,N,141,233,1,9.5,0.5,0.5,0.5,0,0.3,13.8,2.5 +1,2021-07-01 02:04:24,2021-07-01 02:10:58,1,1.90,1,N,170,141,1,8,3,0.5,3,0,0.3,14.8,2.5 +1,2021-07-01 02:20:06,2021-07-01 02:26:23,1,1.20,1,N,161,142,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 02:22:09,2021-07-01 02:28:31,1,1.11,1,N,90,48,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:58:38,2021-07-01 03:16:20,1,5.39,1,N,246,193,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +1,2021-07-01 02:22:35,2021-07-01 02:56:14,1,14.70,1,N,230,123,3,42.5,3,0.5,0,0,0.3,46.3,2.5 +2,2021-07-01 02:02:17,2021-07-01 02:06:17,1,1.30,1,N,249,231,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 02:25:52,2021-07-01 02:26:02,1,.00,5,N,142,264,1,13,0,0,3.16,0,0.3,18.96,2.5 +2,2021-07-01 02:40:29,2021-07-01 02:46:18,1,1.97,1,N,236,74,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 02:36:30,2021-07-01 02:41:27,1,.90,1,N,48,100,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 02:02:33,2021-07-01 02:20:32,1,9.20,1,N,138,234,1,27,4.25,0.5,7.7,6.55,0.3,46.3,2.5 +1,2021-07-01 02:26:57,2021-07-01 02:42:14,1,3.90,1,N,114,256,2,15,3,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 02:17:39,2021-07-01 02:20:37,1,.73,1,N,138,138,2,4.5,0.5,0.5,0,0,0.3,7.05,0 +1,2021-07-01 02:17:17,2021-07-01 02:22:53,1,1.20,1,N,107,114,1,6.5,3,0.5,1,0,0.3,11.3,2.5 +1,2021-07-01 02:27:39,2021-07-01 02:37:47,1,3.30,1,N,249,229,1,12,3,0.5,3.15,0,0.3,18.95,2.5 +1,2021-07-01 02:44:41,2021-07-01 02:52:30,1,2.10,1,N,170,246,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 02:05:24,2021-07-01 02:10:24,2,1.36,1,N,114,107,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:15:54,2021-07-01 02:41:14,2,16.82,1,N,137,118,1,45.5,0.5,0.5,0,6.55,0.3,55.85,2.5 +2,2021-07-01 02:51:57,2021-07-01 03:33:04,1,13.57,1,N,132,17,2,41.5,0.5,0.5,0,0,0.3,44.05,0 +2,2021-07-01 02:29:07,2021-07-01 02:57:25,1,11.27,1,N,164,213,1,34,0.5,0.5,3,0,0.3,40.8,2.5 +2,2021-07-01 02:35:16,2021-07-01 02:41:11,1,2.02,1,N,48,238,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 02:20:19,2021-07-01 02:20:24,1,.00,5,N,264,264,1,66,0,0.5,10,0,0,76.5,0 +1,2021-07-01 02:13:16,2021-07-01 02:21:00,1,2.80,1,N,246,239,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 02:43:20,2021-07-01 02:55:31,1,6.10,1,N,246,152,1,18.5,3,0.5,3,0,0.3,25.3,2.5 +2,2021-07-01 02:30:36,2021-07-01 02:34:15,1,.70,1,N,238,24,1,5,0.5,0.5,2,0,0.3,8.3,0 +2,2021-07-01 02:01:20,2021-07-01 02:06:21,1,1.36,1,N,48,239,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:12:19,2021-07-01 02:19:54,1,1.45,1,N,48,246,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 02:34:59,2021-07-01 02:44:19,1,2.55,1,N,246,125,1,9.5,0.5,0.5,2.5,0,0.3,15.8,2.5 +2,2021-07-01 02:54:54,2021-07-01 03:13:51,1,9.80,1,N,249,14,1,28.5,0.5,0.5,3,0,0.3,35.3,2.5 +2,2021-07-01 02:28:58,2021-07-01 02:43:27,2,6.72,1,N,170,42,1,20.5,0.5,0.5,4,0,0.3,28.3,2.5 +2,2021-07-01 02:13:02,2021-07-01 02:20:50,1,1.74,1,N,230,239,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:10:28,2021-07-01 02:18:38,1,2.63,1,N,148,80,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:28:26,2021-07-01 03:00:04,2,21.12,1,N,132,60,1,55,0.5,0.5,0,6.55,0.3,64.1,0 +2,2021-07-01 02:15:22,2021-07-01 02:21:10,1,1.93,1,N,90,230,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 02:20:46,2021-07-01 02:29:49,2,2.70,1,N,148,164,1,10.5,3,0.5,2.85,0,0.3,17.15,2.5 +1,2021-07-01 02:38:02,2021-07-01 02:40:21,1,.50,1,N,164,234,3,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 02:06:24,2021-07-01 02:30:39,1,13.50,1,N,249,241,2,38,3,0.5,0,0,0.3,41.8,2.5 +2,2021-07-01 02:03:32,2021-07-01 02:13:59,1,3.09,1,N,68,211,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 02:28:54,2021-07-01 02:36:11,1,2.69,1,N,148,80,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 02:06:23,2021-07-01 02:06:26,2,.00,5,N,230,264,1,62,0,0,12.46,0,0.3,74.76,0 +2,2021-07-01 02:22:47,2021-07-01 02:27:09,1,1.42,1,N,229,263,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 02:36:03,2021-07-01 02:44:26,1,3.33,1,N,262,264,1,11,0.5,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 02:59:16,2021-07-01 03:19:11,1,9.36,1,N,158,264,1,28,0.5,0.5,7.95,0,0.3,39.75,2.5 +2,2021-07-01 02:18:10,2021-07-01 02:18:15,2,.00,5,N,151,151,1,6,0,0,1.26,0,0.3,7.56,0 +2,2021-07-01 02:07:14,2021-07-01 02:42:28,2,21.96,1,N,42,39,1,59,0.5,0.5,0,6.55,0.3,66.85,0 +2,2021-07-01 01:55:57,2021-07-01 02:06:44,1,2.51,1,N,48,141,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 02:18:40,2021-07-01 02:28:16,1,2.57,1,N,162,140,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 02:06:31,2021-07-01 02:15:10,1,2.30,1,N,234,229,2,9,3,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 02:23:38,2021-07-01 02:28:13,2,.94,1,N,48,164,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 02:30:54,2021-07-01 02:37:30,2,1.56,1,N,164,163,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 02:38:26,2021-07-01 02:39:32,0,.00,5,N,163,163,4,-8.5,0,-0.5,0,0,-0.3,-11.8,-2.5 +2,2021-07-01 02:38:26,2021-07-01 02:39:32,0,.00,5,N,163,163,2,8.5,0,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 02:48:07,2021-07-01 02:55:08,3,1.48,1,N,249,144,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +1,2021-07-01 02:18:19,2021-07-01 02:22:33,1,1.60,1,N,90,162,1,6.5,3,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 02:24:38,2021-07-01 02:32:46,1,2.20,1,N,137,249,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 02:33:47,2021-07-01 02:38:13,3,.60,1,N,249,249,1,5,3,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 02:08:19,2021-07-01 02:14:36,2,1.63,1,N,246,230,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 02:26:54,2021-07-01 02:38:07,2,2.12,1,N,249,144,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 02:46:29,2021-07-01 03:04:49,2,5.83,1,N,211,145,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 02:18:08,2021-07-01 02:49:11,1,20.60,1,N,132,169,1,55.5,0.5,0.5,0,6.12,0.3,64.17,0 +1,2021-07-01 02:29:51,2021-07-01 02:50:05,1,4.40,1,N,230,249,1,17,3,0.5,4.15,0,0.3,24.95,2.5 +2,2021-07-01 01:59:46,2021-07-01 01:59:50,1,.04,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +2,2021-07-01 02:02:09,2021-07-01 02:09:41,1,2.00,1,N,236,236,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 02:27:24,2021-07-01 02:55:20,1,12.31,1,N,132,91,2,35.5,0.5,0.5,0,0,0.3,38.05,0 +2,2021-07-01 02:19:53,2021-07-01 02:34:02,1,4.27,1,N,144,112,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 02:47:44,2021-07-01 02:59:30,1,4.31,1,N,164,226,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 02:10:20,2021-07-01 02:17:43,6,2.65,1,N,141,74,1,9.5,0.5,0.5,0.01,0,0.3,13.31,2.5 +2,2021-07-01 02:03:04,2021-07-01 02:12:51,1,2.17,1,N,90,79,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 02:14:21,2021-07-01 02:31:19,1,7.83,1,N,4,238,1,23,0.5,0.5,5.36,0,0.3,32.16,2.5 +2,2021-07-01 01:57:47,2021-07-01 02:04:11,1,1.15,1,N,148,4,1,6.5,0.5,0.5,1,0,0.3,11.3,2.5 +2,2021-07-01 02:22:56,2021-07-01 02:34:25,1,2.17,1,N,107,125,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +1,2021-07-01 02:33:42,2021-07-01 02:58:07,2,6.30,1,N,164,225,1,22.5,3,0.5,0,0,0.3,26.3,2.5 +2,2021-07-01 02:06:10,2021-07-01 02:11:27,1,1.20,1,N,113,107,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 02:14:50,2021-07-01 02:24:21,1,4.19,1,N,137,75,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 02:21:08,2021-07-01 02:27:42,1,1.60,1,N,68,186,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 02:46:17,2021-07-01 02:49:22,1,.60,1,N,164,164,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +2,2021-07-01 02:56:49,2021-07-01 03:01:56,1,.89,1,N,141,50,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 02:10:48,2021-07-01 02:26:30,1,4.36,1,N,230,226,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 02:47:53,2021-07-01 02:54:30,1,2.14,1,N,186,50,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 02:59:02,2021-07-01 03:01:43,1,.91,1,N,48,50,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 02:16:06,2021-07-01 02:28:53,1,6.52,1,N,132,38,1,19.5,0.5,0.5,4.41,0,0.3,26.46,0 +1,2021-07-01 02:08:13,2021-07-01 02:37:53,1,16.10,1,N,138,212,1,45,3,0.5,0,0,0.3,48.8,2.5 +2,2021-07-01 02:14:31,2021-07-01 02:24:27,1,1.75,1,N,249,148,1,9,0.5,0.5,3.84,0,0.3,16.64,2.5 +1,2021-07-01 02:14:42,2021-07-01 02:43:56,1,19.70,1,N,132,169,2,53.5,1.75,0.5,0,6.55,0.3,62.6,0 +2,2021-07-01 02:01:40,2021-07-01 02:12:01,1,4.52,1,N,138,146,1,14.5,0.5,0.5,3.41,0,0.3,20.46,0 +2,2021-07-01 01:57:22,2021-07-01 02:10:53,2,3.27,1,N,100,4,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 02:20:21,2021-07-01 02:41:30,1,5.92,1,N,79,80,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 02:52:29,2021-07-01 03:07:50,4,3.80,1,N,80,125,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 02:02:53,2021-07-01 02:20:09,1,4.58,1,N,90,256,1,17,0.5,0.5,4.16,0,0.3,24.96,2.5 +2,2021-07-01 02:31:29,2021-07-01 02:48:43,1,6.49,1,N,107,82,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +2,2021-07-01 02:04:29,2021-07-01 02:04:31,1,.00,5,N,141,264,1,62.8,0,0.5,12.72,0,0.3,76.32,0 +2,2021-07-01 02:11:24,2021-07-01 02:13:09,1,.47,1,N,68,163,1,3.5,0.5,0.5,1,0,0.3,8.3,2.5 +2,2021-07-01 02:06:02,2021-07-01 02:12:07,1,2.90,1,N,132,10,1,10,0.5,0.5,0.05,0,0.3,12.6,0 +2,2021-07-01 02:30:47,2021-07-01 03:01:09,1,18.10,2,N,132,246,1,52,0,0.5,8,6.55,0.3,71.1,2.5 +2,2021-07-01 02:22:39,2021-07-01 02:26:27,2,.64,1,N,263,141,1,4.5,0.5,0.5,1.2,0,0.3,9.5,2.5 +1,2021-07-01 02:18:29,2021-07-01 02:28:00,1,2.50,1,N,90,162,3,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 02:58:06,2021-07-01 03:15:42,1,4.40,1,N,148,37,1,16.5,3,0.5,4.05,0,0.3,24.35,2.5 +2,2021-07-01 02:20:06,2021-07-01 02:44:14,1,17.87,2,N,132,230,2,52,0,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 02:00:42,2021-07-01 02:45:10,1,14.90,1,N,132,188,2,47.5,0.5,0.5,0,0,0.3,48.8,0 +2,2021-07-01 02:30:11,2021-07-01 02:38:09,1,4.59,1,N,132,219,2,14,0.5,0.5,0,0,0.3,16.55,0 +2,2021-07-01 02:00:33,2021-07-01 02:02:02,1,.64,1,N,100,186,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 02:30:40,2021-07-01 02:44:47,1,7.21,1,N,132,76,1,21.5,0.5,0.5,2.2,0,0.3,26.25,0 +2,2021-07-01 02:34:12,2021-07-01 03:08:39,1,25.13,1,N,132,18,1,66,0.5,0.5,3,6.55,0.3,78.1,0 +1,2021-07-01 03:52:08,2021-07-01 04:23:50,3,23.20,1,N,132,18,2,62,1.75,0.5,0,6.55,0.3,71.1,0 +2,2021-07-01 03:15:56,2021-07-01 03:18:59,1,.94,1,N,244,116,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 03:38:13,2021-07-01 03:59:01,1,8.50,1,N,166,138,2,26.5,0.5,0.5,0,6.55,0.3,34.35,0 +2,2021-07-01 03:27:37,2021-07-01 03:37:16,1,6.00,1,N,238,243,2,18,0.5,0.5,0,0,0.3,19.3,0 +2,2021-07-01 03:22:17,2021-07-01 03:27:40,2,1.75,1,N,249,164,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 03:32:47,2021-07-01 03:44:19,1,3.06,1,N,234,141,1,11.5,0.5,0.5,4.59,0,0.3,19.89,2.5 +2,2021-07-01 03:00:16,2021-07-01 03:18:40,2,6.53,1,N,137,17,1,21,0.5,0.5,6,0,0.3,30.8,2.5 +2,2021-07-01 03:46:35,2021-07-01 03:48:46,1,.64,1,N,7,7,1,4,0.5,0.5,1.32,0,0.3,6.62,0 +2,2021-07-01 03:01:56,2021-07-01 03:30:20,2,8.15,1,N,68,61,1,26.5,0.5,0.5,0,0,0.3,30.3,2.5 +2,2021-07-01 03:36:51,2021-07-01 03:49:15,1,3.57,1,N,48,79,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 03:51:41,2021-07-01 04:05:04,1,5.01,1,N,79,226,1,16,0.5,0.5,10,0,0.3,29.8,2.5 +1,2021-07-01 03:18:48,2021-07-01 03:26:34,1,2.10,1,N,107,229,2,8,3,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 03:41:04,2021-07-01 03:57:32,2,7.31,1,N,132,258,2,22,0.5,0.5,0,0,0.3,24.55,0 +1,2021-07-01 03:50:12,2021-07-01 03:59:27,1,3.80,1,N,229,74,1,12,3,0.5,2.37,0,0.3,18.17,2.5 +2,2021-07-01 03:38:42,2021-07-01 04:02:19,1,8.31,1,N,90,244,2,25,0.5,0.5,0,0,0.3,28.8,2.5 +2,2021-07-01 03:13:29,2021-07-01 03:35:58,1,11.03,1,N,238,138,2,31.5,0.5,0.5,0,6.55,0.3,41.85,2.5 +2,2021-07-01 03:22:15,2021-07-01 03:43:09,1,11.26,1,N,148,22,2,32,0.5,0.5,0,0,0.3,35.8,2.5 +2,2021-07-01 03:39:44,2021-07-01 03:51:46,2,3.64,1,N,230,231,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 03:57:46,2021-07-01 04:16:27,1,7.18,1,N,231,24,1,21,0.5,0.5,2,0,0.3,26.8,2.5 +2,2021-07-01 03:15:37,2021-07-01 03:38:25,4,12.98,2,N,28,232,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +2,2021-07-01 03:30:16,2021-07-01 04:03:09,1,19.15,2,N,132,41,1,52,0,0.5,0,6.55,0.3,60.6,0 +2,2021-07-01 03:11:22,2021-07-01 03:28:39,1,4.62,1,N,186,97,1,16.5,0.5,0.5,5,0,0.3,25.3,2.5 +2,2021-07-01 03:49:24,2021-07-01 04:02:10,1,3.94,1,N,162,260,1,14,0.5,0.5,4.45,0,0.3,22.25,2.5 +2,2021-07-01 03:01:48,2021-07-01 03:08:44,2,1.41,1,N,186,107,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 03:17:40,2021-07-01 03:21:49,3,.58,1,N,144,148,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 03:52:37,2021-07-01 03:57:05,3,1.24,1,N,246,48,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 03:24:48,2021-07-01 03:31:39,1,1.27,1,N,249,79,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 03:48:51,2021-07-01 04:01:15,1,4.27,1,N,100,232,1,14.5,0.5,0.5,5.49,0,0.3,23.79,2.5 +2,2021-07-01 03:37:12,2021-07-01 03:45:04,1,2.72,1,N,239,246,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 03:59:07,2021-07-01 03:59:15,2,.00,5,N,230,264,1,12,0,0.5,2.56,0,0.3,15.36,0 +2,2021-07-01 03:17:17,2021-07-01 03:36:40,1,8.77,1,N,164,95,1,26,0.5,0.5,7.27,6.55,0.3,43.62,2.5 +2,2021-07-01 03:34:42,2021-07-01 03:55:13,2,10.35,1,N,230,47,2,31,0.5,0.5,0,0,0.3,34.8,2.5 +2,2021-07-01 03:15:01,2021-07-01 03:29:20,1,4.10,1,N,161,87,1,14.5,0.5,0.5,2,0,0.3,20.3,2.5 +2,2021-07-01 03:09:53,2021-07-01 03:16:43,1,1.24,1,N,90,79,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 03:11:38,2021-07-01 03:18:50,1,1.13,1,N,229,161,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 03:09:34,2021-07-01 03:20:19,1,6.59,1,N,132,28,2,19.5,0.5,0.5,0,0,0.3,22.05,0 +1,2021-07-01 03:02:52,2021-07-01 03:11:29,1,1.00,1,N,79,249,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 03:19:16,2021-07-01 03:43:50,1,6.40,1,N,113,61,1,22.5,3,0.5,5.25,0,0.3,31.55,2.5 +1,2021-07-01 03:25:58,2021-07-01 03:39:36,1,4.20,1,N,264,264,1,14.5,0.5,0.5,1.7,0,0.3,17.5,0 +2,2021-07-01 03:07:04,2021-07-01 03:15:22,1,1.54,1,N,164,164,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 03:18:15,2021-07-01 03:34:03,1,2.23,1,N,164,229,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 03:41:02,2021-07-01 03:48:50,1,2.70,1,N,79,141,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 03:03:13,2021-07-01 03:07:56,1,.88,1,N,79,232,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 03:19:49,2021-07-01 03:29:18,1,2.95,1,N,79,255,1,11,0.5,0.5,1.2,0,0.3,16,2.5 +1,2021-07-01 03:41:57,2021-07-01 03:49:07,2,.90,1,N,164,100,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 03:44:10,2021-07-01 03:59:27,1,6.70,1,N,132,197,2,21,1.75,0.5,0,0,0.3,23.55,0 +1,2021-07-01 03:36:52,2021-07-01 03:47:25,1,3.30,1,N,233,75,2,11.5,3,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 03:02:21,2021-07-01 03:09:29,1,3.20,1,N,137,145,1,10.5,0.5,0.5,15,0,0.3,29.3,2.5 +2,2021-07-01 03:41:53,2021-07-01 03:50:17,1,2.03,1,N,100,143,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 03:07:08,2021-07-01 03:27:18,1,3.66,1,N,41,244,1,15.5,0.5,0.5,0,0,0.3,16.8,0 +2,2021-07-01 03:50:22,2021-07-01 04:01:08,1,3.98,1,N,79,262,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 03:25:14,2021-07-01 03:31:53,1,1.27,1,N,237,142,1,7,0.5,0.5,1.7,0,0.3,12.5,2.5 +2,2021-07-01 03:06:27,2021-07-01 03:26:19,1,10.55,1,N,132,173,1,30,0.5,0.5,3,0,0.3,34.3,0 +2,2021-07-01 02:57:50,2021-07-01 03:15:44,1,8.29,1,N,132,86,2,24.5,0.5,0.5,0,0,0.3,27.05,0 +1,2021-07-01 03:47:53,2021-07-01 04:14:52,1,12.70,1,N,132,225,1,36.5,1.75,0.5,5,0,0.3,44.05,0 +2,2021-07-01 03:00:01,2021-07-01 03:04:47,2,1.15,1,N,230,233,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 03:02:00,2021-07-01 03:07:47,1,1.60,1,N,179,193,2,7,0.5,0.5,0,0,0.3,8.3,0 +1,2021-07-01 03:14:47,2021-07-01 03:18:17,1,.90,1,N,146,145,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 04:18:23,2021-07-01 04:25:58,3,1.62,1,N,186,113,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 04:39:59,2021-07-01 04:52:33,4,1.72,1,N,186,163,1,10.5,0.5,0.5,4.29,0,0.3,18.59,2.5 +2,2021-07-01 03:25:49,2021-07-01 03:37:27,1,3.70,1,N,48,24,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 03:09:13,2021-07-01 03:13:08,1,1.20,1,N,50,246,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 03:20:59,2021-07-01 03:24:05,1,1.40,1,N,68,48,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 03:42:39,2021-07-01 03:46:11,2,1.10,1,N,246,48,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 03:57:03,2021-07-01 04:08:52,2,3.20,1,N,68,261,1,12.5,3,0.5,2.45,0,0.3,18.75,2.5 +2,2021-07-01 03:23:23,2021-07-01 03:25:01,1,.62,1,N,48,68,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 03:43:57,2021-07-01 03:48:01,1,1.24,1,N,68,48,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 03:10:13,2021-07-01 03:27:57,1,6.40,1,N,148,157,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 03:27:58,2021-07-01 03:41:34,1,3.61,1,N,164,262,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 03:03:46,2021-07-01 03:05:14,1,.50,1,N,140,262,2,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 03:30:32,2021-07-01 03:33:14,1,.60,1,N,79,79,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 03:28:42,2021-07-01 03:41:38,2,3.77,1,N,107,142,1,13.5,0.5,0.5,3.46,0,0.3,20.76,2.5 +2,2021-07-01 03:20:53,2021-07-01 03:35:58,1,9.39,1,N,132,56,1,26.5,0.5,0.5,0,0,0.3,29.05,0 +1,2021-07-01 03:08:04,2021-07-01 03:14:14,1,2.30,1,N,229,7,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 03:25:53,2021-07-01 03:35:25,1,2.56,1,N,48,141,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 03:21:19,2021-07-01 03:25:21,1,1.33,1,N,211,113,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 03:45:15,2021-07-01 04:00:35,1,4.86,1,N,48,226,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 03:13:52,2021-07-01 03:16:36,1,.76,1,N,163,230,1,4.5,0.5,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 03:21:54,2021-07-01 03:26:12,1,1.26,1,N,230,170,1,6,0.5,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 03:30:18,2021-07-01 03:36:36,1,1.33,1,N,107,68,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 03:39:37,2021-07-01 03:55:40,1,4.47,1,N,68,263,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 03:02:35,2021-07-01 03:13:47,1,3.49,1,N,114,142,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 03:24:51,2021-07-01 03:30:16,1,1.31,1,N,249,246,1,6.5,0.5,0.5,1.54,0,0.3,11.84,2.5 +2,2021-07-01 03:35:25,2021-07-01 03:45:21,1,1.80,1,N,246,234,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 03:55:39,2021-07-01 03:55:51,3,.01,1,N,113,113,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 03:56:24,2021-07-01 04:21:30,3,15.30,3,N,113,1,1,58.5,0.5,0,10.66,11.75,0.3,81.71,0 +2,2021-07-01 03:17:56,2021-07-01 03:40:15,2,10.38,1,N,230,78,2,30.5,0.5,0.5,0,0,0.3,34.3,2.5 +1,2021-07-01 03:08:27,2021-07-01 03:16:44,1,2.10,1,N,186,158,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +1,2021-07-01 03:21:38,2021-07-01 03:24:39,1,.80,1,N,249,90,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 03:45:15,2021-07-01 04:11:20,1,19.07,2,N,132,24,2,52,0,0.5,0,6.55,0.3,60.6,0 +2,2021-07-01 03:23:26,2021-07-01 03:40:37,1,6.88,1,N,234,129,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 03:38:44,2021-07-01 03:59:06,3,17.65,2,N,132,170,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 03:02:41,2021-07-01 03:26:14,1,21.31,2,N,132,127,1,52,0,0.5,11.87,6.55,0.3,72.47,0 +2,2021-07-01 03:46:14,2021-07-01 04:04:58,2,10.12,1,N,132,180,2,29.5,0.5,0.5,0,0,0.3,32.05,0 +2,2021-07-01 03:38:47,2021-07-01 03:55:08,1,7.48,1,N,48,138,1,23,0.5,0.5,8.04,0,0.3,34.84,2.5 +2,2021-07-01 02:33:13,2021-07-01 02:46:33,5,6.66,1,N,48,116,1,20.5,0.5,0.5,4.86,0,0.3,29.16,2.5 +2,2021-07-01 03:01:39,2021-07-01 03:07:26,6,1.22,1,N,48,163,1,6.5,0.5,0.5,0.01,0,0.3,10.31,2.5 +2,2021-07-01 03:48:50,2021-07-01 04:11:29,4,9.33,1,N,132,196,2,29.5,0.5,0.5,0,0,0.3,32.05,0 +2,2021-07-01 03:34:45,2021-07-01 03:47:18,1,3.88,1,N,148,230,1,13.5,0.5,0.5,1.5,0,0.3,18.8,2.5 +2,2021-07-01 03:17:05,2021-07-01 03:21:43,3,1.06,1,N,48,164,1,6,0.5,0.5,0.98,0,0.3,10.78,2.5 +2,2021-07-01 03:27:21,2021-07-01 03:27:31,1,.00,5,N,230,230,1,7,0,0,0.1,0,0.3,9.9,2.5 +1,2021-07-01 03:14:52,2021-07-01 03:38:10,1,6.20,1,N,186,80,1,22,3,0.5,2,0,0.3,27.8,2.5 +2,2021-07-01 03:29:23,2021-07-01 03:29:35,1,.00,2,N,132,132,1,52,0,0.5,10.56,0,0.3,64.61,0 +2,2021-07-01 03:02:36,2021-07-01 03:12:06,5,3.71,1,N,79,209,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 03:19:30,2021-07-01 03:27:01,5,1.48,1,N,231,158,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 03:33:29,2021-07-01 03:43:20,5,3.20,1,N,246,13,1,11.5,0.5,0.5,2.58,0,0.3,17.88,2.5 +2,2021-07-01 03:54:38,2021-07-01 04:07:53,5,5.21,1,N,114,112,1,17,0.5,0.5,6.24,0,0.3,27.04,2.5 +2,2021-07-01 03:49:37,2021-07-01 04:19:41,1,22.72,1,N,132,181,1,61,0.5,0.5,12.71,0,0.3,76.26,0 +2,2021-07-01 03:23:58,2021-07-01 04:00:29,1,20.35,2,N,132,244,2,52,0,0.5,0,6.55,0.3,60.6,0 +2,2021-07-01 03:10:35,2021-07-01 03:16:12,4,1.10,1,N,211,231,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 03:23:03,2021-07-01 03:29:30,4,1.94,1,N,114,100,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 03:53:03,2021-07-01 04:08:32,4,5.07,1,N,125,236,1,16.5,0.5,0.5,1.7,0,0.3,22,2.5 +2,2021-07-01 03:10:42,2021-07-01 03:33:34,2,5.84,1,N,148,37,1,20,0.5,0.5,4.76,0,0.3,28.56,2.5 +1,2021-07-01 03:14:01,2021-07-01 03:18:22,1,.70,1,N,264,262,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 03:35:27,2021-07-01 03:45:02,1,1.60,1,N,79,231,1,8.5,3,0.5,2,0,0.3,14.3,2.5 +2,2021-07-01 03:27:39,2021-07-01 03:41:56,1,6.55,1,N,41,246,1,20,0.5,0.5,6,0,0.3,29.8,2.5 +2,2021-07-01 03:38:27,2021-07-01 04:09:47,1,21.16,1,N,132,47,2,56.5,0.5,0.5,0,6.55,0.3,65.6,0 +2,2021-07-01 03:00:06,2021-07-01 03:06:38,1,.84,1,N,162,48,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 03:19:04,2021-07-01 03:49:28,2,18.75,3,N,141,1,1,69,0.5,0,16.31,11.75,0.3,97.86,0 +2,2021-07-01 03:09:06,2021-07-01 03:11:27,1,.56,1,N,141,140,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 03:04:21,2021-07-01 03:17:46,5,4.99,1,N,107,226,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 03:32:17,2021-07-01 03:35:50,5,1.22,1,N,148,107,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 03:02:02,2021-07-01 03:26:20,6,7.50,1,N,249,61,1,25,0.5,0.5,5.76,0,0.3,34.56,2.5 +2,2021-07-01 03:36:40,2021-07-01 03:57:54,6,6.86,1,N,17,100,2,22.5,0.5,0.5,0,0,0.3,26.3,2.5 +1,2021-07-01 03:11:08,2021-07-01 03:11:36,1,7.60,1,N,230,230,4,0,0,0,0,0,0,0,0 +1,2021-07-01 03:10:16,2021-07-01 03:16:47,1,1.50,1,N,151,239,1,7.5,3,0.5,1.7,0,0.3,13,2.5 +1,2021-07-01 03:33:53,2021-07-01 03:57:26,1,5.00,1,N,48,87,1,18.5,3,0.5,0,0,0.3,22.3,2.5 +1,2021-07-01 03:07:26,2021-07-01 03:07:38,1,12.70,1,N,132,132,3,2.5,1.75,0.5,0,0,0.3,5.05,0 +1,2021-07-01 03:08:24,2021-07-01 03:32:52,1,19.10,2,N,132,263,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +1,2021-07-01 03:36:33,2021-07-01 03:49:42,1,5.10,1,N,263,232,1,15.5,3,0.5,3.85,0,0.3,23.15,2.5 +2,2021-07-01 03:33:04,2021-07-01 03:50:51,1,10.77,1,N,132,173,2,30,0.5,0.5,0,0,0.3,32.55,0 +2,2021-07-01 02:21:32,2021-07-01 02:27:30,6,1.30,1,N,230,142,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 02:38:44,2021-07-01 02:48:10,6,3.14,1,N,161,125,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 03:19:23,2021-07-01 03:29:02,2,3.10,1,N,246,141,1,11,3,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 03:19:59,2021-07-01 03:32:18,1,4.31,1,N,234,262,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +1,2021-07-01 03:27:14,2021-07-01 03:38:05,2,1.90,1,N,249,170,1,10,3,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 03:47:38,2021-07-01 04:00:45,1,3.92,1,N,24,247,2,13.5,0.5,0.5,0,0,0.3,14.8,0 +2,2021-07-01 03:03:15,2021-07-01 03:16:59,5,2.91,1,N,246,141,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 03:53:27,2021-07-01 03:53:37,3,.00,1,N,232,232,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 02:58:22,2021-07-01 03:17:05,6,11.28,1,N,148,95,1,32,0.5,0.5,7,0,0.3,42.8,2.5 +2,2021-07-01 03:18:57,2021-07-01 03:42:20,6,8.70,1,N,95,92,1,27.5,0.5,0.5,0,0,0.3,28.8,0 +2,2021-07-01 03:30:10,2021-07-01 03:36:53,6,2.44,1,N,249,48,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 03:52:38,2021-07-01 04:02:27,6,3.11,1,N,113,237,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 03:13:24,2021-07-01 03:25:38,1,6.16,1,N,41,129,2,19,0.5,0.5,0,6.55,0.3,26.85,0 +2,2021-07-01 03:11:16,2021-07-01 03:32:27,1,5.00,1,N,148,61,1,19,0.5,0.5,4.56,0,0.3,27.36,2.5 +2,2021-07-01 03:08:21,2021-07-01 03:24:15,1,5.53,1,N,263,83,1,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 03:38:57,2021-07-01 03:49:22,1,3.51,1,N,148,112,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 03:43:40,2021-07-01 03:47:36,1,1.03,1,N,79,90,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 03:05:21,2021-07-01 03:10:02,1,1.27,1,N,41,152,1,6,0.5,0.5,1.46,0,0.3,8.76,0 +2,2021-07-01 03:00:33,2021-07-01 03:10:01,1,2.45,1,N,230,113,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 03:48:08,2021-07-01 04:05:18,1,6.09,1,N,79,41,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +1,2021-07-01 03:44:16,2021-07-01 04:09:47,0,18.20,2,N,132,42,1,52,1.25,0.5,10,6.55,0.3,70.6,0 +2,2021-07-01 03:36:21,2021-07-01 03:46:55,1,3.14,1,N,164,232,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 03:54:20,2021-07-01 04:15:05,1,5.85,1,N,79,239,1,21,0.5,0.5,4.96,0,0.3,29.76,2.5 +2,2021-07-01 03:01:21,2021-07-01 03:03:01,6,.64,1,N,107,137,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 03:25:41,2021-07-01 03:34:20,6,2.37,1,N,48,263,1,10,0.5,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 03:11:13,2021-07-01 03:15:36,5,.69,1,N,140,237,1,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 03:46:02,2021-07-01 03:55:41,5,3.09,1,N,140,146,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +1,2021-07-01 03:43:47,2021-07-01 04:08:59,0,4.30,1,N,239,90,1,18.5,2.5,0.5,5.45,0,0.3,27.25,2.5 +1,2021-07-01 03:20:05,2021-07-01 03:48:38,2,16.90,1,N,132,182,2,48,1.75,0.5,0,6.55,0.3,57.1,0 +2,2021-07-01 03:10:14,2021-07-01 03:49:26,1,24.32,1,N,132,265,2,65.5,0.5,0.5,0,6.55,0.3,74.6,0 +2,2021-07-01 03:51:05,2021-07-01 03:51:11,1,.00,5,N,265,265,1,106,0,0.5,21.36,0,0.3,128.16,0 +1,2021-07-01 03:13:13,2021-07-01 03:21:48,1,3.30,1,N,263,224,1,10.5,3,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 03:22:47,2021-07-01 03:39:18,1,6.66,1,N,211,74,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 03:14:29,2021-07-01 03:43:10,2,6.32,1,N,114,36,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +2,2021-07-01 03:16:43,2021-07-01 03:24:09,1,1.74,1,N,162,50,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 03:32:49,2021-07-01 03:35:06,1,.77,1,N,186,68,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 03:28:56,2021-07-01 03:35:15,1,1.83,1,N,164,163,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 03:48:35,2021-07-01 03:52:45,1,.63,1,N,107,137,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 03:22:10,2021-07-01 03:35:50,5,4.67,1,N,141,7,2,15.5,0.5,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 03:27:50,2021-07-01 03:36:44,5,3.13,1,N,170,263,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 03:21:20,2021-07-01 03:29:11,1,2.19,1,N,249,161,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 03:34:49,2021-07-01 03:47:45,1,3.09,1,N,162,239,1,12,0.5,0.5,20,0,0.3,35.8,2.5 +2,2021-07-01 03:07:25,2021-07-01 03:15:31,1,1.76,1,N,211,87,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 03:18:54,2021-07-01 03:27:49,1,2.84,1,N,261,79,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 03:32:24,2021-07-01 03:40:04,1,1.30,1,N,79,231,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 03:45:07,2021-07-01 03:50:42,1,1.52,1,N,113,170,1,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 03:55:06,2021-07-01 03:59:06,1,1.06,1,N,107,186,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 03:04:00,2021-07-01 03:10:02,1,2.47,1,N,107,140,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 03:01:43,2021-07-01 03:11:41,1,2.80,1,N,246,13,2,11,3,0.5,0,0,0.3,14.8,2.5 +1,2021-07-01 03:18:02,2021-07-01 03:25:14,1,1.10,1,N,158,211,1,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 03:46:29,2021-07-01 04:00:50,2,3.40,1,N,246,209,1,13.5,3,0.5,1.73,0,0.3,19.03,2.5 +2,2021-07-01 03:14:34,2021-07-01 03:25:41,1,1.93,1,N,125,186,1,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 03:24:18,2021-07-01 03:26:51,1,.02,5,N,265,265,2,100,0,0.5,0,0,0.3,100.8,0 +1,2021-07-01 03:18:19,2021-07-01 03:48:41,3,20.60,1,N,132,235,4,55.5,1.75,0.5,0,13.1,0.3,71.15,0 +1,2021-07-01 03:04:55,2021-07-01 03:26:40,1,6.80,1,N,246,116,1,23.5,3,0.5,6.8,0,0.3,34.1,2.5 +2,2021-07-01 03:28:38,2021-07-01 03:47:26,1,4.84,1,N,148,228,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 03:35:15,2021-07-01 03:39:20,1,1.32,1,N,125,90,1,6,0.5,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 03:41:52,2021-07-01 03:44:44,1,.97,1,N,90,186,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 02:59:54,2021-07-01 03:14:02,1,3.69,1,N,113,33,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 03:34:18,2021-07-01 03:43:37,1,2.41,1,N,161,239,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 03:22:27,2021-07-01 03:36:54,1,3.88,1,N,68,13,1,13.5,0.5,0.5,1,0,0.3,18.3,2.5 +2,2021-07-01 03:45:52,2021-07-01 04:26:40,1,25.01,1,N,125,117,1,67.5,0.5,0.5,18.44,2.45,0.3,92.19,2.5 +2,2021-07-01 03:31:33,2021-07-01 03:44:13,1,4.11,1,N,79,36,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 02:30:42,2021-07-01 02:35:31,1,1.33,1,N,90,100,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 03:16:14,2021-07-01 03:16:28,1,.03,1,N,239,239,4,-2.5,-0.5,-0.5,0,0,-0.3,-6.3,-2.5 +2,2021-07-01 03:16:14,2021-07-01 03:16:28,1,.03,1,N,239,239,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 03:05:11,2021-07-01 03:08:47,1,.91,1,N,246,48,1,5,0.5,0.5,2.64,0,0.3,11.44,2.5 +2,2021-07-01 03:24:11,2021-07-01 03:27:36,1,.84,1,N,90,107,1,5,0.5,0.5,1,0,0.3,9.8,2.5 +2,2021-07-01 03:42:49,2021-07-01 03:56:48,1,5.08,1,N,246,87,1,16.5,0.5,0.5,1,0,0.3,21.3,2.5 +2,2021-07-01 03:35:12,2021-07-01 03:48:03,1,4.06,1,N,90,140,2,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 03:24:15,2021-07-01 03:24:48,2,.00,5,N,265,265,1,70,0,0.5,15.83,8.36,0.3,94.99,0 +2,2021-07-01 03:43:33,2021-07-01 04:01:43,2,5.83,1,N,114,61,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +2,2021-07-01 03:10:04,2021-07-01 03:33:40,1,6.06,1,N,163,223,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 03:31:34,2021-07-01 03:43:46,1,3.52,1,N,68,88,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 03:24:08,2021-07-01 03:41:45,1,6.01,1,N,132,203,2,18.5,0.5,0.5,0,0,0.3,21.05,0 +2,2021-07-01 03:08:18,2021-07-01 03:16:20,1,2.00,1,N,107,45,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 03:08:57,2021-07-01 03:31:41,1,7.52,1,N,249,61,1,24,0.5,0.5,6.95,0,0.3,34.75,2.5 +2,2021-07-01 03:50:42,2021-07-01 04:00:39,1,4.20,1,N,125,142,1,13.5,0.5,0.5,4.32,0,0.3,21.62,2.5 +1,2021-07-01 03:21:59,2021-07-01 03:25:05,1,1.30,1,N,141,229,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 03:28:44,2021-07-01 03:48:23,1,9.40,1,N,229,95,1,28,3,0.5,3,0,0.3,34.8,2.5 +1,2021-07-01 03:53:20,2021-07-01 04:01:23,0,3.10,1,N,263,107,1,10.5,3,0.5,4,0,0.3,18.3,2.5 +2,2021-07-01 03:25:26,2021-07-01 03:28:18,4,.00,5,N,132,132,2,-137,0,0,0,0,-0.3,-138.55,0 +2,2021-07-01 03:25:26,2021-07-01 03:28:18,4,.00,5,N,132,132,2,137,0,0,0,0,0.3,138.55,0 +2,2021-07-01 03:33:16,2021-07-01 03:54:17,3,6.56,1,N,132,130,2,21.5,0.5,0.5,0,0,0.3,24.05,0 +2,2021-07-01 03:10:16,2021-07-01 03:39:58,1,11.05,2,N,132,186,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 03:50:08,2021-07-01 03:52:48,1,.63,1,N,114,79,1,4.5,0.5,0.5,1,0,0.3,9.3,2.5 +2,2021-07-01 03:10:00,2021-07-01 03:27:28,1,8.74,1,N,100,243,1,26,0.5,0.5,7.45,0,0.3,37.25,2.5 +1,2021-07-01 03:48:03,2021-07-01 04:24:58,1,.00,1,N,35,237,1,42.2,0,0.5,0,0,0.3,43,0 +1,2021-07-01 03:11:08,2021-07-01 03:22:49,1,3.50,1,N,141,7,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 03:38:06,2021-07-01 03:54:09,1,3.50,1,N,75,42,2,14.5,0.5,0.5,0,0,0.3,15.8,0 +2,2021-07-01 03:15:13,2021-07-01 03:23:50,1,1.57,1,N,125,79,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 03:44:00,2021-07-01 03:53:14,1,2.08,1,N,246,162,1,9.5,0.5,0.5,1,0,0.3,14.3,2.5 +2,2021-07-01 03:13:49,2021-07-01 03:17:58,1,1.39,1,N,144,261,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 03:31:54,2021-07-01 03:47:41,1,3.69,1,N,186,262,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +1,2021-07-01 03:53:47,2021-07-01 04:00:58,1,1.60,1,N,100,234,1,7.5,3,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 03:18:17,2021-07-01 03:18:20,2,.00,5,N,230,264,1,62,0,0,1,0,0.3,63.3,0 +2,2021-07-01 03:33:10,2021-07-01 03:33:13,2,.00,5,N,112,264,1,39,0,0,1,0,0.3,40.3,0 +1,2021-07-01 03:43:29,2021-07-01 03:44:15,1,.00,5,N,138,138,1,40,1.25,0,0,0,0.3,41.55,0 +2,2021-07-01 03:27:54,2021-07-01 03:55:37,1,18.08,2,N,132,42,2,52,0,0.5,0,6.12,0.3,60.17,0 +1,2021-07-01 03:02:56,2021-07-01 03:08:10,1,1.00,1,N,137,113,1,6,3,0.5,2.9,0,0.3,12.7,2.5 +1,2021-07-01 03:20:48,2021-07-01 03:29:30,1,1.50,1,N,164,229,2,8,3,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 03:09:33,2021-07-01 03:11:03,1,.85,1,N,234,186,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 03:12:36,2021-07-01 03:22:45,2,3.00,1,N,186,239,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 03:44:14,2021-07-01 03:58:41,1,7.47,1,N,132,76,2,22,0.5,0.5,0,0,0.3,24.55,0 +1,2021-07-01 03:39:49,2021-07-01 03:44:27,2,1.10,1,N,230,186,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 03:51:54,2021-07-01 04:09:13,1,.00,1,N,42,107,1,20.2,0,0.5,0,0,0.3,21,0 +2,2021-07-01 03:07:16,2021-07-01 03:33:57,1,19.44,2,N,132,116,1,52,0,0.5,12.12,6.55,0.3,72.72,0 +1,2021-07-01 03:01:25,2021-07-01 03:03:45,1,.80,1,N,170,162,1,4.5,3,0.5,1.65,0,0.3,9.95,2.5 +1,2021-07-01 03:08:17,2021-07-01 03:15:48,1,1.80,1,N,229,236,1,8.5,3,0.5,2.45,0,0.3,14.75,2.5 +2,2021-07-01 03:00:34,2021-07-01 03:04:18,1,.48,1,N,163,163,1,4.5,0.5,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 03:36:27,2021-07-01 04:07:03,2,16.55,3,N,229,1,1,63.5,0.5,0,19.01,11.75,0.3,95.06,0 +1,2021-07-01 03:26:18,2021-07-01 04:01:37,1,18.20,2,N,132,163,1,52,3.75,0.5,11.3,0,0.3,67.85,2.5 +2,2021-07-01 03:24:31,2021-07-01 03:43:54,2,5.54,1,N,141,129,2,19.5,0.5,0.5,0,0,0.3,23.3,2.5 +2,2021-07-01 03:06:32,2021-07-01 03:13:37,1,3.84,1,N,132,219,2,12.5,0.5,0.5,0,0,0.3,15.05,0 +2,2021-07-01 03:19:00,2021-07-01 03:47:35,1,5.72,1,N,112,198,2,19.5,0.5,0.5,0,0,0.3,20.8,0 +1,2021-07-01 03:21:17,2021-07-01 03:28:49,1,2.10,1,N,249,137,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 03:32:00,2021-07-01 03:46:23,1,8.70,1,N,137,244,2,25.5,3,0.5,0,0,0.3,29.3,2.5 +1,2021-07-01 03:59:11,2021-07-01 04:03:12,2,1.10,1,N,48,246,1,5.5,3,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 03:11:12,2021-07-01 03:31:06,1,6.76,1,N,68,223,1,21,0.5,0.5,6.2,0,0.3,31,2.5 +2,2021-07-01 03:42:15,2021-07-01 03:42:20,3,.00,5,N,265,265,1,50,0,0,0,0,0.3,50.3,0 +2,2021-07-01 03:21:00,2021-07-01 03:57:04,2,18.75,1,N,76,74,1,51.5,0.5,0.5,0,6.55,0.3,59.35,0 +1,2021-07-01 03:24:35,2021-07-01 03:44:51,1,11.50,1,N,132,173,1,32.5,1.75,0.5,7,0,0.3,42.05,0 +2,2021-07-01 03:12:55,2021-07-01 03:45:40,2,9.81,1,N,107,168,1,31.5,0.5,0.5,4.7,0,0.3,40,2.5 +1,2021-07-01 03:14:23,2021-07-01 03:32:45,1,6.50,1,N,79,223,1,20.5,3,0.5,4.85,0,0.3,29.15,2.5 +2,2021-07-01 03:39:01,2021-07-01 03:44:32,2,.94,1,N,48,230,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 03:20:19,2021-07-01 03:23:57,1,1.37,1,N,90,50,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 03:56:42,2021-07-01 04:13:30,1,4.67,1,N,107,239,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +2,2021-07-01 03:48:15,2021-07-01 04:15:49,1,17.33,1,N,13,241,2,46.5,0.5,0.5,0,0,0.3,50.3,2.5 +1,2021-07-01 03:21:45,2021-07-01 03:41:09,2,5.50,1,N,79,145,1,19,3,0.5,4.55,0,0.3,27.35,2.5 +1,2021-07-01 03:53:12,2021-07-01 03:54:44,2,.20,1,N,141,263,1,3.5,3,0.5,2,0,0.3,9.3,2.5 +1,2021-07-01 03:56:58,2021-07-01 03:59:35,1,1.00,1,N,263,75,1,5,3,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 03:12:54,2021-07-01 03:22:44,1,4.31,1,N,107,75,1,13,0.5,0.5,3,0,0.3,19.8,2.5 +2,2021-07-01 03:28:13,2021-07-01 03:31:55,1,1.63,1,N,263,141,1,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 03:01:15,2021-07-01 03:06:43,1,1.00,1,N,148,114,1,6,3,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 03:33:59,2021-07-01 03:47:24,1,4.34,1,N,148,262,1,14,0.5,0.5,3.56,0,0.3,21.36,2.5 +2,2021-07-01 03:08:17,2021-07-01 03:18:39,1,1.74,1,N,246,246,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 03:40:43,2021-07-01 04:08:23,1,12.38,1,N,132,62,1,36,0.5,0.5,7.71,0,0.3,46.26,0 +2,2021-07-01 03:32:14,2021-07-01 03:54:17,1,14.35,1,N,132,165,2,40.5,0.5,0.5,0,0,0.3,43.05,0 +1,2021-07-01 03:12:40,2021-07-01 03:17:46,1,1.30,1,N,163,140,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 03:11:10,2021-07-01 03:38:21,3,18.10,2,N,132,90,1,52,3.75,0.5,5,6.55,0.3,68.1,2.5 +2,2021-07-01 03:19:55,2021-07-01 03:24:50,1,.75,1,N,79,148,1,5.5,0.5,0.5,1.5,0,0.3,10.8,2.5 +1,2021-07-01 03:43:27,2021-07-01 03:53:01,1,1.70,1,N,68,249,3,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 03:07:40,2021-07-01 03:18:22,2,3.90,1,N,132,219,2,14,1.75,0.5,0,0,0.3,16.55,0 +2,2021-07-01 03:15:01,2021-07-01 03:27:42,1,1.57,1,N,125,148,1,10,0.5,0.5,1,0,0.3,14.8,2.5 +2,2021-07-01 03:32:01,2021-07-01 03:40:22,1,2.24,1,N,79,170,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 03:05:16,2021-07-01 03:12:13,1,1.80,1,N,233,142,1,8,0.5,0.5,2.95,0,0.3,14.75,2.5 +2,2021-07-01 03:08:25,2021-07-01 03:37:11,1,11.62,1,N,68,190,1,35,0.5,0.5,7.76,0,0.3,46.56,2.5 +2,2021-07-01 03:31:04,2021-07-01 03:33:31,1,1.04,1,N,236,75,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 03:12:28,2021-07-01 03:19:18,1,1.63,1,N,186,68,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 03:40:22,2021-07-01 04:03:36,1,15.01,1,N,132,7,2,41,0.5,0.5,0,0,0.3,43.55,0 +2,2021-07-01 03:36:10,2021-07-01 03:42:27,1,1.58,1,N,100,142,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +1,2021-07-01 04:13:27,2021-07-01 04:15:01,1,.20,1,N,48,163,3,3.5,3,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 04:45:44,2021-07-01 04:56:46,1,3.71,1,N,68,151,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 04:09:47,2021-07-01 04:31:11,1,4.76,1,N,50,148,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 04:02:25,2021-07-01 04:20:17,6,9.62,1,N,144,223,2,28.5,0.5,0.5,0,0,0.3,32.3,2.5 +2,2021-07-01 04:29:39,2021-07-01 04:33:36,6,.75,1,N,179,179,2,5,0.5,0.5,0,0,0.3,6.3,0 +2,2021-07-01 04:16:57,2021-07-01 04:35:51,1,13.26,1,N,132,129,2,36.5,0.5,0.5,0,0,0.3,39.05,0 +1,2021-07-01 04:40:27,2021-07-01 04:54:03,1,4.20,1,N,151,162,1,14.5,3,0.5,5.45,0,0.3,23.75,2.5 +1,2021-07-01 04:21:11,2021-07-01 04:40:22,1,13.20,3,N,125,1,1,53.5,0.5,0,13.2,11.75,0.3,79.25,0 +1,2021-07-01 04:30:43,2021-07-01 04:49:02,1,15.10,1,N,132,226,2,40.5,1.75,0.5,0,0,0.3,43.05,0 +2,2021-07-01 04:55:28,2021-07-01 04:57:31,1,.41,1,N,116,116,1,3.5,0.5,0.5,3,0,0.3,7.8,0 +2,2021-07-01 04:42:04,2021-07-01 05:09:13,2,18.44,5,N,230,1,1,82.5,0,0,5,16.5,0.3,106.8,2.5 +1,2021-07-01 04:47:11,2021-07-01 05:10:10,1,14.30,1,N,132,149,1,39.5,1.75,0.5,8.4,0,0.3,50.45,0 +2,2021-07-01 04:30:54,2021-07-01 04:39:49,2,2.11,1,N,239,75,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 04:01:45,2021-07-01 04:07:57,1,1.28,1,N,186,170,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:46:47,2021-07-01 05:07:24,1,10.72,1,N,113,138,1,30,0.5,0.5,10.09,6.55,0.3,50.44,2.5 +2,2021-07-01 04:31:12,2021-07-01 04:53:11,1,18.05,1,N,132,248,2,48,0.5,0.5,0,6.55,0.3,57.1,0 +2,2021-07-01 04:32:10,2021-07-01 04:40:42,1,2.43,1,N,137,144,4,-9.5,-0.5,-0.5,0,0,-0.3,-13.3,-2.5 +2,2021-07-01 04:32:10,2021-07-01 04:40:42,1,2.43,1,N,137,144,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 04:55:45,2021-07-01 05:06:33,1,2.89,1,N,170,263,4,-10.5,-0.5,-0.5,0,0,-0.3,-14.3,-2.5 +2,2021-07-01 04:55:45,2021-07-01 05:06:33,1,2.89,1,N,170,263,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 04:44:56,2021-07-01 05:14:12,1,18.25,5,N,249,132,1,57.34,0,0.5,13.44,6.55,0.3,80.63,2.5 +2,2021-07-01 04:44:37,2021-07-01 05:05:59,1,2.70,1,N,249,158,1,14.5,0.5,0.5,4.5,0,0.3,22.8,2.5 +2,2021-07-01 04:47:04,2021-07-01 04:52:56,1,1.50,1,N,233,48,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 04:56:45,2021-07-01 05:09:49,1,4.24,1,N,186,145,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 04:33:49,2021-07-01 04:54:37,1,12.49,1,N,132,82,2,35,0.5,0.5,0,0,0.3,37.55,0 +1,2021-07-01 04:59:09,2021-07-01 05:17:40,1,14.50,1,N,148,95,2,39.5,3,0.5,0,0,0.3,43.3,2.5 +2,2021-07-01 04:18:50,2021-07-01 04:22:56,1,.84,1,N,48,50,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 04:09:50,2021-07-01 04:22:26,1,.70,1,N,152,116,2,9,0.5,0.5,0,0,0.3,10.3,0 +2,2021-07-01 04:00:44,2021-07-01 04:16:37,1,3.40,1,N,148,181,1,14.5,0.5,0.5,1.5,0,0.3,19.8,2.5 +2,2021-07-01 04:35:21,2021-07-01 04:55:33,1,9.66,1,N,141,138,1,28,0.5,0.5,9.54,0,0.3,41.34,2.5 +2,2021-07-01 04:19:26,2021-07-01 04:27:59,1,1.64,1,N,24,74,1,8.5,0.5,0.5,0,0,0.3,9.8,0 +1,2021-07-01 04:43:08,2021-07-01 05:17:55,2,16.30,1,N,132,188,1,46,1.75,0.5,0,0,0.3,48.55,0 +2,2021-07-01 04:26:55,2021-07-01 04:51:40,1,14.67,1,N,211,138,1,40.5,0.5,0.5,10.17,6.55,0.3,61.02,2.5 +2,2021-07-01 04:00:28,2021-07-01 04:46:18,1,41.06,4,N,229,265,2,146.5,0.5,0.5,0,11.75,0.3,162.05,2.5 +2,2021-07-01 04:18:13,2021-07-01 04:50:21,2,18.38,2,N,163,132,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +2,2021-07-01 04:28:18,2021-07-01 04:34:05,2,1.04,1,N,125,148,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:38:37,2021-07-01 05:36:09,2,28.61,1,N,114,191,1,79,0.5,0.5,17.87,6.55,0.3,107.22,2.5 +2,2021-07-01 05:01:59,2021-07-01 05:37:06,2,19.99,2,N,132,13,1,52,0,0.5,6,0,0.3,62.55,2.5 +2,2021-07-01 04:48:54,2021-07-01 05:12:22,1,15.94,5,N,256,132,1,54.67,0,0.5,0,0,0.3,55.47,0 +2,2021-07-01 04:13:19,2021-07-01 04:27:54,1,3.81,1,N,79,48,1,14,0.5,0.5,5.34,0,0.3,23.14,2.5 +2,2021-07-01 04:03:23,2021-07-01 04:13:02,1,1.05,1,N,79,264,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 04:28:20,2021-07-01 04:39:50,1,3.53,1,N,209,100,2,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 04:44:04,2021-07-01 04:46:51,1,.64,1,N,164,170,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 04:56:11,2021-07-01 05:21:14,1,16.49,2,N,164,132,1,52,0,0.5,4,6.55,0.3,65.85,2.5 +2,2021-07-01 04:26:40,2021-07-01 04:30:28,1,.58,1,N,236,263,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 04:45:12,2021-07-01 04:53:04,2,1.55,1,N,249,148,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +1,2021-07-01 04:53:35,2021-07-01 05:06:19,0,2.80,1,N,186,141,2,11.5,3,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 04:38:22,2021-07-01 05:02:39,2,8.25,1,N,142,160,2,26,0.5,0.5,0,0,0.3,29.8,2.5 +2,2021-07-01 04:27:21,2021-07-01 04:36:53,1,3.51,1,N,48,75,1,12,0.5,0.5,6.53,0,0.3,22.33,2.5 +2,2021-07-01 04:54:28,2021-07-01 04:58:19,1,2.01,1,N,75,140,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 04:41:58,2021-07-01 05:46:26,1,24.86,1,N,23,77,1,79.5,0.5,0.5,0,6.55,0.3,87.35,0 +2,2021-07-01 04:03:12,2021-07-01 04:04:58,3,.57,1,N,236,75,1,4,0.5,0.5,1,0,0.3,8.8,2.5 +2,2021-07-01 04:29:43,2021-07-01 04:48:25,3,11.01,1,N,262,174,1,32,0.5,0.5,7.16,0,0.3,42.96,2.5 +1,2021-07-01 04:13:53,2021-07-01 04:32:09,2,4.80,1,N,186,75,2,17,3,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 04:36:39,2021-07-01 04:50:24,1,3.60,1,N,263,50,1,13.5,3,0.5,0,0,0.3,17.3,2.5 +1,2021-07-01 04:18:13,2021-07-01 04:31:01,1,4.00,1,N,230,145,1,14,3,0.5,3,0,0.3,20.8,2.5 +1,2021-07-01 04:54:06,2021-07-01 04:57:45,1,.20,1,N,233,233,2,4,3,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 04:06:28,2021-07-01 04:15:26,1,2.29,1,N,263,41,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 04:59:10,2021-07-01 05:11:41,1,8.07,1,N,263,138,1,22.5,0.5,0.5,5,6.55,0.3,39.1,2.5 +2,2021-07-01 04:01:03,2021-07-01 04:07:59,1,1.28,1,N,141,161,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 04:43:46,2021-07-01 04:58:39,1,9.70,1,N,107,138,1,27,3,0.5,7.45,6.55,0.3,44.8,2.5 +2,2021-07-01 04:55:32,2021-07-01 05:24:21,2,19.61,2,N,238,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 04:20:17,2021-07-01 04:24:18,1,.74,1,N,237,263,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 04:58:13,2021-07-01 05:34:50,1,18.47,1,N,38,166,1,52,0.5,0.5,0,6.55,0.3,59.85,0 +1,2021-07-01 04:44:41,2021-07-01 04:49:52,1,1.60,1,N,186,142,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 04:56:59,2021-07-01 05:11:09,1,4.50,1,N,186,13,4,15.5,3,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 04:57:28,2021-07-01 05:03:30,1,2.61,1,N,107,141,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 04:52:00,2021-07-01 05:18:42,1,16.20,1,N,132,89,1,44,1.75,0.5,9.3,0,0.3,55.85,0 +2,2021-07-01 04:01:47,2021-07-01 04:37:18,1,20.04,1,N,132,94,2,55.5,0.5,0.5,0,6.55,0.3,64.6,0 +1,2021-07-01 04:28:19,2021-07-01 04:39:24,1,2.60,1,N,246,231,1,10.5,3,0.5,1.43,0,0.3,15.73,2.5 +2,2021-07-01 04:41:39,2021-07-01 05:05:56,1,15.34,1,N,7,132,1,42.5,0.5,0.5,8.76,0,0.3,52.56,0 +1,2021-07-01 04:29:19,2021-07-01 04:40:42,1,3.20,1,N,48,231,1,11.5,3,0.5,2.5,0,0.3,17.8,2.5 +2,2021-07-01 04:28:49,2021-07-01 04:55:08,1,7.20,1,N,249,142,1,24,0.5,0.5,0,0,0.3,27.8,2.5 +2,2021-07-01 04:21:31,2021-07-01 04:31:10,2,2.56,1,N,79,256,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 04:08:58,2021-07-01 04:20:37,1,.54,1,N,164,164,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 04:48:25,2021-07-01 04:54:36,1,1.63,1,N,143,100,1,7,0.5,0.5,1.08,0,0.3,11.88,2.5 +2,2021-07-01 04:58:57,2021-07-01 04:59:10,1,.05,1,N,48,173,2,2.5,0.5,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 04:41:24,2021-07-01 04:42:03,1,.40,5,N,164,164,1,22,0,0.5,0,0,0.3,22.8,0 +1,2021-07-01 04:31:52,2021-07-01 04:44:28,1,.00,1,N,61,106,1,13.2,0,0.5,0,0,0.3,14,0 +1,2021-07-01 04:19:35,2021-07-01 04:45:45,2,11.70,1,N,262,223,2,33.5,3,0.5,0,0,0.3,37.3,2.5 +2,2021-07-01 04:11:41,2021-07-01 04:26:48,1,5.30,1,N,151,186,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 04:15:25,2021-07-01 04:31:36,1,5.82,1,N,107,260,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 04:40:11,2021-07-01 04:51:23,1,7.07,1,N,232,260,2,21,0.5,0.5,0,0,0.3,24.8,2.5 +2,2021-07-01 04:22:29,2021-07-01 04:47:07,1,11.58,1,N,132,61,1,33,0.5,0.5,6.86,0,0.3,42.41,0 +2,2021-07-01 04:02:33,2021-07-01 04:22:15,1,16.30,2,N,233,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 04:09:02,2021-07-01 04:11:38,1,.87,1,N,141,140,1,4.5,0.5,0.5,0.7,0,0.3,9,2.5 +2,2021-07-01 04:14:52,2021-07-01 04:24:54,1,2.66,1,N,141,164,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +1,2021-07-01 04:17:14,2021-07-01 04:28:40,1,3.50,1,N,263,161,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 04:25:59,2021-07-01 04:58:10,1,25.29,1,N,132,26,2,66.5,0.5,0.5,0,0,0.3,69.05,0 +1,2021-07-01 04:41:07,2021-07-01 04:49:57,1,3.50,1,N,79,263,2,11,3,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 04:52:32,2021-07-01 04:55:11,1,.67,1,N,186,230,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 04:36:42,2021-07-01 04:47:59,1,6.90,1,N,100,244,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 04:49:35,2021-07-01 04:49:45,1,.00,5,N,244,244,1,23,0,0,1,0,0.3,24.3,0 +1,2021-07-01 04:29:59,2021-07-01 04:35:06,1,1.90,1,N,230,249,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 04:33:09,2021-07-01 04:37:53,1,1.40,1,N,75,74,1,6,0.5,0.5,1.45,0,0.3,8.75,0 +2,2021-07-01 04:36:07,2021-07-01 04:40:47,6,1.28,1,N,193,145,2,6,0.5,0.5,0,0,0.3,7.3,0 +1,2021-07-01 04:42:52,2021-07-01 04:54:51,1,3.30,1,N,107,142,3,12,3,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 04:37:49,2021-07-01 04:49:59,6,4.91,1,N,261,48,1,15,0.5,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 04:53:09,2021-07-01 04:58:16,6,1.45,1,N,230,68,1,6.5,0.5,0.5,1.03,0,0.3,11.33,2.5 +2,2021-07-01 04:26:32,2021-07-01 04:32:52,1,1.04,1,N,211,148,1,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:19:53,2021-07-01 04:42:03,1,12.09,1,N,234,138,1,34.5,0.5,0.5,7.66,0,0.3,45.96,2.5 +2,2021-07-01 04:31:20,2021-07-01 04:51:21,1,4.40,1,N,239,137,1,16.5,0.5,0.5,2,0,0.3,22.3,2.5 +2,2021-07-01 04:56:21,2021-07-01 05:31:14,1,17.62,3,N,233,1,1,68,0.5,0,5,11.75,0.3,85.55,0 +2,2021-07-01 04:28:14,2021-07-01 05:06:07,1,17.70,1,N,135,68,1,52.5,0.5,0.5,0,6.55,0.3,60.35,0 +2,2021-07-01 04:10:30,2021-07-01 04:13:06,1,1.03,1,N,186,68,1,5,0.5,0.5,1.2,0,0.3,10,2.5 +2,2021-07-01 04:14:30,2021-07-01 04:18:41,1,.85,1,N,68,158,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 04:23:35,2021-07-01 04:27:18,1,1.47,1,N,68,230,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:47:15,2021-07-01 04:53:34,1,1.24,1,N,79,249,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 04:57:36,2021-07-01 05:00:28,1,1.16,1,N,90,230,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 04:18:16,2021-07-01 04:26:05,5,3.19,1,N,141,224,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 04:22:33,2021-07-01 04:49:51,2,10.98,1,N,132,61,1,32.5,0.5,0.5,7.01,0,0.3,42.06,0 +2,2021-07-01 04:12:33,2021-07-01 04:13:06,1,.00,1,N,132,132,3,-2.5,-0.5,-0.5,0,0,-0.3,-5.05,0 +2,2021-07-01 04:12:33,2021-07-01 04:13:06,1,.00,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,5.05,0 +2,2021-07-01 04:26:10,2021-07-01 04:35:18,1,5.03,1,N,132,215,2,16,0.5,0.5,0,0,0.3,18.55,0 +2,2021-07-01 04:08:08,2021-07-01 04:30:48,5,10.14,1,N,163,227,1,29.5,0.5,0.5,8.32,0,0.3,41.62,2.5 +1,2021-07-01 04:23:12,2021-07-01 04:28:00,1,1.60,1,N,162,141,1,7,3,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 04:33:11,2021-07-01 04:40:21,1,1.80,1,N,236,142,1,8,3,0.5,2.36,0,0.3,14.16,2.5 +1,2021-07-01 04:46:00,2021-07-01 05:20:28,1,18.70,2,N,142,132,1,52,2.5,0.5,0,0,0.3,55.3,2.5 +1,2021-07-01 04:27:17,2021-07-01 04:34:25,3,2.20,1,N,148,170,1,8.5,3,0.5,3.65,0,0.3,15.95,2.5 +1,2021-07-01 04:48:31,2021-07-01 05:01:59,3,4.20,1,N,90,236,1,14,3,0.5,4.45,0,0.3,22.25,2.5 +2,2021-07-01 04:26:52,2021-07-01 04:43:39,1,12.89,4,N,132,265,1,29.5,0.5,0.5,6.16,0,0.3,38.21,0 +2,2021-07-01 03:00:42,2021-07-01 03:04:50,6,.60,1,N,114,211,1,5,0.5,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 03:07:08,2021-07-01 03:11:16,6,1.67,1,N,125,164,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 04:54:24,2021-07-01 05:05:14,1,4.90,1,N,79,75,1,14.5,3,0.5,2,0,0.3,20.3,2.5 +2,2021-07-01 04:45:40,2021-07-01 04:46:58,1,2.48,5,N,134,197,1,68,0,0,17.08,0,0.3,85.38,0 +2,2021-07-01 04:07:43,2021-07-01 04:13:42,6,2.16,1,N,162,263,1,8,0.5,0.5,2.8,0,0.3,14.6,2.5 +2,2021-07-01 04:15:58,2021-07-01 04:23:44,6,3.45,1,N,262,170,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 04:43:12,2021-07-02 00:00:00,1,8.88,1,N,148,228,2,24.5,0.5,0.5,0,0,0.3,28.3,2.5 +2,2021-07-01 04:02:30,2021-07-01 04:34:23,1,8.27,1,N,249,129,1,28,0.5,0.5,6.36,0,0.3,38.16,2.5 +2,2021-07-01 04:07:23,2021-07-01 04:31:53,1,6.96,1,N,48,129,2,23.5,0.5,0.5,0,0,0.3,27.3,2.5 +2,2021-07-01 04:53:59,2021-07-01 05:03:34,1,2.46,1,N,79,68,1,9.5,0.5,0.5,3.33,0,0.3,16.63,2.5 +2,2021-07-01 04:41:50,2021-07-01 05:06:58,1,20.00,2,N,263,132,1,52,0,0.5,15.46,6.55,0.3,77.31,2.5 +1,2021-07-01 04:32:12,2021-07-01 04:49:17,2,9.60,1,N,132,177,1,28,1.75,0.5,6.1,0,0.3,36.65,0 +2,2021-07-01 04:17:22,2021-07-01 04:37:42,5,13.05,1,N,141,228,1,36,0.5,0.5,7.96,0,0.3,47.76,2.5 +1,2021-07-01 04:50:54,2021-07-01 05:12:12,1,10.30,1,N,170,138,1,31,3,0.5,6.95,0,0.3,41.75,2.5 +1,2021-07-01 04:24:49,2021-07-01 04:26:45,0,.60,1,N,68,68,2,4,3.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 04:37:37,2021-07-01 04:56:01,0,2.80,1,N,246,211,1,13.5,3.5,0.5,2,0,0.3,19.8,2.5 +2,2021-07-01 04:51:31,2021-07-01 05:01:08,1,3.70,1,N,7,138,2,12.5,0.5,0.5,0,0,0.3,13.8,0 +1,2021-07-01 04:49:30,2021-07-01 05:07:59,1,9.10,1,N,236,138,1,27.5,3,0.5,5,6.55,0.3,42.85,2.5 +2,2021-07-01 04:05:25,2021-07-01 04:23:24,2,11.64,1,N,79,14,1,32,0.5,0.5,5,0,0.3,40.8,2.5 +2,2021-07-01 04:05:58,2021-07-01 04:12:59,1,2.33,1,N,233,79,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 04:18:08,2021-07-01 04:27:04,1,1.39,1,N,79,249,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 04:28:16,2021-07-01 04:43:39,1,9.13,1,N,170,138,1,26,0.5,0.5,5.5,6.55,0.3,41.85,2.5 +1,2021-07-01 04:05:32,2021-07-01 04:05:57,1,.00,5,N,86,86,1,35,0,0,0,0,0.3,35.3,0 +2,2021-07-01 04:32:52,2021-07-01 04:38:55,5,1.73,1,N,229,48,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 04:46:12,2021-07-01 05:14:49,5,17.82,2,N,186,132,1,52,0,0.5,8.08,6.55,0.3,69.93,2.5 +2,2021-07-01 04:39:45,2021-07-01 04:57:14,1,7.80,1,N,238,138,2,24,0.5,0.5,0,6.55,0.3,31.85,0 +2,2021-07-01 04:12:14,2021-07-01 04:15:12,1,1.24,1,N,262,74,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 04:34:26,2021-07-01 04:50:31,1,9.15,1,N,141,138,1,26,0.5,0.5,7.27,6.55,0.3,43.62,2.5 +1,2021-07-01 04:30:25,2021-07-01 04:45:42,1,9.40,1,N,107,138,1,26,3,0.5,7.25,6.55,0.3,43.6,2.5 +2,2021-07-01 04:08:43,2021-07-01 04:25:32,1,9.36,1,N,237,138,1,27,0.5,0.5,6.16,0,0.3,36.96,2.5 +2,2021-07-01 04:37:01,2021-07-01 04:45:55,1,2.74,1,N,48,262,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 04:15:43,2021-07-01 04:33:53,1,4.98,1,N,113,112,1,17.5,0.5,0.5,5.57,6.55,0.3,33.42,2.5 +2,2021-07-01 03:33:17,2021-07-01 03:36:41,1,1.51,1,N,233,141,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:08:19,2021-07-01 04:08:21,1,.25,5,N,264,264,1,20,0,0,4.06,0,0.3,24.36,0 +2,2021-07-01 04:13:42,2021-07-01 04:16:58,1,1.41,1,N,114,68,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 04:35:06,2021-07-01 04:57:27,1,12.73,1,N,229,138,1,35.5,0.5,0.5,3,0,0.3,42.3,2.5 +1,2021-07-01 04:12:38,2021-07-01 04:41:23,1,19.30,2,N,140,132,1,52,2.5,0.5,5,6.55,0.3,66.85,2.5 +2,2021-07-01 04:26:06,2021-07-01 04:26:13,1,.00,5,N,152,152,1,15,0,0,3,0,0.3,18.3,0 +2,2021-07-01 04:20:33,2021-07-01 04:27:11,2,1.45,1,N,79,107,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 04:57:27,2021-07-01 05:13:02,1,12.22,1,N,132,138,1,33,0.5,0.5,5,0,0.3,40.55,0 +2,2021-07-01 04:03:30,2021-07-01 04:09:07,5,.94,1,N,107,107,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 04:04:08,2021-07-01 04:08:07,1,1.62,1,N,239,151,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 04:31:55,2021-07-01 04:35:52,1,1.04,1,N,68,234,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 04:50:15,2021-07-01 04:55:37,1,.82,1,N,164,137,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 04:17:20,2021-07-01 04:26:48,0,4.10,1,N,263,79,1,12.5,3,0.5,4.05,0,0.3,20.35,2.5 +1,2021-07-01 04:30:16,2021-07-01 04:54:52,0,17.90,2,N,144,132,1,52,2.5,0.5,11.05,0,0.3,66.35,2.5 +2,2021-07-01 04:08:48,2021-07-01 04:14:09,6,1.07,1,N,68,246,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 04:54:21,2021-07-01 05:00:18,2,1.70,1,N,148,137,1,7.5,3,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 04:52:32,2021-07-01 05:17:21,1,14.44,1,N,132,36,2,39.5,0.5,0.5,0,0,0.3,40.8,0 +2,2021-07-01 04:23:57,2021-07-01 04:37:10,1,8.70,1,N,132,191,2,24.5,0.5,0.5,0,0,0.3,25.8,0 +2,2021-07-01 04:22:15,2021-07-01 04:29:43,1,1.30,1,N,125,261,1,7,0.5,0.5,1,0,0.3,11.8,2.5 +2,2021-07-01 04:01:51,2021-07-01 04:07:38,1,1.50,1,N,263,74,1,7,0.5,0.5,0.22,0,0.3,11.02,2.5 +2,2021-07-01 04:44:03,2021-07-01 05:29:32,1,18.95,1,N,249,247,2,56,0.5,0.5,0,0,0.3,59.8,2.5 +2,2021-07-01 04:04:10,2021-07-01 04:13:39,1,1.91,1,N,158,261,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 04:20:34,2021-07-01 04:35:49,2,4.65,1,N,249,238,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +1,2021-07-01 04:06:27,2021-07-01 04:31:08,1,17.40,2,N,186,132,1,52,2.5,0.5,11,6.55,0.3,72.85,2.5 +2,2021-07-01 04:20:49,2021-07-01 04:20:51,1,.00,2,N,132,264,2,52,0,0.5,0,0,0.3,52.8,0 +1,2021-07-01 04:20:41,2021-07-01 04:34:20,1,9.10,1,N,233,138,1,25.5,3,0.5,7.15,6.55,0.3,43,2.5 +1,2021-07-01 04:00:43,2021-07-01 04:21:08,2,12.90,1,N,230,250,2,35.5,3,0.5,0,0,0.3,39.3,2.5 +1,2021-07-01 04:04:32,2021-07-01 04:16:54,1,2.80,1,N,48,107,1,11.5,3,0.5,2,0,0.3,17.3,2.5 +1,2021-07-01 04:24:15,2021-07-01 04:37:56,1,3.80,1,N,79,37,1,14.5,3,0.5,3.65,0,0.3,21.95,2.5 +2,2021-07-01 04:23:09,2021-07-01 04:23:11,3,.00,5,N,244,264,1,65,0,0.5,5,0,0.3,70.8,0 +1,2021-07-01 04:31:40,2021-07-01 04:44:12,1,3.00,1,N,79,48,1,12,3,0.5,3,0,0.3,18.8,2.5 +1,2021-07-01 04:24:23,2021-07-01 04:27:33,1,.80,1,N,100,48,1,5,3,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 04:41:57,2021-07-01 04:47:27,1,1.60,1,N,114,107,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 04:49:42,2021-07-01 04:57:21,1,1.90,1,N,137,48,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 04:01:37,2021-07-01 04:26:46,1,12.13,1,N,48,138,2,34.5,0.5,0.5,0,6.55,0.3,44.85,2.5 +1,2021-07-01 04:22:50,2021-07-01 04:27:00,2,1.20,1,N,211,113,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 04:27:57,2021-07-01 04:40:31,1,8.37,1,N,132,76,2,23.5,0.5,0.5,0,0,0.3,26.05,0 +2,2021-07-01 04:24:56,2021-07-01 04:31:57,1,.82,1,N,75,41,1,6.5,0.5,0.5,2.34,0,0.3,10.14,0 +1,2021-07-01 04:26:40,2021-07-01 04:29:28,1,.70,1,N,164,162,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 04:35:27,2021-07-01 04:43:27,1,2.90,1,N,236,166,1,10,3,0.5,3.45,0,0.3,17.25,2.5 +1,2021-07-01 04:54:55,2021-07-01 05:31:42,1,19.60,2,N,239,132,1,52,2.5,0.5,11.05,0,0.3,66.35,2.5 +2,2021-07-01 04:23:52,2021-07-01 04:54:09,1,13.88,1,N,143,91,1,38.5,0.5,0.5,0,0,0.3,42.3,2.5 +1,2021-07-01 04:17:13,2021-07-01 04:44:22,1,10.30,1,N,148,116,1,32.5,3,0.5,5,0,0.3,41.3,2.5 +2,2021-07-01 04:32:58,2021-07-01 04:39:51,2,2.98,1,N,263,137,1,9.5,0.5,0.5,3.99,0,0.3,17.29,2.5 +2,2021-07-01 04:45:11,2021-07-01 04:47:18,2,.64,1,N,170,137,1,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 05:00:18,2021-07-01 05:21:04,2,9.84,1,N,229,138,1,29,0.5,0.5,0.15,0,0.3,32.95,2.5 +2,2021-07-01 04:32:19,2021-07-01 04:59:44,6,17.97,2,N,132,229,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 04:22:37,2021-07-01 04:51:04,3,18.58,2,N,132,79,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 04:00:59,2021-07-01 04:03:59,1,.50,1,N,129,83,4,-4,-0.5,-0.5,0,0,-0.3,-5.3,0 +2,2021-07-01 04:00:59,2021-07-01 04:03:59,1,.50,1,N,129,82,2,4,0.5,0.5,0,0,0.3,5.3,0 +2,2021-07-01 04:13:05,2021-07-01 04:19:10,1,2.05,1,N,162,263,1,8,0.5,0.5,3,0,0.3,14.8,2.5 +2,2021-07-01 04:20:47,2021-07-01 04:53:44,2,18.61,5,N,48,132,1,79,0,0,17.67,6.55,0.3,106.02,2.5 +2,2021-07-01 04:11:27,2021-07-01 04:29:47,1,8.40,1,N,132,63,2,25,0.5,0.5,0,0,0.3,27.55,0 +1,2021-07-01 04:23:32,2021-07-01 04:32:22,1,2.60,1,N,230,238,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 04:37:13,2021-07-01 04:59:42,1,10.10,1,N,239,138,1,29.5,3,0.5,7.95,6.55,0.3,47.8,2.5 +1,2021-07-01 04:11:04,2021-07-01 04:48:14,1,18.80,2,N,163,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +1,2021-07-01 04:18:40,2021-07-01 04:29:39,1,4.00,1,N,132,219,2,14,1.75,0.5,0,0,0.3,16.55,0 +1,2021-07-01 04:24:02,2021-07-01 04:44:13,1,6.90,1,N,229,56,1,22.5,3,0.5,7.85,0,0.3,34.15,2.5 +2,2021-07-01 04:06:10,2021-07-01 04:29:27,1,5.04,1,N,211,238,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 04:49:47,2021-07-01 05:07:11,4,9.03,1,N,238,138,1,26,0.5,0.5,7.27,6.55,0.3,44.87,2.5 +2,2021-07-01 04:49:25,2021-07-01 05:31:43,1,31.52,3,N,132,1,1,100.5,0.5,0,5.55,11.75,0.3,119.85,0 +2,2021-07-01 04:25:54,2021-07-01 04:54:09,1,20.69,2,N,132,244,2,52,0,0.5,0,6.55,0.3,60.6,0 +2,2021-07-01 04:57:21,2021-07-01 05:00:27,1,.46,1,N,234,113,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 04:06:08,2021-07-01 04:16:33,4,1.85,1,N,90,224,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 05:06:07,2021-07-01 05:36:46,1,17.50,2,N,48,132,1,52,2.5,0.5,10,6.55,0.3,71.85,2.5 +2,2021-07-01 05:32:09,2021-07-01 05:36:30,1,1.29,1,N,186,161,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:47:58,2021-07-01 05:55:52,1,1.66,1,N,186,162,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 05:09:57,2021-07-01 05:31:05,2,9.60,1,N,107,228,1,28.5,3,0.5,6.45,0,0.3,38.75,2.5 +2,2021-07-01 05:44:44,2021-07-01 06:26:53,1,19.12,2,N,132,143,1,52,0,0.5,6.5,6.55,0.3,69.6,2.5 +2,2021-07-01 05:52:35,2021-07-01 06:23:58,1,19.17,1,N,132,26,2,51.5,0.5,0.5,0,0,0.3,54.05,0 +2,2021-07-01 06:00:47,2021-07-01 06:08:59,3,1.61,1,N,161,142,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +1,2021-07-01 05:07:38,2021-07-01 05:16:45,1,2.20,1,N,239,141,1,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 05:43:59,2021-07-01 06:09:49,2,19.10,2,N,238,132,1,52,0,0.5,10,6.55,0.3,69.35,0 +2,2021-07-01 04:54:33,2021-07-01 04:59:45,2,1.40,1,N,263,75,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 05:07:48,2021-07-01 05:21:02,2,7.96,1,N,262,138,2,23,0.5,0.5,0,6.55,0.3,33.35,2.5 +2,2021-07-01 05:47:06,2021-07-01 06:00:25,1,4.65,1,N,24,170,1,15,0.5,0.5,5.64,0,0.3,24.44,2.5 +1,2021-07-01 05:31:18,2021-07-01 05:34:28,1,1.10,1,N,186,230,1,5,3,0.5,2,0,0.3,10.8,2.5 +1,2021-07-01 05:37:55,2021-07-01 05:49:44,1,3.90,1,N,186,75,1,13.5,3,0.5,3.45,0,0.3,20.75,2.5 +2,2021-07-01 05:03:38,2021-07-01 05:11:59,2,3.04,1,N,125,48,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 05:28:46,2021-07-01 05:35:52,2,2.39,1,N,249,170,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +1,2021-07-01 05:43:04,2021-07-01 05:45:01,1,.60,1,N,237,237,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +2,2021-07-01 05:55:35,2021-07-01 06:11:14,2,7.30,1,N,116,68,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +1,2021-07-01 05:49:00,2021-07-01 05:54:18,1,1.60,1,N,100,163,1,6.5,3,0.5,1,0,0.3,11.3,2.5 +1,2021-07-01 05:06:47,2021-07-01 05:10:14,1,1.20,1,N,140,263,1,5.5,3,0.5,2,0,0.3,11.3,2.5 +1,2021-07-01 05:18:01,2021-07-01 05:18:01,1,.00,1,Y,262,264,2,17,3,0.5,0,6.55,0.3,27.35,2.5 +1,2021-07-01 05:51:34,2021-07-01 06:05:09,1,5.00,1,N,107,74,3,15,3,0.5,0,0,0.3,18.8,2.5 +2,2021-07-01 05:01:01,2021-07-01 05:20:23,1,8.76,1,N,151,138,2,26,0.5,0.5,0,6.55,0.3,33.85,0 +2,2021-07-01 05:01:34,2021-07-01 05:32:00,6,20.72,2,N,132,238,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 05:36:18,2021-07-01 05:46:07,6,2.13,1,N,239,141,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 05:35:01,2021-07-01 05:47:43,1,6.39,1,N,88,163,2,20,0.5,0.5,0,0,0.3,23.8,2.5 +1,2021-07-01 05:25:44,2021-07-01 05:38:03,1,3.30,1,N,141,166,1,13,3,0.5,1.68,0,0.3,18.48,2.5 +2,2021-07-01 05:44:55,2021-07-01 06:02:40,1,10.05,1,N,239,138,1,29,0.5,0.5,3.94,6.55,0.3,43.29,2.5 +1,2021-07-01 05:52:01,2021-07-01 05:58:12,1,1.40,1,N,48,162,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 05:15:11,2021-07-01 05:34:22,1,12.10,1,N,263,228,2,33.5,2.5,0.5,0,0,0.3,36.8,2.5 +1,2021-07-01 05:54:31,2021-07-01 05:55:37,1,.20,1,N,231,231,1,3,2.5,0.5,1,0,0.3,7.3,2.5 +2,2021-07-01 05:22:08,2021-07-01 05:45:18,1,6.74,1,N,90,179,2,22,0.5,0.5,0,0,0.3,25.8,2.5 +2,2021-07-01 05:09:23,2021-07-01 05:21:04,1,4.61,1,N,262,100,1,15.5,0.5,0.5,2,0,0.3,21.3,2.5 +2,2021-07-01 05:51:30,2021-07-01 06:01:39,1,3.72,1,N,75,164,4,-12,-0.5,-0.5,0,0,-0.3,-15.8,-2.5 +2,2021-07-01 05:51:30,2021-07-01 06:01:39,1,3.72,1,N,75,164,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 05:53:06,2021-07-01 06:04:05,1,2.26,1,N,79,246,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 05:45:18,2021-07-01 05:57:38,6,5.03,1,N,13,107,2,16.5,0.5,0.5,0,0,0.3,20.3,2.5 +2,2021-07-01 05:40:04,2021-07-01 05:45:59,6,1.07,1,N,186,161,1,6,0.5,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 05:51:34,2021-07-01 05:59:09,6,1.61,1,N,186,137,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 05:49:57,2021-07-01 06:05:20,1,7.50,1,N,132,86,2,22.5,0.5,0.5,0,0,0.3,23.8,0 +2,2021-07-01 05:30:49,2021-07-01 05:53:15,1,5.46,1,N,48,7,2,20.5,0.5,0.5,0,0,0.3,24.3,2.5 +1,2021-07-01 05:35:12,2021-07-01 06:00:52,2,20.40,2,N,132,141,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 05:05:03,2021-07-01 05:27:25,1,16.12,2,N,164,132,1,52,0,0.5,15.46,6.55,0.3,77.31,2.5 +2,2021-07-01 05:50:12,2021-07-01 05:53:03,2,.85,1,N,125,158,1,4.5,0.5,0.5,1,0,0.3,9.3,2.5 +2,2021-07-01 05:11:05,2021-07-01 05:15:59,1,1.18,1,N,234,68,1,6,0.5,0.5,2,0,0.3,11.8,2.5 +2,2021-07-01 05:34:54,2021-07-01 06:04:38,1,19.80,2,N,238,132,1,52,0,0.5,14.84,6.55,0.3,74.19,0 +1,2021-07-01 05:45:47,2021-07-01 05:53:39,0,1.90,1,N,48,170,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 05:38:40,2021-07-01 05:47:57,1,2.50,1,N,48,246,1,10,3,0.5,2.07,0,0.3,15.87,2.5 +2,2021-07-01 05:27:22,2021-07-01 05:56:06,2,17.60,2,N,132,186,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 05:15:52,2021-07-01 05:23:47,1,1.69,1,N,48,137,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 05:32:02,2021-07-01 05:54:07,1,11.94,1,N,48,138,1,34,0.5,0.5,1.5,6.55,0.3,45.85,2.5 +2,2021-07-01 05:10:39,2021-07-01 05:34:51,2,19.04,2,N,140,132,1,52,0,0.5,15.46,6.55,0.3,77.31,2.5 +2,2021-07-01 05:59:13,2021-07-01 06:09:11,1,3.10,1,N,186,238,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 05:43:28,2021-07-01 05:55:06,1,6.47,1,N,48,244,1,19.5,0.5,0.5,2,0,0.3,25.3,2.5 +2,2021-07-01 05:19:55,2021-07-01 05:33:40,1,3.89,1,N,138,223,2,14,0.5,0.5,0,0,0.3,16.55,0 +2,2021-07-01 05:50:25,2021-07-01 05:53:55,1,1.10,1,N,229,161,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 05:46:47,2021-07-01 06:22:29,2,18.62,2,N,132,79,1,52,0,0.5,11.06,0,0.3,67.61,2.5 +1,2021-07-01 05:50:57,2021-07-01 05:53:12,1,.50,1,N,239,238,3,4,3,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 05:54:53,2021-07-01 05:57:50,1,.90,1,N,238,166,1,5,0.5,0.5,1.25,0,0.3,7.55,0 +1,2021-07-01 05:49:41,2021-07-01 05:55:10,1,1.20,1,N,239,236,1,6.5,3,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 05:42:38,2021-07-01 06:21:43,1,18.81,2,N,132,142,1,52,0,0.5,8.48,0,0.3,65.03,2.5 +2,2021-07-01 05:35:33,2021-07-01 05:49:34,1,4.30,1,N,236,116,1,14,0.5,0.5,5.34,0,0.3,23.14,2.5 +2,2021-07-01 05:28:10,2021-07-01 05:45:12,1,4.65,1,N,263,246,1,16.5,0.5,0.5,1,0,0.3,21.3,2.5 +2,2021-07-01 05:48:23,2021-07-01 05:52:17,1,1.40,1,N,246,164,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:56:11,2021-07-01 06:00:49,1,1.57,1,N,164,162,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:42:51,2021-07-01 05:51:45,1,3.45,1,N,239,164,1,12,0.5,0.5,2,0,0.3,17.8,2.5 +2,2021-07-01 05:41:00,2021-07-01 05:48:53,1,1.46,1,N,79,211,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 05:51:05,2021-07-01 05:59:40,0,2.70,1,N,186,141,1,10,2.5,0.5,2.65,0,0.3,15.95,2.5 +2,2021-07-01 05:08:59,2021-07-01 05:09:07,1,.00,5,N,148,148,1,20,0,0,4.56,0,0.3,27.36,2.5 +2,2021-07-01 05:34:16,2021-07-01 05:40:13,1,1.87,1,N,263,229,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 05:51:32,2021-07-01 05:57:23,1,.74,1,N,230,161,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 05:59:24,2021-07-01 06:08:06,1,2.28,1,N,161,236,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +1,2021-07-01 05:21:06,2021-07-01 05:24:40,1,1.00,1,N,90,107,1,5,3,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 05:36:44,2021-07-01 05:45:55,1,2.30,1,N,186,237,2,9.5,3,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 05:52:12,2021-07-01 06:17:06,1,18.80,2,N,263,132,1,52,2.5,0.5,4.33,6.55,0.3,66.18,2.5 +2,2021-07-01 05:45:15,2021-07-01 05:53:49,1,1.64,1,N,186,229,1,8,0.5,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 05:42:15,2021-07-01 05:58:38,3,7.82,1,N,48,244,1,24,0.5,0.5,3,0,0.3,30.8,2.5 +1,2021-07-01 05:19:40,2021-07-01 05:23:07,2,.80,1,N,164,186,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 05:32:41,2021-07-01 05:40:05,0,1.70,1,N,186,163,1,8,3,0.5,1,0,0.3,12.8,2.5 +1,2021-07-01 05:54:59,2021-07-01 06:01:49,1,1.50,1,N,186,50,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 05:28:52,2021-07-01 05:36:04,2,2.65,1,N,229,75,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 05:42:19,2021-07-01 05:57:35,2,9.18,1,N,236,138,1,26,0.5,0.5,3,6.55,0.3,39.35,2.5 +2,2021-07-01 05:57:40,2021-07-01 06:04:49,1,2.20,1,N,162,239,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 05:10:06,2021-07-01 05:14:40,1,2.15,1,N,75,140,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 05:35:30,2021-07-01 05:49:47,1,3.05,1,N,166,236,1,13,0.5,0.5,4.2,0,0.3,21,2.5 +2,2021-07-01 05:54:27,2021-07-01 06:05:49,1,7.95,1,N,75,138,1,22.5,0.5,0.5,5,6.55,0.3,35.35,0 +2,2021-07-01 05:40:04,2021-07-01 05:44:47,1,1.58,1,N,141,75,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 05:10:16,2021-07-01 05:31:31,6,9.45,1,N,132,95,1,28.5,0.5,0.5,6.21,0,0.3,37.26,0 +1,2021-07-01 05:18:33,2021-07-01 05:36:21,1,10.60,1,N,79,138,1,29,3,0.5,3,6.55,0.3,42.35,2.5 +2,2021-07-01 05:46:07,2021-07-01 06:09:44,4,15.25,3,N,249,1,1,59,0.5,0,14.31,11.75,0.3,85.86,0 +2,2021-07-01 05:39:11,2021-07-01 05:52:31,2,9.06,1,N,141,138,1,25,0.5,0.5,7.07,6.55,0.3,42.42,2.5 +1,2021-07-01 05:17:43,2021-07-01 05:18:18,1,.20,1,N,43,43,2,3,0.5,0.5,0,0,0.3,4.3,0 +1,2021-07-01 05:27:18,2021-07-01 05:43:40,1,6.00,1,N,142,244,2,20,3,0.5,0,0,0.3,23.8,2.5 +2,2021-07-01 05:31:42,2021-07-01 05:51:33,1,9.01,1,N,137,126,1,26.5,0.5,0.5,1,0,0.3,31.3,2.5 +1,2021-07-01 05:32:33,2021-07-01 05:39:11,2,1.90,1,N,141,75,1,8,3,0.5,1,0,0.3,12.8,2.5 +1,2021-07-01 05:44:56,2021-07-01 05:50:59,1,2.10,1,N,236,229,1,8,3,0.5,2,0,0.3,13.8,2.5 +1,2021-07-01 05:34:14,2021-07-01 05:41:36,1,2.20,1,N,186,162,1,8.5,3,0.5,2.5,0,0.3,14.8,2.5 +1,2021-07-01 05:45:16,2021-07-01 05:53:52,2,1.40,1,N,162,143,1,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 05:56:59,2021-07-01 06:05:02,2,1.70,1,N,143,141,1,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 05:38:09,2021-07-01 05:44:44,1,2.10,1,N,186,143,1,8.5,3,0.5,2.46,0,0.3,14.76,2.5 +1,2021-07-01 05:46:41,2021-07-01 06:08:17,2,11.20,1,N,143,138,1,32,3,0.5,8.45,6.55,0.3,50.8,2.5 +2,2021-07-01 05:22:27,2021-07-01 06:07:18,2,19.80,3,N,263,1,1,76.5,0.5,0,18.55,15.45,0.3,111.3,0 +2,2021-07-01 06:01:07,2021-07-01 06:26:01,1,12.03,1,N,140,254,1,35,0.5,0.5,5,0,0.3,43.8,2.5 +2,2021-07-01 05:44:21,2021-07-01 06:11:27,5,17.89,2,N,107,132,2,52,0,0.5,0,6.55,0.3,61.85,2.5 +1,2021-07-01 05:02:58,2021-07-01 05:07:10,0,.80,1,N,229,237,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 05:37:25,2021-07-01 05:58:13,1,9.40,1,N,237,138,1,27.5,3,0.5,9.39,0,0.3,40.69,2.5 +1,2021-07-01 05:33:58,2021-07-01 05:41:43,1,.90,1,N,158,114,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:48:46,2021-07-01 06:14:42,1,17.50,2,N,107,132,1,52,2.5,0.5,6.19,6.55,0.3,68.04,2.5 +2,2021-07-01 05:33:35,2021-07-01 06:07:44,1,17.82,2,N,132,148,2,52,0,0.5,0,0,0.3,56.55,2.5 +2,2021-07-01 05:52:18,2021-07-01 05:54:43,1,.41,1,N,107,107,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +1,2021-07-01 05:15:44,2021-07-01 05:22:25,1,1.60,1,N,48,68,2,7.5,3,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 05:28:46,2021-07-01 05:33:30,1,1.20,1,N,125,90,1,6,3,0.5,1,0,0.3,10.8,2.5 +1,2021-07-01 05:42:53,2021-07-01 05:50:39,1,1.90,1,N,186,162,1,8,3,0.5,0.01,0,0.3,11.81,2.5 +1,2021-07-01 05:53:45,2021-07-01 06:03:25,1,1.30,1,N,229,140,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 05:24:10,2021-07-01 05:32:01,1,2.83,1,N,7,237,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 05:42:33,2021-07-01 05:48:04,1,1.68,1,N,263,140,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 04:48:31,2021-07-01 05:01:08,1,4.55,1,N,230,74,2,14.5,0.5,0.5,0,0,0.3,18.3,2.5 +1,2021-07-01 05:25:01,2021-07-01 05:30:41,1,2.10,1,N,107,232,2,8.5,3,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 05:49:30,2021-07-01 05:54:05,1,.90,1,N,262,140,2,5.5,3,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 05:58:56,2021-07-01 06:02:27,1,.90,1,N,262,236,2,5,3,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 05:15:59,2021-07-01 05:40:18,1,18.83,2,N,262,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +1,2021-07-01 05:50:31,2021-07-01 06:03:03,1,8.40,1,N,7,148,2,24,3,0.5,0,0,0.3,27.8,2.5 +2,2021-07-01 05:58:59,2021-07-01 06:16:50,3,5.90,1,N,7,90,2,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 06:35:06,2021-07-01 06:42:27,3,1.54,1,N,186,107,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 05:44:30,2021-07-01 05:50:45,2,1.26,1,N,186,161,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 05:06:22,2021-07-01 05:20:23,1,9.01,1,N,141,138,1,25.5,0.5,0.5,7.17,6.55,0.3,43.02,2.5 +2,2021-07-01 05:36:03,2021-07-01 05:44:11,1,1.43,1,N,79,107,4,-7,-0.5,-0.5,0,0,-0.3,-10.8,-2.5 +2,2021-07-01 05:36:03,2021-07-01 05:44:11,1,1.43,1,N,79,107,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 05:48:55,2021-07-01 05:54:48,1,1.52,1,N,234,137,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 05:11:19,2021-07-01 05:17:37,3,1.23,1,N,148,231,1,6.5,0.5,0.5,3.09,0,0.3,13.39,2.5 +2,2021-07-01 05:26:15,2021-07-01 05:38:00,3,2.64,1,N,186,140,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 05:58:02,2021-07-01 06:27:36,3,18.90,2,N,262,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 05:05:41,2021-07-01 05:19:55,1,5.96,1,N,116,230,1,19,0.5,0.5,3,0,0.3,25.8,2.5 +2,2021-07-01 05:30:45,2021-07-01 05:38:14,1,2.56,1,N,186,237,1,9.5,0.5,0.5,2.2,0,0.3,15.5,2.5 +2,2021-07-01 05:50:52,2021-07-01 05:56:04,1,1.19,1,N,186,161,1,6,0.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 05:48:55,2021-07-01 06:04:14,1,5.13,1,N,79,75,1,16.5,0.5,0.5,4.06,0,0.3,24.36,2.5 +1,2021-07-01 05:02:45,2021-07-01 05:07:49,1,1.30,1,N,164,229,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:14:03,2021-07-01 05:32:40,1,5.60,1,N,263,255,1,19,3,0.5,4.55,0,0.3,27.35,2.5 +1,2021-07-01 05:23:33,2021-07-01 05:33:12,1,3.00,1,N,170,262,1,10.5,3,0.5,3.55,0,0.3,17.85,2.5 +1,2021-07-01 05:37:07,2021-07-01 05:53:04,1,4.10,1,Y,262,107,2,14.5,3,0.5,0,0,0.3,18.3,2.5 +1,2021-07-01 05:01:56,2021-07-01 05:07:37,1,1.20,1,N,107,186,1,6.5,3,0.5,1.55,0,0.3,11.85,2.5 +1,2021-07-01 05:26:48,2021-07-01 05:30:40,1,1.40,1,N,48,68,2,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 05:34:31,2021-07-01 05:42:39,1,2.70,1,N,48,151,1,10,3,0.5,1,0,0.3,14.8,2.5 +1,2021-07-01 05:53:55,2021-07-01 06:28:18,4,18.80,2,N,142,132,1,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +1,2021-07-01 05:48:06,2021-07-01 05:57:15,1,2.20,1,N,237,238,1,9.5,2.5,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 05:34:02,2021-07-01 05:49:48,1,5.03,1,N,79,238,2,16,0.5,0.5,0,0,0.3,19.8,2.5 +2,2021-07-01 05:56:16,2021-07-01 06:08:26,1,3.26,1,N,239,68,1,12.5,0.5,0.5,3.26,0,0.3,19.56,2.5 +1,2021-07-01 05:58:40,2021-07-01 06:04:08,1,.80,1,N,262,236,1,6,2.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 05:59:23,2021-07-01 06:06:31,1,1.42,1,N,162,246,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 05:23:41,2021-07-01 05:28:20,1,.97,1,N,140,236,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 05:23:39,2021-07-01 05:43:02,2,9.70,1,N,238,138,1,29,2.5,0.5,9.7,6.55,0.3,48.55,2.5 +2,2021-07-01 05:52:41,2021-07-01 06:10:41,1,6.64,1,N,24,127,1,21,0.5,0.5,4.46,0,0.3,26.76,0 +2,2021-07-01 05:49:36,2021-07-01 05:55:03,1,1.79,1,N,90,170,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 05:48:08,2021-07-01 05:50:52,1,1.22,1,N,186,163,1,5.5,0.5,0.5,2.79,0,0.3,12.09,2.5 +2,2021-07-01 05:57:40,2021-07-01 06:05:47,1,2.30,1,N,48,140,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 05:03:29,2021-07-01 05:29:59,1,14.80,1,N,132,165,2,41.5,1.75,0.5,0,0,0.3,44.05,0 +1,2021-07-01 05:10:24,2021-07-01 05:26:09,1,4.70,1,N,107,7,1,16.5,3,0.5,2,0,0.3,22.3,2.5 +1,2021-07-01 05:46:56,2021-07-01 05:51:51,1,1.30,1,N,107,162,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 05:57:10,2021-07-01 06:00:07,1,.70,1,N,107,186,1,4.5,2.5,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 05:18:40,2021-07-01 05:22:58,1,1.20,1,N,100,68,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 05:58:11,2021-07-01 06:00:32,2,.70,1,N,100,230,2,4,3,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 05:12:38,2021-07-01 05:25:00,4,3.43,1,N,24,161,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 05:39:06,2021-07-01 05:53:42,3,8.67,1,N,236,138,1,25,0.5,0.5,7.07,6.55,0.3,42.42,2.5 +2,2021-07-01 05:00:36,2021-07-01 05:00:39,1,.00,5,N,264,264,1,44.7,0,0,9,0,0.3,54,0 +1,2021-07-01 05:24:14,2021-07-01 05:35:15,1,3.00,1,N,100,236,1,11.5,3,0.5,3.05,0,0.3,18.35,2.5 +1,2021-07-01 05:48:32,2021-07-01 05:54:46,1,.90,1,N,100,161,1,6,2.5,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 05:31:11,2021-07-01 05:41:00,1,2.86,1,N,238,74,1,10,0.5,0.5,0,0,0.3,13.8,2.5 +2,2021-07-01 05:51:27,2021-07-01 05:54:34,1,1.49,1,N,236,163,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 05:42:05,2021-07-01 06:19:54,1,17.60,2,N,132,143,1,52,3.75,0.5,16.95,0,0.3,73.5,2.5 +2,2021-07-01 05:34:06,2021-07-01 05:34:15,1,.03,1,N,132,132,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +2,2021-07-01 05:34:31,2021-07-01 05:59:52,1,20.20,2,N,132,140,1,52,0,0.5,9.28,6.55,0.3,71.13,2.5 +2,2021-07-01 05:48:31,2021-07-01 06:29:48,1,15.09,1,N,53,25,1,47,0.5,0.5,0,0,0.3,48.3,0 +2,2021-07-01 05:05:13,2021-07-01 05:14:04,1,2.19,1,N,238,50,2,9,0.5,0.5,0,0,0.3,12.8,2.5 +2,2021-07-01 05:47:34,2021-07-01 05:50:23,1,.88,1,N,186,230,1,4.5,0.5,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 05:53:55,2021-07-01 06:00:42,1,1.01,1,N,186,246,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:23:06,2021-07-01 05:52:16,2,15.90,2,N,229,132,1,52,2.5,0.5,1,0,0.3,56.3,2.5 +2,2021-07-01 05:53:30,2021-07-01 06:23:12,1,15.66,3,N,170,1,1,61,0.5,0,22.07,11.75,0.3,95.62,0 +2,2021-07-01 05:52:50,2021-07-01 06:16:52,2,10.29,1,N,132,61,1,30,0.5,0.5,6.26,0,0.3,38.81,0 +1,2021-07-01 05:22:06,2021-07-01 05:28:12,1,1.60,1,N,239,43,1,7.5,3,0.5,1.92,0,0.3,13.22,2.5 +1,2021-07-01 05:35:14,2021-07-01 06:04:24,2,19.40,2,N,43,132,2,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 05:52:08,2021-07-01 06:18:43,2,18.61,2,N,75,132,1,52,0,0.5,8.84,6.12,0.3,67.76,0 +1,2021-07-01 05:27:47,2021-07-01 05:35:49,1,2.60,1,N,48,125,1,9,3,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 05:43:18,2021-07-01 05:53:45,1,1.60,1,N,100,170,1,9,3,0.5,2,0,0.3,14.8,2.5 +1,2021-07-01 05:55:03,2021-07-01 06:02:06,1,1.10,1,N,233,164,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 05:43:47,2021-07-01 05:52:14,1,5.82,1,N,75,4,1,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +1,2021-07-01 05:30:46,2021-07-01 05:49:02,1,6.40,1,N,142,232,1,21,3,0.5,0,0,0.3,24.8,2.5 +1,2021-07-01 05:59:24,2021-07-01 06:02:21,1,1.20,1,N,233,140,1,5.5,2.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 05:14:10,2021-07-01 05:18:54,6,1.80,1,N,138,138,2,7.5,0.5,0.5,0,0,0.3,10.05,0 +2,2021-07-01 05:04:23,2021-07-01 05:16:03,6,4.34,1,N,246,41,1,14,0.5,0.5,5,0,0.3,22.8,2.5 +2,2021-07-01 05:38:17,2021-07-01 06:03:01,6,6.48,1,N,48,82,1,22.5,0.5,0.5,0,0,0.3,26.3,2.5 +1,2021-07-01 05:48:24,2021-07-01 05:50:22,1,.40,1,N,141,237,1,3.5,3,0.5,2,0,0.3,9.3,2.5 +1,2021-07-01 05:56:56,2021-07-01 06:08:16,1,8.30,1,N,263,138,1,23.5,2.5,0.5,6.65,6.55,0.3,40,2.5 +2,2021-07-01 05:19:04,2021-07-01 05:27:29,1,1.40,1,N,230,161,1,7.5,0.5,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 05:41:22,2021-07-01 05:47:40,1,1.87,1,N,164,163,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 05:03:03,2021-07-01 05:19:18,5,5.83,1,N,79,41,2,18,0.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 05:40:31,2021-07-01 05:49:30,5,3.01,1,N,48,137,2,10.5,0.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 05:29:24,2021-07-01 05:38:57,1,2.70,1,N,68,140,1,10,0.5,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 05:31:21,2021-07-01 05:37:23,1,1.31,1,N,186,233,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 05:51:03,2021-07-01 06:10:04,1,9.62,1,N,163,138,1,28.5,0.5,0.5,6.46,0,0.3,38.76,2.5 +1,2021-07-01 05:55:46,2021-07-01 06:06:02,1,3.80,1,N,231,230,2,12.5,3,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 05:20:45,2021-07-01 05:30:54,1,3.40,1,N,226,237,1,12.5,3,0.5,3.25,0,0.3,19.55,2.5 +1,2021-07-01 05:50:47,2021-07-01 05:57:14,1,1.60,1,N,263,237,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 05:54:17,2021-07-01 06:02:10,1,2.40,1,N,100,238,1,9.5,2.5,0.5,2,0,0.3,14.8,2.5 +2,2021-07-01 05:23:08,2021-07-01 05:28:04,1,2.02,1,N,236,162,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 05:38:32,2021-07-01 05:42:28,1,.79,1,N,48,161,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 05:49:09,2021-07-01 05:50:58,1,.59,1,N,48,230,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 05:54:56,2021-07-01 06:02:26,1,2.11,1,N,48,141,1,8.5,0.5,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 05:48:44,2021-07-01 06:33:17,1,20.64,2,N,132,238,1,52,0,0.5,15.78,6.55,0.3,78.88,2.5 +2,2021-07-01 05:28:03,2021-07-01 05:31:23,1,.83,1,N,50,163,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 05:40:59,2021-07-01 06:02:47,1,11.60,1,N,163,138,1,33.5,0.5,0.5,9.77,11.55,0.3,58.62,2.5 +1,2021-07-01 05:59:08,2021-07-01 07:04:03,1,27.90,1,N,155,136,1,79,0,0.5,0,6.55,0.3,86.35,0 +1,2021-07-01 05:37:51,2021-07-01 05:51:57,0,5.40,1,N,74,193,1,16.5,3,0.5,2.1,0,0.3,22.4,2.5 +2,2021-07-01 05:35:36,2021-07-01 05:48:13,1,4.61,1,N,262,234,1,16,0.5,0.5,3.96,0,0.3,23.76,2.5 +2,2021-07-01 05:53:23,2021-07-01 06:00:34,1,1.71,1,N,107,161,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 05:08:24,2021-07-01 05:26:26,3,13.00,1,N,141,53,2,36.5,3,0.5,0,6.55,0.3,46.85,2.5 +1,2021-07-01 05:44:49,2021-07-01 05:58:13,1,3.90,1,N,237,7,1,14.5,3,0.5,2,0,0.3,20.3,2.5 +1,2021-07-01 05:59:42,2021-07-01 06:15:14,1,5.50,1,N,239,231,1,18,2.5,0.5,1.5,0,0.3,22.8,2.5 +2,2021-07-01 05:33:49,2021-07-01 05:41:30,6,2.58,1,N,100,237,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 05:43:30,2021-07-01 05:56:14,6,4.11,1,N,237,226,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 05:47:41,2021-07-01 06:17:35,1,18.77,2,N,132,41,2,52,0,0.5,0,6.55,0.3,60.6,0 +2,2021-07-01 05:14:31,2021-07-01 05:25:43,1,2.84,1,N,100,140,1,11.5,0.5,0.5,1.3,0,0.3,16.6,2.5 +2,2021-07-01 05:39:14,2021-07-01 05:47:56,1,1.81,1,N,239,236,2,8.5,0.5,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 05:02:15,2021-07-01 05:14:37,6,3.40,1,N,79,17,2,13,0.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 05:40:56,2021-07-01 05:57:29,6,2.81,1,N,170,246,1,13.5,0.5,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 05:44:04,2021-07-01 05:48:41,1,1.38,1,N,186,161,1,6.5,0.5,0.5,2,0,0.3,12.3,2.5 +2,2021-07-01 05:36:24,2021-07-01 05:45:05,1,1.67,1,N,230,233,1,8,0.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 05:47:46,2021-07-01 06:11:00,2,16.24,2,N,233,132,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +1,2021-07-01 05:31:44,2021-07-01 05:56:51,2,18.80,2,N,263,132,1,52,2.5,0.5,9.28,6.55,0.3,71.13,2.5 +1,2021-07-01 05:49:35,2021-07-01 05:56:18,1,1.90,1,N,140,236,1,8,3,0.5,1.77,0,0.3,13.57,2.5 +1,2021-07-01 05:30:25,2021-07-01 05:37:49,1,1.60,1,N,186,162,1,7.5,3,0.5,2,0,0.3,13.3,2.5 +2,2021-07-01 05:48:18,2021-07-02 00:00:00,2,5.74,1,N,107,112,2,17,0.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 05:53:17,2021-07-01 05:56:50,1,1.10,1,N,249,186,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +2,2021-07-01 05:06:36,2021-07-01 05:10:57,1,1.46,1,N,43,141,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 05:41:26,2021-07-01 05:48:39,1,1.60,1,N,90,137,1,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 05:42:16,2021-07-01 05:47:27,1,1.80,1,N,249,100,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 05:48:51,2021-07-01 05:48:54,1,1.80,1,N,100,100,3,2.5,3,0.5,0,0,0.3,6.3,2.5 +2,2021-07-01 05:21:15,2021-07-01 05:29:06,1,2.15,1,N,79,246,1,8.5,0.5,0.5,3.08,0,0.3,15.38,2.5 +2,2021-07-01 05:22:03,2021-07-01 05:25:20,2,1.11,1,N,236,237,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 05:10:54,2021-07-01 05:24:44,6,4.90,1,N,90,145,1,16,0.5,0.5,2,0,0.3,21.8,2.5 +1,2021-07-01 05:32:21,2021-07-01 05:36:12,1,1.20,1,N,68,48,1,5.5,3,0.5,2.75,0,0.3,12.05,2.5 +1,2021-07-01 05:45:46,2021-07-01 05:52:21,1,1.90,1,N,186,162,1,8,3,0.5,3.5,0,0.3,15.3,2.5 +2,2021-07-01 05:36:33,2021-07-01 05:38:08,6,.59,1,N,170,162,1,4,0.5,0.5,1.95,0,0.3,9.75,2.5 +2,2021-07-01 05:46:11,2021-07-01 05:53:07,6,1.47,1,N,141,161,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 05:18:12,2021-07-01 05:22:42,1,1.30,1,N,236,140,1,6,3,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 05:44:57,2021-07-01 05:52:35,0,2.50,1,N,186,141,1,9,3,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 05:47:37,2021-07-01 06:11:17,1,19.17,1,N,132,11,2,51,0.5,0.5,0,0,0.3,53.55,0 +2,2021-07-01 05:17:18,2021-07-01 05:26:45,1,1.85,1,N,48,137,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 05:37:06,2021-07-01 05:42:15,1,1.74,1,N,100,237,1,7,0.5,0.5,0.54,0,0.3,11.34,2.5 +2,2021-07-01 05:51:44,2021-07-01 05:55:15,1,.76,1,N,100,161,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +1,2021-07-01 05:15:08,2021-07-01 05:20:09,1,.80,1,N,114,148,1,5.5,3,0.5,2,0,0.3,11.3,2.5 +1,2021-07-01 05:22:20,2021-07-01 05:49:33,1,17.40,1,N,148,200,2,47.5,3,0.5,0,0,0.3,51.3,2.5 +2,2021-07-01 05:20:35,2021-07-01 05:23:04,2,3.03,2,N,216,132,1,52,0,0.5,8,6.55,0.3,67.35,0 +2,2021-07-01 05:53:43,2021-07-01 05:57:55,2,1.20,1,N,141,236,2,5.5,0.5,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 05:08:51,2021-07-01 05:15:17,1,1.57,1,N,48,239,1,7,0.5,0.5,1.94,0,0.3,12.74,2.5 +2,2021-07-01 05:32:31,2021-07-01 05:37:03,1,1.08,1,N,186,161,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 05:44:10,2021-07-01 05:46:45,1,.86,1,N,186,161,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 05:51:06,2021-07-01 05:56:58,1,.96,1,N,186,137,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:17:32,2021-07-01 05:24:11,1,2.67,1,N,107,140,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 05:36:26,2021-07-01 05:58:54,1,16.30,2,N,163,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 05:45:29,2021-07-01 06:19:46,1,19.97,1,N,51,209,1,54.5,0.5,0.5,0,6.55,0.3,62.35,0 +2,2021-07-01 05:27:41,2021-07-01 06:31:38,1,34.92,1,N,32,118,1,96.5,0.5,0.5,0,6.55,0.3,104.35,0 +1,2021-07-01 05:55:02,2021-07-01 06:00:00,1,1.80,1,N,237,75,1,7.5,2.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 05:56:21,2021-07-01 06:12:31,1,4.63,1,N,238,233,1,16,0.5,0.5,8,0,0.3,27.8,2.5 +2,2021-07-01 05:38:41,2021-07-01 05:41:20,1,1.42,1,N,168,119,2,6,0.5,0.5,0,0,0.3,7.3,0 +2,2021-07-01 05:26:19,2021-07-01 05:51:49,1,17.53,1,N,97,132,1,47,0.5,0.5,10,0,0.3,58.3,0 +2,2021-07-01 05:45:06,2021-07-01 05:49:47,1,.88,1,N,100,163,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 05:58:24,2021-07-01 06:02:04,1,1.06,1,N,239,151,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 05:36:55,2021-07-01 05:43:41,1,1.40,1,N,140,161,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 05:49:47,2021-07-01 06:18:19,1,15.98,2,N,141,132,1,52,0,0.5,10,0,0.3,65.3,2.5 +2,2021-07-01 04:58:19,2021-07-01 05:28:09,5,12.05,1,N,249,243,1,36,0.5,0.5,7.96,0,0.3,47.76,2.5 +1,2021-07-01 05:55:27,2021-07-01 05:59:37,3,.70,1,N,186,48,2,5,2.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 05:56:17,2021-07-01 06:03:09,1,1.50,1,N,186,161,1,7,2.5,0.5,2.55,0,0.3,12.85,2.5 +1,2021-07-01 05:47:07,2021-07-01 06:02:27,1,3.10,1,N,186,141,1,13.5,3,0.5,3,0,0.3,20.3,2.5 +2,2021-07-01 05:26:42,2021-07-01 05:41:23,1,3.98,1,N,263,68,1,14.5,0.5,0.5,3.66,0,0.3,21.96,2.5 +2,2021-07-01 05:44:44,2021-07-01 05:49:05,1,1.52,1,N,100,163,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:43:18,2021-07-01 05:47:41,1,1.20,1,N,170,161,1,6,3,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 05:00:12,2021-07-01 05:21:54,0,3.20,1,N,114,162,1,15.5,3.5,0.5,2,0,0.3,21.8,2.5 +1,2021-07-01 05:24:14,2021-07-01 05:28:04,0,.80,1,N,141,141,2,5,3.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 05:41:58,2021-07-01 05:50:34,0,2.30,1,Y,262,229,1,9.5,3.5,0.5,1.5,0,0.3,15.3,2.5 +1,2021-07-01 05:53:08,2021-07-01 05:58:41,0,.50,1,N,229,163,1,5.5,3.5,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 05:30:23,2021-07-01 06:01:30,1,16.97,2,N,163,132,1,52,0,0.5,6,0,0.3,61.3,2.5 +1,2021-07-01 05:41:21,2021-07-01 06:01:01,1,10.10,1,N,239,138,1,29.5,3,0.5,7.95,6.55,0.3,47.8,2.5 +2,2021-07-01 05:54:27,2021-07-01 06:00:15,1,1.29,1,N,164,107,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 05:38:53,2021-07-01 05:43:21,1,1.49,1,N,186,107,1,6.5,0.5,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 05:46:33,2021-07-01 05:47:13,1,.28,1,N,107,79,2,3,0.5,0.5,0,0,0.3,6.8,2.5 +1,2021-07-01 05:47:44,2021-07-01 06:21:23,1,17.40,1,N,132,49,1,47,1.75,0.5,9.9,0,0.3,59.45,0 +2,2021-07-01 05:43:36,2021-07-01 05:48:53,1,1.67,1,N,107,170,1,6.5,0.5,0.5,4,0,0.3,14.3,2.5 +2,2021-07-01 05:28:57,2021-07-01 05:35:15,1,1.81,1,N,142,236,1,7.5,0.5,0.5,2.82,0,0.3,14.12,2.5 +2,2021-07-01 05:54:54,2021-07-01 06:19:36,1,11.75,1,N,48,138,1,33.5,0.5,0.5,8.77,6.55,0.3,52.62,2.5 +2,2021-07-01 05:39:35,2021-07-01 06:13:04,1,18.79,3,N,75,1,2,69,0.5,0,0,19,0.3,88.8,0 +2,2021-07-01 05:52:42,2021-07-01 05:59:08,1,1.38,1,N,236,43,1,7,0.5,0.5,2,0,0.3,12.8,2.5 +2,2021-07-01 05:50:57,2021-07-01 06:29:43,1,18.66,2,N,132,234,1,52,0,0.5,18.56,6.55,0.3,80.41,2.5 +1,2021-07-01 05:27:18,2021-07-01 05:46:01,1,7.60,1,N,68,42,1,23.5,3,0.5,0,0,0.3,27.3,2.5 +2,2021-07-01 05:20:21,2021-07-01 05:41:03,1,10.69,1,N,239,138,1,31,0.5,0.5,6.2,6.55,0.3,47.55,2.5 +2,2021-07-01 05:55:08,2021-07-01 05:55:45,1,.22,1,N,148,148,3,-3,-0.5,-0.5,0,0,-0.3,-6.8,-2.5 +2,2021-07-01 05:55:08,2021-07-01 05:55:45,1,.22,1,N,148,148,2,3,0.5,0.5,0,0,0.3,6.8,2.5 +1,2021-07-01 05:56:24,2021-07-01 06:01:42,1,1.90,1,N,143,246,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 05:41:44,2021-07-01 05:50:47,1,3.30,1,N,239,246,1,11.5,3,0.5,1,0,0.3,16.3,2.5 +2,2021-07-01 05:38:21,2021-07-01 06:02:40,1,9.47,1,N,164,42,1,29.5,0.5,0.5,8.32,0,0.3,41.62,2.5 +1,2021-07-01 05:44:00,2021-07-01 05:54:51,1,2.80,1,N,238,140,1,11,3,0.5,2,0,0.3,16.8,2.5 +1,2021-07-01 05:58:34,2021-07-01 06:01:52,1,1.00,1,N,140,141,1,5,3,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 05:34:03,2021-07-01 05:53:42,1,5.10,1,N,263,68,1,19.5,3,0.5,4.65,0,0.3,27.95,2.5 +2,2021-07-01 05:46:29,2021-07-01 05:55:16,1,1.78,1,N,238,263,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 05:58:20,2021-07-01 06:13:19,1,3.79,1,N,74,147,2,14.5,0.5,0.5,0,0,0.3,15.8,0 +2,2021-07-01 05:54:54,2021-07-01 06:09:18,1,3.07,1,N,238,140,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +1,2021-07-01 05:55:26,2021-07-01 06:02:26,1,2.10,1,N,262,162,1,8.5,2.5,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 05:19:20,2021-07-01 05:20:15,1,.18,1,N,262,262,2,3,0.5,0.5,0,0,0.3,6.8,2.5 +2,2021-07-01 05:20:37,2021-07-01 05:44:16,1,18.17,2,N,262,132,1,52,0,0.5,8,6.55,0.3,69.85,2.5 +1,2021-07-01 05:51:50,2021-07-01 06:10:25,1,5.00,1,N,129,140,2,18.5,3,0.5,0,0,0.3,22.3,2.5 +2,2021-07-01 05:58:19,2021-07-01 06:07:24,1,3.50,1,N,230,75,2,11.5,0.5,0.5,0,0,0.3,15.3,2.5 +2,2021-07-01 05:44:55,2021-07-01 05:49:19,1,.82,1,N,100,163,1,5.5,0.5,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 05:54:05,2021-07-01 06:12:11,1,10.02,1,N,230,138,1,28.5,0.5,0.5,2,6.55,0.3,40.85,2.5 +1,2021-07-01 05:34:16,2021-07-01 05:38:24,1,.90,1,N,186,170,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 05:49:33,2021-07-01 05:54:32,1,1.10,1,N,186,161,1,6,2.5,0.5,2.3,0,0.3,11.6,2.5 +2,2021-07-01 05:14:04,2021-07-01 05:28:00,1,9.78,1,N,148,138,1,27,0.5,0.5,6.16,0,0.3,36.96,2.5 +2,2021-07-01 05:26:50,2021-07-01 05:39:03,1,3.07,1,N,186,140,2,12,0.5,0.5,0,0,0.3,15.8,2.5 +2,2021-07-01 05:19:13,2021-07-01 05:23:21,1,1.49,1,N,79,137,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:41:15,2021-07-01 06:08:46,1,20.80,2,N,141,132,1,52,0,0.5,10,6.55,0.3,71.85,2.5 +2,2021-07-01 05:18:08,2021-07-01 05:25:16,1,2.78,1,N,224,140,1,10.5,0.5,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 05:50:41,2021-07-01 06:16:10,1,19.09,2,N,262,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 05:45:05,2021-07-01 05:50:28,1,1.37,1,N,100,163,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:49:27,2021-07-01 05:52:53,1,.80,1,N,100,246,1,5,2.5,0.5,2.05,0,0.3,10.35,2.5 +1,2021-07-01 05:59:26,2021-07-01 06:03:47,2,1.20,1,N,100,163,1,5.5,2.5,0.5,3,0,0.3,11.8,2.5 +2,2021-07-01 05:17:05,2021-07-01 05:48:01,2,17.79,2,N,263,132,1,52,0,0.5,5,0,0.3,60.3,2.5 +2,2021-07-01 05:52:13,2021-07-01 05:59:54,1,1.69,1,N,164,229,1,7.5,0.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 05:44:02,2021-07-01 05:49:08,1,.94,1,N,68,161,1,5.5,0.5,0.5,0.7,0,0.3,10,2.5 +1,2021-07-01 05:45:27,2021-07-01 05:53:26,1,1.70,1,N,186,162,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 05:47:26,2021-07-01 06:21:26,1,14.15,1,N,45,207,1,42,0.5,0.5,0,6.55,0.3,49.85,0 +2,2021-07-01 05:50:53,2021-07-01 06:24:50,1,18.56,2,N,132,113,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 05:23:03,2021-07-01 05:27:36,1,3.95,2,N,216,132,1,52,0,0.5,13.2,0,0.3,66,0 +1,2021-07-01 05:30:37,2021-07-01 05:41:31,1,2.30,1,N,100,107,1,10,3,0.5,1,0,0.3,14.8,2.5 +1,2021-07-01 05:47:11,2021-07-01 06:02:29,1,9.20,1,N,137,138,1,26,3,0.5,5,6.55,0.3,41.35,2.5 +2,2021-07-01 05:51:28,2021-07-01 05:57:54,1,1.12,1,N,237,237,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 04:58:55,2021-07-01 05:14:34,1,7.82,1,N,170,138,2,24,0.5,0.5,0,6.55,0.3,34.35,2.5 +2,2021-07-01 05:03:40,2021-07-02 00:00:00,6,2.51,1,N,237,50,2,9.5,0.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 05:20:38,2021-07-01 05:26:34,6,1.28,1,N,238,236,1,7,0.5,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 05:41:21,2021-07-01 05:49:09,6,2.58,1,N,263,230,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 05:52:00,2021-07-01 06:02:22,6,2.90,1,N,48,24,1,11.5,0.5,0.5,3.06,0,0.3,18.36,2.5 +2,2021-07-01 05:48:40,2021-07-01 06:03:35,1,5.70,1,N,244,262,2,18.5,0.5,0.5,0,0,0.3,23.55,2.5 +1,2021-07-01 05:45:08,2021-07-01 05:53:16,1,2.70,1,N,186,237,2,10,3,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 05:44:08,2021-07-01 06:00:14,0,10.60,1,N,234,138,1,29.5,3,0.5,7.95,6.55,0.3,47.8,2.5 +2,2021-07-01 05:25:26,2021-07-01 05:34:55,6,3.19,1,N,68,43,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 05:03:31,2021-07-01 05:27:49,2,14.05,1,N,132,198,2,39.5,0.5,0.5,0,0,0.3,42.05,0 +2,2021-07-01 05:14:38,2021-07-01 05:18:50,1,.45,1,N,75,43,1,4.5,0.5,0.5,0,0,0.3,5.8,0 +2,2021-07-01 05:48:58,2021-07-01 05:57:49,1,2.84,1,N,68,140,2,10,0.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 05:07:44,2021-07-01 05:24:05,1,5.40,1,N,74,186,2,17,3,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 05:27:04,2021-07-01 05:37:17,1,3.30,1,N,100,151,2,11.5,3,0.5,0,0,0.3,15.3,2.5 +1,2021-07-01 05:47:53,2021-07-01 06:01:10,1,4.70,2,N,239,194,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +2,2021-07-01 05:44:36,2021-07-01 06:01:51,2,10.44,1,N,79,138,1,29,0.5,0.5,9.84,6.55,0.3,49.19,2.5 +1,2021-07-01 05:53:07,2021-07-01 06:02:01,0,3.10,1,N,244,152,2,11.5,0,0.5,0,0,0.3,12.3,0 +2,2021-07-01 05:49:21,2021-07-01 06:22:22,1,20.63,2,N,132,229,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 05:30:35,2021-07-01 05:33:42,2,.98,1,N,186,230,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 05:53:35,2021-07-01 05:57:40,2,.90,1,N,234,170,1,5.5,0.5,0.5,1.58,0,0.3,10.88,2.5 +2,2021-07-01 05:44:58,2021-07-01 05:58:10,1,3.47,1,N,229,211,1,13,0.5,0.5,3.36,0,0.3,20.16,2.5 +2,2021-07-01 05:34:03,2021-07-01 05:54:51,1,9.98,1,N,132,39,1,30,0.5,0.5,0,0,0.3,32.55,0 +2,2021-07-01 05:50:41,2021-07-01 06:20:33,1,17.18,2,N,132,170,1,52,0,0.5,15.78,6.55,0.3,78.88,2.5 +2,2021-07-01 05:19:00,2021-07-01 05:31:42,2,3.74,1,N,151,162,1,13.5,0.5,0.5,2,0,0.3,19.3,2.5 +2,2021-07-01 05:41:27,2021-07-01 05:42:39,2,.52,1,N,48,230,2,3.5,0.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 05:47:30,2021-07-01 05:52:52,2,1.08,1,N,48,186,2,6,0.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 05:38:17,2021-07-01 05:52:08,1,9.48,1,N,107,138,1,26,0.5,0.5,7.18,6.12,0.3,43.1,2.5 +2,2021-07-01 05:47:41,2021-07-01 06:00:08,1,2.32,1,N,140,143,2,11,0.5,0.5,0,0,0.3,14.8,2.5 +2,2021-07-01 05:30:33,2021-07-01 05:34:11,1,1.07,1,N,7,146,1,5.5,0.5,0.5,1.5,0,0.3,8.3,0 +1,2021-07-01 05:57:11,2021-07-01 06:30:58,1,17.60,2,N,132,162,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 05:21:55,2021-07-01 05:23:33,1,.47,1,N,162,163,1,3.5,0.5,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 05:31:14,2021-07-01 05:42:55,1,3.73,1,N,100,75,1,12.5,0.5,0.5,2,0,0.3,18.3,2.5 +2,2021-07-01 05:56:02,2021-07-01 06:02:28,1,1.66,1,N,264,237,2,7.5,0.5,0.5,0,0,0.3,11.3,2.5 +1,2021-07-01 05:22:25,2021-07-01 05:31:12,1,2.40,1,N,229,186,1,10,3,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 05:55:24,2021-07-01 06:13:34,1,10.90,1,N,230,138,1,30.5,2.5,0.5,10.05,6.55,0.3,50.4,2.5 +2,2021-07-01 05:40:27,2021-07-01 05:47:01,1,1.51,1,N,233,186,1,7,0.5,0.5,1.2,0,0.3,12,2.5 +2,2021-07-01 05:48:28,2021-07-01 05:52:32,1,.63,1,N,186,246,1,5,0.5,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 06:00:29,2021-07-01 06:05:35,3,1.58,1,N,48,163,1,7,0.5,0.5,2.7,0,0.3,13.5,2.5 +1,2021-07-01 05:02:15,2021-07-01 05:16:06,2,7.70,1,N,132,121,3,23,1.75,0.5,0,0,0.3,25.55,0 +2,2021-07-01 05:03:13,2021-07-01 05:08:09,1,.67,1,N,100,164,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 05:36:16,2021-07-01 05:41:59,1,1.44,1,N,170,107,1,7,0.5,0.5,2,0,0.3,12.8,2.5 +2,2021-07-01 05:48:53,2021-07-01 05:56:51,1,2.87,1,N,186,236,1,10,0.5,0.5,2.76,0,0.3,16.56,2.5 +1,2021-07-01 05:13:23,2021-07-01 05:20:31,1,1.90,1,N,158,246,2,8,3,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 05:23:28,2021-07-01 05:26:29,0,.80,1,N,48,186,1,5,3,0.5,1.76,0,0.3,10.56,2.5 +1,2021-07-01 05:35:04,2021-07-01 05:53:39,2,10.10,1,N,100,138,2,29,3,0.5,0,6.55,0.3,39.35,2.5 +2,2021-07-01 05:31:55,2021-07-01 05:48:32,3,7.10,1,N,162,138,1,22,0.5,0.5,5.16,0,0.3,30.96,2.5 +2,2021-07-01 05:56:13,2021-07-01 05:58:05,1,.73,1,N,238,43,1,4,0.5,0.5,1.06,0,0.3,6.36,0 +2,2021-07-01 05:21:39,2021-07-01 05:49:38,1,18.54,1,N,132,168,2,50,0.5,0.5,0,6.55,0.3,59.1,0 +2,2021-07-01 05:00:22,2021-07-01 05:10:57,1,3.12,1,N,43,75,1,11.5,0.5,0.5,1,0,0.3,16.3,2.5 +1,2021-07-01 05:24:37,2021-07-01 05:30:57,1,1.50,1,N,163,246,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 05:37:39,2021-07-01 05:42:18,1,1.40,1,N,48,239,2,6.5,3,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 05:51:59,2021-07-01 05:55:52,1,1.30,1,N,75,141,1,6,3,0.5,0.2,0,0.3,10,2.5 +2,2021-07-01 05:47:14,2021-07-01 05:54:54,1,1.59,1,N,186,137,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 05:01:42,2021-07-01 05:12:35,1,7.64,1,N,132,135,2,21.5,0.5,0.5,0,0,0.3,24.05,0 +1,2021-07-01 05:00:46,2021-07-01 05:09:43,1,2.10,1,N,48,249,1,9,3,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 05:24:46,2021-07-01 05:54:14,1,10.10,1,N,114,244,2,32,3,0.5,0,0,0.3,35.8,2.5 +2,2021-07-01 05:50:46,2021-07-01 06:21:50,1,14.48,3,N,107,1,1,59,0.5,0,19.64,18.75,0.3,98.19,0 +2,2021-07-01 05:55:11,2021-07-01 06:06:03,2,3.83,1,N,231,48,1,12.5,0.5,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 05:56:13,2021-07-01 06:20:16,0,18.30,2,N,263,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +2,2021-07-01 05:14:25,2021-07-01 05:30:25,1,10.40,1,N,79,138,1,28.5,0.5,0.5,9.71,6.55,0.3,48.56,2.5 +2,2021-07-01 05:18:29,2021-07-01 05:41:03,1,17.07,5,N,48,1,1,90,0,0.5,15,16.75,0.3,125.05,2.5 +1,2021-07-01 05:51:16,2021-07-01 05:55:46,1,1.40,1,N,263,237,1,6.5,3,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 05:41:45,2021-07-01 05:56:26,1,9.65,1,N,237,138,1,27,0.5,0.5,7.47,6.55,0.3,44.82,2.5 +2,2021-07-01 05:59:09,2021-07-01 06:16:34,1,9.48,1,N,43,138,2,27,0.5,0.5,0,6.55,0.3,34.85,0 +2,2021-07-01 05:07:40,2021-07-01 05:31:18,1,19.00,2,N,263,132,1,52,0,0.5,7,6.55,0.3,68.85,2.5 +2,2021-07-01 05:36:18,2021-07-01 05:55:28,1,8.87,1,N,107,42,1,26.5,0.5,0.5,2,0,0.3,32.3,2.5 +2,2021-07-01 05:09:04,2021-07-01 05:16:33,6,2.68,1,N,148,229,1,9.5,0.5,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 05:23:37,2021-07-01 05:33:17,5,1.54,1,N,162,186,1,8,0.5,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 05:37:16,2021-07-01 05:40:43,4,.95,1,N,100,161,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 05:46:10,2021-07-01 05:48:01,4,.79,1,N,100,163,2,4,0.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 05:55:22,2021-07-01 06:03:15,5,1.45,1,N,100,163,1,7.5,0.5,0.5,1.7,0,0.3,13,2.5 +1,2021-07-01 05:57:42,2021-07-01 06:38:09,1,.00,1,N,127,225,1,38.2,0,0.5,0,0,0.3,39,0 +2,2021-07-01 05:27:14,2021-07-01 05:44:18,1,11.03,1,N,162,138,1,30.5,0.5,0.5,10.1,6.12,0.3,50.52,2.5 +2,2021-07-01 05:30:20,2021-07-01 05:51:09,1,10.21,1,N,24,138,2,30,0.5,0.5,0,6.55,0.3,37.85,0 +2,2021-07-01 05:11:49,2021-07-01 05:19:27,2,2.46,1,N,114,186,1,9,0.5,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 05:30:27,2021-07-01 05:34:17,2,.83,1,N,230,186,1,5,0.5,0.5,1.76,0,0.3,10.56,2.5 +1,2021-07-01 05:16:34,2021-07-01 05:29:49,1,5.00,1,N,186,74,1,15.5,3,0.5,3.85,0,0.3,23.15,2.5 +1,2021-07-01 05:31:45,2021-07-01 05:37:01,1,1.60,1,N,74,236,2,7,3,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 05:45:20,2021-07-01 05:56:08,1,3.60,1,N,170,75,1,12,3,0.5,3.15,0,0.3,18.95,2.5 +1,2021-07-01 05:23:24,2021-07-01 05:25:09,1,.60,1,N,230,186,1,4,3,0.5,1.55,0,0.3,9.35,2.5 +2,2021-07-01 05:30:43,2021-07-01 05:38:31,1,2.32,1,N,43,43,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 05:41:11,2021-07-01 05:56:44,1,5.58,1,N,43,158,2,17.5,0.5,0.5,0,0,0.3,21.3,2.5 +2,2021-07-01 05:54:53,2021-07-01 06:22:33,2,16.73,2,N,170,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +1,2021-07-01 05:46:41,2021-07-01 06:04:03,2,7.70,4,N,132,265,2,29,1.25,0.5,0,0,0.3,31.05,0 +2,2021-07-01 05:39:02,2021-07-01 05:46:28,1,1.67,1,N,151,41,2,8,0.5,0.5,0,0,0.3,9.3,0 +2,2021-07-01 06:03:41,2021-07-01 06:11:18,1,2.41,1,N,239,161,1,9,0.5,0.5,3.2,0,0.3,16,2.5 +2,2021-07-01 05:50:28,2021-07-01 06:19:52,2,16.82,2,N,132,137,1,52,0,0.5,5,6.55,0.3,68.1,2.5 +2,2021-07-01 05:11:18,2021-07-01 05:14:52,1,.93,1,N,48,68,2,5,0.5,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 05:19:49,2021-07-01 05:51:48,1,18.81,2,N,48,132,1,52,0,0.5,9.28,6.55,0.3,71.13,2.5 +2,2021-07-01 05:44:34,2021-07-01 05:48:07,1,1.25,1,N,186,163,1,5.5,0.5,0.5,2.33,0,0.3,11.63,2.5 +2,2021-07-01 05:53:56,2021-07-01 06:01:02,2,1.19,1,N,100,161,4,-7,-0.5,-0.5,0,0,-0.3,-10.8,-2.5 +2,2021-07-01 05:53:56,2021-07-01 06:01:02,2,1.19,1,N,100,161,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 05:15:28,2021-07-01 05:40:55,1,17.00,2,N,230,132,2,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 05:26:34,2021-07-01 05:32:44,1,1.06,1,N,170,186,2,6.5,0.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 05:38:56,2021-07-01 05:48:25,1,1.31,1,N,100,170,2,8,0.5,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 05:59:43,2021-07-01 06:07:11,1,1.42,1,N,100,234,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 05:11:03,2021-07-01 05:14:21,1,.00,5,N,1,1,1,87,0,0,17.46,0,0.3,104.76,0 +2,2021-07-01 05:08:49,2021-07-01 05:20:02,1,3.49,1,N,79,163,1,12,0.5,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 05:45:50,2021-07-01 05:47:54,1,.81,1,N,48,163,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 05:50:13,2021-07-01 05:54:37,1,2.07,1,N,230,90,1,7.5,0.5,0.5,2.26,0,0.3,13.56,2.5 +1,2021-07-01 05:24:45,2021-07-01 05:31:47,1,1.60,1,N,186,161,1,7.5,3,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 05:44:47,2021-07-01 05:48:09,1,1.30,1,N,186,48,1,5.5,3,0.5,1.85,0,0.3,11.15,2.5 +2,2021-07-01 05:01:30,2021-07-01 05:16:00,1,6.08,1,N,100,152,1,19,0.5,0.5,0,0,0.3,22.8,2.5 +2,2021-07-01 05:14:36,2021-07-01 05:25:32,1,7.69,1,N,132,135,1,22,0.5,0.5,6.14,0,0.3,30.69,0 +2,2021-07-01 05:44:45,2021-07-01 06:22:51,1,50.38,4,N,132,265,1,107.5,0.5,0.5,5,6.55,0.3,121.6,0 +1,2021-07-01 05:28:28,2021-07-01 05:37:47,1,2.30,1,N,100,237,2,10,2.5,0.5,0,0,0.3,13.3,2.5 +1,2021-07-01 05:41:45,2021-07-01 05:44:36,1,1.10,1,N,237,162,2,5,2.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 05:34:58,2021-07-01 06:11:26,1,21.20,2,N,132,239,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 05:35:54,2021-07-01 05:39:42,1,1.18,1,N,233,100,1,5.5,0.5,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 05:43:56,2021-07-01 05:51:04,1,2.56,1,N,48,238,1,9.5,0.5,0.5,1.5,0,0.3,14.8,2.5 +2,2021-07-01 05:55:10,2021-07-01 06:10:32,1,4.86,1,N,239,79,1,16,0.5,0.5,2.97,0,0.3,22.77,2.5 +1,2021-07-01 05:05:43,2021-07-01 05:29:15,1,17.50,1,N,132,178,1,47,1.75,0.5,0,0,0.3,49.55,0 +1,2021-07-01 05:32:07,2021-07-01 05:36:02,1,.90,1,N,68,246,1,5,3,0.5,2,0,0.3,10.8,2.5 +1,2021-07-01 05:42:08,2021-07-01 05:45:22,1,.60,1,N,100,68,1,4.5,3,0.5,2,0,0.3,10.3,2.5 +2,2021-07-01 05:20:30,2021-07-01 05:35:37,1,7.07,1,N,186,42,1,21.5,0.5,0.5,0,0,0.3,25.3,2.5 +2,2021-07-01 05:58:42,2021-07-01 06:01:08,1,.67,1,N,163,237,1,4,0.5,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 06:02:35,2021-07-01 06:04:33,2,.93,1,N,140,140,1,4.5,0.5,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 05:02:17,2021-07-01 05:04:29,1,.00,1,N,242,242,2,3.5,0.5,0.5,0,0,0.3,4.8,0 +2,2021-07-01 05:05:43,2021-07-01 07:34:24,1,5.52,1,N,242,81,1,85,0.5,0.5,0,0,0.3,86.3,0 +2,2021-07-01 05:00:52,2021-07-01 05:03:35,1,.80,1,N,107,170,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 05:09:59,2021-07-01 05:10:12,1,.02,2,N,164,164,2,52,0,0.5,0,0,0.3,55.3,2.5 +2,2021-07-01 05:10:35,2021-07-01 05:12:38,1,.81,1,N,164,90,2,4.5,0.5,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 05:37:37,2021-07-01 05:48:51,1,3.03,1,N,249,161,1,11.5,0.5,0.5,2,0,0.3,17.3,2.5 +2,2021-07-01 05:11:16,2021-07-01 05:15:16,1,.49,1,N,116,152,2,4.5,0.5,0.5,0,0,0.3,5.8,0 +2,2021-07-01 05:34:47,2021-07-01 05:46:08,1,4.36,1,N,239,79,1,14.5,0.5,0.5,2.5,0,0.3,20.8,2.5 +2,2021-07-01 05:48:14,2021-07-01 05:58:25,1,2.91,1,N,79,256,1,11,0.5,0.5,2,0,0.3,16.8,2.5 +1,2021-07-01 05:57:11,2021-07-01 06:10:57,1,9.40,1,N,170,138,1,26,2.5,0.5,2,6.55,0.3,37.85,2.5 +2,2021-07-01 04:50:03,2021-07-01 05:01:34,1,8.10,1,N,263,138,2,22.5,0.5,0.5,0,6.55,0.3,32.85,2.5 +2,2021-07-01 05:02:17,2021-07-01 05:23:28,1,9.70,1,N,138,233,1,28.5,0.5,0.5,6.71,0,0.3,40.26,2.5 +2,2021-07-01 05:29:08,2021-07-01 05:48:11,1,5.13,1,N,141,82,1,18.5,0.5,0.5,4.46,0,0.3,26.76,2.5 +1,2021-07-01 06:30:16,2021-07-01 06:30:24,1,.00,1,N,193,193,2,2.5,0,0.5,0,0,0.3,3.3,0 +1,2021-07-01 06:19:02,2021-07-01 06:26:42,1,1.50,1,N,237,230,1,7.5,2.5,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 06:31:24,2021-07-01 06:36:53,1,1.60,1,N,163,68,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 06:43:40,2021-07-01 06:48:03,1,.90,1,N,48,161,1,5,2.5,0.5,1,0,0.3,9.3,2.5 +1,2021-07-01 06:55:23,2021-07-01 06:58:04,1,.60,1,N,100,230,1,4,2.5,0.5,1.45,0,0.3,8.75,2.5 +2,2021-07-01 06:21:22,2021-07-01 06:26:03,1,1.01,1,N,7,193,2,5.5,0,0.5,0,0,0.3,6.3,0 +1,2021-07-01 06:48:11,2021-07-01 07:43:29,3,17.70,2,N,132,50,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 06:10:22,2021-07-01 06:18:27,1,.84,1,N,186,246,1,6.5,0,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 06:36:25,2021-07-01 06:46:51,1,2.42,1,N,186,230,2,8.5,0,0.5,0,0,0.3,11.8,2.5 +2,2021-07-01 06:48:21,2021-07-01 06:52:02,1,.79,1,N,68,246,1,5,0,0.5,1,0,0.3,9.3,2.5 +1,2021-07-01 06:37:11,2021-07-01 07:22:26,1,13.40,1,N,132,256,2,42,1.25,0.5,0,0,0.3,44.05,0 +2,2021-07-01 06:15:30,2021-07-01 06:50:47,1,17.12,2,N,132,74,1,52,0,0.5,7,6.55,0.3,67.6,0 +2,2021-07-01 06:16:43,2021-07-01 06:20:53,6,.89,1,N,100,161,1,5,0,0.5,0.83,0,0.3,9.13,2.5 +2,2021-07-01 06:38:38,2021-07-01 06:57:00,6,4.22,1,N,230,87,2,15.5,0,0.5,0,0,0.3,18.8,2.5 +1,2021-07-01 06:05:41,2021-07-01 06:19:15,0,4.70,1,N,132,218,1,16.5,1.25,0.5,3.7,0,0.3,22.25,0 +1,2021-07-01 06:58:51,2021-07-01 07:43:47,2,11.80,1,N,132,17,1,38.5,1.25,0.5,7,0,0.3,47.55,0 +2,2021-07-01 06:26:48,2021-07-01 07:24:33,3,17.33,2,N,132,162,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +1,2021-07-01 06:49:54,2021-07-01 07:47:20,2,17.60,2,N,132,164,1,52,3.75,0.5,12.5,6,0.3,75.05,2.5 +2,2021-07-01 06:08:10,2021-07-01 06:12:42,1,1.12,1,N,142,239,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:15:40,2021-07-01 06:29:51,1,3.00,1,N,238,161,1,12.5,0,0.5,2,0,0.3,17.8,2.5 +2,2021-07-01 06:46:29,2021-07-01 07:02:13,1,2.82,1,N,239,162,1,12.5,0,0.5,1,0,0.3,16.8,2.5 +2,2021-07-01 06:32:12,2021-07-01 06:32:42,4,.04,5,N,132,132,1,125,0,0,25.06,0,0.3,151.61,0 +1,2021-07-01 06:31:37,2021-07-01 06:34:46,1,.80,1,N,186,230,1,5,2.5,0.5,1.2,0,0.3,9.5,2.5 +1,2021-07-01 06:58:17,2021-07-01 07:14:50,1,3.60,1,N,262,100,1,14,2.5,0.5,4.3,0,0.3,21.6,2.5 +2,2021-07-01 06:38:17,2021-07-01 06:45:37,2,1.23,1,N,48,230,1,7,0,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:57:51,2021-07-01 07:07:14,1,2.05,1,N,48,234,2,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:26:03,2021-07-01 07:17:27,1,19.42,1,N,132,255,1,54.5,0,0.5,11.31,0,0.3,67.86,0 +1,2021-07-01 06:55:50,2021-07-01 07:00:59,1,.60,1,N,142,142,2,5.5,2.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 06:43:42,2021-07-01 06:54:29,1,1.80,1,N,143,140,1,9.5,2.5,0.5,2,0,0.3,14.8,2.5 +1,2021-07-01 06:33:38,2021-07-01 06:43:14,1,2.90,1,N,238,141,1,10.5,2.5,0.5,3.45,0,0.3,17.25,2.5 +1,2021-07-01 06:56:15,2021-07-01 07:07:14,2,1.50,1,N,162,186,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 06:23:20,2021-07-01 06:54:11,1,11.50,1,N,132,188,1,33.5,1.25,0.5,7,0,0.3,42.55,0 +1,2021-07-01 06:24:29,2021-07-01 06:24:35,1,.00,1,N,132,132,3,2.5,1.25,0.5,0,0,0.3,4.55,0 +1,2021-07-01 06:25:37,2021-07-01 07:07:14,1,16.40,2,N,132,170,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 06:26:48,2021-07-01 06:34:05,1,2.35,1,N,43,161,1,8.5,0,0.5,1,0,0.3,12.8,2.5 +2,2021-07-01 06:43:29,2021-07-01 07:03:06,1,7.62,1,N,263,148,2,23.5,0,0.5,0,0,0.3,26.8,2.5 +2,2021-07-01 06:16:26,2021-07-01 06:57:00,5,16.77,2,N,132,107,1,52,0,0.5,6.31,6.55,0.3,69.41,2.5 +2,2021-07-01 06:24:19,2021-07-01 06:39:18,2,8.64,1,N,151,136,1,25,0,0.5,5.16,0,0.3,30.96,0 +2,2021-07-01 06:10:05,2021-07-01 06:14:45,3,1.12,1,N,163,50,1,5.5,0,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 06:20:15,2021-07-01 06:41:37,4,10.47,1,N,48,138,1,30.5,0,0.5,7,6.55,0.3,47.35,2.5 +2,2021-07-01 06:55:08,2021-07-01 07:10:55,2,3.90,1,N,7,170,1,14.5,0,0.5,2.8,0,0.3,20.6,2.5 +1,2021-07-01 06:48:11,2021-07-01 06:57:58,1,2.90,1,N,132,216,1,11.5,1.25,0.5,3.35,0,0.3,16.9,0 +2,2021-07-01 06:43:28,2021-07-01 06:47:58,1,.64,1,N,186,48,1,5,0,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 06:11:01,2021-07-01 06:11:08,1,.04,1,N,163,163,2,2.5,0,0.5,0,0,0.3,5.8,2.5 +2,2021-07-01 06:11:31,2021-07-01 06:44:25,1,17.36,2,N,163,132,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +1,2021-07-01 06:50:56,2021-07-01 07:46:15,2,17.80,2,N,132,68,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 06:21:42,2021-07-01 06:37:11,1,1.98,1,N,224,68,1,11.5,0,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 06:45:30,2021-07-01 06:49:56,1,1.14,1,N,186,161,1,5.5,0,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 06:56:56,2021-07-01 07:00:18,1,.95,1,N,48,142,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:49:18,2021-07-01 07:53:17,1,18.67,2,N,132,186,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 06:47:15,2021-07-01 07:11:22,1,6.38,1,N,132,197,2,22,0,0.5,0,0,0.3,24.05,0 +1,2021-07-01 06:07:34,2021-07-01 06:12:01,1,1.40,1,N,186,107,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 06:20:34,2021-07-01 06:32:19,1,2.40,1,N,186,237,1,11,2.5,0.5,2,0,0.3,16.3,2.5 +1,2021-07-01 06:36:39,2021-07-01 06:45:54,1,1.80,1,N,170,246,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 06:54:06,2021-07-01 07:01:13,1,1.20,1,N,186,161,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:17:43,2021-07-01 06:24:40,1,1.10,1,N,107,68,1,7,2.5,0.5,3.05,0,0.3,13.35,2.5 +1,2021-07-01 06:27:59,2021-07-01 06:33:05,1,1.20,1,N,186,161,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:36:17,2021-07-01 07:09:08,1,17.30,2,N,161,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +1,2021-07-01 06:15:28,2021-07-01 07:05:54,2,22.60,2,N,132,239,1,52,3.75,0.5,15.75,6.55,0.3,78.85,2.5 +2,2021-07-01 06:03:14,2021-07-01 06:08:11,1,.56,1,N,237,140,2,5,0,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 06:19:18,2021-07-01 06:24:41,1,.63,1,N,237,140,2,5,0,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 06:37:30,2021-07-01 06:41:26,1,.99,1,N,236,141,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:50:01,2021-07-01 06:56:40,1,1.82,1,N,75,74,1,7.5,0,0.5,1.24,0,0.3,9.54,0 +2,2021-07-01 06:57:18,2021-07-01 07:03:32,1,1.21,1,N,74,152,2,6.5,0,0.5,0,0,0.3,7.3,0 +2,2021-07-01 06:49:22,2021-07-01 06:54:28,1,1.91,1,N,90,231,1,7,0,0.5,1,0,0.3,11.3,2.5 +2,2021-07-01 06:23:42,2021-07-01 06:33:20,2,3.08,1,N,68,231,2,10.5,0,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 06:15:22,2021-07-01 06:33:07,1,8.70,1,N,263,231,1,26.5,2.5,0.5,5,0,0.3,34.8,2.5 +1,2021-07-01 06:38:28,2021-07-01 06:38:35,1,.00,3,N,13,13,4,20,0,0,0,0,0.3,20.3,0 +1,2021-07-01 06:39:10,2021-07-01 07:12:33,1,28.50,2,N,13,132,1,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 06:19:56,2021-07-01 06:25:53,2,1.31,1,N,186,161,1,6.5,0,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 07:00:31,2021-07-01 07:08:16,1,1.62,1,N,68,161,1,7.5,0,0.5,3.24,0,0.3,14.04,2.5 +2,2021-07-01 06:52:42,2021-07-01 07:50:16,1,18.20,2,N,132,163,1,52,0,0.5,5,6.55,0.3,66.85,2.5 +2,2021-07-01 06:42:19,2021-07-01 06:54:29,1,4.07,1,N,42,136,2,14.5,0,0.5,0,0,0.3,15.3,0 +1,2021-07-01 06:32:35,2021-07-01 06:39:59,1,1.90,1,N,263,161,1,8.5,2.5,0.5,2.95,0,0.3,14.75,2.5 +1,2021-07-01 06:49:13,2021-07-01 06:56:46,1,1.20,1,N,68,246,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:11:20,2021-07-01 06:43:06,1,6.04,1,N,143,260,2,24.5,0.5,0.5,0,0,0.3,28.3,2.5 +1,2021-07-01 06:11:21,2021-07-01 06:15:59,1,1.00,1,N,161,164,1,6,2.5,0.5,1.85,0,0.3,11.15,2.5 +1,2021-07-01 06:48:33,2021-07-01 06:55:57,1,2.20,1,N,186,237,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 06:18:17,2021-07-01 06:18:45,3,.00,5,N,48,48,1,102.3,0,0,1,0,0.3,106.1,2.5 +1,2021-07-01 06:08:06,2021-07-01 06:34:06,2,18.40,2,N,236,132,1,52,2.5,0.5,7,6.55,0.3,68.85,2.5 +1,2021-07-01 06:33:05,2021-07-01 07:01:02,0,11.10,1,N,138,138,2,34.5,1.25,0.5,0,0,0.3,36.55,0 +2,2021-07-01 06:44:28,2021-07-01 07:14:46,2,11.39,1,N,132,173,1,32.5,0,0.5,0,0,0.3,34.55,0 +2,2021-07-01 06:11:33,2021-07-01 06:16:27,2,1.13,1,N,90,68,1,6,0,0.5,2.33,0,0.3,11.63,2.5 +2,2021-07-01 06:27:04,2021-07-01 06:33:25,2,1.61,1,N,249,68,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:44:16,2021-07-01 06:54:15,1,2.93,1,N,90,87,1,10.5,0,0.5,1.38,0,0.3,15.18,2.5 +1,2021-07-01 06:41:07,2021-07-01 06:57:31,1,11.00,1,N,233,138,1,30.5,2.5,0.5,10.05,6.55,0.3,50.4,2.5 +1,2021-07-01 06:30:07,2021-07-01 06:36:23,1,2.20,1,N,132,132,1,8.5,1.25,0.5,3.15,0,0.3,13.7,0 +2,2021-07-01 06:43:36,2021-07-01 06:52:48,1,2.52,1,N,249,161,1,9.5,0,0.5,1.92,0,0.3,14.72,2.5 +1,2021-07-01 06:10:24,2021-07-01 06:15:42,1,.70,1,N,263,75,2,5.5,2.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 06:27:33,2021-07-01 06:30:14,1,.40,1,N,236,236,2,4,2.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 06:06:46,2021-07-01 06:45:57,1,20.47,2,N,239,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +1,2021-07-01 06:23:25,2021-07-01 06:27:38,1,1.60,1,N,79,170,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 06:41:29,2021-07-01 06:45:24,1,.70,1,N,68,158,2,4.5,2.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 06:56:36,2021-07-01 07:04:36,1,3.60,1,N,143,166,1,12.5,0,0.5,3.16,0,0.3,18.96,2.5 +1,2021-07-01 06:55:57,2021-07-01 06:58:49,1,1.00,1,N,263,141,1,5,2.5,0.5,1.65,0,0.3,9.95,2.5 +1,2021-07-01 06:21:10,2021-07-01 06:33:55,1,4.50,1,Y,232,140,1,16,2.5,0.5,3,0,0.3,22.3,2.5 +1,2021-07-01 06:43:50,2021-07-01 06:46:47,1,.60,1,Y,236,262,2,4,2.5,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 06:46:38,2021-07-01 07:44:21,6,17.02,2,N,132,161,2,52,0,0.5,0,0,0.3,56.55,2.5 +1,2021-07-01 06:56:38,2021-07-01 07:50:16,2,17.90,2,N,132,48,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +1,2021-07-01 06:49:29,2021-07-01 07:01:53,1,5.10,1,Y,140,79,1,16.5,2.5,0.5,3,0,0.3,22.8,2.5 +2,2021-07-01 06:41:30,2021-07-01 07:27:26,1,19.55,2,N,132,141,1,52,0,0.5,12.37,6.55,0.3,75.47,2.5 +2,2021-07-01 06:03:25,2021-07-01 06:14:39,1,2.83,1,N,186,264,1,11,0.5,0.5,5,0,0.3,19.8,2.5 +2,2021-07-01 06:31:23,2021-07-01 07:08:16,2,17.38,2,N,234,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +1,2021-07-01 06:06:04,2021-07-01 06:11:17,1,1.20,1,Y,48,161,1,6,2.5,0.5,1,0,0.3,10.3,2.5 +1,2021-07-01 06:26:35,2021-07-01 06:47:42,1,6.50,1,N,48,209,1,21.5,2.5,0.5,6.2,0,0.3,31,2.5 +2,2021-07-01 06:07:09,2021-07-01 06:20:44,1,5.56,1,N,239,231,1,17,0,0.5,5.08,0,0.3,25.38,2.5 +2,2021-07-01 06:44:35,2021-07-01 06:59:39,1,6.24,1,N,162,42,2,20.5,0,0.5,0,0,0.3,23.8,2.5 +1,2021-07-01 06:28:34,2021-07-01 07:18:50,3,19.20,2,N,132,238,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +2,2021-07-01 06:48:21,2021-07-01 06:53:49,1,1.32,1,N,186,161,1,6.5,0,0.5,2,0,0.3,11.8,2.5 +1,2021-07-01 06:06:06,2021-07-01 06:10:11,1,.80,1,N,162,170,1,5,2.5,0.5,2.05,0,0.3,10.35,2.5 +1,2021-07-01 06:20:16,2021-07-01 06:25:45,1,1.90,1,N,186,125,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:31:54,2021-07-01 06:40:12,1,2.50,1,N,249,161,1,9.5,2.5,0.5,2.55,0,0.3,15.35,2.5 +1,2021-07-01 06:42:50,2021-07-01 06:50:27,1,1.70,1,N,162,140,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 06:53:58,2021-07-01 06:59:40,1,1.50,1,N,141,161,1,6.5,2.5,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 06:07:46,2021-07-01 06:37:33,1,19.31,2,N,141,132,1,52,0,0.5,15.46,6.55,0.3,77.31,2.5 +1,2021-07-01 06:12:16,2021-07-01 06:16:41,1,1.20,1,N,186,163,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:35:41,2021-07-01 06:43:48,1,1.50,1,N,229,233,1,7.5,2.5,0.5,1.2,0,0.3,12,2.5 +2,2021-07-01 06:36:07,2021-07-01 06:40:31,1,1.62,1,N,90,230,1,6.5,0,0.5,0.78,0,0.3,10.58,2.5 +2,2021-07-01 06:44:30,2021-07-01 06:50:04,1,1.23,1,N,48,48,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 06:26:47,2021-07-01 06:31:14,1,1.20,1,N,229,230,1,5.5,3,0.5,0.47,0,0.3,9.77,2.5 +1,2021-07-01 06:34:31,2021-07-01 06:37:43,1,.70,1,N,186,230,2,4.5,3,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 06:45:32,2021-07-01 06:50:09,1,.80,1,N,186,230,1,5.5,3,0.5,2.75,0,0.3,12.05,2.5 +1,2021-07-01 06:54:32,2021-07-01 07:04:40,1,1.10,1,N,186,137,1,8,3,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 06:45:04,2021-07-01 06:52:19,5,.97,1,N,186,137,2,6.5,0,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 06:32:43,2021-07-01 07:15:45,1,19.84,2,N,132,263,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +2,2021-07-01 06:08:14,2021-07-01 06:14:16,1,.95,1,N,48,161,1,6,0,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 06:27:47,2021-07-01 06:36:03,1,2.69,1,N,142,166,1,10,0,0.5,2.5,0,0.3,15.8,2.5 +2,2021-07-01 06:40:17,2021-07-01 06:52:51,1,3.15,1,N,24,230,1,12,0,0.5,1.53,0,0.3,16.83,2.5 +2,2021-07-01 06:55:45,2021-07-01 07:36:12,1,17.09,2,N,163,132,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +1,2021-07-01 06:26:47,2021-07-01 06:38:32,1,2.70,1,N,238,140,1,11.5,2.5,0.5,2,0,0.3,16.8,2.5 +1,2021-07-01 06:48:30,2021-07-01 06:55:03,1,.80,1,N,236,262,1,6,2.5,0.5,1.11,0,0.3,10.41,2.5 +1,2021-07-01 06:57:45,2021-07-01 07:04:13,1,1.90,1,N,263,162,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 06:31:18,2021-07-01 07:22:47,1,17.95,2,N,132,68,1,52,0,0.5,18.55,6.55,0.3,81.65,2.5 +1,2021-07-01 06:33:25,2021-07-01 06:43:50,1,8.10,4,N,219,265,1,32.5,0,0.5,0.05,0,0.3,33.35,0 +2,2021-07-01 06:46:36,2021-07-01 07:08:42,1,7.69,1,N,33,230,1,24.5,0,0.5,8.34,0,0.3,36.14,2.5 +2,2021-07-01 06:47:38,2021-07-01 06:56:27,1,2.01,1,N,186,162,1,8.5,0,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 07:01:24,2021-07-01 07:14:22,1,3.44,1,N,170,75,1,12.5,0,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 06:11:23,2021-07-01 06:18:37,1,2.55,1,N,48,236,2,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:29:15,2021-07-01 06:37:44,1,1.51,1,N,141,48,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:43:17,2021-07-01 07:04:16,1,10.76,1,N,239,138,2,31,0,0.5,0,6.55,0.3,40.85,2.5 +1,2021-07-01 06:57:37,2021-07-01 06:57:37,1,.00,2,Y,132,264,2,52,1.25,0.5,0,0,0.3,54.05,0 +2,2021-07-01 06:23:46,2021-07-01 07:07:18,1,17.15,2,N,132,162,1,52,0,0.5,7.5,6.55,0.3,70.6,2.5 +2,2021-07-01 05:59:41,2021-07-01 06:19:14,6,10.33,1,N,107,138,1,29.5,0,0.5,11.8,6.55,0.3,51.15,2.5 +2,2021-07-01 06:11:24,2021-07-01 06:19:08,6,1.57,1,N,186,162,1,7.5,0,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 06:21:31,2021-07-01 06:29:51,6,1.64,1,N,162,186,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:37:03,2021-07-01 06:41:04,6,.93,1,N,186,161,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:46:53,2021-07-01 06:53:23,6,1.18,1,N,186,170,1,6.5,0,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 06:56:51,2021-07-01 07:04:32,6,1.50,1,N,161,68,2,7.5,0,0.5,0,0,0.3,10.8,2.5 +1,2021-07-01 06:38:06,2021-07-01 07:12:21,1,.00,1,N,219,7,1,30.2,0,0.5,0,0,0.3,31,0 +2,2021-07-01 06:12:13,2021-07-01 06:24:42,1,2.77,1,N,230,140,1,11.5,0,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 06:31:52,2021-07-01 06:36:34,1,.62,1,N,229,162,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:53:26,2021-07-01 06:55:35,1,.83,1,N,170,161,1,4.5,0,0.5,1.95,0,0.3,9.75,2.5 +1,2021-07-01 06:11:18,2021-07-01 06:16:45,2,.60,1,N,100,246,1,5.5,2.5,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 06:20:31,2021-07-01 06:23:20,0,.80,1,N,68,158,1,4.5,2.5,0.5,1.55,0,0.3,9.35,2.5 +1,2021-07-01 06:25:00,2021-07-01 06:31:54,1,1.90,1,N,158,48,1,8,2.5,0.5,1.13,0,0.3,12.43,2.5 +1,2021-07-01 06:33:40,2021-07-01 06:38:57,1,1.00,1,N,48,186,1,6,2.5,0.5,3,0,0.3,12.3,2.5 +1,2021-07-01 06:40:29,2021-07-01 06:44:21,1,1.20,1,N,186,170,1,5.5,2.5,0.5,2.6,0,0.3,11.4,2.5 +1,2021-07-01 06:46:14,2021-07-01 06:59:18,1,3.30,1,N,161,231,1,12.5,2.5,0.5,3.15,0,0.3,18.95,2.5 +2,2021-07-01 06:30:13,2021-07-01 06:39:32,1,2.27,1,N,79,231,1,9.5,0,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 06:48:43,2021-07-01 06:54:10,1,1.29,1,N,186,230,1,6,0,0.5,0.93,0,0.3,10.23,2.5 +1,2021-07-01 06:11:21,2021-07-01 06:19:35,1,1.90,1,N,79,186,1,8.5,2.5,0.5,2.2,0,0.3,14,2.5 +1,2021-07-01 06:21:48,2021-07-01 06:31:24,1,2.20,1,N,186,114,2,9,2.5,0.5,0,0,0.3,12.3,2.5 +1,2021-07-01 06:55:29,2021-07-01 07:00:41,1,1.80,1,N,237,75,1,7,2.5,0.5,2,0,0.3,12.3,2.5 +2,2021-07-01 06:28:56,2021-07-01 06:48:35,1,6.94,1,N,132,216,2,22.5,0,0.5,0,0,0.3,24.55,0 +2,2021-07-01 06:13:30,2021-07-01 06:53:11,1,19.57,2,N,24,132,1,52,0,0.5,4,6.55,0.3,63.35,0 +2,2021-07-01 06:34:00,2021-07-01 06:46:56,1,3.74,1,N,41,140,2,13,0,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 06:55:15,2021-07-01 06:56:45,1,.57,1,N,263,75,1,3.5,0,0.5,2.04,0,0.3,8.84,2.5 +1,2021-07-01 06:25:19,2021-07-01 07:02:59,1,14.40,1,N,132,7,2,42,1.25,0.5,0,0,0.3,44.05,0 +2,2021-07-01 06:51:17,2021-07-01 06:56:06,1,1.30,1,N,249,231,2,6,0,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:52:15,2021-07-01 07:46:04,4,18.20,2,N,132,230,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 05:56:22,2021-07-01 06:02:26,2,2.13,1,N,249,230,1,7.5,0,0.5,1.62,0,0.3,12.42,2.5 +2,2021-07-01 06:09:15,2021-07-01 06:13:36,2,1.30,1,N,186,142,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:18:43,2021-07-01 06:21:42,2,1.24,1,N,230,186,1,5.5,0,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 06:24:07,2021-07-01 06:34:03,2,2.39,1,N,186,237,1,10,0,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 06:38:57,2021-07-01 06:42:51,2,.78,1,N,162,170,1,5,0,0.5,1.25,0,0.3,9.55,2.5 +2,2021-07-01 06:28:39,2021-07-01 06:51:17,1,11.11,1,N,142,138,1,32.5,0,0.5,8.47,6.55,0.3,50.82,2.5 +2,2021-07-01 06:23:08,2021-07-01 06:58:27,2,18.21,2,N,231,132,1,52,0,0.5,13.82,0,0.3,69.12,2.5 +2,2021-07-01 06:07:52,2021-07-01 06:50:12,6,15.36,1,N,132,112,1,43.5,0,0.5,5,0,0.3,50.55,0 +2,2021-07-01 06:43:59,2021-07-01 07:12:08,1,9.49,1,N,132,56,2,29.5,0,0.5,0,0,0.3,31.55,0 +2,2021-07-01 06:47:00,2021-07-01 06:56:53,1,2.98,1,N,79,100,1,11,0,0.5,2.86,0,0.3,17.16,2.5 +1,2021-07-01 06:11:55,2021-07-01 06:19:32,1,4.10,1,N,166,50,2,13.5,2.5,0.5,0,0,0.3,16.8,2.5 +1,2021-07-01 06:27:00,2021-07-01 06:36:42,1,1.60,1,N,48,229,2,8.5,2.5,0.5,0,0,0.3,11.8,2.5 +1,2021-07-01 06:47:12,2021-07-01 06:51:42,1,1.30,1,N,236,237,1,6,2.5,0.5,2.3,0,0.3,11.6,2.5 +1,2021-07-01 06:54:58,2021-07-01 07:03:03,1,1.90,1,N,237,230,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 06:00:14,2021-07-01 06:10:17,0,2.60,1,N,229,90,1,10.5,2.5,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 06:14:01,2021-07-01 06:34:08,0,7.70,1,N,68,244,1,25,2.5,0.5,5.65,0,0.3,33.95,2.5 +1,2021-07-01 06:57:40,2021-07-01 07:03:53,0,1.60,1,N,43,48,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 06:55:37,2021-07-01 07:03:24,1,1.90,1,N,141,170,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 06:30:56,2021-07-01 06:47:59,1,7.21,1,N,132,76,2,21,0,0.5,0,0,0.3,23.05,0 +1,2021-07-01 06:40:47,2021-07-01 07:09:06,1,11.40,1,N,132,138,1,32.5,1.25,0.5,6.9,0,0.3,41.45,0 +2,2021-07-01 06:43:32,2021-07-01 07:41:56,1,17.91,2,N,132,163,2,52,0,0.5,0,0,0.3,56.55,2.5 +2,2021-07-01 06:16:05,2021-07-01 06:56:26,1,19.28,1,N,132,26,2,53.5,0,0.5,0,0,0.3,55.55,0 +2,2021-07-01 06:07:50,2021-07-01 06:18:07,1,1.40,1,N,48,162,1,9,0,0.5,3.69,0,0.3,15.99,2.5 +2,2021-07-01 06:19:03,2021-07-01 06:24:59,2,1.77,1,N,162,237,2,7,0,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:31:08,2021-07-01 06:37:00,2,1.57,1,N,237,164,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:46:58,2021-07-01 06:57:16,2,2.65,1,N,231,107,1,10.5,0,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 06:58:25,2021-07-01 07:10:23,2,2.29,1,N,234,237,1,11,0,0.5,2.86,0,0.3,17.16,2.5 +1,2021-07-01 06:38:04,2021-07-01 06:59:06,1,10.40,4,N,116,265,1,35.5,0,0.5,2,0,0.3,38.3,0 +1,2021-07-01 06:16:56,2021-07-01 06:28:47,1,3.20,1,N,79,246,1,12,2.5,0.5,3.06,0,0.3,18.36,2.5 +1,2021-07-01 06:38:27,2021-07-01 06:45:11,1,1.30,1,N,90,137,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:35:23,2021-07-01 06:47:57,1,2.10,1,N,238,41,2,11,0,0.5,0,0,0.3,11.8,0 +1,2021-07-01 06:52:16,2021-07-01 07:10:46,1,5.00,1,N,41,246,2,17.5,2.5,0.5,0,0,0.3,20.8,2.5 +1,2021-07-01 06:23:15,2021-07-01 06:58:22,1,12.70,1,N,132,181,1,37.5,1.25,0.5,5,0,0.3,44.55,0 +1,2021-07-01 06:38:26,2021-07-01 06:46:14,1,1.40,1,N,262,141,1,7.5,2.5,0.5,2.7,0,0.3,13.5,2.5 +1,2021-07-01 06:51:25,2021-07-01 07:01:06,1,2.90,1,N,141,74,2,11,2.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 06:12:12,2021-07-01 06:23:33,1,2.16,1,N,100,141,1,10,0,0.5,2.66,0,0.3,15.96,2.5 +2,2021-07-01 06:56:15,2021-07-01 07:10:49,1,3.70,1,N,100,261,2,13,0,0.5,0,0,0.3,16.3,2.5 +1,2021-07-01 06:05:22,2021-07-01 06:08:54,1,1.20,1,N,79,170,2,5.5,2.5,0.5,0,0,0.3,8.8,2.5 +1,2021-07-01 06:10:29,2021-07-01 06:27:45,1,5.00,1,N,137,49,1,17,2.5,0.5,4,0,0.3,24.3,2.5 +1,2021-07-01 06:48:00,2021-07-01 07:09:22,1,.00,1,N,17,26,1,22.2,0,0.5,0,0,0.3,23,0 +2,2021-07-01 06:19:44,2021-07-01 06:27:32,3,2.68,1,N,249,230,1,9.5,0,0.5,1.28,0,0.3,14.08,2.5 +2,2021-07-01 06:50:37,2021-07-01 06:57:21,4,.97,1,N,249,113,1,6.5,0,0.5,2.94,0,0.3,12.74,2.5 +2,2021-07-01 06:36:30,2021-07-01 06:36:33,2,.00,5,N,265,265,1,130,0,0.5,0,0,0.3,130.8,0 +2,2021-07-01 06:25:54,2021-07-01 06:35:41,1,1.47,1,N,162,68,1,8.5,0,0.5,1.18,0,0.3,12.98,2.5 +2,2021-07-01 06:33:36,2021-07-01 06:39:45,1,1.93,1,N,238,50,2,8,0,0.5,0,0,0.3,11.3,2.5 +2,2021-07-01 06:40:29,2021-07-01 06:43:55,1,1.11,1,N,50,246,1,5.5,0,0.5,1.58,0,0.3,10.38,2.5 +2,2021-07-01 06:48:20,2021-07-01 06:57:32,1,1.88,1,N,48,237,2,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:58:43,2021-07-01 07:02:39,1,.69,1,N,43,163,1,5,0,0.5,2.49,0,0.3,10.79,2.5 +1,2021-07-01 06:14:09,2021-07-01 06:19:40,1,1.40,1,N,75,262,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 06:30:43,2021-07-01 06:37:10,1,1.30,1,N,141,43,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:42:35,2021-07-01 06:45:01,1,.90,1,N,141,236,1,4.5,2.5,0.5,1,0,0.3,8.8,2.5 +1,2021-07-01 06:48:01,2021-07-01 06:50:06,1,.60,1,N,263,263,1,4,2.5,0.5,0.7,0,0.3,8,2.5 +1,2021-07-01 06:54:45,2021-07-01 06:58:25,1,.80,1,N,236,75,2,5,2.5,0.5,0,0,0.3,8.3,2.5 +1,2021-07-01 06:51:17,2021-07-01 06:54:19,1,.80,1,N,237,236,2,4.5,2.5,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 06:46:52,2021-07-01 07:09:44,2,11.66,1,N,148,244,1,34,0,0.5,0,0,0.3,37.3,2.5 +2,2021-07-01 06:15:28,2021-07-01 06:28:50,2,8.93,1,N,263,138,2,25,0,0.5,0,6.55,0.3,34.85,2.5 +2,2021-07-01 06:12:31,2021-07-01 06:25:34,2,3.68,1,N,238,68,2,14,0,0.5,0,0,0.3,17.3,2.5 +2,2021-07-01 06:51:09,2021-07-01 07:25:02,1,18.55,2,N,114,132,1,52,0,0.5,11.06,0,0.3,66.36,2.5 +2,2021-07-01 06:12:18,2021-07-01 06:14:20,1,.90,1,N,143,50,2,4.5,0,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 06:20:29,2021-07-01 06:30:46,1,2.07,1,N,143,170,1,9,0,0.5,1,0,0.3,13.3,2.5 +2,2021-07-01 06:36:59,2021-07-01 06:42:46,1,1.48,1,N,107,68,1,6.5,0,0.5,1.47,0,0.3,11.27,2.5 +2,2021-07-01 06:55:23,2021-07-01 07:10:49,1,2.71,1,N,186,140,1,12.5,0,0.5,3.95,0,0.3,19.75,2.5 +2,2021-07-01 06:56:45,2021-07-01 07:01:27,3,1.24,1,N,237,162,1,6,0,0.5,2.32,0,0.3,11.62,2.5 +2,2021-07-01 06:02:33,2021-07-01 06:08:02,1,1.73,1,N,186,163,2,7,0.5,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 06:12:58,2021-07-01 06:16:20,1,1.02,1,N,230,186,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:17:12,2021-07-01 06:22:06,1,1.34,1,N,186,137,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:25:11,2021-07-01 06:37:39,1,3.98,1,N,233,75,2,13.5,0,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 06:43:39,2021-07-01 06:54:15,1,2.98,1,N,75,48,1,11.5,0,0.5,1.48,0,0.3,16.28,2.5 +2,2021-07-01 06:54:34,2021-07-01 06:56:27,2,.61,1,N,48,50,2,4,0,0.5,0,0,0.3,7.3,2.5 +1,2021-07-01 06:38:12,2021-07-01 06:46:29,1,2.90,1,N,107,140,2,10,2.5,0.5,0,0,0.3,13.3,2.5 +2,2021-07-01 06:25:45,2021-07-01 06:36:22,1,3.61,1,N,100,75,1,12.5,0,0.5,1.58,0,0.3,17.38,2.5 +2,2021-07-01 06:29:16,2021-07-01 06:31:32,1,.57,1,N,114,148,1,4,0,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 06:37:24,2021-07-01 06:48:56,1,9.65,1,N,232,138,1,26.5,0,0.5,5.96,0,0.3,35.76,2.5 +2,2021-07-01 06:41:15,2021-07-01 06:52:24,1,2.52,1,N,142,186,1,10.5,0,0.5,3.45,0,0.3,17.25,2.5 +2,2021-07-01 06:23:41,2021-07-01 06:27:23,1,.56,1,N,238,151,1,5,0,0.5,1.16,0,0.3,6.96,0 +2,2021-07-01 06:33:47,2021-07-01 06:40:48,1,2.66,1,N,238,48,1,9.5,0,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 06:53:49,2021-07-01 06:56:52,1,.60,1,N,48,48,1,4,0,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 06:16:53,2021-07-01 07:07:47,4,18.77,2,N,132,68,1,52,0,0.5,12.62,6.55,0.3,75.72,2.5 +1,2021-07-01 06:51:48,2021-07-01 06:56:24,1,1.00,1,N,262,140,1,5.5,2.5,0.5,1.55,0,0.3,10.35,2.5 +2,2021-07-01 06:43:02,2021-07-01 06:46:10,4,.52,1,N,233,229,1,4.5,0,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 06:47:43,2021-07-01 06:59:10,4,5.97,1,N,229,87,1,18.5,0,0.5,4.36,0,0.3,26.16,2.5 +2,2021-07-01 06:55:01,2021-07-01 07:06:14,1,2.98,1,N,238,48,1,11.5,0,0.5,2.96,0,0.3,17.76,2.5 +1,2021-07-01 06:15:02,2021-07-01 06:25:21,1,2.60,1,N,138,260,1,11,1.25,0.5,3,0,0.3,16.05,0 +1,2021-07-01 06:28:25,2021-07-01 06:47:50,1,7.00,1,N,151,231,1,22.5,2.5,0.5,5.15,0,0.3,30.95,2.5 +1,2021-07-01 06:53:43,2021-07-01 07:00:42,1,2.50,1,N,125,137,1,9,2.5,0.5,3.05,0,0.3,15.35,2.5 +2,2021-07-01 06:33:56,2021-07-01 07:40:16,2,17.62,2,N,132,163,2,52,0,0.5,0,0,0.3,56.55,2.5 +1,2021-07-01 06:15:34,2021-07-01 07:03:23,1,20.20,2,N,132,237,1,52,3.75,0.5,12.6,6.55,0.3,75.7,2.5 +1,2021-07-01 06:09:24,2021-07-01 06:46:15,2,21.60,3,N,237,1,1,76.5,0.5,0,19.55,20.5,0.3,117.35,0 +2,2021-07-01 06:06:47,2021-07-01 06:13:46,1,3.42,1,N,142,152,1,11.5,0,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 06:23:34,2021-07-01 06:31:35,1,2.86,1,N,152,244,1,10.5,0,0.5,0.7,0,0.3,12,0 +2,2021-07-01 06:36:52,2021-07-01 06:54:30,1,6.34,5,N,244,265,1,72,0,0.5,17.31,13.75,0.3,103.86,0 +2,2021-07-01 06:23:40,2021-07-01 06:58:06,1,17.78,2,N,140,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 06:40:57,2021-07-01 06:46:19,1,1.57,1,N,239,142,1,7,0,0.5,3.09,0,0.3,13.39,2.5 +2,2021-07-01 06:50:05,2021-07-01 06:54:55,1,1.40,1,N,143,246,1,6.5,0,0.5,1,0,0.3,10.8,2.5 +2,2021-07-01 06:31:11,2021-07-01 06:38:48,1,1.17,1,N,48,170,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:48:43,2021-07-01 06:55:47,1,1.57,1,N,186,107,2,7.5,0,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 06:58:42,2021-07-01 07:06:38,1,2.34,1,N,107,230,1,9,0,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 06:12:15,2021-07-01 06:18:34,1,2.70,1,N,107,140,1,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:23:17,2021-07-01 06:26:42,1,1.36,1,N,141,233,1,5.5,0,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 06:37:00,2021-07-01 06:48:21,1,3.16,1,N,229,75,1,11.5,0,0.5,2.96,0,0.3,17.76,2.5 +2,2021-07-01 06:53:52,2021-07-01 06:57:12,1,1.05,1,N,43,163,1,5.5,0,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 06:08:26,2021-07-01 06:16:37,1,2.51,1,N,143,164,1,9.5,0,0.5,2.2,0,0.3,15,2.5 +2,2021-07-01 06:25:53,2021-07-01 06:37:47,1,2.34,1,N,143,140,1,10.5,0,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 06:46:37,2021-07-01 06:51:36,1,1.41,1,N,236,238,2,6.5,0,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 06:54:11,2021-07-01 07:06:20,2,3.20,1,N,238,100,1,12,0,0.5,2.5,0,0.3,17.8,2.5 +2,2021-07-01 06:27:49,2021-07-01 06:35:57,5,1.91,1,N,100,237,1,8,0,0.5,2.2,0,0.3,13.5,2.5 +2,2021-07-01 06:51:00,2021-07-01 06:55:31,5,.88,1,N,186,170,1,5.5,0,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 07:03:07,2021-07-01 07:05:22,5,.52,1,N,186,234,2,4,0,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 06:05:47,2021-07-01 06:18:02,5,4.25,1,N,236,137,1,14.5,0,0.5,0.88,0,0.3,18.68,2.5 +2,2021-07-01 06:21:17,2021-07-01 06:35:15,6,3.38,1,N,137,143,1,13.5,0,0.5,3.02,0,0.3,19.82,2.5 +2,2021-07-01 06:41:21,2021-07-01 06:51:35,5,2.85,1,N,143,234,1,10.5,0,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 06:52:34,2021-07-01 06:59:01,1,1.94,1,N,158,100,1,7.5,0,0.5,2.2,0,0.3,13,2.5 +2,2021-07-01 06:17:03,2021-07-01 06:23:02,1,1.56,1,N,238,75,1,7,0,0.5,2.58,0,0.3,12.88,2.5 +2,2021-07-01 06:31:29,2021-07-01 06:44:03,1,2.25,1,N,142,141,1,11,0,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 06:49:47,2021-07-01 06:57:47,1,3.04,1,N,237,107,1,10.5,0,0.5,2.21,0,0.3,16.01,2.5 +2,2021-07-01 06:42:32,2021-07-01 06:51:36,1,1.94,1,N,142,140,1,9,0,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 06:33:52,2021-07-01 06:47:16,1,2.99,1,N,140,68,1,12,0,0.5,3.82,0,0.3,19.12,2.5 +1,2021-07-01 06:20:15,2021-07-01 06:23:48,0,.70,1,N,186,100,1,4.5,2.5,0.5,2.3,0,0.3,10.1,2.5 +1,2021-07-01 06:49:03,2021-07-01 06:59:19,0,2.20,1,N,186,79,1,9.5,2.5,0.5,1,0,0.3,13.8,2.5 +2,2021-07-01 06:28:54,2021-07-01 06:37:03,1,1.94,1,N,249,107,1,8.5,0,0.5,2.95,0,0.3,14.75,2.5 +2,2021-07-01 06:25:14,2021-07-01 06:32:12,1,1.06,1,N,48,162,1,6.5,0,0.5,1.18,0,0.3,10.98,2.5 +1,2021-07-01 06:54:00,2021-07-01 07:51:35,1,28.00,1,N,132,66,1,77,1.25,0.5,19.75,0,0.3,98.8,0 +2,2021-07-01 06:15:46,2021-07-01 06:59:03,2,12.80,1,N,132,80,1,40,0,0.5,12.62,0,0.3,54.67,0 +1,2021-07-01 06:18:34,2021-07-01 06:22:05,1,1.30,1,N,234,170,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:34:19,2021-07-01 06:39:22,1,1.50,1,N,234,161,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 06:50:51,2021-07-01 06:58:06,1,1.40,1,N,234,211,1,7,2.5,0.5,2.06,0,0.3,12.36,2.5 +1,2021-07-01 06:59:51,2021-07-01 07:59:14,2,19.40,2,N,132,4,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 06:42:17,2021-07-01 06:46:23,1,.63,1,N,140,263,1,5,0,0.5,2.49,0,0.3,10.79,2.5 +2,2021-07-01 06:50:59,2021-07-01 06:57:26,1,1.17,1,N,262,75,1,6.5,0,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 06:04:48,2021-07-01 06:07:59,1,.51,1,N,68,48,2,4,0,0.5,0,0,0.3,7.3,2.5 +2,2021-07-01 06:09:45,2021-07-01 06:15:16,1,1.09,1,N,100,246,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:50:34,2021-07-01 06:55:34,1,1.02,1,N,48,161,1,5.5,0,0.5,2.2,0,0.3,11,2.5 +1,2021-07-01 06:36:33,2021-07-01 06:42:57,1,1.70,1,N,164,107,1,7.5,2.5,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 06:45:07,2021-07-01 06:52:45,1,3.30,1,N,224,209,1,11.5,2.5,0.5,2.2,0,0.3,17,2.5 +1,2021-07-01 06:55:59,2021-07-01 07:09:40,1,3.80,1,N,87,246,1,14,2.5,0.5,5,0,0.3,22.3,2.5 +2,2021-07-01 07:08:21,2021-07-01 07:52:14,1,18.03,1,N,132,168,2,51.5,0,0.5,0,6.55,0.3,60.1,0 +1,2021-07-01 06:58:56,2021-07-01 07:01:26,1,.60,1,N,237,237,1,4.5,2.5,0,1.5,0,0.3,8.8,2.5 +2,2021-07-01 06:28:53,2021-07-01 06:44:40,1,12.04,1,N,132,155,1,32.5,0,0.5,0.01,0,0.3,34.56,0 +2,2021-07-01 06:00:44,2021-07-01 06:21:48,1,5.38,1,N,238,7,1,19.5,0.5,0.5,3.03,0,0.3,26.33,2.5 +2,2021-07-01 06:47:45,2021-07-01 06:51:09,1,.58,1,N,263,141,2,4.5,0,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 06:31:23,2021-07-01 06:36:16,0,1.00,1,N,231,114,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:41:42,2021-07-01 06:45:30,0,.60,1,N,90,186,1,4.5,2.5,0.5,1.5,0,0.3,9.3,2.5 +1,2021-07-01 06:48:24,2021-07-01 06:57:35,0,1.60,1,N,68,161,1,8,2.5,0.5,1,0,0.3,12.3,2.5 +2,2021-07-01 06:40:24,2021-07-01 06:47:12,6,1.38,1,N,140,161,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:28:53,2021-07-01 06:59:05,1,17.61,2,N,141,132,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 06:50:55,2021-07-01 07:06:47,1,4.63,1,N,226,236,1,16,0,0.5,2,0,0.3,21.3,2.5 +2,2021-07-01 06:01:29,2021-07-01 06:15:42,1,6.45,1,N,263,244,1,20,0,0.5,4.66,0,0.3,27.96,2.5 +1,2021-07-01 06:41:55,2021-07-01 07:16:34,1,11.40,1,N,132,61,1,35,1.25,0.5,7.4,0,0.3,44.45,0 +1,2021-07-01 06:19:00,2021-07-01 06:22:30,1,.70,1,N,162,161,2,4.5,2.5,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 06:29:03,2021-07-01 06:42:14,1,2.80,1,N,186,140,1,12,2.5,0.5,2.5,0,0.3,17.8,2.5 +1,2021-07-01 06:54:11,2021-07-01 07:03:45,1,2.30,1,N,162,68,2,9.5,2.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 06:24:28,2021-07-01 06:30:45,1,1.20,1,N,263,75,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 06:36:03,2021-07-01 06:43:21,1,2.00,1,N,236,161,1,8,2.5,0.5,1.36,0,0.3,12.66,2.5 +1,2021-07-01 06:48:37,2021-07-01 06:54:26,1,1.50,1,N,234,211,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 06:59:12,2021-07-01 07:06:59,1,2.00,1,N,249,162,1,8.5,2.5,0.5,2,0,0.3,13.8,2.5 +1,2021-07-01 06:03:04,2021-07-01 06:32:48,1,18.90,2,N,141,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +1,2021-07-01 06:00:56,2021-07-01 06:06:56,1,1.70,1,N,100,162,1,7.5,2.5,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 06:11:21,2021-07-01 06:15:42,1,1.00,1,N,162,137,1,5.5,2.5,0.5,1.75,0,0.3,10.55,2.5 +1,2021-07-01 06:31:40,2021-07-01 06:38:23,0,1.60,1,N,186,163,1,7.5,2.5,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 06:02:54,2021-07-01 06:31:24,1,18.40,2,N,262,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +1,2021-07-01 06:10:04,2021-07-01 06:20:30,1,2.40,1,N,239,161,1,10.5,2.5,0.5,1.66,0,0.3,15.46,2.5 +1,2021-07-01 06:30:44,2021-07-01 06:39:28,1,2.10,1,N,236,141,1,9,2.5,0.5,3.05,0,0.3,15.35,2.5 +1,2021-07-01 06:55:04,2021-07-01 06:59:48,1,1.20,1,N,75,74,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:22:02,2021-07-01 06:32:12,1,2.40,1,N,239,230,1,10,2.5,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 06:41:04,2021-07-01 06:49:30,1,1.80,1,N,143,164,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 06:52:03,2021-07-01 06:58:14,1,1.30,1,N,164,68,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 06:12:03,2021-07-01 06:16:00,1,1.36,1,N,163,68,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:18:04,2021-07-01 06:21:24,1,1.20,1,N,186,230,1,5.5,0,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 06:28:41,2021-07-01 06:37:40,1,1.15,1,N,186,137,1,7.5,0,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 06:41:22,2021-07-01 06:51:15,1,1.43,1,N,137,246,1,8.5,0,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 06:54:01,2021-07-01 07:05:20,1,2.01,1,N,246,161,1,9.5,0,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 06:04:57,2021-07-01 06:15:15,2,5.79,1,N,244,50,1,18,0,0.5,2,0,0.3,23.3,2.5 +2,2021-07-01 06:21:14,2021-07-01 06:27:26,3,1.88,1,N,142,161,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:37:56,2021-07-01 06:43:30,2,1.18,1,N,262,140,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:49:27,2021-07-01 06:59:52,2,3.17,1,N,262,137,1,11.5,0,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 06:08:16,2021-07-01 06:10:17,1,.49,1,N,141,236,2,3.5,0,0.5,0,0,0.3,6.8,2.5 +2,2021-07-01 06:43:50,2021-07-01 06:52:06,1,2.15,1,N,74,159,2,9,0,0.5,0,0,0.3,9.8,0 +1,2021-07-01 06:02:07,2021-07-01 06:15:10,1,7.10,1,Y,238,247,2,21,2.5,0.5,0,0,0.3,24.3,2.5 +1,2021-07-01 06:33:22,2021-07-01 06:40:30,1,2.90,1,N,151,50,1,10.5,2.5,0.5,4.1,0,0.3,17.9,2.5 +1,2021-07-01 06:55:19,2021-07-01 07:07:36,1,5.60,1,N,143,244,1,17.5,2.5,0.5,4.15,0,0.3,24.95,2.5 +1,2021-07-01 06:14:57,2021-07-01 06:23:02,1,2.00,1,N,68,163,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +1,2021-07-01 06:34:24,2021-07-01 06:37:43,1,.80,1,N,186,164,1,4.5,2.5,0.5,1.95,0,0.3,9.75,2.5 +1,2021-07-01 06:49:28,2021-07-01 06:56:25,2,1.50,1,N,68,161,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +2,2021-07-01 06:07:31,2021-07-01 06:30:15,1,10.69,1,N,142,138,1,32,0.5,0.5,8.47,6.55,0.3,50.82,2.5 +2,2021-07-01 06:47:00,2021-07-01 07:41:36,3,15.06,1,N,132,80,1,47,0,0.5,12.26,0,0.3,61.31,0 +2,2021-07-01 06:14:32,2021-07-01 06:32:38,2,9.64,1,N,238,138,1,28,0,0.5,6.5,6.55,0.3,44.35,2.5 +2,2021-07-01 06:55:19,2021-07-01 07:00:26,2,1.17,1,N,148,107,2,6,0,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 06:33:26,2021-07-01 06:52:13,5,4.65,1,N,166,140,1,17,0,0.5,0,0,0.3,20.3,2.5 +1,2021-07-01 06:38:19,2021-07-01 06:45:49,1,2.30,1,N,249,161,1,9,2.5,0.5,1.85,0,0.3,14.15,2.5 +1,2021-07-01 06:49:30,2021-07-01 06:53:08,1,.70,1,N,164,234,1,5,2.5,0.5,2,0,0.3,10.3,2.5 +2,2021-07-01 06:41:45,2021-07-01 06:50:11,1,1.76,1,N,141,161,1,8.5,0,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 05:42:56,2021-07-01 05:52:05,1,1.62,1,N,48,137,1,8.5,0,0.5,2,0,0.3,13.8,2.5 +2,2021-07-01 06:23:38,2021-07-01 06:35:15,1,5.37,1,N,13,137,1,17,0,0.5,3.5,0,0.3,23.8,2.5 +2,2021-07-01 06:34:20,2021-07-01 06:49:20,6,6.44,1,N,132,139,2,20.5,0,0.5,0,0,0.3,22.55,0 +2,2021-07-01 06:09:55,2021-07-01 06:29:17,2,9.70,1,N,151,138,1,29,0,0.5,7.77,6.55,0.3,46.62,2.5 +2,2021-07-01 06:14:50,2021-07-01 06:33:55,1,10.66,1,N,132,175,2,30,0,0.5,0,0,0.3,30.8,0 +1,2021-07-01 06:12:39,2021-07-01 06:25:46,1,4.00,1,N,262,4,2,14.5,2.5,0.5,0,0,0.3,17.8,2.5 +1,2021-07-01 06:26:31,2021-07-01 06:33:48,1,1.30,1,N,4,113,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 06:36:47,2021-07-01 06:46:34,1,1.50,1,N,90,137,1,8.5,2.5,0.5,2.35,0,0.3,14.15,2.5 +2,2021-07-01 06:20:50,2021-07-01 06:27:24,1,2.24,1,N,113,161,1,8.5,0,0.5,1.7,0,0.3,13.5,2.5 +2,2021-07-01 06:38:15,2021-07-01 06:46:22,1,1.38,1,N,186,162,1,7.5,0,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 06:48:45,2021-07-01 06:59:17,1,3.09,1,N,170,231,1,11.5,0,0.5,4.44,0,0.3,19.24,2.5 +2,2021-07-01 06:55:49,2021-07-01 06:59:31,1,.98,1,N,236,43,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:34:47,2021-07-01 06:52:46,2,3.98,1,N,151,68,2,16,0,0.5,0,0,0.3,19.3,2.5 +2,2021-07-01 06:55:02,2021-07-01 07:05:45,2,1.83,1,N,186,233,1,9,0,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 06:51:56,2021-07-01 07:00:41,5,2.79,1,N,249,137,1,10,0,0.5,1.33,0,0.3,14.63,2.5 +2,2021-07-01 06:55:11,2021-07-01 07:02:19,3,1.62,1,N,186,137,1,7.5,0,0.5,1.08,0,0.3,11.88,2.5 +2,2021-07-01 06:36:53,2021-07-01 07:34:13,1,18.76,2,N,132,237,2,52,0,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 06:27:27,2021-07-01 06:33:49,2,1.20,1,N,107,186,1,6.5,0,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 06:39:24,2021-07-01 06:43:15,1,.85,1,N,186,230,2,5,0,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 06:46:56,2021-07-01 06:49:42,1,.67,1,N,230,186,1,4.5,0,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 06:50:35,2021-07-01 06:54:20,1,.67,1,N,186,234,1,4.5,0,0.5,0.78,0,0.3,8.58,2.5 +1,2021-07-01 06:24:20,2021-07-01 06:30:54,1,1.60,1,N,249,231,1,7,2.5,0.5,1,0,0.3,11.3,2.5 +1,2021-07-01 06:50:45,2021-07-01 07:03:16,1,2.70,1,N,50,140,1,11,2.5,0.5,2.5,0,0.3,16.8,2.5 +1,2021-07-01 06:36:55,2021-07-01 06:37:58,1,.40,1,N,262,140,2,3.5,2.5,0.5,0,0,0.3,6.8,2.5 +1,2021-07-01 06:44:31,2021-07-01 06:50:14,1,2.00,1,N,262,162,1,7.5,2.5,0.5,2,0,0.3,12.8,2.5 +1,2021-07-01 06:42:48,2021-07-01 06:52:12,1,3.30,1,N,231,137,2,11,2.5,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 06:09:14,2021-07-01 06:09:33,1,.03,1,N,140,140,2,2.5,0,0.5,0,0,0.3,5.8,2.5 +2,2021-07-01 06:44:31,2021-07-01 06:46:19,1,.75,1,N,262,140,1,4,0,0.5,1.46,0,0.3,8.76,2.5 +2,2021-07-01 06:52:58,2021-07-01 07:00:21,1,3.16,1,N,140,137,1,10.5,0,0.5,1,0,0.3,14.8,2.5 +2,2021-07-01 06:26:14,2021-07-01 06:43:10,2,9.89,1,N,141,138,1,27.5,0,0.5,7.47,6.55,0.3,44.82,2.5 +1,2021-07-01 06:12:46,2021-07-01 06:17:42,1,1.20,1,N,48,229,1,6,2.5,0.5,1.86,0,0.3,11.16,2.5 +1,2021-07-01 06:35:11,2021-07-01 06:44:58,1,1.70,1,N,186,233,1,8.5,2.5,0.5,3.5,0,0.3,15.3,2.5 +1,2021-07-01 06:49:55,2021-07-01 06:53:48,1,.80,1,N,162,170,1,5,2.5,0.5,1.65,0,0.3,9.95,2.5 +2,2021-07-01 06:18:49,2021-07-01 06:33:44,4,3.97,1,N,151,186,2,15,0,0.5,0,0,0.3,18.3,2.5 +2,2021-07-01 06:10:55,2021-07-01 06:14:30,1,1.39,1,N,75,237,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:20:40,2021-07-01 06:30:02,1,1.57,1,N,233,186,1,8.5,0,0.5,3.54,0,0.3,15.34,2.5 +2,2021-07-01 06:55:00,2021-07-01 07:00:10,1,.83,1,N,48,170,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:29:07,2021-07-01 06:33:50,1,1.56,1,N,239,166,2,6.5,0,0.5,0,0,0.3,9.8,2.5 +2,2021-07-01 06:46:19,2021-07-01 06:54:35,1,1.84,1,N,239,75,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:08:50,2021-07-01 06:26:02,2,10.50,1,N,229,138,2,29.5,0,0.5,0,6.55,0.3,39.35,2.5 +1,2021-07-01 06:50:41,2021-07-01 06:56:00,1,3.20,1,N,132,10,3,10.5,1.25,0.5,0,0,0.3,12.55,0 +1,2021-07-01 06:56:48,2021-07-01 07:39:59,1,13.80,2,N,10,170,1,52,2.5,0.5,3,6.55,0.3,64.85,2.5 +1,2021-07-01 06:46:59,2021-07-01 06:52:39,1,1.60,1,N,68,161,1,7,2.5,0.5,4,0,0.3,14.3,2.5 +1,2021-07-01 06:58:40,2021-07-01 07:07:12,1,1.40,1,N,170,50,1,7.5,2.5,0.5,2.15,0,0.3,12.95,2.5 +1,2021-07-01 06:42:44,2021-07-01 07:18:39,1,17.00,2,N,234,132,1,52,2.5,0.5,10,6.55,0.3,71.85,2.5 +2,2021-07-01 06:38:08,2021-07-01 06:41:54,1,1.16,1,N,249,68,1,5.5,0,0.5,1.76,0,0.3,10.56,2.5 +2,2021-07-01 06:45:06,2021-07-01 06:52:48,2,1.98,1,N,186,107,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:50:34,2021-07-01 06:50:59,1,.00,1,N,264,264,3,-2.5,0,-0.5,0,0,-0.3,-3.3,0 +2,2021-07-01 06:50:34,2021-07-01 06:50:59,1,.00,1,N,264,264,1,2.5,0,0.5,0,0,0.3,3.3,0 +2,2021-07-01 06:14:54,2021-07-01 06:29:51,1,2.92,1,N,186,237,2,11,0,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 06:32:10,2021-07-01 06:40:46,1,3.07,1,N,236,233,2,11,0,0.5,0,0,0.3,14.3,2.5 +2,2021-07-01 06:43:12,2021-07-01 06:47:13,2,.70,1,N,170,162,1,5,0,0.5,1.24,0,0.3,9.54,2.5 +2,2021-07-01 06:49:14,2021-07-01 06:55:29,1,1.37,1,N,161,68,1,6.5,0,0.5,2.94,0,0.3,12.74,2.5 +1,2021-07-01 06:36:00,2021-07-01 06:43:17,1,2.50,1,N,79,141,2,9.5,2.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 06:51:01,2021-07-01 06:58:52,1,1.00,1,N,75,75,1,7,0,0.5,1,0,0.3,8.8,0 +2,2021-07-01 06:46:02,2021-07-01 06:54:57,1,2.56,1,N,262,233,1,10,0,0.5,1.5,0,0.3,14.8,2.5 +2,2021-07-01 06:56:51,2021-07-01 06:58:45,1,.44,1,N,233,137,1,3.5,0,0.5,1,0,0.3,7.8,2.5 +1,2021-07-01 06:53:21,2021-07-01 07:50:02,1,18.80,2,N,132,141,2,52,3.75,0.5,0,6.55,0.3,63.1,2.5 +2,2021-07-01 06:46:02,2021-07-01 06:55:52,1,3.44,1,N,116,239,1,11.5,0,0.5,3.7,0,0.3,18.5,2.5 +2,2021-07-01 06:13:46,2021-07-01 06:21:03,1,1.53,1,N,239,142,1,7.5,0,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 06:58:03,2021-07-01 07:03:57,1,1.02,1,N,238,24,2,6,0,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:01:38,2021-07-01 06:24:57,1,16.40,2,N,233,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +1,2021-07-01 06:58:52,2021-07-01 07:22:06,1,8.80,1,N,132,196,1,26.5,1.25,0.5,0,0,0.3,28.55,0 +1,2021-07-01 06:00:59,2021-07-01 06:01:57,1,.40,1,N,237,162,1,3.5,2.5,0.5,1.35,0,0.3,8.15,2.5 +1,2021-07-01 06:13:04,2021-07-01 06:19:22,1,1.30,1,N,143,161,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:25:27,2021-07-01 06:28:38,1,.70,1,N,48,230,2,4.5,2.5,0.5,0,0,0.3,7.8,2.5 +1,2021-07-01 06:32:48,2021-07-01 06:41:13,1,1.10,1,N,48,170,1,7,2.5,0.5,0,0,0.3,10.3,2.5 +1,2021-07-01 06:44:29,2021-07-01 06:51:15,1,.90,1,N,162,100,1,6.5,2.5,0.5,1,0,0.3,10.8,2.5 +1,2021-07-01 06:55:11,2021-07-01 07:10:44,1,3.10,1,N,48,79,2,13.5,2.5,0.5,0,0,0.3,16.8,2.5 +2,2021-07-01 06:23:04,2021-07-01 06:30:11,1,1.59,1,N,170,43,1,7.5,0,0.5,2.16,0,0.3,12.96,2.5 +2,2021-07-01 06:40:25,2021-07-01 06:43:31,1,.37,1,N,236,75,2,4,0,0.5,0,0,0.3,4.8,0 +2,2021-07-01 06:45:33,2021-07-01 06:51:43,1,.97,1,N,75,41,1,6,0,0.5,1.36,0,0.3,8.16,0 +2,2021-07-01 06:54:09,2021-07-01 06:58:26,1,.73,1,N,41,41,2,5,0,0.5,0,0,0.3,5.8,0 +2,2021-07-01 06:19:22,2021-07-01 06:25:09,1,1.88,1,N,186,163,2,7.5,0,0.5,0,0,0.3,10.8,2.5 +2,2021-07-01 06:28:59,2021-07-01 06:33:26,1,.77,1,N,170,100,1,5.5,0,0.5,2,0,0.3,10.8,2.5 +2,2021-07-01 06:39:20,2021-07-01 06:42:48,2,.75,1,N,186,234,1,5,0,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 06:51:51,2021-07-01 07:01:12,2,2.68,1,N,186,142,1,10,0,0.5,2.66,0,0.3,15.96,2.5 +1,2021-07-01 06:05:30,2021-07-01 06:11:25,1,1.50,1,N,140,262,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:37:58,2021-07-01 06:53:55,1,3.60,1,N,166,244,1,15,0,0.5,3.15,0,0.3,18.95,0 +1,2021-07-01 06:56:19,2021-07-01 07:21:46,1,7.50,1,N,244,141,1,25.5,2.5,0.5,2,0,0.3,30.8,2.5 +2,2021-07-01 06:26:06,2021-07-01 06:32:06,5,2.44,1,N,249,230,1,8.5,0,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 06:39:59,2021-07-01 06:48:51,5,2.01,1,N,68,107,2,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:52:59,2021-07-01 07:11:36,5,10.34,1,N,107,244,2,29.5,0,0.5,0,0,0.3,32.8,2.5 +2,2021-07-01 06:01:17,2021-07-01 06:20:35,1,6.02,1,N,236,263,1,19,0,0.5,2,0,0.3,24.3,2.5 +2,2021-07-01 06:25:11,2021-07-01 06:31:00,1,.99,1,N,262,236,1,6,0,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 06:37:10,2021-07-01 06:40:37,1,.94,1,N,236,237,1,5,0,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 06:47:03,2021-07-01 06:56:16,1,2.22,1,N,236,166,1,9,0,0.5,2.46,0,0.3,14.76,2.5 +2,2021-07-01 06:51:41,2021-07-01 06:56:46,1,1.08,1,N,41,43,1,6,0,0.5,1,0,0.3,10.3,2.5 +1,2021-07-01 06:23:26,2021-07-01 06:26:35,2,.80,1,N,140,140,1,4.5,2.5,0.5,1,0,0.3,8.8,2.5 +1,2021-07-01 06:34:09,2021-07-01 06:47:02,1,3.70,1,N,170,238,1,13,2.5,0.5,3.25,0,0.3,19.55,2.5 +1,2021-07-01 06:51:16,2021-07-01 07:02:44,1,2.50,1,N,239,48,1,10.5,2.5,0.5,2,0,0.3,15.8,2.5 +2,2021-07-01 06:35:52,2021-07-01 07:23:19,2,33.92,3,N,132,265,2,106.5,0,0,0,13.75,0.3,121.8,0 +2,2021-07-01 06:17:47,2021-07-01 06:24:53,1,2.05,1,N,141,161,1,8.5,0,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 06:45:28,2021-07-01 06:50:05,1,.74,1,N,263,75,1,5,0,0.5,1.16,0,0.3,9.46,2.5 +1,2021-07-01 06:27:12,2021-07-01 06:54:47,1,16.20,2,N,170,132,1,52,2.5,0.5,0,6.55,0.3,61.85,2.5 +2,2021-07-01 06:38:43,2021-07-01 07:40:07,1,20.03,1,N,132,33,1,59,0,0.5,12.21,0,0.3,73.26,0 +2,2021-07-01 06:00:23,2021-07-01 06:04:15,1,.85,1,N,141,140,2,5,0,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 06:39:27,2021-07-01 06:44:33,1,.96,1,N,163,162,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:50:00,2021-07-01 06:54:34,1,.63,1,N,162,163,2,5,0,0.5,0,0,0.3,8.3,2.5 +2,2021-07-01 06:56:44,2021-07-01 07:06:23,1,2.37,1,N,163,246,1,9.5,0,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 06:41:15,2021-07-01 07:12:55,1,9.17,2,N,93,186,1,52,0,0.5,12.37,6.55,0.3,74.22,2.5 +2,2021-07-01 06:58:01,2021-07-01 07:04:48,3,1.10,1,N,230,246,1,6.5,0,0.5,1.96,0,0.3,11.76,2.5 +2,2021-07-01 07:22:33,2021-07-01 07:28:00,3,1.09,1,N,100,161,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 07:38:46,2021-07-01 07:45:16,2,.84,1,N,48,161,2,6,0,0.5,0,0,0.3,9.3,2.5 +2,2021-07-01 06:00:29,2021-07-01 06:07:38,1,1.46,1,N,162,68,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:17:48,2021-07-01 06:29:40,1,2.92,1,N,238,161,1,12,0,0.5,3.06,0,0.3,18.36,2.5 +1,2021-07-01 06:43:22,2021-07-01 07:09:28,1,.00,1,N,38,192,1,20.2,0,0.5,0,0,0.3,21,0 +2,2021-07-01 06:33:46,2021-07-01 07:19:27,1,15.19,1,N,132,112,1,45,0,0.5,8.47,0,0.3,55.52,0 +2,2021-07-01 06:46:56,2021-07-01 06:52:13,1,1.33,1,N,262,140,1,6.5,0,0.5,2.45,0,0.3,12.25,2.5 +2,2021-07-01 06:54:44,2021-07-01 06:59:52,1,1.09,1,N,140,237,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 07:00:36,2021-07-01 07:28:46,2,5.39,1,N,75,113,1,22,0,0.5,3,0,0.3,28.3,2.5 +2,2021-07-01 06:03:22,2021-07-01 06:07:15,1,.74,1,N,164,186,1,5,0,0.5,1.66,0,0.3,9.96,2.5 +2,2021-07-01 06:39:38,2021-07-01 06:57:28,1,4.55,1,N,75,137,1,16,0,0.5,1.93,0,0.3,21.23,2.5 +1,2021-07-01 06:29:26,2021-07-01 06:45:06,1,4.70,1,N,249,262,1,16,2.5,0.5,3.85,0,0.3,23.15,2.5 +1,2021-07-01 06:48:18,2021-07-01 07:01:19,1,6.00,1,N,262,244,2,18.5,2.5,0.5,0,0,0.3,21.8,2.5 +2,2021-07-01 06:20:38,2021-07-01 06:46:40,1,9.17,1,N,132,196,1,27.5,0,0.5,0,0,0.3,29.55,0 +1,2021-07-01 06:44:46,2021-07-01 06:57:27,1,3.90,1,N,263,107,2,13,2.5,0.5,0,0,0.3,16.3,2.5 +2,2021-07-01 06:03:17,2021-07-01 06:11:14,1,1.58,1,N,186,107,1,8,0,0.5,3.39,0,0.3,14.69,2.5 +2,2021-07-01 06:45:51,2021-07-01 06:51:09,1,1.75,1,N,48,239,2,7,0,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:52:53,2021-07-01 07:01:00,1,1.91,1,N,238,43,1,8.5,0,0.5,2.36,0,0.3,14.16,2.5 +2,2021-07-01 06:05:08,2021-07-01 06:13:52,1,1.61,1,N,75,74,1,8.5,0,0.5,1.86,0,0.3,11.16,0 +2,2021-07-01 06:35:02,2021-07-01 06:39:29,1,1.04,1,N,236,43,1,5.5,0,0.5,0.88,0,0.3,9.68,2.5 +2,2021-07-01 06:43:05,2021-07-01 06:57:55,1,2.82,1,N,43,42,1,13,0,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 06:29:57,2021-07-01 06:42:51,3,3.73,1,N,263,137,1,13,0,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 06:48:29,2021-07-01 06:52:24,2,.82,1,N,229,237,1,5,0,0.5,1.2,0,0.3,9.5,2.5 +2,2021-07-01 06:37:46,2021-07-01 06:43:17,1,2.22,1,N,238,152,1,8.5,0,0.5,1.86,0,0.3,11.16,0 +1,2021-07-01 06:45:21,2021-07-01 06:56:01,1,1.60,1,Y,236,140,1,9,2.5,0.5,3.05,0,0.3,15.35,2.5 +1,2021-07-01 06:01:14,2021-07-01 06:45:09,1,20.80,2,N,143,132,1,52,2.5,0.5,12.35,6.55,0.3,74.2,2.5 +2,2021-07-01 06:18:58,2021-07-01 07:11:57,2,22.00,2,N,132,239,1,52,0,0.5,9,6.55,0.3,72.1,2.5 +2,2021-07-01 06:11:56,2021-07-01 07:01:16,1,12.83,1,N,246,138,1,44.5,0,0.5,8.15,6.55,0.3,62.5,2.5 +1,2021-07-01 06:07:29,2021-07-01 06:21:25,1,8.60,1,N,236,138,1,24.5,2.5,0.5,10.3,6.55,0.3,44.65,2.5 +1,2021-07-01 06:54:36,2021-07-01 07:00:28,1,2.10,1,N,263,161,1,8,2.5,0.5,2.8,0,0.3,14.1,2.5 +2,2021-07-01 06:56:07,2021-07-01 07:06:45,1,4.15,1,N,143,166,1,14,0,0.5,3.46,0,0.3,20.76,2.5 +1,2021-07-01 06:22:11,2021-07-01 06:27:42,1,1.20,1,N,186,107,2,6,2.5,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:36:13,2021-07-01 06:42:53,1,1.20,1,N,164,162,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:50:46,2021-07-01 06:57:31,1,1.10,1,N,230,246,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 06:50:36,2021-07-01 06:55:01,1,1.51,1,N,79,137,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:15:51,2021-07-01 06:51:35,1,10.57,1,N,28,50,2,34,0,0.5,0,0,0.3,37.3,2.5 +2,2021-07-01 06:14:47,2021-07-01 06:19:56,5,.70,1,N,237,236,1,5.5,0,0.5,2.2,0,0.3,11,2.5 +2,2021-07-01 06:39:23,2021-07-01 06:41:58,5,1.09,1,N,236,237,1,5,0,0.5,0.83,0,0.3,9.13,2.5 +2,2021-07-01 06:47:15,2021-07-01 06:50:15,5,.82,1,N,237,161,1,4.5,0,0.5,1.56,0,0.3,9.36,2.5 +2,2021-07-01 06:54:49,2021-07-01 07:02:18,5,1.09,1,N,237,48,1,7,0,0.5,1.5,0,0.3,11.8,2.5 +2,2021-07-01 06:18:31,2021-07-01 06:22:34,1,1.29,1,N,186,48,1,6,0,0.5,1,0,0.3,10.3,2.5 +2,2021-07-01 06:42:52,2021-07-01 07:41:58,1,19.09,2,N,132,239,1,52,0,0.5,11.31,0,0.3,67.86,2.5 +2,2021-07-01 06:46:30,2021-07-01 06:52:55,1,1.67,1,N,141,170,1,7,0,0.5,2.06,0,0.3,12.36,2.5 +2,2021-07-01 06:25:39,2021-07-01 06:38:03,1,8.15,1,N,262,65,1,22.5,0,0.5,10.2,0,0.3,36,2.5 +2,2021-07-01 06:47:05,2021-07-01 06:50:12,1,1.45,1,N,79,137,1,6,0,0.5,0,0,0.3,9.3,2.5 +1,2021-07-01 06:29:08,2021-07-01 07:08:49,2,14.70,1,N,132,131,1,44.5,1.25,0.5,0,0,0.3,46.55,0 +1,2021-07-01 06:24:52,2021-07-01 06:35:12,0,2.40,1,N,237,48,1,10,2.5,0.5,2.65,0,0.3,15.95,2.5 +1,2021-07-01 06:36:25,2021-07-01 06:42:42,0,1.20,1,N,100,161,2,6.5,2.5,0.5,0,0,0.3,9.8,2.5 +1,2021-07-01 06:46:26,2021-07-01 06:55:55,0,2.00,1,N,237,75,2,9.5,2.5,0.5,0,0,0.3,12.8,2.5 +1,2021-07-01 06:59:17,2021-07-01 07:03:55,0,1.60,1,N,236,237,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +2,2021-07-01 06:31:26,2021-07-01 07:01:24,2,7.50,1,N,234,82,2,27,0,0.5,0,0,0.3,30.3,2.5 +2,2021-07-01 06:05:27,2021-07-01 06:19:45,1,1.84,1,N,68,233,1,11,0.5,0.5,1,0,0.3,15.8,2.5 +2,2021-07-01 06:22:46,2021-07-01 06:29:16,1,1.44,1,N,170,90,2,7,0,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:36:57,2021-07-01 06:49:38,1,2.15,1,N,186,237,1,10.5,0,0.5,2.76,0,0.3,16.56,2.5 +2,2021-07-01 06:51:56,2021-07-01 06:59:20,1,1.13,1,N,162,140,2,7,0,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:36:58,2021-07-01 06:43:13,1,1.32,1,N,41,43,1,7,0,0.5,2.34,0,0.3,10.14,0 +2,2021-07-01 06:47:40,2021-07-01 06:54:33,1,1.34,1,N,238,75,1,7,0,0.5,1.2,0,0.3,9,0 +2,2021-07-01 06:57:18,2021-07-01 07:02:53,1,1.12,1,N,263,140,1,6,0,0.5,1.4,0,0.3,10.7,2.5 +2,2021-07-01 06:49:57,2021-07-01 07:32:14,1,19.87,1,N,132,26,2,-56.5,0,-0.5,0,0,-0.3,-58.55,0 +2,2021-07-01 06:49:57,2021-07-01 07:32:14,1,19.87,1,N,132,26,2,56.5,0,0.5,0,0,0.3,58.55,0 +2,2021-07-01 06:51:00,2021-07-01 07:41:27,1,18.43,1,N,132,213,2,54.5,0,0.5,0,6.55,0.3,63.1,0 +2,2021-07-01 06:26:19,2021-07-01 06:44:56,1,9.76,1,N,43,138,1,28.5,0,0.5,9,6.55,0.3,44.85,0 +2,2021-07-01 06:10:43,2021-07-01 06:22:13,1,2.65,1,N,229,142,1,11,0,0.5,2.86,0,0.3,17.16,2.5 +2,2021-07-01 06:23:31,2021-07-01 06:31:40,1,1.67,1,N,143,161,1,8,0,0.5,2.26,0,0.3,13.56,2.5 +2,2021-07-01 06:38:13,2021-07-01 06:59:35,1,9.86,1,N,100,138,1,29.5,0,0.5,7.87,6.55,0.3,47.22,2.5 +1,2021-07-01 06:37:09,2021-07-01 07:17:35,1,18.30,2,N,132,75,1,52,1.25,0.5,5,6.55,0.3,65.6,0 +2,2021-07-01 06:31:04,2021-07-01 07:09:47,2,21.33,2,N,142,132,1,52,0,0.5,10,6.55,0.3,71.85,2.5 +2,2021-07-01 06:35:02,2021-07-01 06:40:13,1,1.30,1,N,141,229,1,6,0,0.5,1.86,0,0.3,11.16,2.5 +2,2021-07-01 06:42:09,2021-07-01 06:55:31,1,2.86,1,N,229,246,1,11.5,0,0.5,2,0,0.3,16.8,2.5 +2,2021-07-01 06:19:41,2021-07-01 06:30:38,1,6.35,1,N,132,219,2,19,0,0.5,0,0,0.3,21.05,0 +1,2021-07-01 06:03:54,2021-07-01 06:10:10,1,1.00,1,N,100,170,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 06:24:40,2021-07-01 06:36:27,1,2.20,1,N,107,68,1,10.5,2.5,0.5,0,0,0.3,13.8,2.5 +1,2021-07-01 06:44:37,2021-07-01 06:50:54,1,1.80,1,N,68,161,1,7.5,2.5,0.5,1,0,0.3,11.8,2.5 +1,2021-07-01 06:57:32,2021-07-01 07:03:21,1,1.40,1,N,164,162,2,7,2.5,0.5,0,0,0.3,10.3,2.5 +2,2021-07-01 06:48:29,2021-07-01 06:50:58,1,.76,1,N,237,236,1,4.5,0,0.5,1.2,0,0.3,9,2.5 +2,2021-07-01 06:58:42,2021-07-01 07:03:08,1,1.13,1,N,263,141,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:19:22,2021-07-01 06:26:47,1,2.32,1,N,48,236,1,9,0,0.5,0,0,0.3,12.3,2.5 +2,2021-07-01 06:32:52,2021-07-01 06:55:01,1,10.51,1,N,239,138,1,31,0,0.5,8.17,6.55,0.3,49.02,2.5 +2,2021-07-01 06:39:22,2021-07-01 06:49:57,1,2.05,1,N,186,141,1,9.5,0,0.5,2.56,0,0.3,15.36,2.5 +2,2021-07-01 06:56:15,2021-07-01 07:09:42,1,3.23,1,N,236,166,1,12.5,0,0.5,3.95,0,0.3,19.75,2.5 +1,2021-07-01 06:07:26,2021-07-01 06:09:28,1,.70,1,N,100,230,1,4,2.5,0.5,1.46,0,0.3,8.76,2.5 +1,2021-07-01 06:34:59,2021-07-01 06:45:08,1,2.40,1,N,100,141,1,10.5,2.5,0.5,2.75,0,0.3,16.55,2.5 +1,2021-07-01 06:49:20,2021-07-01 06:56:38,1,1.70,1,N,141,142,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +2,2021-07-01 06:01:19,2021-07-01 06:49:53,1,24.70,1,N,132,228,2,71.5,0,0.5,0,0,0.3,73.55,0 +1,2021-07-01 06:37:06,2021-07-01 06:42:28,1,1.30,1,N,229,137,1,6.5,2.5,0.5,1.95,0,0.3,11.75,2.5 +1,2021-07-01 06:46:39,2021-07-01 06:59:23,2,2.10,1,N,229,142,1,10.5,2.5,0.5,2.75,0,0.3,16.55,2.5 +2,2021-07-01 06:36:35,2021-07-01 06:39:22,3,1.07,1,N,230,186,1,5,0,0.5,2.08,0,0.3,10.38,2.5 +2,2021-07-01 06:41:25,2021-07-01 07:06:43,4,8.18,1,N,186,42,1,27.5,0,0.5,0,0,0.3,30.8,2.5 +1,2021-07-01 06:29:15,2021-07-01 06:39:49,2,3.20,1,N,239,161,2,11.5,2.5,0.5,0,0,0.3,14.8,2.5 +1,2021-07-01 06:44:30,2021-07-01 06:52:29,1,1.10,1,N,237,140,1,7,2.5,0.5,2.05,0,0.3,12.35,2.5 +1,2021-07-01 06:55:17,2021-07-01 07:23:04,1,10.80,1,N,140,220,2,33,2.5,0.5,0,3,0.3,39.3,2.5 +2,2021-07-01 06:14:45,2021-07-01 06:15:08,1,.00,1,N,145,145,4,-2.5,-0.5,-0.5,0,0,-0.3,-3.8,0 +2,2021-07-01 06:14:45,2021-07-01 06:15:08,1,.00,1,N,145,145,2,2.5,0.5,0.5,0,0,0.3,3.8,0 +2,2021-07-01 06:32:59,2021-07-01 06:45:01,1,3.80,1,N,263,186,1,13,0,0.5,3.26,0,0.3,19.56,2.5 +2,2021-07-01 06:46:15,2021-07-01 06:50:21,1,.97,1,N,186,170,2,5.5,0,0.5,0,0,0.3,8.8,2.5 +2,2021-07-01 06:59:23,2021-07-01 07:10:57,1,3.31,1,N,263,137,1,12.5,0,0.5,3.16,0,0.3,18.96,2.5 +2,2021-07-01 06:05:03,2021-07-01 06:42:00,2,9.32,1,N,79,42,2,33.5,0,0.5,0,0,0.3,36.8,2.5 +1,2021-07-01 06:07:05,2021-07-01 06:10:44,1,.90,1,N,100,230,1,5,2.5,0.5,2,0,0.3,10.3,2.5 +1,2021-07-01 06:16:51,2021-07-01 06:24:27,1,1.60,1,N,100,142,1,8,2.5,0.5,2.25,0,0.3,13.55,2.5 +1,2021-07-01 06:33:36,2021-07-01 06:43:10,1,1.70,1,N,48,170,1,8.5,2.5,0.5,2,0,0.3,13.8,2.5 +1,2021-07-01 06:49:53,2021-07-01 06:53:35,1,1.10,1,N,164,161,1,5.5,2.5,0.5,1.32,0,0.3,10.12,2.5 +2,2021-07-01 06:34:02,2021-07-01 06:46:46,1,5.52,1,N,229,159,1,17.5,0,0.5,4,0,0.3,24.8,2.5 +2,2021-07-01 06:57:39,2021-07-01 07:01:24,1,.82,1,N,107,113,1,5,0,0.5,2.49,0,0.3,10.79,2.5 +1,2021-07-01 06:29:15,2021-07-01 07:18:43,1,24.40,1,N,132,18,2,67.5,1.25,0.5,0,13.75,0.3,83.3,0 +2,2021-07-01 06:13:57,2021-07-01 06:19:01,1,.86,1,N,48,170,1,5.5,0,0.5,0.88,0,0.3,9.68,2.5 +2,2021-07-01 06:30:58,2021-07-01 06:33:59,1,.91,1,N,48,163,2,4.5,0,0.5,0,0,0.3,7.8,2.5 +2,2021-07-01 06:39:59,2021-07-01 06:51:40,1,3.62,1,N,48,75,1,12.5,0,0.5,1,0,0.3,16.8,2.5 +2,2021-07-01 06:55:04,2021-07-01 06:58:27,2,.52,1,N,75,75,2,4.5,0,0.5,0,0,0.3,5.3,0 +1,2021-07-01 06:56:41,2021-07-01 07:02:10,1,1.10,1,N,141,236,1,6.5,2.5,0.5,2.45,0,0.3,12.25,2.5 From 4624dc2a90519970ddc4f741fd6f8c652cd290ec Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 11:03:49 +0100 Subject: [PATCH 32/35] chore: Make the operator fail for unsupported versions This is not ideal as it prevents people trying whatever version they want, but we will defer this to a team decision later. --- rust/operator-binary/src/config/jvm.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/operator-binary/src/config/jvm.rs b/rust/operator-binary/src/config/jvm.rs index c0e211bc..a0d3d736 100644 --- a/rust/operator-binary/src/config/jvm.rs +++ b/rust/operator-binary/src/config/jvm.rs @@ -107,7 +107,7 @@ fn recommended_trino_jvm_args(_product_version: u16) -> Result, Erro fn recommended_trino_jvm_args(product_version: u16) -> Result, Error> { match product_version { // Copied from https://trino.io/docs/451/installation/deployment.html - 451..455 => Ok(vec![ + 451 => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), @@ -127,7 +127,7 @@ fn recommended_trino_jvm_args(product_version: u16) -> Result, Error // Copied from: // - https://trino.io/docs/455/installation/deployment.html#jvm-config // - https://trino.io/docs/470/installation/deployment.html#jvm-config - 455.. => Ok(vec![ + 455 | 470 => Ok(vec![ "-XX:InitialRAMPercentage=80".to_owned(), "-XX:MaxRAMPercentage=80".to_owned(), "-XX:G1HeapRegionSize=32M".to_owned(), From fe50cc7d29721471bb642f9a7a08baaa8370d957 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 11:25:06 +0100 Subject: [PATCH 33/35] chore: Undo resource overrides now that Hive resources have been increased --- tests/templates/kuttl/smoke/08-install-hive.yaml.j2 | 3 --- tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 b/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 index 569dbacb..446ce72a 100644 --- a/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 +++ b/tests/templates/kuttl/smoke/08-install-hive.yaml.j2 @@ -23,9 +23,6 @@ spec: config: logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} - resources: - memory: - limit: "1Gi" roleGroups: default: replicas: 2 diff --git a/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 b/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 index 399f0d4c..41d811e7 100644 --- a/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 +++ b/tests/templates/kuttl/smoke_aws/08-install-hive.yaml.j2 @@ -23,9 +23,6 @@ spec: config: logging: enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }} - resources: - memory: - limit: "1Gi" roleGroups: default: replicas: 2 From 3bd567f57b8d73783cda3a7597d765ce56a4c4c2 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:29:47 +0100 Subject: [PATCH 34/35] Apply suggestions from code review Co-authored-by: Sebastian Bernauer --- rust/operator-binary/src/catalog/commons.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/operator-binary/src/catalog/commons.rs b/rust/operator-binary/src/catalog/commons.rs index 6f11c132..aaea96f4 100644 --- a/rust/operator-binary/src/catalog/commons.rs +++ b/rust/operator-binary/src/catalog/commons.rs @@ -101,7 +101,7 @@ impl ExtendCatalogConfig for S3ConnectionInlineOrReference { if trino_version >= 469 { // Since Trino 469, S3 native support has to be explicitly enabled - // unless using Legacy S3 support (which has been removed in 470). + // unless using Legacy S3 support (which has been deprecated in 470). catalog_config.add_property("fs.native-s3.enabled", "true"); } From ab0526d6300d25549b07091230b5b24a8fdb8867 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 11 Mar 2025 11:54:27 +0100 Subject: [PATCH 35/35] chore: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ae4440..50c506b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ All notable changes to this project will be documented in this file. - Explicitly set `fs.native-s3.enabled=true` and `fs.hadoop.enabled=true` in applicable catalog config properties ([#705]). - Trino 470 requires the native S3 implementation to be used. - BREAKING: Always set the S3 region ([#705]). + - Previously Trino used the hadoop s3 implementation which auto-detected the region from the + endpoint if it was not provided, falling back to `us-east-2`. + - The default is now `us-east-1`. Please set the region explicitly if you are using a different + one. ### Fixed